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
|
@@ -16,12 +16,15 @@ def _get_kwargs(
|
|
|
16
16
|
*,
|
|
17
17
|
backend_id: Union[Unset, str] = UNSET,
|
|
18
18
|
category_uuid: Union[Unset, UUID] = UNSET,
|
|
19
|
+
component_count: Union[Unset, float] = UNSET,
|
|
19
20
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
20
21
|
customer: Union[Unset, str] = UNSET,
|
|
21
22
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
22
23
|
downscaled: Union[Unset, bool] = UNSET,
|
|
23
24
|
has_terminate_date: Union[Unset, bool] = UNSET,
|
|
24
25
|
lexis_links_supported: Union[Unset, bool] = UNSET,
|
|
26
|
+
limit_based: Union[Unset, bool] = UNSET,
|
|
27
|
+
limit_component_count: Union[Unset, float] = UNSET,
|
|
25
28
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
26
29
|
name: Union[Unset, str] = UNSET,
|
|
27
30
|
name_exact: Union[Unset, str] = UNSET,
|
|
@@ -32,10 +35,13 @@ def _get_kwargs(
|
|
|
32
35
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
33
36
|
offering_type: Union[Unset, str] = UNSET,
|
|
34
37
|
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
38
|
+
only_limit_based: Union[Unset, bool] = UNSET,
|
|
39
|
+
only_usage_based: Union[Unset, bool] = UNSET,
|
|
35
40
|
page: Union[Unset, int] = UNSET,
|
|
36
41
|
page_size: Union[Unset, int] = UNSET,
|
|
37
42
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
38
43
|
paused: Union[Unset, bool] = UNSET,
|
|
44
|
+
plan_uuid: Union[Unset, UUID] = UNSET,
|
|
39
45
|
project_name: Union[Unset, str] = UNSET,
|
|
40
46
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
41
47
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -44,6 +50,7 @@ def _get_kwargs(
|
|
|
44
50
|
runtime_state: Union[Unset, str] = UNSET,
|
|
45
51
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
46
52
|
state: Union[Unset, list[MarketplaceResourcesCountStateItem]] = UNSET,
|
|
53
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
47
54
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
48
55
|
) -> dict[str, Any]:
|
|
49
56
|
params: dict[str, Any] = {}
|
|
@@ -55,6 +62,8 @@ def _get_kwargs(
|
|
|
55
62
|
json_category_uuid = str(category_uuid)
|
|
56
63
|
params["category_uuid"] = json_category_uuid
|
|
57
64
|
|
|
65
|
+
params["component_count"] = component_count
|
|
66
|
+
|
|
58
67
|
json_created: Union[Unset, str] = UNSET
|
|
59
68
|
if not isinstance(created, Unset):
|
|
60
69
|
json_created = created.isoformat()
|
|
@@ -73,6 +82,10 @@ def _get_kwargs(
|
|
|
73
82
|
|
|
74
83
|
params["lexis_links_supported"] = lexis_links_supported
|
|
75
84
|
|
|
85
|
+
params["limit_based"] = limit_based
|
|
86
|
+
|
|
87
|
+
params["limit_component_count"] = limit_component_count
|
|
88
|
+
|
|
76
89
|
json_modified: Union[Unset, str] = UNSET
|
|
77
90
|
if not isinstance(modified, Unset):
|
|
78
91
|
json_modified = modified.isoformat()
|
|
@@ -114,6 +127,10 @@ def _get_kwargs(
|
|
|
114
127
|
|
|
115
128
|
params["offering_uuid"] = json_offering_uuid
|
|
116
129
|
|
|
130
|
+
params["only_limit_based"] = only_limit_based
|
|
131
|
+
|
|
132
|
+
params["only_usage_based"] = only_usage_based
|
|
133
|
+
|
|
117
134
|
params["page"] = page
|
|
118
135
|
|
|
119
136
|
params["page_size"] = page_size
|
|
@@ -125,6 +142,11 @@ def _get_kwargs(
|
|
|
125
142
|
|
|
126
143
|
params["paused"] = paused
|
|
127
144
|
|
|
145
|
+
json_plan_uuid: Union[Unset, str] = UNSET
|
|
146
|
+
if not isinstance(plan_uuid, Unset):
|
|
147
|
+
json_plan_uuid = str(plan_uuid)
|
|
148
|
+
params["plan_uuid"] = json_plan_uuid
|
|
149
|
+
|
|
128
150
|
params["project_name"] = project_name
|
|
129
151
|
|
|
130
152
|
json_project_uuid: Union[Unset, str] = UNSET
|
|
@@ -157,6 +179,8 @@ def _get_kwargs(
|
|
|
157
179
|
|
|
158
180
|
params["state"] = json_state
|
|
159
181
|
|
|
182
|
+
params["usage_based"] = usage_based
|
|
183
|
+
|
|
160
184
|
params["visible_to_username"] = visible_to_username
|
|
161
185
|
|
|
162
186
|
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
|
@@ -199,12 +223,15 @@ def sync_detailed(
|
|
|
199
223
|
client: AuthenticatedClient,
|
|
200
224
|
backend_id: Union[Unset, str] = UNSET,
|
|
201
225
|
category_uuid: Union[Unset, UUID] = UNSET,
|
|
226
|
+
component_count: Union[Unset, float] = UNSET,
|
|
202
227
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
203
228
|
customer: Union[Unset, str] = UNSET,
|
|
204
229
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
205
230
|
downscaled: Union[Unset, bool] = UNSET,
|
|
206
231
|
has_terminate_date: Union[Unset, bool] = UNSET,
|
|
207
232
|
lexis_links_supported: Union[Unset, bool] = UNSET,
|
|
233
|
+
limit_based: Union[Unset, bool] = UNSET,
|
|
234
|
+
limit_component_count: Union[Unset, float] = UNSET,
|
|
208
235
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
209
236
|
name: Union[Unset, str] = UNSET,
|
|
210
237
|
name_exact: Union[Unset, str] = UNSET,
|
|
@@ -215,10 +242,13 @@ def sync_detailed(
|
|
|
215
242
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
216
243
|
offering_type: Union[Unset, str] = UNSET,
|
|
217
244
|
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
245
|
+
only_limit_based: Union[Unset, bool] = UNSET,
|
|
246
|
+
only_usage_based: Union[Unset, bool] = UNSET,
|
|
218
247
|
page: Union[Unset, int] = UNSET,
|
|
219
248
|
page_size: Union[Unset, int] = UNSET,
|
|
220
249
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
221
250
|
paused: Union[Unset, bool] = UNSET,
|
|
251
|
+
plan_uuid: Union[Unset, UUID] = UNSET,
|
|
222
252
|
project_name: Union[Unset, str] = UNSET,
|
|
223
253
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
224
254
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -227,6 +257,7 @@ def sync_detailed(
|
|
|
227
257
|
runtime_state: Union[Unset, str] = UNSET,
|
|
228
258
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
229
259
|
state: Union[Unset, list[MarketplaceResourcesCountStateItem]] = UNSET,
|
|
260
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
230
261
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
231
262
|
) -> Response[int]:
|
|
232
263
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -234,12 +265,15 @@ def sync_detailed(
|
|
|
234
265
|
Args:
|
|
235
266
|
backend_id (Union[Unset, str]):
|
|
236
267
|
category_uuid (Union[Unset, UUID]):
|
|
268
|
+
component_count (Union[Unset, float]):
|
|
237
269
|
created (Union[Unset, datetime.datetime]):
|
|
238
270
|
customer (Union[Unset, str]):
|
|
239
271
|
customer_uuid (Union[Unset, UUID]):
|
|
240
272
|
downscaled (Union[Unset, bool]):
|
|
241
273
|
has_terminate_date (Union[Unset, bool]):
|
|
242
274
|
lexis_links_supported (Union[Unset, bool]):
|
|
275
|
+
limit_based (Union[Unset, bool]):
|
|
276
|
+
limit_component_count (Union[Unset, float]):
|
|
243
277
|
modified (Union[Unset, datetime.datetime]):
|
|
244
278
|
name (Union[Unset, str]):
|
|
245
279
|
name_exact (Union[Unset, str]):
|
|
@@ -250,10 +284,13 @@ def sync_detailed(
|
|
|
250
284
|
offering_slug (Union[Unset, list[str]]):
|
|
251
285
|
offering_type (Union[Unset, str]):
|
|
252
286
|
offering_uuid (Union[Unset, list[UUID]]):
|
|
287
|
+
only_limit_based (Union[Unset, bool]):
|
|
288
|
+
only_usage_based (Union[Unset, bool]):
|
|
253
289
|
page (Union[Unset, int]):
|
|
254
290
|
page_size (Union[Unset, int]):
|
|
255
291
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
256
292
|
paused (Union[Unset, bool]):
|
|
293
|
+
plan_uuid (Union[Unset, UUID]):
|
|
257
294
|
project_name (Union[Unset, str]):
|
|
258
295
|
project_uuid (Union[Unset, UUID]):
|
|
259
296
|
provider_uuid (Union[Unset, UUID]):
|
|
@@ -262,6 +299,7 @@ def sync_detailed(
|
|
|
262
299
|
runtime_state (Union[Unset, str]):
|
|
263
300
|
service_manager_uuid (Union[Unset, UUID]):
|
|
264
301
|
state (Union[Unset, list[MarketplaceResourcesCountStateItem]]):
|
|
302
|
+
usage_based (Union[Unset, bool]):
|
|
265
303
|
visible_to_username (Union[Unset, str]):
|
|
266
304
|
|
|
267
305
|
Raises:
|
|
@@ -275,12 +313,15 @@ def sync_detailed(
|
|
|
275
313
|
kwargs = _get_kwargs(
|
|
276
314
|
backend_id=backend_id,
|
|
277
315
|
category_uuid=category_uuid,
|
|
316
|
+
component_count=component_count,
|
|
278
317
|
created=created,
|
|
279
318
|
customer=customer,
|
|
280
319
|
customer_uuid=customer_uuid,
|
|
281
320
|
downscaled=downscaled,
|
|
282
321
|
has_terminate_date=has_terminate_date,
|
|
283
322
|
lexis_links_supported=lexis_links_supported,
|
|
323
|
+
limit_based=limit_based,
|
|
324
|
+
limit_component_count=limit_component_count,
|
|
284
325
|
modified=modified,
|
|
285
326
|
name=name,
|
|
286
327
|
name_exact=name_exact,
|
|
@@ -291,10 +332,13 @@ def sync_detailed(
|
|
|
291
332
|
offering_slug=offering_slug,
|
|
292
333
|
offering_type=offering_type,
|
|
293
334
|
offering_uuid=offering_uuid,
|
|
335
|
+
only_limit_based=only_limit_based,
|
|
336
|
+
only_usage_based=only_usage_based,
|
|
294
337
|
page=page,
|
|
295
338
|
page_size=page_size,
|
|
296
339
|
parent_offering_uuid=parent_offering_uuid,
|
|
297
340
|
paused=paused,
|
|
341
|
+
plan_uuid=plan_uuid,
|
|
298
342
|
project_name=project_name,
|
|
299
343
|
project_uuid=project_uuid,
|
|
300
344
|
provider_uuid=provider_uuid,
|
|
@@ -303,6 +347,7 @@ def sync_detailed(
|
|
|
303
347
|
runtime_state=runtime_state,
|
|
304
348
|
service_manager_uuid=service_manager_uuid,
|
|
305
349
|
state=state,
|
|
350
|
+
usage_based=usage_based,
|
|
306
351
|
visible_to_username=visible_to_username,
|
|
307
352
|
)
|
|
308
353
|
|
|
@@ -318,12 +363,15 @@ def sync(
|
|
|
318
363
|
client: AuthenticatedClient,
|
|
319
364
|
backend_id: Union[Unset, str] = UNSET,
|
|
320
365
|
category_uuid: Union[Unset, UUID] = UNSET,
|
|
366
|
+
component_count: Union[Unset, float] = UNSET,
|
|
321
367
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
322
368
|
customer: Union[Unset, str] = UNSET,
|
|
323
369
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
324
370
|
downscaled: Union[Unset, bool] = UNSET,
|
|
325
371
|
has_terminate_date: Union[Unset, bool] = UNSET,
|
|
326
372
|
lexis_links_supported: Union[Unset, bool] = UNSET,
|
|
373
|
+
limit_based: Union[Unset, bool] = UNSET,
|
|
374
|
+
limit_component_count: Union[Unset, float] = UNSET,
|
|
327
375
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
328
376
|
name: Union[Unset, str] = UNSET,
|
|
329
377
|
name_exact: Union[Unset, str] = UNSET,
|
|
@@ -334,10 +382,13 @@ def sync(
|
|
|
334
382
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
335
383
|
offering_type: Union[Unset, str] = UNSET,
|
|
336
384
|
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
385
|
+
only_limit_based: Union[Unset, bool] = UNSET,
|
|
386
|
+
only_usage_based: Union[Unset, bool] = UNSET,
|
|
337
387
|
page: Union[Unset, int] = UNSET,
|
|
338
388
|
page_size: Union[Unset, int] = UNSET,
|
|
339
389
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
340
390
|
paused: Union[Unset, bool] = UNSET,
|
|
391
|
+
plan_uuid: Union[Unset, UUID] = UNSET,
|
|
341
392
|
project_name: Union[Unset, str] = UNSET,
|
|
342
393
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
343
394
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -346,6 +397,7 @@ def sync(
|
|
|
346
397
|
runtime_state: Union[Unset, str] = UNSET,
|
|
347
398
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
348
399
|
state: Union[Unset, list[MarketplaceResourcesCountStateItem]] = UNSET,
|
|
400
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
349
401
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
350
402
|
) -> int:
|
|
351
403
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -353,12 +405,15 @@ def sync(
|
|
|
353
405
|
Args:
|
|
354
406
|
backend_id (Union[Unset, str]):
|
|
355
407
|
category_uuid (Union[Unset, UUID]):
|
|
408
|
+
component_count (Union[Unset, float]):
|
|
356
409
|
created (Union[Unset, datetime.datetime]):
|
|
357
410
|
customer (Union[Unset, str]):
|
|
358
411
|
customer_uuid (Union[Unset, UUID]):
|
|
359
412
|
downscaled (Union[Unset, bool]):
|
|
360
413
|
has_terminate_date (Union[Unset, bool]):
|
|
361
414
|
lexis_links_supported (Union[Unset, bool]):
|
|
415
|
+
limit_based (Union[Unset, bool]):
|
|
416
|
+
limit_component_count (Union[Unset, float]):
|
|
362
417
|
modified (Union[Unset, datetime.datetime]):
|
|
363
418
|
name (Union[Unset, str]):
|
|
364
419
|
name_exact (Union[Unset, str]):
|
|
@@ -369,10 +424,13 @@ def sync(
|
|
|
369
424
|
offering_slug (Union[Unset, list[str]]):
|
|
370
425
|
offering_type (Union[Unset, str]):
|
|
371
426
|
offering_uuid (Union[Unset, list[UUID]]):
|
|
427
|
+
only_limit_based (Union[Unset, bool]):
|
|
428
|
+
only_usage_based (Union[Unset, bool]):
|
|
372
429
|
page (Union[Unset, int]):
|
|
373
430
|
page_size (Union[Unset, int]):
|
|
374
431
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
375
432
|
paused (Union[Unset, bool]):
|
|
433
|
+
plan_uuid (Union[Unset, UUID]):
|
|
376
434
|
project_name (Union[Unset, str]):
|
|
377
435
|
project_uuid (Union[Unset, UUID]):
|
|
378
436
|
provider_uuid (Union[Unset, UUID]):
|
|
@@ -381,6 +439,7 @@ def sync(
|
|
|
381
439
|
runtime_state (Union[Unset, str]):
|
|
382
440
|
service_manager_uuid (Union[Unset, UUID]):
|
|
383
441
|
state (Union[Unset, list[MarketplaceResourcesCountStateItem]]):
|
|
442
|
+
usage_based (Union[Unset, bool]):
|
|
384
443
|
visible_to_username (Union[Unset, str]):
|
|
385
444
|
|
|
386
445
|
Raises:
|
|
@@ -395,12 +454,15 @@ def sync(
|
|
|
395
454
|
client=client,
|
|
396
455
|
backend_id=backend_id,
|
|
397
456
|
category_uuid=category_uuid,
|
|
457
|
+
component_count=component_count,
|
|
398
458
|
created=created,
|
|
399
459
|
customer=customer,
|
|
400
460
|
customer_uuid=customer_uuid,
|
|
401
461
|
downscaled=downscaled,
|
|
402
462
|
has_terminate_date=has_terminate_date,
|
|
403
463
|
lexis_links_supported=lexis_links_supported,
|
|
464
|
+
limit_based=limit_based,
|
|
465
|
+
limit_component_count=limit_component_count,
|
|
404
466
|
modified=modified,
|
|
405
467
|
name=name,
|
|
406
468
|
name_exact=name_exact,
|
|
@@ -411,10 +473,13 @@ def sync(
|
|
|
411
473
|
offering_slug=offering_slug,
|
|
412
474
|
offering_type=offering_type,
|
|
413
475
|
offering_uuid=offering_uuid,
|
|
476
|
+
only_limit_based=only_limit_based,
|
|
477
|
+
only_usage_based=only_usage_based,
|
|
414
478
|
page=page,
|
|
415
479
|
page_size=page_size,
|
|
416
480
|
parent_offering_uuid=parent_offering_uuid,
|
|
417
481
|
paused=paused,
|
|
482
|
+
plan_uuid=plan_uuid,
|
|
418
483
|
project_name=project_name,
|
|
419
484
|
project_uuid=project_uuid,
|
|
420
485
|
provider_uuid=provider_uuid,
|
|
@@ -423,6 +488,7 @@ def sync(
|
|
|
423
488
|
runtime_state=runtime_state,
|
|
424
489
|
service_manager_uuid=service_manager_uuid,
|
|
425
490
|
state=state,
|
|
491
|
+
usage_based=usage_based,
|
|
426
492
|
visible_to_username=visible_to_username,
|
|
427
493
|
).parsed
|
|
428
494
|
|
|
@@ -432,12 +498,15 @@ async def asyncio_detailed(
|
|
|
432
498
|
client: AuthenticatedClient,
|
|
433
499
|
backend_id: Union[Unset, str] = UNSET,
|
|
434
500
|
category_uuid: Union[Unset, UUID] = UNSET,
|
|
501
|
+
component_count: Union[Unset, float] = UNSET,
|
|
435
502
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
436
503
|
customer: Union[Unset, str] = UNSET,
|
|
437
504
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
438
505
|
downscaled: Union[Unset, bool] = UNSET,
|
|
439
506
|
has_terminate_date: Union[Unset, bool] = UNSET,
|
|
440
507
|
lexis_links_supported: Union[Unset, bool] = UNSET,
|
|
508
|
+
limit_based: Union[Unset, bool] = UNSET,
|
|
509
|
+
limit_component_count: Union[Unset, float] = UNSET,
|
|
441
510
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
442
511
|
name: Union[Unset, str] = UNSET,
|
|
443
512
|
name_exact: Union[Unset, str] = UNSET,
|
|
@@ -448,10 +517,13 @@ async def asyncio_detailed(
|
|
|
448
517
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
449
518
|
offering_type: Union[Unset, str] = UNSET,
|
|
450
519
|
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
520
|
+
only_limit_based: Union[Unset, bool] = UNSET,
|
|
521
|
+
only_usage_based: Union[Unset, bool] = UNSET,
|
|
451
522
|
page: Union[Unset, int] = UNSET,
|
|
452
523
|
page_size: Union[Unset, int] = UNSET,
|
|
453
524
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
454
525
|
paused: Union[Unset, bool] = UNSET,
|
|
526
|
+
plan_uuid: Union[Unset, UUID] = UNSET,
|
|
455
527
|
project_name: Union[Unset, str] = UNSET,
|
|
456
528
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
457
529
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -460,6 +532,7 @@ async def asyncio_detailed(
|
|
|
460
532
|
runtime_state: Union[Unset, str] = UNSET,
|
|
461
533
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
462
534
|
state: Union[Unset, list[MarketplaceResourcesCountStateItem]] = UNSET,
|
|
535
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
463
536
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
464
537
|
) -> Response[int]:
|
|
465
538
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -467,12 +540,15 @@ async def asyncio_detailed(
|
|
|
467
540
|
Args:
|
|
468
541
|
backend_id (Union[Unset, str]):
|
|
469
542
|
category_uuid (Union[Unset, UUID]):
|
|
543
|
+
component_count (Union[Unset, float]):
|
|
470
544
|
created (Union[Unset, datetime.datetime]):
|
|
471
545
|
customer (Union[Unset, str]):
|
|
472
546
|
customer_uuid (Union[Unset, UUID]):
|
|
473
547
|
downscaled (Union[Unset, bool]):
|
|
474
548
|
has_terminate_date (Union[Unset, bool]):
|
|
475
549
|
lexis_links_supported (Union[Unset, bool]):
|
|
550
|
+
limit_based (Union[Unset, bool]):
|
|
551
|
+
limit_component_count (Union[Unset, float]):
|
|
476
552
|
modified (Union[Unset, datetime.datetime]):
|
|
477
553
|
name (Union[Unset, str]):
|
|
478
554
|
name_exact (Union[Unset, str]):
|
|
@@ -483,10 +559,13 @@ async def asyncio_detailed(
|
|
|
483
559
|
offering_slug (Union[Unset, list[str]]):
|
|
484
560
|
offering_type (Union[Unset, str]):
|
|
485
561
|
offering_uuid (Union[Unset, list[UUID]]):
|
|
562
|
+
only_limit_based (Union[Unset, bool]):
|
|
563
|
+
only_usage_based (Union[Unset, bool]):
|
|
486
564
|
page (Union[Unset, int]):
|
|
487
565
|
page_size (Union[Unset, int]):
|
|
488
566
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
489
567
|
paused (Union[Unset, bool]):
|
|
568
|
+
plan_uuid (Union[Unset, UUID]):
|
|
490
569
|
project_name (Union[Unset, str]):
|
|
491
570
|
project_uuid (Union[Unset, UUID]):
|
|
492
571
|
provider_uuid (Union[Unset, UUID]):
|
|
@@ -495,6 +574,7 @@ async def asyncio_detailed(
|
|
|
495
574
|
runtime_state (Union[Unset, str]):
|
|
496
575
|
service_manager_uuid (Union[Unset, UUID]):
|
|
497
576
|
state (Union[Unset, list[MarketplaceResourcesCountStateItem]]):
|
|
577
|
+
usage_based (Union[Unset, bool]):
|
|
498
578
|
visible_to_username (Union[Unset, str]):
|
|
499
579
|
|
|
500
580
|
Raises:
|
|
@@ -508,12 +588,15 @@ async def asyncio_detailed(
|
|
|
508
588
|
kwargs = _get_kwargs(
|
|
509
589
|
backend_id=backend_id,
|
|
510
590
|
category_uuid=category_uuid,
|
|
591
|
+
component_count=component_count,
|
|
511
592
|
created=created,
|
|
512
593
|
customer=customer,
|
|
513
594
|
customer_uuid=customer_uuid,
|
|
514
595
|
downscaled=downscaled,
|
|
515
596
|
has_terminate_date=has_terminate_date,
|
|
516
597
|
lexis_links_supported=lexis_links_supported,
|
|
598
|
+
limit_based=limit_based,
|
|
599
|
+
limit_component_count=limit_component_count,
|
|
517
600
|
modified=modified,
|
|
518
601
|
name=name,
|
|
519
602
|
name_exact=name_exact,
|
|
@@ -524,10 +607,13 @@ async def asyncio_detailed(
|
|
|
524
607
|
offering_slug=offering_slug,
|
|
525
608
|
offering_type=offering_type,
|
|
526
609
|
offering_uuid=offering_uuid,
|
|
610
|
+
only_limit_based=only_limit_based,
|
|
611
|
+
only_usage_based=only_usage_based,
|
|
527
612
|
page=page,
|
|
528
613
|
page_size=page_size,
|
|
529
614
|
parent_offering_uuid=parent_offering_uuid,
|
|
530
615
|
paused=paused,
|
|
616
|
+
plan_uuid=plan_uuid,
|
|
531
617
|
project_name=project_name,
|
|
532
618
|
project_uuid=project_uuid,
|
|
533
619
|
provider_uuid=provider_uuid,
|
|
@@ -536,6 +622,7 @@ async def asyncio_detailed(
|
|
|
536
622
|
runtime_state=runtime_state,
|
|
537
623
|
service_manager_uuid=service_manager_uuid,
|
|
538
624
|
state=state,
|
|
625
|
+
usage_based=usage_based,
|
|
539
626
|
visible_to_username=visible_to_username,
|
|
540
627
|
)
|
|
541
628
|
|
|
@@ -549,12 +636,15 @@ async def asyncio(
|
|
|
549
636
|
client: AuthenticatedClient,
|
|
550
637
|
backend_id: Union[Unset, str] = UNSET,
|
|
551
638
|
category_uuid: Union[Unset, UUID] = UNSET,
|
|
639
|
+
component_count: Union[Unset, float] = UNSET,
|
|
552
640
|
created: Union[Unset, datetime.datetime] = UNSET,
|
|
553
641
|
customer: Union[Unset, str] = UNSET,
|
|
554
642
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
555
643
|
downscaled: Union[Unset, bool] = UNSET,
|
|
556
644
|
has_terminate_date: Union[Unset, bool] = UNSET,
|
|
557
645
|
lexis_links_supported: Union[Unset, bool] = UNSET,
|
|
646
|
+
limit_based: Union[Unset, bool] = UNSET,
|
|
647
|
+
limit_component_count: Union[Unset, float] = UNSET,
|
|
558
648
|
modified: Union[Unset, datetime.datetime] = UNSET,
|
|
559
649
|
name: Union[Unset, str] = UNSET,
|
|
560
650
|
name_exact: Union[Unset, str] = UNSET,
|
|
@@ -565,10 +655,13 @@ async def asyncio(
|
|
|
565
655
|
offering_slug: Union[Unset, list[str]] = UNSET,
|
|
566
656
|
offering_type: Union[Unset, str] = UNSET,
|
|
567
657
|
offering_uuid: Union[Unset, list[UUID]] = UNSET,
|
|
658
|
+
only_limit_based: Union[Unset, bool] = UNSET,
|
|
659
|
+
only_usage_based: Union[Unset, bool] = UNSET,
|
|
568
660
|
page: Union[Unset, int] = UNSET,
|
|
569
661
|
page_size: Union[Unset, int] = UNSET,
|
|
570
662
|
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
571
663
|
paused: Union[Unset, bool] = UNSET,
|
|
664
|
+
plan_uuid: Union[Unset, UUID] = UNSET,
|
|
572
665
|
project_name: Union[Unset, str] = UNSET,
|
|
573
666
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
574
667
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -577,6 +670,7 @@ async def asyncio(
|
|
|
577
670
|
runtime_state: Union[Unset, str] = UNSET,
|
|
578
671
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
579
672
|
state: Union[Unset, list[MarketplaceResourcesCountStateItem]] = UNSET,
|
|
673
|
+
usage_based: Union[Unset, bool] = UNSET,
|
|
580
674
|
visible_to_username: Union[Unset, str] = UNSET,
|
|
581
675
|
) -> int:
|
|
582
676
|
"""Get number of items in the collection matching the request parameters.
|
|
@@ -584,12 +678,15 @@ async def asyncio(
|
|
|
584
678
|
Args:
|
|
585
679
|
backend_id (Union[Unset, str]):
|
|
586
680
|
category_uuid (Union[Unset, UUID]):
|
|
681
|
+
component_count (Union[Unset, float]):
|
|
587
682
|
created (Union[Unset, datetime.datetime]):
|
|
588
683
|
customer (Union[Unset, str]):
|
|
589
684
|
customer_uuid (Union[Unset, UUID]):
|
|
590
685
|
downscaled (Union[Unset, bool]):
|
|
591
686
|
has_terminate_date (Union[Unset, bool]):
|
|
592
687
|
lexis_links_supported (Union[Unset, bool]):
|
|
688
|
+
limit_based (Union[Unset, bool]):
|
|
689
|
+
limit_component_count (Union[Unset, float]):
|
|
593
690
|
modified (Union[Unset, datetime.datetime]):
|
|
594
691
|
name (Union[Unset, str]):
|
|
595
692
|
name_exact (Union[Unset, str]):
|
|
@@ -600,10 +697,13 @@ async def asyncio(
|
|
|
600
697
|
offering_slug (Union[Unset, list[str]]):
|
|
601
698
|
offering_type (Union[Unset, str]):
|
|
602
699
|
offering_uuid (Union[Unset, list[UUID]]):
|
|
700
|
+
only_limit_based (Union[Unset, bool]):
|
|
701
|
+
only_usage_based (Union[Unset, bool]):
|
|
603
702
|
page (Union[Unset, int]):
|
|
604
703
|
page_size (Union[Unset, int]):
|
|
605
704
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
606
705
|
paused (Union[Unset, bool]):
|
|
706
|
+
plan_uuid (Union[Unset, UUID]):
|
|
607
707
|
project_name (Union[Unset, str]):
|
|
608
708
|
project_uuid (Union[Unset, UUID]):
|
|
609
709
|
provider_uuid (Union[Unset, UUID]):
|
|
@@ -612,6 +712,7 @@ async def asyncio(
|
|
|
612
712
|
runtime_state (Union[Unset, str]):
|
|
613
713
|
service_manager_uuid (Union[Unset, UUID]):
|
|
614
714
|
state (Union[Unset, list[MarketplaceResourcesCountStateItem]]):
|
|
715
|
+
usage_based (Union[Unset, bool]):
|
|
615
716
|
visible_to_username (Union[Unset, str]):
|
|
616
717
|
|
|
617
718
|
Raises:
|
|
@@ -627,12 +728,15 @@ async def asyncio(
|
|
|
627
728
|
client=client,
|
|
628
729
|
backend_id=backend_id,
|
|
629
730
|
category_uuid=category_uuid,
|
|
731
|
+
component_count=component_count,
|
|
630
732
|
created=created,
|
|
631
733
|
customer=customer,
|
|
632
734
|
customer_uuid=customer_uuid,
|
|
633
735
|
downscaled=downscaled,
|
|
634
736
|
has_terminate_date=has_terminate_date,
|
|
635
737
|
lexis_links_supported=lexis_links_supported,
|
|
738
|
+
limit_based=limit_based,
|
|
739
|
+
limit_component_count=limit_component_count,
|
|
636
740
|
modified=modified,
|
|
637
741
|
name=name,
|
|
638
742
|
name_exact=name_exact,
|
|
@@ -643,10 +747,13 @@ async def asyncio(
|
|
|
643
747
|
offering_slug=offering_slug,
|
|
644
748
|
offering_type=offering_type,
|
|
645
749
|
offering_uuid=offering_uuid,
|
|
750
|
+
only_limit_based=only_limit_based,
|
|
751
|
+
only_usage_based=only_usage_based,
|
|
646
752
|
page=page,
|
|
647
753
|
page_size=page_size,
|
|
648
754
|
parent_offering_uuid=parent_offering_uuid,
|
|
649
755
|
paused=paused,
|
|
756
|
+
plan_uuid=plan_uuid,
|
|
650
757
|
project_name=project_name,
|
|
651
758
|
project_uuid=project_uuid,
|
|
652
759
|
provider_uuid=provider_uuid,
|
|
@@ -655,6 +762,7 @@ async def asyncio(
|
|
|
655
762
|
runtime_state=runtime_state,
|
|
656
763
|
service_manager_uuid=service_manager_uuid,
|
|
657
764
|
state=state,
|
|
765
|
+
usage_based=usage_based,
|
|
658
766
|
visible_to_username=visible_to_username,
|
|
659
767
|
)
|
|
660
768
|
).parsed
|