waldur-api-client 7.8.3__py3-none-any.whl → 7.8.5__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.
- waldur_api_client/api/backend_resources/backend_resources_import_resource.py +3 -3
- waldur_api_client/api/booking_resources/booking_resources_count.py +108 -0
- waldur_api_client/api/booking_resources/booking_resources_list.py +108 -0
- waldur_api_client/api/call_managing_organisations/call_managing_organisations_add_user.py +17 -10
- waldur_api_client/api/customers/customers_add_user.py +17 -10
- waldur_api_client/api/marketplace_component_usages/marketplace_component_usages_count.py +30 -0
- waldur_api_client/api/marketplace_component_usages/marketplace_component_usages_list.py +30 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/__init__.py +1 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_actions_count.py +125 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_actions_retrieve.py +119 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_count.py +239 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_create.py +152 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_destroy.py +89 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_list.py +242 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_partial_update.py +166 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_retrieve.py +144 -0
- waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_update.py +166 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_checklist_template_count.py +125 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_checklist_template_retrieve.py +126 -0
- waldur_api_client/api/marketplace_orders/marketplace_orders_set_backend_id.py +105 -0
- waldur_api_client/api/marketplace_plans/marketplace_plans_update_discounts.py +123 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_add_partition.py +168 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_add_software_catalog.py +168 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_add_user.py +19 -10
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_component_stats_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_costs_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_count.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_create_offering_component.py +1 -1
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_customers_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_count.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_remove_partition.py +107 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_remove_software_catalog.py +107 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_tos_stats_retrieve.py +146 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_partition_partial_update.py +168 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_software_catalog_partial_update.py +168 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_count.py +108 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_list.py +108 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_downscaled.py +107 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_paused.py +107 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_restrict_member_access.py +107 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_update_options.py +168 -0
- waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_count.py +15 -0
- waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_list.py +15 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_count.py +108 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_list.py +108 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_renew.py +166 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_set_downscaled.py +107 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_set_paused.py +107 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_set_restrict_member_access.py +107 -0
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_add_user.py +17 -10
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_customer_projects_list.py +15 -0
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_offerings_list.py +15 -0
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_projects_list.py +14 -24
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_set_offerings_username.py +8 -67
- waldur_api_client/api/marketplace_service_providers/service_provider_checklists_summary.py +189 -0
- waldur_api_client/api/marketplace_site_agent_identities/__init__.py +1 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_count.py +240 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_create.py +148 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_destroy.py +89 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_list.py +241 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_register_event_subscription.py +176 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_register_service.py +170 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_retrieve.py +140 -0
- waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_update.py +162 -0
- waldur_api_client/api/marketplace_site_agent_processors/__init__.py +1 -0
- waldur_api_client/api/marketplace_site_agent_processors/marketplace_site_agent_processors_count.py +240 -0
- waldur_api_client/api/marketplace_site_agent_processors/marketplace_site_agent_processors_list.py +241 -0
- waldur_api_client/api/marketplace_site_agent_processors/marketplace_site_agent_processors_retrieve.py +142 -0
- waldur_api_client/api/marketplace_site_agent_services/__init__.py +1 -0
- waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_count.py +229 -0
- waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_list.py +230 -0
- waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_register_processor.py +172 -0
- waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_retrieve.py +140 -0
- waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_set_statistics.py +166 -0
- waldur_api_client/api/marketplace_software_catalogs/__init__.py +1 -0
- waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_count.py +225 -0
- waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_create.py +150 -0
- waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_destroy.py +89 -0
- waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_list.py +226 -0
- waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_partial_update.py +164 -0
- waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_retrieve.py +142 -0
- waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_update.py +164 -0
- waldur_api_client/api/marketplace_software_packages/__init__.py +1 -0
- waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_count.py +352 -0
- waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_create.py +150 -0
- waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_destroy.py +89 -0
- waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_list.py +353 -0
- waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_partial_update.py +164 -0
- waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_retrieve.py +142 -0
- waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_update.py +164 -0
- waldur_api_client/api/marketplace_software_targets/__init__.py +1 -0
- waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_count.py +313 -0
- waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_create.py +117 -0
- waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_destroy.py +89 -0
- waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_list.py +314 -0
- waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_partial_update.py +142 -0
- waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_retrieve.py +142 -0
- waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_update.py +142 -0
- waldur_api_client/api/marketplace_software_versions/__init__.py +1 -0
- waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_count.py +310 -0
- waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_create.py +117 -0
- waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_destroy.py +89 -0
- waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_list.py +311 -0
- waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_partial_update.py +142 -0
- waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_retrieve.py +142 -0
- waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_update.py +142 -0
- waldur_api_client/api/onboarding/__init__.py +1 -0
- waldur_api_client/api/onboarding/onboarding_supported_countries_retrieve.py +74 -0
- waldur_api_client/api/onboarding_justifications/__init__.py +1 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_approve.py +168 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_attach_document.py +211 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_count.py +172 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_create.py +150 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_create_justification.py +154 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_destroy.py +89 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_list.py +175 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_partial_update.py +164 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_reject.py +168 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_retrieve.py +142 -0
- waldur_api_client/api/onboarding_justifications/onboarding_justifications_update.py +164 -0
- waldur_api_client/api/onboarding_verifications/__init__.py +1 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_count.py +172 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_create.py +150 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_create_customer.py +144 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_destroy.py +89 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_list.py +175 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_partial_update.py +164 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_retrieve.py +142 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_update.py +164 -0
- waldur_api_client/api/onboarding_verifications/onboarding_verifications_validate_company.py +154 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_count.py +33 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_create.py +154 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_destroy.py +91 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_list.py +33 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_partial_update.py +164 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_update.py +164 -0
- waldur_api_client/api/openstack_networks/openstack_networks_rbac_policy_create.py +24 -22
- waldur_api_client/api/projects/projects_add_user.py +17 -10
- waldur_api_client/api/projects/projects_checklist_template_count.py +125 -0
- waldur_api_client/api/projects/projects_checklist_template_retrieve.py +126 -0
- waldur_api_client/api/projects/projects_count.py +30 -0
- waldur_api_client/api/projects/projects_list.py +30 -0
- waldur_api_client/api/projects/projects_move_project.py +19 -10
- waldur_api_client/api/projects/projects_recover.py +166 -0
- waldur_api_client/api/proposal_proposals/proposal_proposals_add_user.py +17 -10
- waldur_api_client/api/proposal_proposals/proposal_proposals_checklist_template_count.py +125 -0
- waldur_api_client/api/proposal_proposals/proposal_proposals_checklist_template_retrieve.py +126 -0
- waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_add_user.py +17 -10
- waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_offerings_list.py +15 -0
- waldur_api_client/api/remote_waldur_api/remote_waldur_api_pull_resource_robot_accounts.py +88 -0
- waldur_api_client/models/__init__.py +214 -8
- waldur_api_client/models/agent_event_subscription_create_request.py +71 -0
- waldur_api_client/models/agent_identity.py +211 -0
- waldur_api_client/models/agent_identity_request.py +157 -0
- waldur_api_client/models/agent_processor.py +170 -0
- waldur_api_client/models/agent_processor_create_request.py +89 -0
- waldur_api_client/models/agent_service.py +172 -0
- waldur_api_client/models/agent_service_create_request.py +81 -0
- waldur_api_client/models/agent_service_state.py +10 -0
- waldur_api_client/models/agent_service_statistics_request.py +59 -0
- waldur_api_client/models/base_provider_plan.py +21 -0
- waldur_api_client/models/base_public_plan.py +21 -0
- waldur_api_client/models/booking_offerings_list_field_item.py +2 -0
- waldur_api_client/models/booking_offerings_retrieve_field_item.py +2 -0
- waldur_api_client/models/booking_resource.py +37 -11
- waldur_api_client/models/booking_resource_renewal_date_type_0.py +53 -0
- waldur_api_client/models/booking_resources_list_field_item.py +1 -0
- waldur_api_client/models/booking_resources_retrieve_field_item.py +1 -0
- waldur_api_client/models/call_managing_organisations_add_user_response_400.py +65 -0
- waldur_api_client/models/call_round.py +4 -4
- waldur_api_client/models/checklist_template.py +99 -0
- waldur_api_client/models/checklist_template_checklist.py +44 -0
- waldur_api_client/models/constance_settings.py +126 -45
- waldur_api_client/models/constance_settings_request.py +126 -45
- waldur_api_client/models/constance_settings_request_form.py +126 -45
- waldur_api_client/models/constance_settings_request_multipart.py +219 -71
- waldur_api_client/models/customer.py +9 -0
- waldur_api_client/models/customer_component_usage_policy.py +175 -0
- waldur_api_client/models/customer_component_usage_policy_request.py +102 -0
- waldur_api_client/models/customers_add_user_response_400.py +65 -0
- waldur_api_client/models/customers_list_field_item.py +1 -0
- waldur_api_client/models/customers_retrieve_field_item.py +1 -0
- waldur_api_client/models/deprecated_network_rbac_policy.py +137 -0
- waldur_api_client/models/deprecated_network_rbac_policy_request.py +78 -0
- waldur_api_client/models/discount_config_request.py +91 -0
- waldur_api_client/models/discounts_update_request.py +65 -0
- waldur_api_client/models/discounts_update_request_discounts.py +57 -0
- waldur_api_client/models/event_types_enum.py +1 -0
- waldur_api_client/models/issue.py +0 -25
- waldur_api_client/models/managed_rancher_cluster_resources_list_field_item.py +1 -0
- waldur_api_client/models/managed_rancher_cluster_resources_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_orders_count_state_item.py +1 -0
- waldur_api_client/models/marketplace_orders_list_field_item.py +2 -0
- waldur_api_client/models/marketplace_orders_list_state_item.py +1 -0
- waldur_api_client/models/marketplace_orders_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_offerings_add_user_response_400.py +65 -0
- waldur_api_client/models/marketplace_provider_offerings_list_course_accounts_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_offerings_list_customer_service_accounts_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_offerings_list_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_offerings_list_project_service_accounts_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_offerings_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_offerings_stats_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_offerings_user_has_resource_access_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_resources_details_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_provider_resources_list_field_item.py +1 -0
- waldur_api_client/models/marketplace_provider_resources_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_public_offerings_list_field_item.py +2 -0
- waldur_api_client/models/marketplace_public_offerings_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_resources_details_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_resources_list_field_item.py +1 -0
- waldur_api_client/models/marketplace_resources_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_service_providers_add_user_response_400.py +65 -0
- waldur_api_client/models/marketplace_site_agent_services_count_state_item.py +10 -0
- waldur_api_client/models/marketplace_site_agent_services_list_state_item.py +10 -0
- waldur_api_client/models/marketplace_software_catalogs_count_o_item.py +15 -0
- waldur_api_client/models/marketplace_software_catalogs_list_o_item.py +15 -0
- waldur_api_client/models/marketplace_software_packages_count_o_item.py +17 -0
- waldur_api_client/models/marketplace_software_packages_list_o_item.py +17 -0
- waldur_api_client/models/marketplace_software_targets_count_o_item.py +15 -0
- waldur_api_client/models/marketplace_software_targets_list_o_item.py +15 -0
- waldur_api_client/models/marketplace_software_versions_count_o_item.py +15 -0
- waldur_api_client/models/marketplace_software_versions_list_o_item.py +15 -0
- waldur_api_client/models/merged_plugin_options.py +65 -8
- waldur_api_client/models/merged_plugin_options_request.py +65 -8
- waldur_api_client/models/nested_agent_processor.py +154 -0
- waldur_api_client/models/nested_agent_service.py +134 -0
- waldur_api_client/models/nested_agent_service_request.py +90 -0
- waldur_api_client/models/nested_customer_usage_policy_component.py +103 -0
- waldur_api_client/models/nested_customer_usage_policy_component_request.py +87 -0
- waldur_api_client/models/nested_partition.py +412 -0
- waldur_api_client/models/nested_partition_request.py +397 -0
- waldur_api_client/models/nested_plan_component.py +155 -0
- waldur_api_client/models/nested_plan_component_request.py +128 -0
- waldur_api_client/models/nested_round.py +5 -5
- waldur_api_client/models/nested_software_catalog.py +134 -0
- waldur_api_client/models/nested_software_catalog_catalog.py +86 -0
- waldur_api_client/models/nested_software_catalog_partition.py +86 -0
- waldur_api_client/models/nested_software_catalog_request.py +68 -0
- waldur_api_client/models/nested_software_target.py +84 -0
- waldur_api_client/models/nested_software_target_request.py +75 -0
- waldur_api_client/models/nested_software_version.py +124 -0
- waldur_api_client/models/nested_software_version_request.py +93 -0
- waldur_api_client/models/network_rbac_policy_request.py +8 -0
- waldur_api_client/models/notification.py +9 -9
- waldur_api_client/models/{notification_context_fields.py → notification_context_schema.py} +6 -6
- waldur_api_client/models/notification_template_detail_serializers.py +9 -3
- waldur_api_client/models/observable_object_type_enum.py +14 -0
- waldur_api_client/models/offering.py +42 -0
- waldur_api_client/models/offering_component.py +79 -0
- waldur_api_client/models/offering_component_request.py +80 -0
- waldur_api_client/models/offering_create.py +36 -0
- waldur_api_client/models/offering_partition.py +440 -0
- waldur_api_client/models/offering_partition_request.py +406 -0
- waldur_api_client/models/offering_software_catalog.py +176 -0
- waldur_api_client/models/offering_software_catalog_request.py +118 -0
- waldur_api_client/models/onboarding_company_validation_request_request.py +88 -0
- waldur_api_client/models/onboarding_justification.py +212 -0
- waldur_api_client/models/onboarding_justification_create_request.py +71 -0
- waldur_api_client/models/onboarding_justification_documentation.py +108 -0
- waldur_api_client/models/onboarding_justification_documentation_request.py +84 -0
- waldur_api_client/models/onboarding_justification_documentation_request_form.py +84 -0
- waldur_api_client/models/onboarding_justification_documentation_request_multipart.py +98 -0
- waldur_api_client/models/onboarding_justification_request.py +89 -0
- waldur_api_client/models/onboarding_justification_review_request.py +59 -0
- waldur_api_client/models/onboarding_verification.py +250 -0
- waldur_api_client/models/onboarding_verification_request.py +128 -0
- waldur_api_client/models/onboarding_verification_status_enum.py +12 -0
- waldur_api_client/models/open_stack_create_floating_ip_request.py +20 -1
- waldur_api_client/models/order_backend_id_request.py +59 -0
- waldur_api_client/models/order_create.py +4 -4
- waldur_api_client/models/order_details.py +43 -11
- waldur_api_client/models/order_state.py +1 -0
- waldur_api_client/models/patched_customer_component_usage_policy_request.py +104 -0
- waldur_api_client/models/patched_network_rbac_policy_request.py +85 -0
- waldur_api_client/models/patched_offering_partition_request.py +412 -0
- waldur_api_client/models/patched_offering_software_catalog_update_request.py +131 -0
- waldur_api_client/models/patched_onboarding_justification_request.py +88 -0
- waldur_api_client/models/patched_onboarding_verification_request.py +128 -0
- waldur_api_client/models/patched_project_credit_request.py +13 -0
- waldur_api_client/models/patched_project_request.py +10 -2
- waldur_api_client/models/patched_project_request_form.py +10 -2
- waldur_api_client/models/patched_project_request_multipart.py +13 -2
- waldur_api_client/models/patched_software_catalog_request.py +86 -0
- waldur_api_client/models/patched_software_package_request.py +86 -0
- waldur_api_client/models/plan_component.py +40 -0
- waldur_api_client/models/project.py +37 -2
- waldur_api_client/models/project_credit.py +13 -0
- waldur_api_client/models/project_credit_request.py +13 -0
- waldur_api_client/models/project_recovery_request.py +70 -0
- waldur_api_client/models/project_request.py +10 -2
- waldur_api_client/models/project_request_form.py +10 -2
- waldur_api_client/models/project_request_multipart.py +13 -2
- waldur_api_client/models/project_user.py +21 -4
- waldur_api_client/models/projects_add_user_response_400.py +65 -0
- waldur_api_client/models/projects_list_field_item.py +4 -0
- waldur_api_client/models/projects_move_project_response_400.py +65 -0
- waldur_api_client/models/projects_retrieve_field_item.py +4 -0
- waldur_api_client/models/proposal_proposals_add_user_response_400.py +65 -0
- waldur_api_client/models/proposal_protected_calls_add_user_response_400.py +65 -0
- waldur_api_client/models/protected_round.py +4 -4
- waldur_api_client/models/provider_offering_details.py +42 -0
- waldur_api_client/models/provider_plan_details.py +18 -0
- waldur_api_client/models/public_offering_details.py +42 -0
- waldur_api_client/models/question.py +102 -0
- waldur_api_client/models/question_options.py +79 -0
- waldur_api_client/models/remote_resource_order_remote_state_enum.py +1 -0
- waldur_api_client/models/{set_offerings_username.py → remove_partition_request.py} +11 -19
- waldur_api_client/models/remove_software_catalog_request.py +60 -0
- waldur_api_client/models/resource.py +37 -11
- waldur_api_client/models/resource_downscaled_request.py +59 -0
- waldur_api_client/models/resource_paused_request.py +59 -0
- waldur_api_client/models/resource_renew_request.py +83 -0
- waldur_api_client/models/resource_renew_request_limits.py +44 -0
- waldur_api_client/models/resource_renewal_date_type_0.py +53 -0
- waldur_api_client/models/resource_restrict_member_access_request.py +59 -0
- waldur_api_client/models/{status_enum.py → round_status.py} +1 -1
- waldur_api_client/models/service_provider_checklist_summary.py +98 -0
- waldur_api_client/models/software_catalog.py +130 -0
- waldur_api_client/models/software_catalog_request.py +87 -0
- waldur_api_client/models/software_catalog_uuid.py +60 -0
- waldur_api_client/models/software_package.py +168 -0
- waldur_api_client/models/software_package_request.py +87 -0
- waldur_api_client/models/software_target.py +110 -0
- waldur_api_client/models/software_version.py +135 -0
- waldur_api_client/models/time_series_to_s_data.py +69 -0
- waldur_api_client/models/to_s_consent_dashboard.py +155 -0
- waldur_api_client/models/update_offering_component_request.py +79 -0
- waldur_api_client/models/user.py +20 -0
- waldur_api_client/models/users_list_field_item.py +1 -0
- waldur_api_client/models/users_me_retrieve_field_item.py +1 -0
- waldur_api_client/models/users_retrieve_field_item.py +1 -0
- waldur_api_client/models/validation_decision_enum.py +10 -0
- waldur_api_client/models/validation_method_enum.py +8 -0
- waldur_api_client/models/version_adoption.py +67 -0
- {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.5.dist-info}/METADATA +1 -1
- {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.5.dist-info}/RECORD +340 -123
- waldur_api_client/models/marketplace_service_providers_projects_list_field_item.py +0 -36
- {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.5.dist-info}/WHEEL +0 -0
- {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.5.dist-info}/licenses/LICENSE +0 -0
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
from http import HTTPStatus
|
|
2
|
+
from typing import Any, Union
|
|
3
|
+
|
|
4
|
+
import httpx
|
|
5
|
+
|
|
6
|
+
from ... import errors
|
|
7
|
+
from ...client import AuthenticatedClient, Client
|
|
8
|
+
from ...models.onboarding_company_validation_request_request import OnboardingCompanyValidationRequestRequest
|
|
9
|
+
from ...models.onboarding_verification import OnboardingVerification
|
|
10
|
+
from ...types import Response
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
def _get_kwargs(
|
|
14
|
+
*,
|
|
15
|
+
body: OnboardingCompanyValidationRequestRequest,
|
|
16
|
+
) -> dict[str, Any]:
|
|
17
|
+
headers: dict[str, Any] = {}
|
|
18
|
+
|
|
19
|
+
_kwargs: dict[str, Any] = {
|
|
20
|
+
"method": "post",
|
|
21
|
+
"url": "/api/onboarding-verifications/validate_company/",
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
_kwargs["json"] = body.to_dict()
|
|
25
|
+
|
|
26
|
+
headers["Content-Type"] = "application/json"
|
|
27
|
+
|
|
28
|
+
_kwargs["headers"] = headers
|
|
29
|
+
return _kwargs
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
def _parse_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> OnboardingVerification:
|
|
33
|
+
if response.status_code == 200:
|
|
34
|
+
response_200 = OnboardingVerification.from_dict(response.json())
|
|
35
|
+
|
|
36
|
+
return response_200
|
|
37
|
+
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
def _build_response(
|
|
41
|
+
*, client: Union[AuthenticatedClient, Client], response: httpx.Response
|
|
42
|
+
) -> Response[OnboardingVerification]:
|
|
43
|
+
return Response(
|
|
44
|
+
status_code=HTTPStatus(response.status_code),
|
|
45
|
+
content=response.content,
|
|
46
|
+
headers=response.headers,
|
|
47
|
+
parsed=_parse_response(client=client, response=response),
|
|
48
|
+
)
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
def sync_detailed(
|
|
52
|
+
*,
|
|
53
|
+
client: AuthenticatedClient,
|
|
54
|
+
body: OnboardingCompanyValidationRequestRequest,
|
|
55
|
+
) -> Response[OnboardingVerification]:
|
|
56
|
+
"""Start company validation process.
|
|
57
|
+
|
|
58
|
+
Args:
|
|
59
|
+
body (OnboardingCompanyValidationRequestRequest):
|
|
60
|
+
|
|
61
|
+
Raises:
|
|
62
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
63
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
64
|
+
|
|
65
|
+
Returns:
|
|
66
|
+
Response[OnboardingVerification]
|
|
67
|
+
"""
|
|
68
|
+
|
|
69
|
+
kwargs = _get_kwargs(
|
|
70
|
+
body=body,
|
|
71
|
+
)
|
|
72
|
+
|
|
73
|
+
response = client.get_httpx_client().request(
|
|
74
|
+
**kwargs,
|
|
75
|
+
)
|
|
76
|
+
|
|
77
|
+
return _build_response(client=client, response=response)
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
def sync(
|
|
81
|
+
*,
|
|
82
|
+
client: AuthenticatedClient,
|
|
83
|
+
body: OnboardingCompanyValidationRequestRequest,
|
|
84
|
+
) -> OnboardingVerification:
|
|
85
|
+
"""Start company validation process.
|
|
86
|
+
|
|
87
|
+
Args:
|
|
88
|
+
body (OnboardingCompanyValidationRequestRequest):
|
|
89
|
+
|
|
90
|
+
Raises:
|
|
91
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
92
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
93
|
+
|
|
94
|
+
Returns:
|
|
95
|
+
OnboardingVerification
|
|
96
|
+
"""
|
|
97
|
+
|
|
98
|
+
return sync_detailed(
|
|
99
|
+
client=client,
|
|
100
|
+
body=body,
|
|
101
|
+
).parsed
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
async def asyncio_detailed(
|
|
105
|
+
*,
|
|
106
|
+
client: AuthenticatedClient,
|
|
107
|
+
body: OnboardingCompanyValidationRequestRequest,
|
|
108
|
+
) -> Response[OnboardingVerification]:
|
|
109
|
+
"""Start company validation process.
|
|
110
|
+
|
|
111
|
+
Args:
|
|
112
|
+
body (OnboardingCompanyValidationRequestRequest):
|
|
113
|
+
|
|
114
|
+
Raises:
|
|
115
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
116
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
117
|
+
|
|
118
|
+
Returns:
|
|
119
|
+
Response[OnboardingVerification]
|
|
120
|
+
"""
|
|
121
|
+
|
|
122
|
+
kwargs = _get_kwargs(
|
|
123
|
+
body=body,
|
|
124
|
+
)
|
|
125
|
+
|
|
126
|
+
response = await client.get_async_httpx_client().request(**kwargs)
|
|
127
|
+
|
|
128
|
+
return _build_response(client=client, response=response)
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
async def asyncio(
|
|
132
|
+
*,
|
|
133
|
+
client: AuthenticatedClient,
|
|
134
|
+
body: OnboardingCompanyValidationRequestRequest,
|
|
135
|
+
) -> OnboardingVerification:
|
|
136
|
+
"""Start company validation process.
|
|
137
|
+
|
|
138
|
+
Args:
|
|
139
|
+
body (OnboardingCompanyValidationRequestRequest):
|
|
140
|
+
|
|
141
|
+
Raises:
|
|
142
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
143
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
144
|
+
|
|
145
|
+
Returns:
|
|
146
|
+
OnboardingVerification
|
|
147
|
+
"""
|
|
148
|
+
|
|
149
|
+
return (
|
|
150
|
+
await asyncio_detailed(
|
|
151
|
+
client=client,
|
|
152
|
+
body=body,
|
|
153
|
+
)
|
|
154
|
+
).parsed
|
waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_count.py
CHANGED
|
@@ -19,6 +19,8 @@ def _get_kwargs(
|
|
|
19
19
|
policy_type: Union[Unset, OpenstackNetworkRbacPoliciesCountPolicyType] = UNSET,
|
|
20
20
|
target_tenant: Union[Unset, str] = UNSET,
|
|
21
21
|
target_tenant_uuid: Union[Unset, UUID] = UNSET,
|
|
22
|
+
tenant: Union[Unset, str] = UNSET,
|
|
23
|
+
tenant_uuid: Union[Unset, UUID] = UNSET,
|
|
22
24
|
) -> dict[str, Any]:
|
|
23
25
|
params: dict[str, Any] = {}
|
|
24
26
|
|
|
@@ -46,6 +48,13 @@ def _get_kwargs(
|
|
|
46
48
|
json_target_tenant_uuid = str(target_tenant_uuid)
|
|
47
49
|
params["target_tenant_uuid"] = json_target_tenant_uuid
|
|
48
50
|
|
|
51
|
+
params["tenant"] = tenant
|
|
52
|
+
|
|
53
|
+
json_tenant_uuid: Union[Unset, str] = UNSET
|
|
54
|
+
if not isinstance(tenant_uuid, Unset):
|
|
55
|
+
json_tenant_uuid = str(tenant_uuid)
|
|
56
|
+
params["tenant_uuid"] = json_tenant_uuid
|
|
57
|
+
|
|
49
58
|
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
|
50
59
|
|
|
51
60
|
_kwargs: dict[str, Any] = {
|
|
@@ -91,6 +100,8 @@ def sync_detailed(
|
|
|
91
100
|
policy_type: Union[Unset, OpenstackNetworkRbacPoliciesCountPolicyType] = UNSET,
|
|
92
101
|
target_tenant: Union[Unset, str] = UNSET,
|
|
93
102
|
target_tenant_uuid: Union[Unset, UUID] = UNSET,
|
|
103
|
+
tenant: Union[Unset, str] = UNSET,
|
|
104
|
+
tenant_uuid: Union[Unset, UUID] = UNSET,
|
|
94
105
|
) -> Response[int]:
|
|
95
106
|
"""Get number of items in the collection matching the request parameters.
|
|
96
107
|
|
|
@@ -102,6 +113,8 @@ def sync_detailed(
|
|
|
102
113
|
policy_type (Union[Unset, OpenstackNetworkRbacPoliciesCountPolicyType]):
|
|
103
114
|
target_tenant (Union[Unset, str]):
|
|
104
115
|
target_tenant_uuid (Union[Unset, UUID]):
|
|
116
|
+
tenant (Union[Unset, str]):
|
|
117
|
+
tenant_uuid (Union[Unset, UUID]):
|
|
105
118
|
|
|
106
119
|
Raises:
|
|
107
120
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -119,6 +132,8 @@ def sync_detailed(
|
|
|
119
132
|
policy_type=policy_type,
|
|
120
133
|
target_tenant=target_tenant,
|
|
121
134
|
target_tenant_uuid=target_tenant_uuid,
|
|
135
|
+
tenant=tenant,
|
|
136
|
+
tenant_uuid=tenant_uuid,
|
|
122
137
|
)
|
|
123
138
|
|
|
124
139
|
response = client.get_httpx_client().request(
|
|
@@ -138,6 +153,8 @@ def sync(
|
|
|
138
153
|
policy_type: Union[Unset, OpenstackNetworkRbacPoliciesCountPolicyType] = UNSET,
|
|
139
154
|
target_tenant: Union[Unset, str] = UNSET,
|
|
140
155
|
target_tenant_uuid: Union[Unset, UUID] = UNSET,
|
|
156
|
+
tenant: Union[Unset, str] = UNSET,
|
|
157
|
+
tenant_uuid: Union[Unset, UUID] = UNSET,
|
|
141
158
|
) -> int:
|
|
142
159
|
"""Get number of items in the collection matching the request parameters.
|
|
143
160
|
|
|
@@ -149,6 +166,8 @@ def sync(
|
|
|
149
166
|
policy_type (Union[Unset, OpenstackNetworkRbacPoliciesCountPolicyType]):
|
|
150
167
|
target_tenant (Union[Unset, str]):
|
|
151
168
|
target_tenant_uuid (Union[Unset, UUID]):
|
|
169
|
+
tenant (Union[Unset, str]):
|
|
170
|
+
tenant_uuid (Union[Unset, UUID]):
|
|
152
171
|
|
|
153
172
|
Raises:
|
|
154
173
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -167,6 +186,8 @@ def sync(
|
|
|
167
186
|
policy_type=policy_type,
|
|
168
187
|
target_tenant=target_tenant,
|
|
169
188
|
target_tenant_uuid=target_tenant_uuid,
|
|
189
|
+
tenant=tenant,
|
|
190
|
+
tenant_uuid=tenant_uuid,
|
|
170
191
|
).parsed
|
|
171
192
|
|
|
172
193
|
|
|
@@ -180,6 +201,8 @@ async def asyncio_detailed(
|
|
|
180
201
|
policy_type: Union[Unset, OpenstackNetworkRbacPoliciesCountPolicyType] = UNSET,
|
|
181
202
|
target_tenant: Union[Unset, str] = UNSET,
|
|
182
203
|
target_tenant_uuid: Union[Unset, UUID] = UNSET,
|
|
204
|
+
tenant: Union[Unset, str] = UNSET,
|
|
205
|
+
tenant_uuid: Union[Unset, UUID] = UNSET,
|
|
183
206
|
) -> Response[int]:
|
|
184
207
|
"""Get number of items in the collection matching the request parameters.
|
|
185
208
|
|
|
@@ -191,6 +214,8 @@ async def asyncio_detailed(
|
|
|
191
214
|
policy_type (Union[Unset, OpenstackNetworkRbacPoliciesCountPolicyType]):
|
|
192
215
|
target_tenant (Union[Unset, str]):
|
|
193
216
|
target_tenant_uuid (Union[Unset, UUID]):
|
|
217
|
+
tenant (Union[Unset, str]):
|
|
218
|
+
tenant_uuid (Union[Unset, UUID]):
|
|
194
219
|
|
|
195
220
|
Raises:
|
|
196
221
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -208,6 +233,8 @@ async def asyncio_detailed(
|
|
|
208
233
|
policy_type=policy_type,
|
|
209
234
|
target_tenant=target_tenant,
|
|
210
235
|
target_tenant_uuid=target_tenant_uuid,
|
|
236
|
+
tenant=tenant,
|
|
237
|
+
tenant_uuid=tenant_uuid,
|
|
211
238
|
)
|
|
212
239
|
|
|
213
240
|
response = await client.get_async_httpx_client().request(**kwargs)
|
|
@@ -225,6 +252,8 @@ async def asyncio(
|
|
|
225
252
|
policy_type: Union[Unset, OpenstackNetworkRbacPoliciesCountPolicyType] = UNSET,
|
|
226
253
|
target_tenant: Union[Unset, str] = UNSET,
|
|
227
254
|
target_tenant_uuid: Union[Unset, UUID] = UNSET,
|
|
255
|
+
tenant: Union[Unset, str] = UNSET,
|
|
256
|
+
tenant_uuid: Union[Unset, UUID] = UNSET,
|
|
228
257
|
) -> int:
|
|
229
258
|
"""Get number of items in the collection matching the request parameters.
|
|
230
259
|
|
|
@@ -236,6 +265,8 @@ async def asyncio(
|
|
|
236
265
|
policy_type (Union[Unset, OpenstackNetworkRbacPoliciesCountPolicyType]):
|
|
237
266
|
target_tenant (Union[Unset, str]):
|
|
238
267
|
target_tenant_uuid (Union[Unset, UUID]):
|
|
268
|
+
tenant (Union[Unset, str]):
|
|
269
|
+
tenant_uuid (Union[Unset, UUID]):
|
|
239
270
|
|
|
240
271
|
Raises:
|
|
241
272
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -255,5 +286,7 @@ async def asyncio(
|
|
|
255
286
|
policy_type=policy_type,
|
|
256
287
|
target_tenant=target_tenant,
|
|
257
288
|
target_tenant_uuid=target_tenant_uuid,
|
|
289
|
+
tenant=tenant,
|
|
290
|
+
tenant_uuid=tenant_uuid,
|
|
258
291
|
)
|
|
259
292
|
).parsed
|
waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_create.py
ADDED
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
from http import HTTPStatus
|
|
2
|
+
from typing import Any, Union
|
|
3
|
+
|
|
4
|
+
import httpx
|
|
5
|
+
|
|
6
|
+
from ... import errors
|
|
7
|
+
from ...client import AuthenticatedClient, Client
|
|
8
|
+
from ...models.network_rbac_policy import NetworkRBACPolicy
|
|
9
|
+
from ...models.network_rbac_policy_request import NetworkRBACPolicyRequest
|
|
10
|
+
from ...types import Response
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
def _get_kwargs(
|
|
14
|
+
*,
|
|
15
|
+
body: NetworkRBACPolicyRequest,
|
|
16
|
+
) -> dict[str, Any]:
|
|
17
|
+
headers: dict[str, Any] = {}
|
|
18
|
+
|
|
19
|
+
_kwargs: dict[str, Any] = {
|
|
20
|
+
"method": "post",
|
|
21
|
+
"url": "/api/openstack-network-rbac-policies/",
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
_kwargs["json"] = body.to_dict()
|
|
25
|
+
|
|
26
|
+
headers["Content-Type"] = "application/json"
|
|
27
|
+
|
|
28
|
+
_kwargs["headers"] = headers
|
|
29
|
+
return _kwargs
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
def _parse_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> NetworkRBACPolicy:
|
|
33
|
+
if response.status_code == 201:
|
|
34
|
+
response_201 = NetworkRBACPolicy.from_dict(response.json())
|
|
35
|
+
|
|
36
|
+
return response_201
|
|
37
|
+
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
def _build_response(
|
|
41
|
+
*, client: Union[AuthenticatedClient, Client], response: httpx.Response
|
|
42
|
+
) -> Response[NetworkRBACPolicy]:
|
|
43
|
+
return Response(
|
|
44
|
+
status_code=HTTPStatus(response.status_code),
|
|
45
|
+
content=response.content,
|
|
46
|
+
headers=response.headers,
|
|
47
|
+
parsed=_parse_response(client=client, response=response),
|
|
48
|
+
)
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
def sync_detailed(
|
|
52
|
+
*,
|
|
53
|
+
client: AuthenticatedClient,
|
|
54
|
+
body: NetworkRBACPolicyRequest,
|
|
55
|
+
) -> Response[NetworkRBACPolicy]:
|
|
56
|
+
"""Create RBAC policy for the network
|
|
57
|
+
|
|
58
|
+
Args:
|
|
59
|
+
body (NetworkRBACPolicyRequest):
|
|
60
|
+
|
|
61
|
+
Raises:
|
|
62
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
63
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
64
|
+
|
|
65
|
+
Returns:
|
|
66
|
+
Response[NetworkRBACPolicy]
|
|
67
|
+
"""
|
|
68
|
+
|
|
69
|
+
kwargs = _get_kwargs(
|
|
70
|
+
body=body,
|
|
71
|
+
)
|
|
72
|
+
|
|
73
|
+
response = client.get_httpx_client().request(
|
|
74
|
+
**kwargs,
|
|
75
|
+
)
|
|
76
|
+
|
|
77
|
+
return _build_response(client=client, response=response)
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
def sync(
|
|
81
|
+
*,
|
|
82
|
+
client: AuthenticatedClient,
|
|
83
|
+
body: NetworkRBACPolicyRequest,
|
|
84
|
+
) -> NetworkRBACPolicy:
|
|
85
|
+
"""Create RBAC policy for the network
|
|
86
|
+
|
|
87
|
+
Args:
|
|
88
|
+
body (NetworkRBACPolicyRequest):
|
|
89
|
+
|
|
90
|
+
Raises:
|
|
91
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
92
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
93
|
+
|
|
94
|
+
Returns:
|
|
95
|
+
NetworkRBACPolicy
|
|
96
|
+
"""
|
|
97
|
+
|
|
98
|
+
return sync_detailed(
|
|
99
|
+
client=client,
|
|
100
|
+
body=body,
|
|
101
|
+
).parsed
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
async def asyncio_detailed(
|
|
105
|
+
*,
|
|
106
|
+
client: AuthenticatedClient,
|
|
107
|
+
body: NetworkRBACPolicyRequest,
|
|
108
|
+
) -> Response[NetworkRBACPolicy]:
|
|
109
|
+
"""Create RBAC policy for the network
|
|
110
|
+
|
|
111
|
+
Args:
|
|
112
|
+
body (NetworkRBACPolicyRequest):
|
|
113
|
+
|
|
114
|
+
Raises:
|
|
115
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
116
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
117
|
+
|
|
118
|
+
Returns:
|
|
119
|
+
Response[NetworkRBACPolicy]
|
|
120
|
+
"""
|
|
121
|
+
|
|
122
|
+
kwargs = _get_kwargs(
|
|
123
|
+
body=body,
|
|
124
|
+
)
|
|
125
|
+
|
|
126
|
+
response = await client.get_async_httpx_client().request(**kwargs)
|
|
127
|
+
|
|
128
|
+
return _build_response(client=client, response=response)
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
async def asyncio(
|
|
132
|
+
*,
|
|
133
|
+
client: AuthenticatedClient,
|
|
134
|
+
body: NetworkRBACPolicyRequest,
|
|
135
|
+
) -> NetworkRBACPolicy:
|
|
136
|
+
"""Create RBAC policy for the network
|
|
137
|
+
|
|
138
|
+
Args:
|
|
139
|
+
body (NetworkRBACPolicyRequest):
|
|
140
|
+
|
|
141
|
+
Raises:
|
|
142
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
143
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
144
|
+
|
|
145
|
+
Returns:
|
|
146
|
+
NetworkRBACPolicy
|
|
147
|
+
"""
|
|
148
|
+
|
|
149
|
+
return (
|
|
150
|
+
await asyncio_detailed(
|
|
151
|
+
client=client,
|
|
152
|
+
body=body,
|
|
153
|
+
)
|
|
154
|
+
).parsed
|
waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_destroy.py
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
from http import HTTPStatus
|
|
2
|
+
from typing import Any, Union
|
|
3
|
+
from uuid import UUID
|
|
4
|
+
|
|
5
|
+
import httpx
|
|
6
|
+
|
|
7
|
+
from ... import errors
|
|
8
|
+
from ...client import AuthenticatedClient, Client
|
|
9
|
+
from ...types import Response
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
def _get_kwargs(
|
|
13
|
+
uuid: UUID,
|
|
14
|
+
) -> dict[str, Any]:
|
|
15
|
+
_kwargs: dict[str, Any] = {
|
|
16
|
+
"method": "delete",
|
|
17
|
+
"url": f"/api/openstack-network-rbac-policies/{uuid}/",
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
return _kwargs
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
def _parse_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> Any:
|
|
24
|
+
if response.status_code == 204:
|
|
25
|
+
return None
|
|
26
|
+
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
def _build_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> Response[Any]:
|
|
30
|
+
return Response(
|
|
31
|
+
status_code=HTTPStatus(response.status_code),
|
|
32
|
+
content=response.content,
|
|
33
|
+
headers=response.headers,
|
|
34
|
+
parsed=_parse_response(client=client, response=response),
|
|
35
|
+
)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
def sync_detailed(
|
|
39
|
+
uuid: UUID,
|
|
40
|
+
*,
|
|
41
|
+
client: AuthenticatedClient,
|
|
42
|
+
) -> Response[Any]:
|
|
43
|
+
"""Delete RBAC policy for the network
|
|
44
|
+
|
|
45
|
+
Args:
|
|
46
|
+
uuid (UUID):
|
|
47
|
+
|
|
48
|
+
Raises:
|
|
49
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
50
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
51
|
+
|
|
52
|
+
Returns:
|
|
53
|
+
Response[Any]
|
|
54
|
+
"""
|
|
55
|
+
|
|
56
|
+
kwargs = _get_kwargs(
|
|
57
|
+
uuid=uuid,
|
|
58
|
+
)
|
|
59
|
+
|
|
60
|
+
response = client.get_httpx_client().request(
|
|
61
|
+
**kwargs,
|
|
62
|
+
)
|
|
63
|
+
|
|
64
|
+
return _build_response(client=client, response=response)
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
async def asyncio_detailed(
|
|
68
|
+
uuid: UUID,
|
|
69
|
+
*,
|
|
70
|
+
client: AuthenticatedClient,
|
|
71
|
+
) -> Response[Any]:
|
|
72
|
+
"""Delete RBAC policy for the network
|
|
73
|
+
|
|
74
|
+
Args:
|
|
75
|
+
uuid (UUID):
|
|
76
|
+
|
|
77
|
+
Raises:
|
|
78
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
79
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
80
|
+
|
|
81
|
+
Returns:
|
|
82
|
+
Response[Any]
|
|
83
|
+
"""
|
|
84
|
+
|
|
85
|
+
kwargs = _get_kwargs(
|
|
86
|
+
uuid=uuid,
|
|
87
|
+
)
|
|
88
|
+
|
|
89
|
+
response = await client.get_async_httpx_client().request(**kwargs)
|
|
90
|
+
|
|
91
|
+
return _build_response(client=client, response=response)
|
waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_list.py
CHANGED
|
@@ -20,6 +20,8 @@ def _get_kwargs(
|
|
|
20
20
|
policy_type: Union[Unset, OpenstackNetworkRbacPoliciesListPolicyType] = UNSET,
|
|
21
21
|
target_tenant: Union[Unset, str] = UNSET,
|
|
22
22
|
target_tenant_uuid: Union[Unset, UUID] = UNSET,
|
|
23
|
+
tenant: Union[Unset, str] = UNSET,
|
|
24
|
+
tenant_uuid: Union[Unset, UUID] = UNSET,
|
|
23
25
|
) -> dict[str, Any]:
|
|
24
26
|
params: dict[str, Any] = {}
|
|
25
27
|
|
|
@@ -47,6 +49,13 @@ def _get_kwargs(
|
|
|
47
49
|
json_target_tenant_uuid = str(target_tenant_uuid)
|
|
48
50
|
params["target_tenant_uuid"] = json_target_tenant_uuid
|
|
49
51
|
|
|
52
|
+
params["tenant"] = tenant
|
|
53
|
+
|
|
54
|
+
json_tenant_uuid: Union[Unset, str] = UNSET
|
|
55
|
+
if not isinstance(tenant_uuid, Unset):
|
|
56
|
+
json_tenant_uuid = str(tenant_uuid)
|
|
57
|
+
params["tenant_uuid"] = json_tenant_uuid
|
|
58
|
+
|
|
50
59
|
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
|
51
60
|
|
|
52
61
|
_kwargs: dict[str, Any] = {
|
|
@@ -94,6 +103,8 @@ def sync_detailed(
|
|
|
94
103
|
policy_type: Union[Unset, OpenstackNetworkRbacPoliciesListPolicyType] = UNSET,
|
|
95
104
|
target_tenant: Union[Unset, str] = UNSET,
|
|
96
105
|
target_tenant_uuid: Union[Unset, UUID] = UNSET,
|
|
106
|
+
tenant: Union[Unset, str] = UNSET,
|
|
107
|
+
tenant_uuid: Union[Unset, UUID] = UNSET,
|
|
97
108
|
) -> Response[list["NetworkRBACPolicy"]]:
|
|
98
109
|
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
99
110
|
|
|
@@ -105,6 +116,8 @@ def sync_detailed(
|
|
|
105
116
|
policy_type (Union[Unset, OpenstackNetworkRbacPoliciesListPolicyType]):
|
|
106
117
|
target_tenant (Union[Unset, str]):
|
|
107
118
|
target_tenant_uuid (Union[Unset, UUID]):
|
|
119
|
+
tenant (Union[Unset, str]):
|
|
120
|
+
tenant_uuid (Union[Unset, UUID]):
|
|
108
121
|
|
|
109
122
|
Raises:
|
|
110
123
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -122,6 +135,8 @@ def sync_detailed(
|
|
|
122
135
|
policy_type=policy_type,
|
|
123
136
|
target_tenant=target_tenant,
|
|
124
137
|
target_tenant_uuid=target_tenant_uuid,
|
|
138
|
+
tenant=tenant,
|
|
139
|
+
tenant_uuid=tenant_uuid,
|
|
125
140
|
)
|
|
126
141
|
|
|
127
142
|
response = client.get_httpx_client().request(
|
|
@@ -141,6 +156,8 @@ def sync(
|
|
|
141
156
|
policy_type: Union[Unset, OpenstackNetworkRbacPoliciesListPolicyType] = UNSET,
|
|
142
157
|
target_tenant: Union[Unset, str] = UNSET,
|
|
143
158
|
target_tenant_uuid: Union[Unset, UUID] = UNSET,
|
|
159
|
+
tenant: Union[Unset, str] = UNSET,
|
|
160
|
+
tenant_uuid: Union[Unset, UUID] = UNSET,
|
|
144
161
|
) -> list["NetworkRBACPolicy"]:
|
|
145
162
|
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
146
163
|
|
|
@@ -152,6 +169,8 @@ def sync(
|
|
|
152
169
|
policy_type (Union[Unset, OpenstackNetworkRbacPoliciesListPolicyType]):
|
|
153
170
|
target_tenant (Union[Unset, str]):
|
|
154
171
|
target_tenant_uuid (Union[Unset, UUID]):
|
|
172
|
+
tenant (Union[Unset, str]):
|
|
173
|
+
tenant_uuid (Union[Unset, UUID]):
|
|
155
174
|
|
|
156
175
|
Raises:
|
|
157
176
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -170,6 +189,8 @@ def sync(
|
|
|
170
189
|
policy_type=policy_type,
|
|
171
190
|
target_tenant=target_tenant,
|
|
172
191
|
target_tenant_uuid=target_tenant_uuid,
|
|
192
|
+
tenant=tenant,
|
|
193
|
+
tenant_uuid=tenant_uuid,
|
|
173
194
|
).parsed
|
|
174
195
|
|
|
175
196
|
|
|
@@ -183,6 +204,8 @@ async def asyncio_detailed(
|
|
|
183
204
|
policy_type: Union[Unset, OpenstackNetworkRbacPoliciesListPolicyType] = UNSET,
|
|
184
205
|
target_tenant: Union[Unset, str] = UNSET,
|
|
185
206
|
target_tenant_uuid: Union[Unset, UUID] = UNSET,
|
|
207
|
+
tenant: Union[Unset, str] = UNSET,
|
|
208
|
+
tenant_uuid: Union[Unset, UUID] = UNSET,
|
|
186
209
|
) -> Response[list["NetworkRBACPolicy"]]:
|
|
187
210
|
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
188
211
|
|
|
@@ -194,6 +217,8 @@ async def asyncio_detailed(
|
|
|
194
217
|
policy_type (Union[Unset, OpenstackNetworkRbacPoliciesListPolicyType]):
|
|
195
218
|
target_tenant (Union[Unset, str]):
|
|
196
219
|
target_tenant_uuid (Union[Unset, UUID]):
|
|
220
|
+
tenant (Union[Unset, str]):
|
|
221
|
+
tenant_uuid (Union[Unset, UUID]):
|
|
197
222
|
|
|
198
223
|
Raises:
|
|
199
224
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -211,6 +236,8 @@ async def asyncio_detailed(
|
|
|
211
236
|
policy_type=policy_type,
|
|
212
237
|
target_tenant=target_tenant,
|
|
213
238
|
target_tenant_uuid=target_tenant_uuid,
|
|
239
|
+
tenant=tenant,
|
|
240
|
+
tenant_uuid=tenant_uuid,
|
|
214
241
|
)
|
|
215
242
|
|
|
216
243
|
response = await client.get_async_httpx_client().request(**kwargs)
|
|
@@ -228,6 +255,8 @@ async def asyncio(
|
|
|
228
255
|
policy_type: Union[Unset, OpenstackNetworkRbacPoliciesListPolicyType] = UNSET,
|
|
229
256
|
target_tenant: Union[Unset, str] = UNSET,
|
|
230
257
|
target_tenant_uuid: Union[Unset, UUID] = UNSET,
|
|
258
|
+
tenant: Union[Unset, str] = UNSET,
|
|
259
|
+
tenant_uuid: Union[Unset, UUID] = UNSET,
|
|
231
260
|
) -> list["NetworkRBACPolicy"]:
|
|
232
261
|
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
233
262
|
|
|
@@ -239,6 +268,8 @@ async def asyncio(
|
|
|
239
268
|
policy_type (Union[Unset, OpenstackNetworkRbacPoliciesListPolicyType]):
|
|
240
269
|
target_tenant (Union[Unset, str]):
|
|
241
270
|
target_tenant_uuid (Union[Unset, UUID]):
|
|
271
|
+
tenant (Union[Unset, str]):
|
|
272
|
+
tenant_uuid (Union[Unset, UUID]):
|
|
242
273
|
|
|
243
274
|
Raises:
|
|
244
275
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -258,5 +289,7 @@ async def asyncio(
|
|
|
258
289
|
policy_type=policy_type,
|
|
259
290
|
target_tenant=target_tenant,
|
|
260
291
|
target_tenant_uuid=target_tenant_uuid,
|
|
292
|
+
tenant=tenant,
|
|
293
|
+
tenant_uuid=tenant_uuid,
|
|
261
294
|
)
|
|
262
295
|
).parsed
|