waldur-api-client 7.6.5__py3-none-any.whl → 7.6.8__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of waldur-api-client might be problematic. Click here for more details.

Files changed (230) hide show
  1. waldur_api_client/api/access_subnets/access_subnets_list.py +8 -4
  2. waldur_api_client/api/admin_announcements/admin_announcements_list.py +8 -4
  3. waldur_api_client/api/auth_tokens/auth_tokens_list.py +8 -4
  4. waldur_api_client/api/autoprovisioning_rule_plans/autoprovisioning_rule_plans_list.py +8 -4
  5. waldur_api_client/api/autoprovisioning_rules/autoprovisioning_rules_list.py +8 -4
  6. waldur_api_client/api/aws_images/aws_images_list.py +8 -4
  7. waldur_api_client/api/aws_instances/aws_instances_list.py +8 -4
  8. waldur_api_client/api/aws_regions/aws_regions_list.py +8 -4
  9. waldur_api_client/api/aws_sizes/aws_sizes_list.py +8 -4
  10. waldur_api_client/api/aws_volumes/aws_volumes_list.py +8 -4
  11. waldur_api_client/api/azure_images/azure_images_list.py +8 -4
  12. waldur_api_client/api/azure_locations/azure_locations_list.py +8 -4
  13. waldur_api_client/api/azure_public_ips/azure_public_ips_list.py +8 -4
  14. waldur_api_client/api/azure_resource_groups/azure_resource_groups_list.py +8 -4
  15. waldur_api_client/api/azure_sizes/azure_sizes_list.py +8 -4
  16. waldur_api_client/api/azure_sql_databases/azure_sql_databases_list.py +8 -4
  17. waldur_api_client/api/azure_sql_servers/azure_sql_servers_list.py +8 -4
  18. waldur_api_client/api/azure_virtualmachines/azure_virtualmachines_list.py +8 -4
  19. waldur_api_client/api/backend_resource_requests/__init__.py +1 -0
  20. waldur_api_client/api/backend_resource_requests/backend_resource_requests_create.py +150 -0
  21. waldur_api_client/api/backend_resource_requests/backend_resource_requests_list.py +313 -0
  22. waldur_api_client/api/backend_resource_requests/backend_resource_requests_retrieve.py +142 -0
  23. waldur_api_client/api/backend_resource_requests/backend_resource_requests_set_done.py +144 -0
  24. waldur_api_client/api/backend_resource_requests/backend_resource_requests_set_erred.py +166 -0
  25. waldur_api_client/api/backend_resource_requests/backend_resource_requests_start_processing.py +146 -0
  26. waldur_api_client/api/backend_resources/__init__.py +1 -0
  27. waldur_api_client/api/backend_resources/backend_resources_create.py +150 -0
  28. waldur_api_client/api/backend_resources/backend_resources_destroy.py +89 -0
  29. waldur_api_client/api/backend_resources/backend_resources_import_resource.py +162 -0
  30. waldur_api_client/api/backend_resources/backend_resources_list.py +315 -0
  31. waldur_api_client/api/backend_resources/backend_resources_retrieve.py +142 -0
  32. waldur_api_client/api/booking_offerings/booking_offerings_list.py +8 -4
  33. waldur_api_client/api/booking_resources/booking_resources_list.py +8 -4
  34. waldur_api_client/api/broadcast_message_templates/broadcast_message_templates_list.py +8 -4
  35. waldur_api_client/api/broadcast_messages/broadcast_messages_list.py +8 -4
  36. waldur_api_client/api/call_managing_organisations/call_managing_organisations_list.py +8 -4
  37. waldur_api_client/api/call_rounds/call_rounds_list.py +8 -4
  38. waldur_api_client/api/component_user_usage_limits/component_user_usage_limits_list.py +8 -4
  39. waldur_api_client/api/customer_credits/customer_credits_list.py +8 -4
  40. waldur_api_client/api/customer_permissions_reviews/customer_permissions_reviews_list.py +8 -4
  41. waldur_api_client/api/digitalocean_droplets/digitalocean_droplets_list.py +8 -4
  42. waldur_api_client/api/digitalocean_images/digitalocean_images_list.py +8 -4
  43. waldur_api_client/api/digitalocean_regions/digitalocean_regions_list.py +8 -4
  44. waldur_api_client/api/digitalocean_sizes/digitalocean_sizes_list.py +8 -4
  45. waldur_api_client/api/email_logs/email_logs_list.py +8 -4
  46. waldur_api_client/api/event_subscriptions/event_subscriptions_list.py +8 -4
  47. waldur_api_client/api/events/events_list.py +8 -4
  48. waldur_api_client/api/events_stats/events_stats_list.py +8 -4
  49. waldur_api_client/api/financial_reports/financial_reports_list.py +8 -4
  50. waldur_api_client/api/freeipa_profiles/freeipa_profiles_list.py +8 -4
  51. waldur_api_client/api/google_auth/google_auth_list.py +8 -4
  52. waldur_api_client/api/hooks/hooks_list.py +4 -2
  53. waldur_api_client/api/hooks_email/hooks_email_list.py +8 -4
  54. waldur_api_client/api/hooks_web/hooks_web_list.py +8 -4
  55. waldur_api_client/api/identity_providers/identity_providers_list.py +8 -4
  56. waldur_api_client/api/invoice_items/invoice_items_list.py +8 -4
  57. waldur_api_client/api/invoices/invoices_list.py +8 -4
  58. waldur_api_client/api/keycloak_groups/keycloak_groups_list.py +8 -4
  59. waldur_api_client/api/keycloak_user_group_memberships/keycloak_user_group_memberships_list.py +8 -4
  60. waldur_api_client/api/keys/keys_list.py +8 -4
  61. waldur_api_client/api/lexis_links/lexis_links_list.py +8 -4
  62. waldur_api_client/api/marketplace_categories/marketplace_categories_list.py +8 -4
  63. waldur_api_client/api/marketplace_category_columns/marketplace_category_columns_list.py +8 -4
  64. waldur_api_client/api/marketplace_category_component_usages/marketplace_category_component_usages_list.py +8 -4
  65. waldur_api_client/api/marketplace_category_components/marketplace_category_components_list.py +8 -4
  66. waldur_api_client/api/marketplace_category_groups/marketplace_category_groups_list.py +8 -4
  67. waldur_api_client/api/marketplace_category_help_articles/marketplace_category_help_articles_list.py +8 -4
  68. waldur_api_client/api/marketplace_checklists/marketplace_checklists_answers_list.py +8 -4
  69. waldur_api_client/api/marketplace_checklists/marketplace_checklists_list.py +8 -4
  70. waldur_api_client/api/marketplace_checklists/marketplace_checklists_questions_list.py +8 -4
  71. waldur_api_client/api/marketplace_checklists/marketplace_checklists_user_answers_list.py +8 -4
  72. waldur_api_client/api/marketplace_checklists_categories/marketplace_checklists_categories_checklists_list.py +8 -4
  73. waldur_api_client/api/marketplace_checklists_categories/marketplace_checklists_categories_list.py +8 -4
  74. waldur_api_client/api/marketplace_component_usages/marketplace_component_usages_list.py +8 -4
  75. waldur_api_client/api/marketplace_component_user_usages/marketplace_component_user_usages_list.py +8 -4
  76. waldur_api_client/api/marketplace_customer_estimated_cost_policies/marketplace_customer_estimated_cost_policies_list.py +8 -4
  77. waldur_api_client/api/marketplace_customer_service_accounts/marketplace_customer_service_accounts_list.py +8 -4
  78. waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_list.py +8 -4
  79. waldur_api_client/api/marketplace_offering_estimated_cost_policies/marketplace_offering_estimated_cost_policies_list.py +8 -4
  80. waldur_api_client/api/marketplace_offering_files/marketplace_offering_files_list.py +8 -4
  81. waldur_api_client/api/marketplace_offering_permissions/marketplace_offering_permissions_list.py +18 -17
  82. waldur_api_client/api/marketplace_offering_permissions_log/marketplace_offering_permissions_log_list.py +18 -17
  83. waldur_api_client/api/marketplace_offering_referrals/marketplace_offering_referrals_list.py +8 -4
  84. waldur_api_client/api/marketplace_offering_usage_policies/marketplace_offering_usage_policies_list.py +8 -4
  85. waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_list.py +8 -4
  86. waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_list.py +8 -4
  87. waldur_api_client/api/marketplace_orders/marketplace_orders_list.py +8 -4
  88. waldur_api_client/api/marketplace_plan_components/marketplace_plan_components_list.py +8 -4
  89. waldur_api_client/api/marketplace_plans/marketplace_plans_list.py +8 -4
  90. waldur_api_client/api/marketplace_project_estimated_cost_policies/marketplace_project_estimated_cost_policies_list.py +8 -4
  91. waldur_api_client/api/marketplace_project_service_accounts/marketplace_project_service_accounts_list.py +8 -4
  92. waldur_api_client/api/marketplace_project_update_requests/marketplace_project_update_requests_list.py +8 -4
  93. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_component_stats_list.py +10 -13
  94. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_costs_list.py +10 -13
  95. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_customers_list.py +10 -13
  96. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_list.py +10 -13
  97. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list.py +18 -17
  98. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_refresh_offering_usernames.py +20 -16
  99. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_list.py +8 -4
  100. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_as_erred.py +11 -68
  101. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_backend_id.py +20 -16
  102. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_backend_metadata.py +12 -12
  103. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_limits.py +12 -12
  104. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_submit_report.py +20 -16
  105. waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_list.py +18 -17
  106. waldur_api_client/api/marketplace_remote_synchronisations/marketplace_remote_synchronisations_list.py +8 -4
  107. waldur_api_client/api/marketplace_resource_users/marketplace_resource_users_list.py +8 -4
  108. waldur_api_client/api/marketplace_resources/marketplace_resources_list.py +8 -4
  109. waldur_api_client/api/marketplace_resources/marketplace_resources_update_options.py +20 -16
  110. waldur_api_client/api/marketplace_robot_accounts/marketplace_robot_accounts_list.py +8 -4
  111. waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_list.py +8 -4
  112. waldur_api_client/api/marketplace_script_async_dry_run/marketplace_script_async_dry_run_list.py +8 -4
  113. waldur_api_client/api/marketplace_sections/marketplace_sections_list.py +8 -4
  114. waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_customer_projects_list.py +15 -0
  115. waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_list.py +8 -4
  116. waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_offerings_list.py +10 -13
  117. waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_project_permissions_list.py +10 -13
  118. waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_projects_list.py +15 -0
  119. waldur_api_client/api/notification_messages/notification_messages_list.py +8 -4
  120. waldur_api_client/api/notification_messages_templates/notification_messages_templates_list.py +8 -4
  121. waldur_api_client/api/openstack_backups/openstack_backups_list.py +8 -4
  122. waldur_api_client/api/openstack_flavors/openstack_flavors_list.py +26 -4
  123. waldur_api_client/api/openstack_images/openstack_images_list.py +26 -4
  124. waldur_api_client/api/openstack_instance_availability_zones/openstack_instance_availability_zones_list.py +8 -4
  125. waldur_api_client/api/openstack_instances/openstack_instances_list.py +8 -4
  126. waldur_api_client/api/openstack_marketplace_tenants/openstack_marketplace_tenants_list.py +8 -4
  127. waldur_api_client/api/openstack_migrations/openstack_migrations_list.py +8 -4
  128. waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_list.py +8 -4
  129. waldur_api_client/api/openstack_networks/openstack_networks_list.py +8 -4
  130. waldur_api_client/api/openstack_ports/openstack_ports_list.py +8 -4
  131. waldur_api_client/api/openstack_routers/openstack_routers_list.py +8 -4
  132. waldur_api_client/api/openstack_security_groups/openstack_security_groups_list.py +8 -4
  133. waldur_api_client/api/openstack_server_groups/openstack_server_groups_list.py +8 -4
  134. waldur_api_client/api/openstack_snapshots/openstack_snapshots_list.py +8 -4
  135. waldur_api_client/api/openstack_subnets/openstack_subnets_list.py +8 -4
  136. waldur_api_client/api/openstack_tenants/openstack_tenants_list.py +8 -4
  137. waldur_api_client/api/openstack_volume_availability_zones/openstack_volume_availability_zones_list.py +8 -4
  138. waldur_api_client/api/openstack_volume_types/openstack_volume_types_list.py +26 -4
  139. waldur_api_client/api/openstack_volumes/openstack_volumes_list.py +8 -4
  140. waldur_api_client/api/organization_groups/organization_groups_list.py +8 -4
  141. waldur_api_client/api/payment_profiles/payment_profiles_list.py +8 -4
  142. waldur_api_client/api/payments/payments_list.py +8 -4
  143. waldur_api_client/api/project_credits/project_credits_list.py +8 -4
  144. waldur_api_client/api/project_types/project_types_list.py +8 -4
  145. waldur_api_client/api/projects/projects_list.py +23 -4
  146. waldur_api_client/api/promotions_campaigns/promotions_campaigns_list.py +8 -4
  147. waldur_api_client/api/proposal_proposals/proposal_proposals_list.py +8 -4
  148. waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_list.py +8 -4
  149. waldur_api_client/api/proposal_public_calls/proposal_public_calls_list.py +8 -4
  150. waldur_api_client/api/proposal_requested_offerings/proposal_requested_offerings_list.py +8 -4
  151. waldur_api_client/api/proposal_requested_resources/proposal_requested_resources_list.py +8 -4
  152. waldur_api_client/api/proposal_reviews/proposal_reviews_list.py +8 -4
  153. waldur_api_client/api/provider_invoice_items/provider_invoice_items_list.py +8 -4
  154. waldur_api_client/api/rancher_apps/rancher_apps_list.py +8 -4
  155. waldur_api_client/api/rancher_catalogs/rancher_catalogs_list.py +8 -4
  156. waldur_api_client/api/rancher_cluster_security_groups/rancher_cluster_security_groups_list.py +8 -4
  157. waldur_api_client/api/rancher_cluster_templates/rancher_cluster_templates_list.py +8 -4
  158. waldur_api_client/api/rancher_clusters/rancher_clusters_list.py +8 -4
  159. waldur_api_client/api/rancher_hpas/rancher_hpas_list.py +8 -4
  160. waldur_api_client/api/rancher_ingresses/rancher_ingresses_list.py +8 -4
  161. waldur_api_client/api/rancher_namespaces/rancher_namespaces_list.py +8 -4
  162. waldur_api_client/api/rancher_nodes/rancher_nodes_list.py +8 -4
  163. waldur_api_client/api/rancher_projects/rancher_projects_list.py +8 -4
  164. waldur_api_client/api/rancher_role_templates/rancher_role_templates_list.py +8 -4
  165. waldur_api_client/api/rancher_services/rancher_services_list.py +8 -4
  166. waldur_api_client/api/rancher_templates/rancher_templates_list.py +8 -4
  167. waldur_api_client/api/rancher_users/rancher_users_list.py +8 -4
  168. waldur_api_client/api/rancher_workloads/rancher_workloads_list.py +8 -4
  169. waldur_api_client/api/roles/roles_list.py +8 -4
  170. waldur_api_client/api/service_settings/service_settings_list.py +18 -17
  171. waldur_api_client/api/slurm_allocation_user_usage/slurm_allocation_user_usage_list.py +8 -4
  172. waldur_api_client/api/slurm_allocations/slurm_allocations_list.py +8 -4
  173. waldur_api_client/api/slurm_associations/slurm_associations_list.py +8 -4
  174. waldur_api_client/api/slurm_jobs/slurm_jobs_list.py +8 -4
  175. waldur_api_client/api/support_attachments/support_attachments_list.py +8 -4
  176. waldur_api_client/api/support_comments/support_comments_list.py +8 -4
  177. waldur_api_client/api/support_feedbacks/support_feedbacks_list.py +8 -4
  178. waldur_api_client/api/support_issues/support_issues_list.py +8 -4
  179. waldur_api_client/api/support_priorities/support_priorities_list.py +8 -4
  180. waldur_api_client/api/support_templates/support_templates_list.py +8 -4
  181. waldur_api_client/api/support_users/support_users_list.py +8 -4
  182. waldur_api_client/api/user_agreements/user_agreements_list.py +8 -4
  183. waldur_api_client/api/user_group_invitations/user_group_invitations_list.py +8 -4
  184. waldur_api_client/api/user_invitations/user_invitations_list.py +8 -4
  185. waldur_api_client/api/user_permission_requests/user_permission_requests_list.py +8 -4
  186. waldur_api_client/api/user_permissions/user_permissions_list.py +18 -17
  187. waldur_api_client/api/users/users_list.py +8 -4
  188. waldur_api_client/api/vmware_clusters/vmware_clusters_list.py +8 -4
  189. waldur_api_client/api/vmware_datastores/vmware_datastores_list.py +8 -4
  190. waldur_api_client/api/vmware_disks/vmware_disks_list.py +8 -4
  191. waldur_api_client/api/vmware_folders/vmware_folders_list.py +8 -4
  192. waldur_api_client/api/vmware_networks/vmware_networks_list.py +8 -4
  193. waldur_api_client/api/vmware_ports/vmware_ports_list.py +8 -4
  194. waldur_api_client/api/vmware_templates/vmware_templates_list.py +8 -4
  195. waldur_api_client/api/vmware_virtual_machine/vmware_virtual_machine_list.py +8 -4
  196. waldur_api_client/models/__init__.py +28 -16
  197. waldur_api_client/models/backend_resource.py +162 -0
  198. waldur_api_client/models/{resource_backend_id.py → backend_resource_import_request.py} +21 -13
  199. waldur_api_client/models/backend_resource_req.py +162 -0
  200. waldur_api_client/models/{resource_backend_metadata.py → backend_resource_req_request.py} +12 -11
  201. waldur_api_client/models/backend_resource_req_state_enum.py +11 -0
  202. waldur_api_client/models/backend_resource_request.py +96 -0
  203. waldur_api_client/models/{resource_set_state_erred.py → backend_resource_request_set_erred_request.py} +5 -5
  204. waldur_api_client/models/backend_resource_requests_list_o_item.py +9 -0
  205. waldur_api_client/models/backend_resource_requests_list_state_item.py +11 -0
  206. waldur_api_client/models/{order_details_attributes.py → backend_resource_requests_set_done_response_200.py} +6 -6
  207. waldur_api_client/models/{resource_options.py → backend_resource_requests_set_erred_response_200.py} +7 -22
  208. waldur_api_client/models/backend_resource_requests_start_processing_response_200.py +44 -0
  209. waldur_api_client/models/backend_resources_list_o_item.py +9 -0
  210. waldur_api_client/models/constance_settings.py +9 -0
  211. waldur_api_client/models/constance_settings_request.py +9 -0
  212. waldur_api_client/models/customer.py +0 -21
  213. waldur_api_client/models/customers_list_field_item.py +0 -1
  214. waldur_api_client/models/customers_retrieve_field_item.py +0 -1
  215. waldur_api_client/models/event_types_enum.py +5 -0
  216. waldur_api_client/models/merged_plugin_options.py +20 -0
  217. waldur_api_client/models/merged_plugin_options_request.py +20 -0
  218. waldur_api_client/models/nested_requested_offering.py +18 -0
  219. waldur_api_client/models/order_details.py +4 -14
  220. waldur_api_client/models/provider_requested_offering.py +10 -0
  221. waldur_api_client/models/requested_offering.py +10 -0
  222. waldur_api_client/models/{resource_set_limits.py → resource_response_status.py} +11 -11
  223. waldur_api_client/models/user_agreement.py +9 -11
  224. waldur_api_client/models/user_agreement_request.py +9 -11
  225. {waldur_api_client-7.6.5.dist-info → waldur_api_client-7.6.8.dist-info}/METADATA +1 -1
  226. {waldur_api_client-7.6.5.dist-info → waldur_api_client-7.6.8.dist-info}/RECORD +228 -209
  227. waldur_api_client/models/permission_project.py +0 -147
  228. waldur_api_client/models/resource_report.py +0 -73
  229. {waldur_api_client-7.6.5.dist-info → waldur_api_client-7.6.8.dist-info}/LICENSE +0 -0
  230. {waldur_api_client-7.6.5.dist-info → waldur_api_client-7.6.8.dist-info}/WHEEL +0 -0
@@ -63,7 +63,8 @@ def sync_detailed(
63
63
  page: Union[Unset, int] = UNSET,
64
64
  page_size: Union[Unset, int] = UNSET,
65
65
  ) -> Response[list["RancherClusterTemplate"]]:
66
- """
66
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
67
+
67
68
  Args:
68
69
  page (Union[Unset, int]):
69
70
  page_size (Union[Unset, int]):
@@ -94,7 +95,8 @@ def sync(
94
95
  page: Union[Unset, int] = UNSET,
95
96
  page_size: Union[Unset, int] = UNSET,
96
97
  ) -> list["RancherClusterTemplate"]:
97
- """
98
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
99
+
98
100
  Args:
99
101
  page (Union[Unset, int]):
100
102
  page_size (Union[Unset, int]):
@@ -120,7 +122,8 @@ async def asyncio_detailed(
120
122
  page: Union[Unset, int] = UNSET,
121
123
  page_size: Union[Unset, int] = UNSET,
122
124
  ) -> Response[list["RancherClusterTemplate"]]:
123
- """
125
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
126
+
124
127
  Args:
125
128
  page (Union[Unset, int]):
126
129
  page_size (Union[Unset, int]):
@@ -149,7 +152,8 @@ async def asyncio(
149
152
  page: Union[Unset, int] = UNSET,
150
153
  page_size: Union[Unset, int] = UNSET,
151
154
  ) -> list["RancherClusterTemplate"]:
152
- """
155
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
156
+
153
157
  Args:
154
158
  page (Union[Unset, int]):
155
159
  page_size (Union[Unset, int]):
@@ -172,7 +172,8 @@ def sync_detailed(
172
172
  state: Union[Unset, list[RancherClustersListStateItem]] = UNSET,
173
173
  uuid: Union[Unset, UUID] = UNSET,
174
174
  ) -> Response[list["RancherCluster"]]:
175
- """
175
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
176
+
176
177
  Args:
177
178
  backend_id (Union[Unset, str]):
178
179
  can_manage (Union[Unset, bool]):
@@ -260,7 +261,8 @@ def sync(
260
261
  state: Union[Unset, list[RancherClustersListStateItem]] = UNSET,
261
262
  uuid: Union[Unset, UUID] = UNSET,
262
263
  ) -> list["RancherCluster"]:
263
- """
264
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
265
+
264
266
  Args:
265
267
  backend_id (Union[Unset, str]):
266
268
  can_manage (Union[Unset, bool]):
@@ -343,7 +345,8 @@ async def asyncio_detailed(
343
345
  state: Union[Unset, list[RancherClustersListStateItem]] = UNSET,
344
346
  uuid: Union[Unset, UUID] = UNSET,
345
347
  ) -> Response[list["RancherCluster"]]:
346
- """
348
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
349
+
347
350
  Args:
348
351
  backend_id (Union[Unset, str]):
349
352
  can_manage (Union[Unset, bool]):
@@ -429,7 +432,8 @@ async def asyncio(
429
432
  state: Union[Unset, list[RancherClustersListStateItem]] = UNSET,
430
433
  uuid: Union[Unset, UUID] = UNSET,
431
434
  ) -> list["RancherCluster"]:
432
- """
435
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
436
+
433
437
  Args:
434
438
  backend_id (Union[Unset, str]):
435
439
  can_manage (Union[Unset, bool]):
@@ -109,7 +109,8 @@ def sync_detailed(
109
109
  settings_uuid: Union[Unset, UUID] = UNSET,
110
110
  workload_uuid: Union[Unset, UUID] = UNSET,
111
111
  ) -> Response[list["RancherHPA"]]:
112
- """
112
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
113
+
113
114
  Args:
114
115
  cluster_uuid (Union[Unset, UUID]):
115
116
  name (Union[Unset, str]):
@@ -164,7 +165,8 @@ def sync(
164
165
  settings_uuid: Union[Unset, UUID] = UNSET,
165
166
  workload_uuid: Union[Unset, UUID] = UNSET,
166
167
  ) -> list["RancherHPA"]:
167
- """
168
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
169
+
168
170
  Args:
169
171
  cluster_uuid (Union[Unset, UUID]):
170
172
  name (Union[Unset, str]):
@@ -214,7 +216,8 @@ async def asyncio_detailed(
214
216
  settings_uuid: Union[Unset, UUID] = UNSET,
215
217
  workload_uuid: Union[Unset, UUID] = UNSET,
216
218
  ) -> Response[list["RancherHPA"]]:
217
- """
219
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
220
+
218
221
  Args:
219
222
  cluster_uuid (Union[Unset, UUID]):
220
223
  name (Union[Unset, str]):
@@ -267,7 +270,8 @@ async def asyncio(
267
270
  settings_uuid: Union[Unset, UUID] = UNSET,
268
271
  workload_uuid: Union[Unset, UUID] = UNSET,
269
272
  ) -> list["RancherHPA"]:
270
- """
273
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
274
+
271
275
  Args:
272
276
  cluster_uuid (Union[Unset, UUID]):
273
277
  name (Union[Unset, str]):
@@ -193,7 +193,8 @@ def sync_detailed(
193
193
  state: Union[Unset, list[RancherIngressesListStateItem]] = UNSET,
194
194
  uuid: Union[Unset, UUID] = UNSET,
195
195
  ) -> Response[list["RancherIngress"]]:
196
- """
196
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
197
+
197
198
  Args:
198
199
  backend_id (Union[Unset, str]):
199
200
  can_manage (Union[Unset, bool]):
@@ -290,7 +291,8 @@ def sync(
290
291
  state: Union[Unset, list[RancherIngressesListStateItem]] = UNSET,
291
292
  uuid: Union[Unset, UUID] = UNSET,
292
293
  ) -> list["RancherIngress"]:
293
- """
294
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
295
+
294
296
  Args:
295
297
  backend_id (Union[Unset, str]):
296
298
  can_manage (Union[Unset, bool]):
@@ -382,7 +384,8 @@ async def asyncio_detailed(
382
384
  state: Union[Unset, list[RancherIngressesListStateItem]] = UNSET,
383
385
  uuid: Union[Unset, UUID] = UNSET,
384
386
  ) -> Response[list["RancherIngress"]]:
385
- """
387
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
388
+
386
389
  Args:
387
390
  backend_id (Union[Unset, str]):
388
391
  can_manage (Union[Unset, bool]):
@@ -477,7 +480,8 @@ async def asyncio(
477
480
  state: Union[Unset, list[RancherIngressesListStateItem]] = UNSET,
478
481
  uuid: Union[Unset, UUID] = UNSET,
479
482
  ) -> list["RancherIngress"]:
480
- """
483
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
484
+
481
485
  Args:
482
486
  backend_id (Union[Unset, str]):
483
487
  can_manage (Union[Unset, bool]):
@@ -109,7 +109,8 @@ def sync_detailed(
109
109
  settings: Union[Unset, str] = UNSET,
110
110
  settings_uuid: Union[Unset, UUID] = UNSET,
111
111
  ) -> Response[list["RancherNamespace"]]:
112
- """
112
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
113
+
113
114
  Args:
114
115
  cluster_uuid (Union[Unset, UUID]):
115
116
  name (Union[Unset, str]):
@@ -161,7 +162,8 @@ def sync(
161
162
  settings: Union[Unset, str] = UNSET,
162
163
  settings_uuid: Union[Unset, UUID] = UNSET,
163
164
  ) -> list["RancherNamespace"]:
164
- """
165
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
166
+
165
167
  Args:
166
168
  cluster_uuid (Union[Unset, UUID]):
167
169
  name (Union[Unset, str]):
@@ -208,7 +210,8 @@ async def asyncio_detailed(
208
210
  settings: Union[Unset, str] = UNSET,
209
211
  settings_uuid: Union[Unset, UUID] = UNSET,
210
212
  ) -> Response[list["RancherNamespace"]]:
211
- """
213
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
214
+
212
215
  Args:
213
216
  cluster_uuid (Union[Unset, UUID]):
214
217
  name (Union[Unset, str]):
@@ -258,7 +261,8 @@ async def asyncio(
258
261
  settings: Union[Unset, str] = UNSET,
259
262
  settings_uuid: Union[Unset, UUID] = UNSET,
260
263
  ) -> list["RancherNamespace"]:
261
- """
264
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
265
+
262
266
  Args:
263
267
  cluster_uuid (Union[Unset, UUID]):
264
268
  name (Union[Unset, str]):
@@ -69,7 +69,8 @@ def sync_detailed(
69
69
  page: Union[Unset, int] = UNSET,
70
70
  page_size: Union[Unset, int] = UNSET,
71
71
  ) -> Response[list["RancherNode"]]:
72
- """
72
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
73
+
73
74
  Args:
74
75
  cluster_uuid (Union[Unset, UUID]):
75
76
  page (Union[Unset, int]):
@@ -103,7 +104,8 @@ def sync(
103
104
  page: Union[Unset, int] = UNSET,
104
105
  page_size: Union[Unset, int] = UNSET,
105
106
  ) -> list["RancherNode"]:
106
- """
107
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
108
+
107
109
  Args:
108
110
  cluster_uuid (Union[Unset, UUID]):
109
111
  page (Union[Unset, int]):
@@ -132,7 +134,8 @@ async def asyncio_detailed(
132
134
  page: Union[Unset, int] = UNSET,
133
135
  page_size: Union[Unset, int] = UNSET,
134
136
  ) -> Response[list["RancherNode"]]:
135
- """
137
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
138
+
136
139
  Args:
137
140
  cluster_uuid (Union[Unset, UUID]):
138
141
  page (Union[Unset, int]):
@@ -164,7 +167,8 @@ async def asyncio(
164
167
  page: Union[Unset, int] = UNSET,
165
168
  page_size: Union[Unset, int] = UNSET,
166
169
  ) -> list["RancherNode"]:
167
- """
170
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
171
+
168
172
  Args:
169
173
  cluster_uuid (Union[Unset, UUID]):
170
174
  page (Union[Unset, int]):
@@ -88,7 +88,8 @@ def sync_detailed(
88
88
  settings: Union[Unset, str] = UNSET,
89
89
  settings_uuid: Union[Unset, UUID] = UNSET,
90
90
  ) -> Response[list["RancherProject"]]:
91
- """
91
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
92
+
92
93
  Args:
93
94
  cluster_uuid (Union[Unset, UUID]):
94
95
  name (Union[Unset, str]):
@@ -134,7 +135,8 @@ def sync(
134
135
  settings: Union[Unset, str] = UNSET,
135
136
  settings_uuid: Union[Unset, UUID] = UNSET,
136
137
  ) -> list["RancherProject"]:
137
- """
138
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
139
+
138
140
  Args:
139
141
  cluster_uuid (Union[Unset, UUID]):
140
142
  name (Union[Unset, str]):
@@ -175,7 +177,8 @@ async def asyncio_detailed(
175
177
  settings: Union[Unset, str] = UNSET,
176
178
  settings_uuid: Union[Unset, UUID] = UNSET,
177
179
  ) -> Response[list["RancherProject"]]:
178
- """
180
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
181
+
179
182
  Args:
180
183
  cluster_uuid (Union[Unset, UUID]):
181
184
  name (Union[Unset, str]):
@@ -219,7 +222,8 @@ async def asyncio(
219
222
  settings: Union[Unset, str] = UNSET,
220
223
  settings_uuid: Union[Unset, UUID] = UNSET,
221
224
  ) -> list["RancherProject"]:
222
- """
225
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
226
+
223
227
  Args:
224
228
  cluster_uuid (Union[Unset, UUID]):
225
229
  name (Union[Unset, str]):
@@ -89,7 +89,8 @@ def sync_detailed(
89
89
  scope_type: Union[Unset, str] = UNSET,
90
90
  settings_uuid: Union[Unset, UUID] = UNSET,
91
91
  ) -> Response[list["RoleTemplate"]]:
92
- """
92
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
93
+
93
94
  Args:
94
95
  name (Union[Unset, str]):
95
96
  o (Union[Unset, list[RancherRoleTemplatesListOItem]]):
@@ -132,7 +133,8 @@ def sync(
132
133
  scope_type: Union[Unset, str] = UNSET,
133
134
  settings_uuid: Union[Unset, UUID] = UNSET,
134
135
  ) -> list["RoleTemplate"]:
135
- """
136
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
137
+
136
138
  Args:
137
139
  name (Union[Unset, str]):
138
140
  o (Union[Unset, list[RancherRoleTemplatesListOItem]]):
@@ -170,7 +172,8 @@ async def asyncio_detailed(
170
172
  scope_type: Union[Unset, str] = UNSET,
171
173
  settings_uuid: Union[Unset, UUID] = UNSET,
172
174
  ) -> Response[list["RoleTemplate"]]:
173
- """
175
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
176
+
174
177
  Args:
175
178
  name (Union[Unset, str]):
176
179
  o (Union[Unset, list[RancherRoleTemplatesListOItem]]):
@@ -211,7 +214,8 @@ async def asyncio(
211
214
  scope_type: Union[Unset, str] = UNSET,
212
215
  settings_uuid: Union[Unset, UUID] = UNSET,
213
216
  ) -> list["RoleTemplate"]:
214
- """
217
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
218
+
215
219
  Args:
216
220
  name (Union[Unset, str]):
217
221
  o (Union[Unset, list[RancherRoleTemplatesListOItem]]):
@@ -193,7 +193,8 @@ def sync_detailed(
193
193
  state: Union[Unset, list[RancherServicesListStateItem]] = UNSET,
194
194
  uuid: Union[Unset, UUID] = UNSET,
195
195
  ) -> Response[list["RancherService"]]:
196
- """
196
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
197
+
197
198
  Args:
198
199
  backend_id (Union[Unset, str]):
199
200
  can_manage (Union[Unset, bool]):
@@ -290,7 +291,8 @@ def sync(
290
291
  state: Union[Unset, list[RancherServicesListStateItem]] = UNSET,
291
292
  uuid: Union[Unset, UUID] = UNSET,
292
293
  ) -> list["RancherService"]:
293
- """
294
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
295
+
294
296
  Args:
295
297
  backend_id (Union[Unset, str]):
296
298
  can_manage (Union[Unset, bool]):
@@ -382,7 +384,8 @@ async def asyncio_detailed(
382
384
  state: Union[Unset, list[RancherServicesListStateItem]] = UNSET,
383
385
  uuid: Union[Unset, UUID] = UNSET,
384
386
  ) -> Response[list["RancherService"]]:
385
- """
387
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
388
+
386
389
  Args:
387
390
  backend_id (Union[Unset, str]):
388
391
  can_manage (Union[Unset, bool]):
@@ -477,7 +480,8 @@ async def asyncio(
477
480
  state: Union[Unset, list[RancherServicesListStateItem]] = UNSET,
478
481
  uuid: Union[Unset, UUID] = UNSET,
479
482
  ) -> list["RancherService"]:
480
- """
483
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
484
+
481
485
  Args:
482
486
  backend_id (Union[Unset, str]):
483
487
  can_manage (Union[Unset, bool]):
@@ -114,7 +114,8 @@ def sync_detailed(
114
114
  settings: Union[Unset, str] = UNSET,
115
115
  settings_uuid: Union[Unset, UUID] = UNSET,
116
116
  ) -> Response[list["RancherTemplate"]]:
117
- """
117
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
118
+
118
119
  Args:
119
120
  catalog_uuid (Union[Unset, UUID]):
120
121
  cluster_uuid (Union[Unset, UUID]):
@@ -169,7 +170,8 @@ def sync(
169
170
  settings: Union[Unset, str] = UNSET,
170
171
  settings_uuid: Union[Unset, UUID] = UNSET,
171
172
  ) -> list["RancherTemplate"]:
172
- """
173
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
174
+
173
175
  Args:
174
176
  catalog_uuid (Union[Unset, UUID]):
175
177
  cluster_uuid (Union[Unset, UUID]):
@@ -219,7 +221,8 @@ async def asyncio_detailed(
219
221
  settings: Union[Unset, str] = UNSET,
220
222
  settings_uuid: Union[Unset, UUID] = UNSET,
221
223
  ) -> Response[list["RancherTemplate"]]:
222
- """
224
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
225
+
223
226
  Args:
224
227
  catalog_uuid (Union[Unset, UUID]):
225
228
  cluster_uuid (Union[Unset, UUID]):
@@ -272,7 +275,8 @@ async def asyncio(
272
275
  settings: Union[Unset, str] = UNSET,
273
276
  settings_uuid: Union[Unset, UUID] = UNSET,
274
277
  ) -> list["RancherTemplate"]:
275
- """
278
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
279
+
276
280
  Args:
277
281
  catalog_uuid (Union[Unset, UUID]):
278
282
  cluster_uuid (Union[Unset, UUID]):
@@ -95,7 +95,8 @@ def sync_detailed(
95
95
  user_username: Union[Unset, str] = UNSET,
96
96
  user_uuid: Union[Unset, UUID] = UNSET,
97
97
  ) -> Response[list["RancherUser"]]:
98
- """
98
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
99
+
99
100
  Args:
100
101
  cluster_uuid (Union[Unset, UUID]):
101
102
  is_active (Union[Unset, bool]):
@@ -144,7 +145,8 @@ def sync(
144
145
  user_username: Union[Unset, str] = UNSET,
145
146
  user_uuid: Union[Unset, UUID] = UNSET,
146
147
  ) -> list["RancherUser"]:
147
- """
148
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
149
+
148
150
  Args:
149
151
  cluster_uuid (Union[Unset, UUID]):
150
152
  is_active (Union[Unset, bool]):
@@ -188,7 +190,8 @@ async def asyncio_detailed(
188
190
  user_username: Union[Unset, str] = UNSET,
189
191
  user_uuid: Union[Unset, UUID] = UNSET,
190
192
  ) -> Response[list["RancherUser"]]:
191
- """
193
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
194
+
192
195
  Args:
193
196
  cluster_uuid (Union[Unset, UUID]):
194
197
  is_active (Union[Unset, bool]):
@@ -235,7 +238,8 @@ async def asyncio(
235
238
  user_username: Union[Unset, str] = UNSET,
236
239
  user_uuid: Union[Unset, UUID] = UNSET,
237
240
  ) -> list["RancherUser"]:
238
- """
241
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
242
+
239
243
  Args:
240
244
  cluster_uuid (Union[Unset, UUID]):
241
245
  is_active (Union[Unset, bool]):
@@ -114,7 +114,8 @@ def sync_detailed(
114
114
  settings: Union[Unset, str] = UNSET,
115
115
  settings_uuid: Union[Unset, UUID] = UNSET,
116
116
  ) -> Response[list["RancherWorkload"]]:
117
- """
117
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
118
+
118
119
  Args:
119
120
  cluster_uuid (Union[Unset, UUID]):
120
121
  name (Union[Unset, str]):
@@ -169,7 +170,8 @@ def sync(
169
170
  settings: Union[Unset, str] = UNSET,
170
171
  settings_uuid: Union[Unset, UUID] = UNSET,
171
172
  ) -> list["RancherWorkload"]:
172
- """
173
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
174
+
173
175
  Args:
174
176
  cluster_uuid (Union[Unset, UUID]):
175
177
  name (Union[Unset, str]):
@@ -219,7 +221,8 @@ async def asyncio_detailed(
219
221
  settings: Union[Unset, str] = UNSET,
220
222
  settings_uuid: Union[Unset, UUID] = UNSET,
221
223
  ) -> Response[list["RancherWorkload"]]:
222
- """
224
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
225
+
223
226
  Args:
224
227
  cluster_uuid (Union[Unset, UUID]):
225
228
  name (Union[Unset, str]):
@@ -272,7 +275,8 @@ async def asyncio(
272
275
  settings: Union[Unset, str] = UNSET,
273
276
  settings_uuid: Union[Unset, UUID] = UNSET,
274
277
  ) -> list["RancherWorkload"]:
275
- """
278
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
279
+
276
280
  Args:
277
281
  cluster_uuid (Union[Unset, UUID]):
278
282
  name (Union[Unset, str]):
@@ -85,7 +85,8 @@ def sync_detailed(
85
85
  page: Union[Unset, int] = UNSET,
86
86
  page_size: Union[Unset, int] = UNSET,
87
87
  ) -> Response[list["RoleDetails"]]:
88
- """
88
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
89
+
89
90
  Args:
90
91
  description (Union[Unset, str]):
91
92
  field (Union[Unset, list[RolesListFieldItem]]):
@@ -128,7 +129,8 @@ def sync(
128
129
  page: Union[Unset, int] = UNSET,
129
130
  page_size: Union[Unset, int] = UNSET,
130
131
  ) -> list["RoleDetails"]:
131
- """
132
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
133
+
132
134
  Args:
133
135
  description (Union[Unset, str]):
134
136
  field (Union[Unset, list[RolesListFieldItem]]):
@@ -166,7 +168,8 @@ async def asyncio_detailed(
166
168
  page: Union[Unset, int] = UNSET,
167
169
  page_size: Union[Unset, int] = UNSET,
168
170
  ) -> Response[list["RoleDetails"]]:
169
- """
171
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
172
+
170
173
  Args:
171
174
  description (Union[Unset, str]):
172
175
  field (Union[Unset, list[RolesListFieldItem]]):
@@ -207,7 +210,8 @@ async def asyncio(
207
210
  page: Union[Unset, int] = UNSET,
208
211
  page_size: Union[Unset, int] = UNSET,
209
212
  ) -> list["RoleDetails"]:
210
- """
213
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
214
+
211
215
  Args:
212
216
  description (Union[Unset, str]):
213
217
  field (Union[Unset, list[RolesListFieldItem]]):
@@ -22,7 +22,7 @@ def _get_kwargs(
22
22
  o: Union[Unset, str] = UNSET,
23
23
  page: Union[Unset, int] = UNSET,
24
24
  page_size: Union[Unset, int] = UNSET,
25
- scope_uuid: Union[Unset, UUID] = UNSET,
25
+ scope_uuid: Union[Unset, str] = UNSET,
26
26
  shared: Union[Unset, bool] = UNSET,
27
27
  state: Union[Unset, list[ServiceSettingsListStateItem]] = UNSET,
28
28
  type_: Union[Unset, str] = UNSET,
@@ -58,10 +58,7 @@ def _get_kwargs(
58
58
 
59
59
  params["page_size"] = page_size
60
60
 
61
- json_scope_uuid: Union[Unset, str] = UNSET
62
- if not isinstance(scope_uuid, Unset):
63
- json_scope_uuid = str(scope_uuid)
64
- params["scope_uuid"] = json_scope_uuid
61
+ params["scope_uuid"] = scope_uuid
65
62
 
66
63
  params["shared"] = shared
67
64
 
@@ -122,12 +119,13 @@ def sync_detailed(
122
119
  o: Union[Unset, str] = UNSET,
123
120
  page: Union[Unset, int] = UNSET,
124
121
  page_size: Union[Unset, int] = UNSET,
125
- scope_uuid: Union[Unset, UUID] = UNSET,
122
+ scope_uuid: Union[Unset, str] = UNSET,
126
123
  shared: Union[Unset, bool] = UNSET,
127
124
  state: Union[Unset, list[ServiceSettingsListStateItem]] = UNSET,
128
125
  type_: Union[Unset, str] = UNSET,
129
126
  ) -> Response[list["ServiceSettings"]]:
130
- """
127
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
128
+
131
129
  Args:
132
130
  customer (Union[Unset, UUID]):
133
131
  customer_uuid (Union[Unset, UUID]):
@@ -137,7 +135,7 @@ def sync_detailed(
137
135
  o (Union[Unset, str]):
138
136
  page (Union[Unset, int]):
139
137
  page_size (Union[Unset, int]):
140
- scope_uuid (Union[Unset, UUID]):
138
+ scope_uuid (Union[Unset, str]):
141
139
  shared (Union[Unset, bool]):
142
140
  state (Union[Unset, list[ServiceSettingsListStateItem]]):
143
141
  type_ (Union[Unset, str]):
@@ -183,12 +181,13 @@ def sync(
183
181
  o: Union[Unset, str] = UNSET,
184
182
  page: Union[Unset, int] = UNSET,
185
183
  page_size: Union[Unset, int] = UNSET,
186
- scope_uuid: Union[Unset, UUID] = UNSET,
184
+ scope_uuid: Union[Unset, str] = UNSET,
187
185
  shared: Union[Unset, bool] = UNSET,
188
186
  state: Union[Unset, list[ServiceSettingsListStateItem]] = UNSET,
189
187
  type_: Union[Unset, str] = UNSET,
190
188
  ) -> list["ServiceSettings"]:
191
- """
189
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
190
+
192
191
  Args:
193
192
  customer (Union[Unset, UUID]):
194
193
  customer_uuid (Union[Unset, UUID]):
@@ -198,7 +197,7 @@ def sync(
198
197
  o (Union[Unset, str]):
199
198
  page (Union[Unset, int]):
200
199
  page_size (Union[Unset, int]):
201
- scope_uuid (Union[Unset, UUID]):
200
+ scope_uuid (Union[Unset, str]):
202
201
  shared (Union[Unset, bool]):
203
202
  state (Union[Unset, list[ServiceSettingsListStateItem]]):
204
203
  type_ (Union[Unset, str]):
@@ -239,12 +238,13 @@ async def asyncio_detailed(
239
238
  o: Union[Unset, str] = UNSET,
240
239
  page: Union[Unset, int] = UNSET,
241
240
  page_size: Union[Unset, int] = UNSET,
242
- scope_uuid: Union[Unset, UUID] = UNSET,
241
+ scope_uuid: Union[Unset, str] = UNSET,
243
242
  shared: Union[Unset, bool] = UNSET,
244
243
  state: Union[Unset, list[ServiceSettingsListStateItem]] = UNSET,
245
244
  type_: Union[Unset, str] = UNSET,
246
245
  ) -> Response[list["ServiceSettings"]]:
247
- """
246
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
247
+
248
248
  Args:
249
249
  customer (Union[Unset, UUID]):
250
250
  customer_uuid (Union[Unset, UUID]):
@@ -254,7 +254,7 @@ async def asyncio_detailed(
254
254
  o (Union[Unset, str]):
255
255
  page (Union[Unset, int]):
256
256
  page_size (Union[Unset, int]):
257
- scope_uuid (Union[Unset, UUID]):
257
+ scope_uuid (Union[Unset, str]):
258
258
  shared (Union[Unset, bool]):
259
259
  state (Union[Unset, list[ServiceSettingsListStateItem]]):
260
260
  type_ (Union[Unset, str]):
@@ -298,12 +298,13 @@ async def asyncio(
298
298
  o: Union[Unset, str] = UNSET,
299
299
  page: Union[Unset, int] = UNSET,
300
300
  page_size: Union[Unset, int] = UNSET,
301
- scope_uuid: Union[Unset, UUID] = UNSET,
301
+ scope_uuid: Union[Unset, str] = UNSET,
302
302
  shared: Union[Unset, bool] = UNSET,
303
303
  state: Union[Unset, list[ServiceSettingsListStateItem]] = UNSET,
304
304
  type_: Union[Unset, str] = UNSET,
305
305
  ) -> list["ServiceSettings"]:
306
- """
306
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
307
+
307
308
  Args:
308
309
  customer (Union[Unset, UUID]):
309
310
  customer_uuid (Union[Unset, UUID]):
@@ -313,7 +314,7 @@ async def asyncio(
313
314
  o (Union[Unset, str]):
314
315
  page (Union[Unset, int]):
315
316
  page_size (Union[Unset, int]):
316
- scope_uuid (Union[Unset, UUID]):
317
+ scope_uuid (Union[Unset, str]):
317
318
  shared (Union[Unset, bool]):
318
319
  state (Union[Unset, list[ServiceSettingsListStateItem]]):
319
320
  type_ (Union[Unset, str]):
@@ -94,7 +94,8 @@ def sync_detailed(
94
94
  user_uuid: Union[Unset, UUID] = UNSET,
95
95
  year: Union[Unset, int] = UNSET,
96
96
  ) -> Response[list["SlurmAllocationUserUsage"]]:
97
- """
97
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
98
+
98
99
  Args:
99
100
  allocation (Union[Unset, str]):
100
101
  allocation_uuid (Union[Unset, UUID]):
@@ -143,7 +144,8 @@ def sync(
143
144
  user_uuid: Union[Unset, UUID] = UNSET,
144
145
  year: Union[Unset, int] = UNSET,
145
146
  ) -> list["SlurmAllocationUserUsage"]:
146
- """
147
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
148
+
147
149
  Args:
148
150
  allocation (Union[Unset, str]):
149
151
  allocation_uuid (Union[Unset, UUID]):
@@ -187,7 +189,8 @@ async def asyncio_detailed(
187
189
  user_uuid: Union[Unset, UUID] = UNSET,
188
190
  year: Union[Unset, int] = UNSET,
189
191
  ) -> Response[list["SlurmAllocationUserUsage"]]:
190
- """
192
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
193
+
191
194
  Args:
192
195
  allocation (Union[Unset, str]):
193
196
  allocation_uuid (Union[Unset, UUID]):
@@ -234,7 +237,8 @@ async def asyncio(
234
237
  user_uuid: Union[Unset, UUID] = UNSET,
235
238
  year: Union[Unset, int] = UNSET,
236
239
  ) -> list["SlurmAllocationUserUsage"]:
237
- """
240
+ """Mixin to optimize HEAD requests for DRF views bypassing serializer processing
241
+
238
242
  Args:
239
243
  allocation (Union[Unset, str]):
240
244
  allocation_uuid (Union[Unset, UUID]):