waldur-api-client 7.7.4__py3-none-any.whl → 7.7.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/access_subnets/access_subnets_count.py +236 -0
- waldur_api_client/api/admin_announcements/admin_announcements_count.py +248 -0
- waldur_api_client/api/auth_tokens/auth_tokens_count.py +172 -0
- waldur_api_client/api/autoprovisioning_rules/autoprovisioning_rules_count.py +172 -0
- waldur_api_client/api/aws_images/aws_images_count.py +221 -0
- waldur_api_client/api/aws_instances/aws_instances_count.py +469 -0
- waldur_api_client/api/aws_regions/aws_regions_count.py +202 -0
- waldur_api_client/api/aws_sizes/aws_sizes_count.py +221 -0
- waldur_api_client/api/aws_volumes/aws_volumes_count.py +172 -0
- waldur_api_client/api/azure_images/azure_images_count.py +269 -0
- waldur_api_client/api/azure_locations/azure_locations_count.py +251 -0
- waldur_api_client/api/azure_public_ips/azure_public_ips_count.py +502 -0
- waldur_api_client/api/azure_resource_groups/azure_resource_groups_count.py +172 -0
- waldur_api_client/api/azure_sizes/azure_sizes_count.py +284 -0
- waldur_api_client/api/azure_sql_databases/azure_sql_databases_count.py +535 -0
- waldur_api_client/api/azure_sql_servers/azure_sql_servers_count.py +502 -0
- waldur_api_client/api/azure_virtualmachines/azure_virtualmachines_count.py +502 -0
- waldur_api_client/api/backend_resource_requests/backend_resource_requests_count.py +310 -0
- waldur_api_client/api/backend_resources/backend_resources_count.py +314 -0
- waldur_api_client/api/booking_offerings/booking_offerings_count.py +172 -0
- waldur_api_client/api/booking_resources/booking_resources_count.py +658 -0
- waldur_api_client/api/broadcast_message_templates/broadcast_message_templates_count.py +187 -0
- waldur_api_client/api/broadcast_messages/broadcast_messages_count.py +230 -0
- waldur_api_client/api/broadcast_messages/broadcast_messages_recipients_count.py +125 -0
- waldur_api_client/api/call_managing_organisations/call_managing_organisations_count.py +244 -0
- waldur_api_client/api/call_proposal_project_role_mappings/call_proposal_project_role_mappings_count.py +191 -0
- waldur_api_client/api/call_rounds/call_rounds_count.py +172 -0
- waldur_api_client/api/checklists_admin/checklists_admin_checklist_questions.py +187 -0
- waldur_api_client/api/checklists_admin/checklists_admin_count.py +172 -0
- waldur_api_client/api/checklists_admin/checklists_admin_create.py +148 -0
- waldur_api_client/api/checklists_admin/checklists_admin_destroy.py +89 -0
- waldur_api_client/api/checklists_admin/checklists_admin_list.py +173 -0
- waldur_api_client/api/checklists_admin/checklists_admin_partial_update.py +162 -0
- waldur_api_client/api/checklists_admin/checklists_admin_retrieve.py +140 -0
- waldur_api_client/api/checklists_admin/checklists_admin_update.py +162 -0
- waldur_api_client/api/checklists_admin_categories/checklists_admin_categories_count.py +172 -0
- waldur_api_client/api/checklists_admin_categories/checklists_admin_categories_create.py +150 -0
- waldur_api_client/api/checklists_admin_categories/checklists_admin_categories_destroy.py +89 -0
- waldur_api_client/api/checklists_admin_categories/checklists_admin_categories_list.py +175 -0
- waldur_api_client/api/checklists_admin_categories/checklists_admin_categories_partial_update.py +164 -0
- waldur_api_client/api/checklists_admin_categories/checklists_admin_categories_retrieve.py +142 -0
- waldur_api_client/api/checklists_admin_categories/checklists_admin_categories_update.py +164 -0
- waldur_api_client/api/checklists_admin_question_dependencies/checklists_admin_question_dependencies_count.py +209 -0
- waldur_api_client/api/checklists_admin_question_dependencies/checklists_admin_question_dependencies_create.py +150 -0
- waldur_api_client/api/checklists_admin_question_dependencies/checklists_admin_question_dependencies_destroy.py +89 -0
- waldur_api_client/api/checklists_admin_question_dependencies/checklists_admin_question_dependencies_list.py +212 -0
- waldur_api_client/api/checklists_admin_question_dependencies/checklists_admin_question_dependencies_partial_update.py +164 -0
- waldur_api_client/api/checklists_admin_question_dependencies/checklists_admin_question_dependencies_retrieve.py +142 -0
- waldur_api_client/api/checklists_admin_question_dependencies/checklists_admin_question_dependencies_update.py +164 -0
- waldur_api_client/api/checklists_admin_question_options/checklists_admin_question_options_count.py +191 -0
- waldur_api_client/api/checklists_admin_question_options/checklists_admin_question_options_create.py +150 -0
- waldur_api_client/api/checklists_admin_question_options/checklists_admin_question_options_destroy.py +89 -0
- waldur_api_client/api/checklists_admin_question_options/checklists_admin_question_options_list.py +194 -0
- waldur_api_client/api/checklists_admin_question_options/checklists_admin_question_options_partial_update.py +164 -0
- waldur_api_client/api/checklists_admin_question_options/checklists_admin_question_options_retrieve.py +142 -0
- waldur_api_client/api/checklists_admin_question_options/checklists_admin_question_options_update.py +164 -0
- waldur_api_client/api/checklists_admin_questions/checklists_admin_questions_count.py +191 -0
- waldur_api_client/api/checklists_admin_questions/checklists_admin_questions_create.py +148 -0
- waldur_api_client/api/checklists_admin_questions/checklists_admin_questions_destroy.py +89 -0
- waldur_api_client/api/checklists_admin_questions/checklists_admin_questions_list.py +192 -0
- waldur_api_client/api/checklists_admin_questions/checklists_admin_questions_partial_update.py +162 -0
- waldur_api_client/api/checklists_admin_questions/checklists_admin_questions_retrieve.py +140 -0
- waldur_api_client/api/checklists_admin_questions/checklists_admin_questions_update.py +162 -0
- waldur_api_client/api/component_user_usage_limits/component_user_usage_limits_count.py +254 -0
- waldur_api_client/api/customer_credits/customer_credits_count.py +244 -0
- waldur_api_client/api/customer_permissions_reviews/customer_permissions_reviews_count.py +247 -0
- waldur_api_client/api/customer_quotas/customer_quotas_count.py +172 -0
- waldur_api_client/api/customers/customers_count.py +390 -0
- waldur_api_client/api/customers/customers_countries_count.py +390 -0
- waldur_api_client/api/digitalocean_droplets/digitalocean_droplets_count.py +469 -0
- waldur_api_client/api/digitalocean_images/digitalocean_images_count.py +255 -0
- waldur_api_client/api/digitalocean_regions/digitalocean_regions_count.py +202 -0
- waldur_api_client/api/digitalocean_sizes/digitalocean_sizes_count.py +247 -0
- waldur_api_client/api/email_logs/email_logs_count.py +259 -0
- waldur_api_client/api/event_subscriptions/event_subscriptions_count.py +225 -0
- waldur_api_client/api/events/events_count.py +295 -0
- waldur_api_client/api/events/events_count_count.py +125 -0
- waldur_api_client/api/events/events_event_groups_count.py +125 -0
- waldur_api_client/api/events/events_scope_types_count.py +125 -0
- waldur_api_client/api/events_stats/events_stats_count.py +172 -0
- waldur_api_client/api/external_links/external_links_count.py +202 -0
- waldur_api_client/api/external_links/external_links_create.py +148 -0
- waldur_api_client/api/external_links/external_links_destroy.py +89 -0
- waldur_api_client/api/external_links/external_links_list.py +203 -0
- waldur_api_client/api/external_links/external_links_partial_update.py +162 -0
- waldur_api_client/api/external_links/external_links_retrieve.py +140 -0
- waldur_api_client/api/external_links/external_links_update.py +162 -0
- waldur_api_client/api/financial_reports/financial_reports_count.py +390 -0
- waldur_api_client/api/freeipa_profiles/freeipa_profiles_count.py +206 -0
- waldur_api_client/api/google_auth/google_auth_callback_count.py +172 -0
- waldur_api_client/api/google_auth/google_auth_count.py +187 -0
- waldur_api_client/api/hooks/hooks_count.py +172 -0
- waldur_api_client/api/hooks_email/hooks_email_count.py +300 -0
- waldur_api_client/api/hooks_web/hooks_web_count.py +320 -0
- waldur_api_client/api/identity_providers/identity_providers_count.py +172 -0
- waldur_api_client/api/invoice_items/invoice_items_costs_count.py +191 -0
- waldur_api_client/api/invoice_items/invoice_items_count.py +323 -0
- waldur_api_client/api/invoice_items/invoice_items_customer_costs_for_period_count.py +176 -0
- waldur_api_client/api/invoice_items/invoice_items_project_costs_for_period_count.py +176 -0
- waldur_api_client/api/invoice_items/invoice_items_total_price_count.py +293 -0
- waldur_api_client/api/invoices/invoices_count.py +337 -0
- waldur_api_client/api/invoices/invoices_growth_count.py +187 -0
- waldur_api_client/api/keycloak_groups/keycloak_groups_count.py +221 -0
- waldur_api_client/api/keycloak_user_group_memberships/keycloak_user_group_memberships_count.py +325 -0
- waldur_api_client/api/keys/keys_count.py +359 -0
- waldur_api_client/api/lexis_links/lexis_links_count.py +260 -0
- waldur_api_client/api/maintenance_announcement_offerings/maintenance_announcement_offerings_count.py +172 -0
- waldur_api_client/api/maintenance_announcement_offerings/maintenance_announcement_offerings_create.py +152 -0
- waldur_api_client/api/maintenance_announcement_offerings/maintenance_announcement_offerings_destroy.py +89 -0
- waldur_api_client/api/maintenance_announcement_offerings/maintenance_announcement_offerings_list.py +175 -0
- waldur_api_client/api/maintenance_announcement_offerings/maintenance_announcement_offerings_partial_update.py +166 -0
- waldur_api_client/api/maintenance_announcement_offerings/maintenance_announcement_offerings_retrieve.py +144 -0
- waldur_api_client/api/maintenance_announcement_offerings/maintenance_announcement_offerings_update.py +166 -0
- waldur_api_client/api/maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_count.py +267 -0
- waldur_api_client/api/maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_create.py +152 -0
- waldur_api_client/api/maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_destroy.py +89 -0
- waldur_api_client/api/maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_list.py +270 -0
- waldur_api_client/api/maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_partial_update.py +168 -0
- waldur_api_client/api/maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_retrieve.py +144 -0
- waldur_api_client/api/maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_update.py +166 -0
- waldur_api_client/api/maintenance_announcements/maintenance_announcements_cancel_maintenance.py +148 -0
- waldur_api_client/api/maintenance_announcements/maintenance_announcements_complete_maintenance.py +148 -0
- waldur_api_client/api/maintenance_announcements/maintenance_announcements_count.py +325 -0
- waldur_api_client/api/maintenance_announcements/maintenance_announcements_create.py +150 -0
- waldur_api_client/api/maintenance_announcements/maintenance_announcements_destroy.py +89 -0
- waldur_api_client/api/maintenance_announcements/maintenance_announcements_list.py +328 -0
- waldur_api_client/api/maintenance_announcements/maintenance_announcements_partial_update.py +164 -0
- waldur_api_client/api/maintenance_announcements/maintenance_announcements_retrieve.py +142 -0
- waldur_api_client/api/maintenance_announcements/maintenance_announcements_schedule.py +148 -0
- waldur_api_client/api/maintenance_announcements/maintenance_announcements_start_maintenance.py +148 -0
- waldur_api_client/api/maintenance_announcements/maintenance_announcements_unschedule.py +148 -0
- waldur_api_client/api/maintenance_announcements/maintenance_announcements_update.py +164 -0
- waldur_api_client/api/maintenance_announcements_template/maintenance_announcements_template_count.py +229 -0
- waldur_api_client/api/maintenance_announcements_template/maintenance_announcements_template_create.py +152 -0
- waldur_api_client/api/maintenance_announcements_template/maintenance_announcements_template_destroy.py +89 -0
- waldur_api_client/api/maintenance_announcements_template/maintenance_announcements_template_list.py +232 -0
- waldur_api_client/api/maintenance_announcements_template/maintenance_announcements_template_partial_update.py +166 -0
- waldur_api_client/api/maintenance_announcements_template/maintenance_announcements_template_retrieve.py +144 -0
- waldur_api_client/api/maintenance_announcements_template/maintenance_announcements_template_update.py +166 -0
- waldur_api_client/api/marketplace_categories/marketplace_categories_count.py +319 -0
- waldur_api_client/api/marketplace_category_columns/marketplace_category_columns_count.py +206 -0
- waldur_api_client/api/marketplace_category_component_usages/marketplace_category_component_usages_count.py +209 -0
- waldur_api_client/api/marketplace_category_components/marketplace_category_components_count.py +172 -0
- waldur_api_client/api/marketplace_category_groups/marketplace_category_groups_count.py +187 -0
- waldur_api_client/api/marketplace_category_help_articles/marketplace_category_help_articles_count.py +172 -0
- waldur_api_client/api/marketplace_component_usages/marketplace_component_usages_count.py +353 -0
- waldur_api_client/api/marketplace_component_user_usages/marketplace_component_user_usages_count.py +398 -0
- waldur_api_client/api/marketplace_customer_estimated_cost_policies/marketplace_customer_estimated_cost_policies_actions_count.py +125 -0
- waldur_api_client/api/marketplace_customer_estimated_cost_policies/marketplace_customer_estimated_cost_policies_count.py +239 -0
- waldur_api_client/api/marketplace_customer_service_accounts/marketplace_customer_service_accounts_count.py +236 -0
- waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_count.py +300 -0
- waldur_api_client/api/marketplace_offering_estimated_cost_policies/marketplace_offering_estimated_cost_policies_actions_count.py +125 -0
- waldur_api_client/api/marketplace_offering_estimated_cost_policies/marketplace_offering_estimated_cost_policies_count.py +206 -0
- waldur_api_client/api/marketplace_offering_files/marketplace_offering_files_count.py +247 -0
- waldur_api_client/api/marketplace_offering_permissions/marketplace_offering_permissions_count.py +440 -0
- waldur_api_client/api/marketplace_offering_permissions_log/marketplace_offering_permissions_log_count.py +440 -0
- waldur_api_client/api/marketplace_offering_referrals/marketplace_offering_referrals_count.py +195 -0
- waldur_api_client/api/marketplace_offering_usage_policies/marketplace_offering_usage_policies_actions_count.py +125 -0
- waldur_api_client/api/marketplace_offering_usage_policies/marketplace_offering_usage_policies_count.py +206 -0
- waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_count.py +224 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_count.py +388 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_request_deletion.py +91 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_set_deleted.py +91 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_set_deleting.py +91 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_set_error_creating.py +89 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_set_error_deleting.py +89 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_update_comments_partial_update.py +172 -0
- waldur_api_client/api/marketplace_orders/marketplace_orders_count.py +517 -0
- waldur_api_client/api/marketplace_plan_components/marketplace_plan_components_count.py +239 -0
- waldur_api_client/api/marketplace_plans/marketplace_plans_count.py +224 -0
- waldur_api_client/api/marketplace_plans/marketplace_plans_usage_stats_count.py +251 -0
- waldur_api_client/api/marketplace_project_estimated_cost_policies/marketplace_project_estimated_cost_policies_actions_count.py +125 -0
- waldur_api_client/api/marketplace_project_estimated_cost_policies/marketplace_project_estimated_cost_policies_count.py +272 -0
- waldur_api_client/api/marketplace_project_service_accounts/marketplace_project_service_accounts_count.py +236 -0
- waldur_api_client/api/marketplace_project_update_requests/marketplace_project_update_requests_count.py +270 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_count.py +624 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_count.py +626 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_count.py +640 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_pull.py +148 -0
- waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_count.py +624 -0
- waldur_api_client/api/marketplace_remote_synchronisations/marketplace_remote_synchronisations_count.py +172 -0
- waldur_api_client/api/marketplace_resource_users/marketplace_resource_users_count.py +257 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_count.py +640 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_pull.py +148 -0
- waldur_api_client/api/marketplace_robot_accounts/marketplace_robot_accounts_count.py +332 -0
- waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_count.py +247 -0
- waldur_api_client/api/marketplace_script_async_dry_run/marketplace_script_async_dry_run_count.py +172 -0
- waldur_api_client/api/marketplace_sections/marketplace_sections_count.py +172 -0
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_count.py +244 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_component_usages_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_component_usages_per_month_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_component_usages_per_project_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_active_resources_grouped_by_offering_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_active_resources_grouped_by_offering_country_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_active_resources_grouped_by_organization_group_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_projects_grouped_by_provider_and_industry_flag_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_projects_grouped_by_provider_and_oecd_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_projects_of_service_providers_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_projects_of_service_providers_grouped_by_oecd_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_unique_users_connected_with_active_resources_of_service_provider_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_users_of_service_providers_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_customer_member_count_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_offerings_counter_stats_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_organization_project_count_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_organization_resource_count_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_projects_limits_grouped_by_industry_flag_count.py +125 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_projects_limits_grouped_by_oecd_count.py +125 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_projects_usages_grouped_by_industry_flag_count.py +125 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_projects_usages_grouped_by_oecd_count.py +125 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_resources_limits_count.py +172 -0
- waldur_api_client/api/marketplace_stats/marketplace_stats_total_cost_of_active_resources_per_offering_count.py +172 -0
- waldur_api_client/api/notification_messages/notification_messages_count.py +262 -0
- waldur_api_client/api/notification_messages_templates/notification_messages_templates_count.py +247 -0
- waldur_api_client/api/openstack_backups/openstack_backups_count.py +535 -0
- waldur_api_client/api/openstack_flavors/openstack_flavors_count.py +460 -0
- waldur_api_client/api/openstack_flavors/openstack_flavors_usage_stats_count.py +125 -0
- waldur_api_client/api/openstack_floating_ips/openstack_floating_ips_count.py +547 -0
- waldur_api_client/api/openstack_images/openstack_images_count.py +287 -0
- waldur_api_client/api/openstack_images/openstack_images_usage_stats_count.py +125 -0
- waldur_api_client/api/openstack_instance_availability_zones/openstack_instance_availability_zones_count.py +269 -0
- waldur_api_client/api/openstack_instances/openstack_instances_count.py +565 -0
- waldur_api_client/api/openstack_marketplace_tenants/openstack_marketplace_tenants_count.py +469 -0
- waldur_api_client/api/openstack_migrations/openstack_migrations_count.py +209 -0
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_count.py +259 -0
- waldur_api_client/api/openstack_networks/openstack_networks_count.py +562 -0
- waldur_api_client/api/openstack_ports/openstack_ports_count.py +394 -0
- waldur_api_client/api/openstack_routers/openstack_routers_count.py +236 -0
- waldur_api_client/api/openstack_security_groups/openstack_security_groups_count.py +517 -0
- waldur_api_client/api/openstack_server_groups/openstack_server_groups_count.py +502 -0
- waldur_api_client/api/openstack_snapshots/openstack_snapshots_count.py +583 -0
- waldur_api_client/api/openstack_subnets/openstack_subnets_count.py +595 -0
- waldur_api_client/api/openstack_tenants/openstack_tenants_count.py +469 -0
- waldur_api_client/api/openstack_volume_availability_zones/openstack_volume_availability_zones_count.py +269 -0
- waldur_api_client/api/openstack_volume_types/openstack_volume_types_count.py +287 -0
- waldur_api_client/api/openstack_volume_types/openstack_volume_types_names_count.py +125 -0
- waldur_api_client/api/openstack_volumes/openstack_volumes_count.py +616 -0
- waldur_api_client/api/organization_groups/organization_groups_count.py +236 -0
- waldur_api_client/api/payment_profiles/payment_profiles_count.py +267 -0
- waldur_api_client/api/payments/payments_count.py +225 -0
- waldur_api_client/api/project_credits/project_credits_count.py +277 -0
- waldur_api_client/api/project_quotas/project_quotas_count.py +172 -0
- waldur_api_client/api/project_types/project_types_count.py +202 -0
- waldur_api_client/api/projects/projects_checklist_retrieve.py +154 -0
- waldur_api_client/api/projects/projects_completion_status_retrieve.py +154 -0
- waldur_api_client/api/projects/projects_count.py +435 -0
- waldur_api_client/api/projects/projects_submit_answers.py +179 -0
- waldur_api_client/api/promotions_campaigns/promotions_campaigns_count.py +337 -0
- waldur_api_client/api/proposal_proposals/proposal_proposals_checklist_retrieve.py +154 -0
- waldur_api_client/api/proposal_proposals/proposal_proposals_checklist_review_retrieve.py +154 -0
- waldur_api_client/api/proposal_proposals/proposal_proposals_completion_review_status_retrieve.py +154 -0
- waldur_api_client/api/proposal_proposals/proposal_proposals_completion_status_retrieve.py +154 -0
- waldur_api_client/api/proposal_proposals/proposal_proposals_count.py +288 -0
- waldur_api_client/api/proposal_proposals/proposal_proposals_submit_answers.py +179 -0
- waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_activate.py +60 -7
- waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_archive.py +60 -7
- waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_compliance_overview_retrieve.py +146 -0
- waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_count.py +333 -0
- waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_proposals_compliance_answers_list.py +364 -0
- waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_review_proposal_compliance.py +172 -0
- waldur_api_client/api/proposal_public_calls/proposal_public_calls_count.py +333 -0
- waldur_api_client/api/proposal_requested_offerings/proposal_requested_offerings_count.py +321 -0
- waldur_api_client/api/proposal_requested_resources/proposal_requested_resources_count.py +314 -0
- waldur_api_client/api/proposal_reviews/proposal_reviews_count.py +321 -0
- waldur_api_client/api/provider_invoice_items/provider_invoice_items_count.py +280 -0
- waldur_api_client/api/rancher_apps/rancher_apps_count.py +523 -0
- waldur_api_client/api/rancher_catalogs/rancher_catalogs_count.py +172 -0
- waldur_api_client/api/rancher_cluster_security_groups/rancher_cluster_security_groups_count.py +221 -0
- waldur_api_client/api/rancher_cluster_templates/rancher_cluster_templates_count.py +172 -0
- waldur_api_client/api/rancher_clusters/rancher_clusters_count.py +469 -0
- waldur_api_client/api/rancher_hpas/rancher_hpas_count.py +308 -0
- waldur_api_client/api/rancher_ingresses/rancher_ingresses_count.py +523 -0
- waldur_api_client/api/rancher_namespaces/rancher_namespaces_count.py +295 -0
- waldur_api_client/api/rancher_nodes/rancher_nodes_count.py +191 -0
- waldur_api_client/api/rancher_projects/rancher_projects_count.py +254 -0
- waldur_api_client/api/rancher_role_templates/rancher_role_templates_count.py +244 -0
- waldur_api_client/api/rancher_services/rancher_services_count.py +523 -0
- waldur_api_client/api/rancher_templates/rancher_templates_count.py +313 -0
- waldur_api_client/api/rancher_users/rancher_users_count.py +272 -0
- waldur_api_client/api/rancher_workloads/rancher_workloads_count.py +313 -0
- waldur_api_client/api/roles/roles_count.py +217 -0
- waldur_api_client/api/service_settings/service_settings_count.py +322 -0
- waldur_api_client/api/slurm_allocation_user_usage/slurm_allocation_user_usage_count.py +269 -0
- waldur_api_client/api/slurm_allocations/slurm_allocations_count.py +484 -0
- waldur_api_client/api/slurm_associations/slurm_associations_count.py +206 -0
- waldur_api_client/api/slurm_jobs/slurm_jobs_count.py +172 -0
- waldur_api_client/api/support_attachments/support_attachments_count.py +206 -0
- waldur_api_client/api/support_comments/support_comments_count.py +304 -0
- waldur_api_client/api/support_feedbacks/support_feedbacks_count.py +321 -0
- waldur_api_client/api/support_issues/support_issues_count.py +505 -0
- waldur_api_client/api/support_priorities/support_priorities_count.py +202 -0
- waldur_api_client/api/support_templates/support_templates_count.py +172 -0
- waldur_api_client/api/support_users/support_users_count.py +217 -0
- waldur_api_client/api/user_agreements/user_agreements_count.py +192 -0
- waldur_api_client/api/user_group_invitations/user_group_invitations_count.py +277 -0
- waldur_api_client/api/user_invitations/user_invitations_count.py +315 -0
- waldur_api_client/api/user_permission_requests/user_permission_requests_count.py +273 -0
- waldur_api_client/api/user_permissions/user_permissions_count.py +422 -0
- waldur_api_client/api/users/users_count.py +557 -0
- waldur_api_client/api/users/users_me_count.py +125 -0
- waldur_api_client/api/vmware_clusters/vmware_clusters_count.py +254 -0
- waldur_api_client/api/vmware_datastores/vmware_datastores_count.py +254 -0
- waldur_api_client/api/vmware_disks/vmware_disks_count.py +502 -0
- waldur_api_client/api/vmware_folders/vmware_folders_count.py +254 -0
- waldur_api_client/api/vmware_networks/vmware_networks_count.py +272 -0
- waldur_api_client/api/vmware_ports/vmware_ports_count.py +535 -0
- waldur_api_client/api/vmware_templates/vmware_templates_count.py +236 -0
- waldur_api_client/api/vmware_virtual_machine/vmware_virtual_machine_count.py +484 -0
- waldur_api_client/models/__init__.py +309 -247
- waldur_api_client/models/admin_announcements_count_o_item.py +17 -0
- waldur_api_client/models/admin_announcements_count_type_item.py +10 -0
- waldur_api_client/models/answer.py +137 -0
- waldur_api_client/models/answer_submit_response.py +73 -0
- waldur_api_client/models/aws_instances_count_state_item.py +15 -0
- waldur_api_client/models/azure_public_ips_count_state_item.py +15 -0
- waldur_api_client/models/azure_sql_databases_count_state_item.py +15 -0
- waldur_api_client/models/azure_sql_servers_count_state_item.py +15 -0
- waldur_api_client/models/azure_virtualmachines_count_state_item.py +15 -0
- waldur_api_client/models/backend_resource_req.py +16 -0
- waldur_api_client/models/backend_resource_requests_count_o_item.py +9 -0
- waldur_api_client/models/backend_resource_requests_count_state_item.py +11 -0
- waldur_api_client/models/backend_resources_count_o_item.py +9 -0
- waldur_api_client/models/billing_unit.py +1 -0
- waldur_api_client/models/booking_resources_count_o_item.py +15 -0
- waldur_api_client/models/booking_resources_count_state_item.py +13 -0
- waldur_api_client/models/broadcast_messages_count_o_item.py +13 -0
- waldur_api_client/models/broadcast_messages_count_state.py +10 -0
- waldur_api_client/models/call_compliance_overview.py +93 -0
- waldur_api_client/models/call_compliance_overview_checklist_type_0.py +44 -0
- waldur_api_client/models/call_compliance_review_request.py +71 -0
- waldur_api_client/models/call_managing_organisations_count_o_item.py +9 -0
- waldur_api_client/models/checklist.py +47 -8
- waldur_api_client/models/checklist_category_request.py +103 -0
- waldur_api_client/models/checklist_completion.py +118 -0
- waldur_api_client/models/checklist_completion_reviewer.py +203 -0
- waldur_api_client/models/checklist_operators.py +12 -0
- waldur_api_client/models/checklist_request.py +118 -0
- waldur_api_client/models/checklist_response.py +93 -0
- waldur_api_client/models/checklist_response_checklist.py +44 -0
- waldur_api_client/models/checklist_reviewer_response.py +93 -0
- waldur_api_client/models/checklist_reviewer_response_checklist.py +44 -0
- waldur_api_client/models/checklist_type_enum.py +1 -0
- waldur_api_client/models/customer_credits_count_o_item.py +15 -0
- waldur_api_client/models/customer_permissions_reviews_count_o_item.py +11 -0
- waldur_api_client/models/digitalocean_droplets_count_state_item.py +15 -0
- waldur_api_client/models/digitalocean_images_count_o_item.py +11 -0
- waldur_api_client/models/email_logs_count_o_item.py +11 -0
- waldur_api_client/models/event_subscriptions_count_o_item.py +9 -0
- waldur_api_client/models/events_count_o_item.py +9 -0
- waldur_api_client/models/external_link.py +133 -0
- waldur_api_client/models/external_link_request.py +111 -0
- waldur_api_client/models/hooks_web_count_content_type.py +9 -0
- waldur_api_client/models/import_resource_request.py +9 -0
- waldur_api_client/models/invoices_count_o_item.py +13 -0
- waldur_api_client/models/invoices_count_state_item.py +11 -0
- waldur_api_client/models/keycloak_user_group_memberships_count_state_item.py +9 -0
- waldur_api_client/models/keys_count_o_item.py +9 -0
- waldur_api_client/models/limit_period_enum.py +1 -0
- waldur_api_client/models/maintenance_action_response.py +59 -0
- waldur_api_client/models/maintenance_announcement.py +9 -0
- waldur_api_client/models/maintenance_announcement_offering_template.py +16 -0
- waldur_api_client/models/maintenance_announcement_request.py +9 -0
- waldur_api_client/models/maintenance_announcement_template_offerings_count_o_item.py +9 -0
- waldur_api_client/models/maintenance_announcement_template_offerings_list_o_item.py +9 -0
- waldur_api_client/models/maintenance_announcements_count_o_item.py +15 -0
- waldur_api_client/models/maintenance_announcements_count_state_item.py +12 -0
- waldur_api_client/models/maintenance_announcements_list_o_item.py +15 -0
- waldur_api_client/models/maintenance_announcements_list_state_item.py +12 -0
- waldur_api_client/models/maintenance_announcements_template_count_o_item.py +11 -0
- waldur_api_client/models/maintenance_announcements_template_list_o_item.py +11 -0
- waldur_api_client/models/marketplace_categories_count_customers_offerings_state_item.py +11 -0
- waldur_api_client/models/marketplace_component_usages_count_o_item.py +11 -0
- waldur_api_client/models/marketplace_component_user_usages_count_o_item.py +13 -0
- waldur_api_client/models/marketplace_integration_statuses_count_o_item.py +9 -0
- waldur_api_client/models/marketplace_integration_statuses_count_status_item.py +10 -0
- waldur_api_client/models/marketplace_offering_files_count_o_item.py +11 -0
- waldur_api_client/models/marketplace_offering_permissions_count_o_item.py +21 -0
- waldur_api_client/models/marketplace_offering_permissions_log_count_o_item.py +21 -0
- waldur_api_client/models/marketplace_offering_referrals_count_o_item.py +13 -0
- waldur_api_client/models/marketplace_offering_users_count_o_item.py +13 -0
- waldur_api_client/models/marketplace_offering_users_count_state_item.py +17 -0
- waldur_api_client/models/marketplace_offering_users_list_field_item.py +1 -0
- waldur_api_client/models/marketplace_offering_users_list_state_item.py +2 -1
- waldur_api_client/models/marketplace_offering_users_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_orders_count_o_item.py +15 -0
- waldur_api_client/models/marketplace_orders_count_state_item.py +15 -0
- waldur_api_client/models/marketplace_orders_count_type_item.py +10 -0
- waldur_api_client/models/marketplace_project_update_requests_count_state_item.py +12 -0
- waldur_api_client/models/marketplace_provider_offerings_count_o_item.py +21 -0
- waldur_api_client/models/marketplace_provider_offerings_count_state_item.py +11 -0
- waldur_api_client/models/marketplace_provider_offerings_groups_count_o_item.py +21 -0
- waldur_api_client/models/marketplace_provider_offerings_groups_count_state_item.py +11 -0
- waldur_api_client/models/marketplace_provider_resources_count_o_item.py +15 -0
- waldur_api_client/models/marketplace_provider_resources_count_state_item.py +13 -0
- waldur_api_client/models/marketplace_provider_resources_pull_response_200.py +44 -0
- waldur_api_client/models/marketplace_public_offerings_count_o_item.py +21 -0
- waldur_api_client/models/marketplace_public_offerings_count_state_item.py +11 -0
- waldur_api_client/models/marketplace_resources_count_o_item.py +15 -0
- waldur_api_client/models/marketplace_resources_count_state_item.py +13 -0
- waldur_api_client/models/marketplace_resources_pull_response_200.py +44 -0
- waldur_api_client/models/marketplace_robot_accounts_count_state.py +13 -0
- waldur_api_client/models/marketplace_screenshots_count_o_item.py +11 -0
- waldur_api_client/models/marketplace_service_providers_count_o_item.py +9 -0
- waldur_api_client/models/offering_user.py +10 -0
- waldur_api_client/models/offering_user_service_provider_comment.py +69 -0
- waldur_api_client/models/offering_user_state_enum.py +2 -1
- waldur_api_client/models/offering_user_state_transition_request.py +9 -0
- waldur_api_client/models/openstack_backups_count_state_item.py +15 -0
- waldur_api_client/models/openstack_flavors_count_o_item.py +13 -0
- waldur_api_client/models/openstack_floating_ips_count_state_item.py +15 -0
- waldur_api_client/models/openstack_instances_count_state_item.py +15 -0
- waldur_api_client/models/openstack_marketplace_tenants_count_state_item.py +15 -0
- waldur_api_client/models/openstack_network_rbac_policies_count_policy_type.py +9 -0
- waldur_api_client/models/openstack_networks_count_state_item.py +15 -0
- waldur_api_client/models/openstack_ports_count_o_item.py +9 -0
- waldur_api_client/models/openstack_security_groups_count_state_item.py +15 -0
- waldur_api_client/models/openstack_server_groups_count_state_item.py +15 -0
- waldur_api_client/models/openstack_snapshots_count_state_item.py +15 -0
- waldur_api_client/models/openstack_subnets_count_state_item.py +15 -0
- waldur_api_client/models/openstack_tenants_count_state_item.py +15 -0
- waldur_api_client/models/openstack_volumes_count_state_item.py +15 -0
- waldur_api_client/models/patched_checklist_category_request.py +102 -0
- waldur_api_client/models/patched_checklist_request.py +116 -0
- waldur_api_client/models/patched_external_link_request.py +110 -0
- waldur_api_client/models/patched_maintenance_announcement_request.py +9 -0
- waldur_api_client/models/patched_offering_user_service_provider_comment_request.py +69 -0
- waldur_api_client/models/patched_protected_call_request.py +32 -0
- waldur_api_client/models/patched_question_admin_request.py +106 -58
- waldur_api_client/models/patched_question_dependency_request.py +5 -5
- waldur_api_client/models/payment_profiles_count_o_item.py +13 -0
- waldur_api_client/models/payment_profiles_count_payment_type_item.py +10 -0
- waldur_api_client/models/project_credits_count_o_item.py +15 -0
- waldur_api_client/models/project_request.py +0 -20
- waldur_api_client/models/projects_count_o_item.py +23 -0
- waldur_api_client/models/promotions_campaigns_count_o_item.py +11 -0
- waldur_api_client/models/promotions_campaigns_count_state_item.py +10 -0
- waldur_api_client/models/proposal.py +39 -0
- waldur_api_client/models/proposal_can_submit.py +44 -0
- waldur_api_client/models/proposal_compliance_status_type_0.py +44 -0
- waldur_api_client/models/proposal_proposals_count_o_item.py +17 -0
- waldur_api_client/models/proposal_proposals_count_state_item.py +13 -0
- waldur_api_client/models/proposal_protected_calls_count_o_item.py +13 -0
- waldur_api_client/models/proposal_protected_calls_count_state_item.py +10 -0
- waldur_api_client/models/proposal_protected_calls_list_field_item.py +2 -0
- waldur_api_client/models/proposal_protected_calls_proposals_compliance_answers_list_o_item.py +13 -0
- waldur_api_client/models/proposal_protected_calls_proposals_compliance_answers_list_state_item.py +10 -0
- waldur_api_client/models/proposal_protected_calls_retrieve_field_item.py +2 -0
- waldur_api_client/models/proposal_protected_calls_review_proposal_compliance_response_200.py +44 -0
- waldur_api_client/models/proposal_public_calls_count_o_item.py +13 -0
- waldur_api_client/models/proposal_public_calls_count_state_item.py +10 -0
- waldur_api_client/models/proposal_requested_offerings_count_o_item.py +15 -0
- waldur_api_client/models/proposal_requested_offerings_count_state_item.py +10 -0
- waldur_api_client/models/proposal_requested_resources_count_o_item.py +15 -0
- waldur_api_client/models/proposal_reviews_count_o_item.py +11 -0
- waldur_api_client/models/proposal_reviews_count_state_item.py +11 -0
- waldur_api_client/models/protected_call.py +40 -0
- waldur_api_client/models/protected_call_request.py +32 -0
- waldur_api_client/models/provider_invoice_items_count_o_item.py +15 -0
- waldur_api_client/models/question_admin.py +109 -56
- waldur_api_client/models/question_admin_request.py +106 -58
- waldur_api_client/models/question_dependency.py +5 -5
- waldur_api_client/models/question_dependency_request.py +5 -5
- waldur_api_client/models/question_with_answer.py +195 -0
- waldur_api_client/models/question_with_answer_existing_answer_type_0.py +44 -0
- waldur_api_client/models/question_with_answer_reviewer.py +254 -0
- waldur_api_client/models/question_with_answer_reviewer_existing_answer_type_0.py +44 -0
- waldur_api_client/models/rancher_apps_count_state_item.py +15 -0
- waldur_api_client/models/rancher_clusters_count_state_item.py +15 -0
- waldur_api_client/models/rancher_ingresses_count_state_item.py +15 -0
- waldur_api_client/models/rancher_namespaces_count_o_item.py +13 -0
- waldur_api_client/models/rancher_role_templates_count_o_item.py +11 -0
- waldur_api_client/models/rancher_services_count_state_item.py +15 -0
- waldur_api_client/models/rancher_templates_count_o_item.py +11 -0
- waldur_api_client/models/rancher_workloads_count_o_item.py +15 -0
- waldur_api_client/models/service_settings_count_state_item.py +15 -0
- waldur_api_client/models/slurm_allocations_count_state_item.py +15 -0
- waldur_api_client/models/support_comments_count_o_item.py +11 -0
- waldur_api_client/models/support_issues_count_o_item.py +35 -0
- waldur_api_client/models/user_agreements_count_agreement_type.py +9 -0
- waldur_api_client/models/user_group_invitations_count_o_item.py +9 -0
- waldur_api_client/models/user_invitations_count_o_item.py +15 -0
- waldur_api_client/models/user_invitations_count_state_item.py +14 -0
- waldur_api_client/models/user_permission_requests_count_o_item.py +11 -0
- waldur_api_client/models/user_permission_requests_count_state_item.py +12 -0
- waldur_api_client/models/user_permissions_count_o_item.py +21 -0
- waldur_api_client/models/users_count_o_item.py +31 -0
- waldur_api_client/models/vmware_disks_count_state_item.py +15 -0
- waldur_api_client/models/vmware_ports_count_state_item.py +15 -0
- waldur_api_client/models/vmware_virtual_machine_count_state_item.py +15 -0
- waldur_api_client/types.py +1 -1
- waldur_api_client-7.7.5.dist-info/METADATA +147 -0
- waldur_api_client-7.7.5.dist-info/RECORD +3108 -0
- waldur_api_client/api/access_subnets/access_subnets_head.py +0 -147
- waldur_api_client/api/admin_announcements/admin_announcements_head.py +0 -159
- waldur_api_client/api/auth_tokens/auth_tokens_head.py +0 -107
- waldur_api_client/api/autoprovisioning_rules/autoprovisioning_rules_head.py +0 -107
- waldur_api_client/api/aws_images/aws_images_head.py +0 -138
- waldur_api_client/api/aws_instances/aws_instances_head.py +0 -296
- waldur_api_client/api/aws_regions/aws_regions_head.py +0 -125
- waldur_api_client/api/aws_sizes/aws_sizes_head.py +0 -138
- waldur_api_client/api/aws_volumes/aws_volumes_head.py +0 -107
- waldur_api_client/api/azure_images/azure_images_head.py +0 -168
- waldur_api_client/api/azure_locations/azure_locations_head.py +0 -156
- waldur_api_client/api/azure_public_ips/azure_public_ips_head.py +0 -317
- waldur_api_client/api/azure_resource_groups/azure_resource_groups_head.py +0 -107
- waldur_api_client/api/azure_sizes/azure_sizes_head.py +0 -177
- waldur_api_client/api/azure_sql_databases/azure_sql_databases_head.py +0 -338
- waldur_api_client/api/azure_sql_servers/azure_sql_servers_head.py +0 -317
- waldur_api_client/api/azure_virtualmachines/azure_virtualmachines_head.py +0 -317
- waldur_api_client/api/backend_resource_requests/backend_resource_requests_head.py +0 -203
- waldur_api_client/api/backend_resources/backend_resources_head.py +0 -201
- waldur_api_client/api/booking_offerings/booking_offerings_head.py +0 -107
- waldur_api_client/api/booking_resources/booking_resources_head.py +0 -419
- waldur_api_client/api/broadcast_message_templates/broadcast_message_templates_head.py +0 -116
- waldur_api_client/api/broadcast_messages/broadcast_messages_head.py +0 -147
- waldur_api_client/api/broadcast_messages/broadcast_messages_recipients_head.py +0 -74
- waldur_api_client/api/call_managing_organisations/call_managing_organisations_head.py +0 -155
- waldur_api_client/api/call_proposal_project_role_mappings/call_proposal_project_role_mappings_head.py +0 -120
- waldur_api_client/api/call_rounds/call_rounds_head.py +0 -107
- waldur_api_client/api/component_user_usage_limits/component_user_usage_limits_head.py +0 -159
- waldur_api_client/api/customer_credits/customer_credits_head.py +0 -155
- waldur_api_client/api/customer_permissions_reviews/customer_permissions_reviews_head.py +0 -158
- waldur_api_client/api/customer_quotas/customer_quotas_head.py +0 -107
- waldur_api_client/api/customers/customers_countries_head.py +0 -241
- waldur_api_client/api/customers/customers_head.py +0 -275
- waldur_api_client/api/customers/marketplace_checklists_customer_retrieve.py +0 -144
- waldur_api_client/api/customers/marketplace_checklists_customer_stats.py +0 -161
- waldur_api_client/api/customers/marketplace_checklists_customer_update.py +0 -168
- waldur_api_client/api/digitalocean_droplets/digitalocean_droplets_head.py +0 -296
- waldur_api_client/api/digitalocean_images/digitalocean_images_head.py +0 -160
- waldur_api_client/api/digitalocean_regions/digitalocean_regions_head.py +0 -125
- waldur_api_client/api/digitalocean_sizes/digitalocean_sizes_head.py +0 -152
- waldur_api_client/api/email_logs/email_logs_head.py +0 -164
- waldur_api_client/api/event_subscriptions/event_subscriptions_head.py +0 -142
- waldur_api_client/api/events/events_count_head.py +0 -74
- waldur_api_client/api/events/events_event_groups_head.py +0 -78
- waldur_api_client/api/events/events_head.py +0 -188
- waldur_api_client/api/events/events_scope_types_head.py +0 -76
- waldur_api_client/api/events_stats/events_stats_head.py +0 -107
- waldur_api_client/api/financial_reports/financial_reports_head.py +0 -241
- waldur_api_client/api/freeipa_profiles/freeipa_profiles_head.py +0 -129
- waldur_api_client/api/google_auth/google_auth_callback_head.py +0 -107
- waldur_api_client/api/google_auth/google_auth_head.py +0 -116
- waldur_api_client/api/hooks/hooks_head.py +0 -107
- waldur_api_client/api/hooks_email/hooks_email_head.py +0 -187
- waldur_api_client/api/hooks_web/hooks_web_head.py +0 -201
- waldur_api_client/api/identity_providers/identity_providers_head.py +0 -107
- waldur_api_client/api/invoice_items/invoice_items_costs_head.py +0 -120
- waldur_api_client/api/invoice_items/invoice_items_customer_costs_for_period_head.py +0 -109
- waldur_api_client/api/invoice_items/invoice_items_head.py +0 -204
- waldur_api_client/api/invoice_items/invoice_items_project_costs_for_period_head.py +0 -111
- waldur_api_client/api/invoice_items/invoice_items_total_price_head.py +0 -186
- waldur_api_client/api/invoices/invoices_growth_head.py +0 -118
- waldur_api_client/api/invoices/invoices_head.py +0 -218
- waldur_api_client/api/keycloak_groups/keycloak_groups_head.py +0 -138
- waldur_api_client/api/keycloak_user_group_memberships/keycloak_user_group_memberships_head.py +0 -206
- waldur_api_client/api/keys/keys_head.py +0 -228
- waldur_api_client/api/lexis_links/lexis_links_head.py +0 -165
- waldur_api_client/api/marketplace_categories/marketplace_categories_head.py +0 -204
- waldur_api_client/api/marketplace_category_columns/marketplace_category_columns_head.py +0 -129
- waldur_api_client/api/marketplace_category_component_usages/marketplace_category_component_usages_head.py +0 -132
- waldur_api_client/api/marketplace_category_components/marketplace_category_components_head.py +0 -107
- waldur_api_client/api/marketplace_category_groups/marketplace_category_groups_head.py +0 -116
- waldur_api_client/api/marketplace_category_help_articles/marketplace_category_help_articles_head.py +0 -107
- waldur_api_client/api/marketplace_checklists/marketplace_checklists_answers_list.py +0 -186
- waldur_api_client/api/marketplace_checklists/marketplace_checklists_answers_submit_create.py +0 -229
- waldur_api_client/api/marketplace_checklists/marketplace_checklists_head.py +0 -107
- waldur_api_client/api/marketplace_checklists/marketplace_checklists_list.py +0 -173
- waldur_api_client/api/marketplace_checklists/marketplace_checklists_questions_list.py +0 -187
- waldur_api_client/api/marketplace_checklists/marketplace_checklists_retrieve.py +0 -140
- waldur_api_client/api/marketplace_checklists/marketplace_checklists_stats_list.py +0 -152
- waldur_api_client/api/marketplace_checklists/marketplace_checklists_user_answers_list.py +0 -199
- waldur_api_client/api/marketplace_checklists_admin/marketplace_checklists_admin_checklist_questions.py +0 -187
- waldur_api_client/api/marketplace_checklists_admin/marketplace_checklists_admin_create.py +0 -150
- waldur_api_client/api/marketplace_checklists_admin/marketplace_checklists_admin_destroy.py +0 -89
- waldur_api_client/api/marketplace_checklists_admin/marketplace_checklists_admin_head.py +0 -107
- waldur_api_client/api/marketplace_checklists_admin/marketplace_checklists_admin_list.py +0 -173
- waldur_api_client/api/marketplace_checklists_admin/marketplace_checklists_admin_partial_update.py +0 -164
- waldur_api_client/api/marketplace_checklists_admin/marketplace_checklists_admin_retrieve.py +0 -142
- waldur_api_client/api/marketplace_checklists_admin/marketplace_checklists_admin_update.py +0 -164
- waldur_api_client/api/marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_create.py +0 -150
- waldur_api_client/api/marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_destroy.py +0 -89
- waldur_api_client/api/marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_head.py +0 -132
- waldur_api_client/api/marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_list.py +0 -212
- waldur_api_client/api/marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_partial_update.py +0 -164
- waldur_api_client/api/marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_retrieve.py +0 -142
- waldur_api_client/api/marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_update.py +0 -164
- waldur_api_client/api/marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_create.py +0 -150
- waldur_api_client/api/marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_destroy.py +0 -89
- waldur_api_client/api/marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_head.py +0 -120
- waldur_api_client/api/marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_list.py +0 -194
- waldur_api_client/api/marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_partial_update.py +0 -164
- waldur_api_client/api/marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_retrieve.py +0 -142
- waldur_api_client/api/marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_update.py +0 -164
- waldur_api_client/api/marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_create.py +0 -148
- waldur_api_client/api/marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_destroy.py +0 -89
- waldur_api_client/api/marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_head.py +0 -120
- waldur_api_client/api/marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_list.py +0 -192
- waldur_api_client/api/marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_partial_update.py +0 -162
- waldur_api_client/api/marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_retrieve.py +0 -140
- waldur_api_client/api/marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_update.py +0 -162
- waldur_api_client/api/marketplace_checklists_categories/marketplace_checklists_categories_checklists_list.py +0 -186
- waldur_api_client/api/marketplace_checklists_categories/marketplace_checklists_categories_list.py +0 -175
- waldur_api_client/api/marketplace_checklists_categories/marketplace_checklists_categories_retrieve.py +0 -141
- waldur_api_client/api/marketplace_component_usages/marketplace_component_usages_head.py +0 -228
- waldur_api_client/api/marketplace_component_user_usages/marketplace_component_user_usages_head.py +0 -255
- waldur_api_client/api/marketplace_customer_estimated_cost_policies/marketplace_customer_estimated_cost_policies_actions_head.py +0 -74
- waldur_api_client/api/marketplace_customer_estimated_cost_policies/marketplace_customer_estimated_cost_policies_head.py +0 -150
- waldur_api_client/api/marketplace_customer_service_accounts/marketplace_customer_service_accounts_head.py +0 -147
- waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_head.py +0 -193
- waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_create.py +0 -152
- waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_destroy.py +0 -89
- waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_head.py +0 -107
- waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_list.py +0 -175
- waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_partial_update.py +0 -166
- waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_retrieve.py +0 -144
- waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_update.py +0 -166
- waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_create.py +0 -152
- waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_destroy.py +0 -89
- waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_head.py +0 -107
- waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_list.py +0 -175
- waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_partial_update.py +0 -168
- waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_retrieve.py +0 -144
- waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_update.py +0 -166
- waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_create.py +0 -150
- waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_destroy.py +0 -89
- waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_head.py +0 -107
- waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_list.py +0 -175
- waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_partial_update.py +0 -164
- waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_retrieve.py +0 -142
- waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_update.py +0 -164
- waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_create.py +0 -152
- waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_destroy.py +0 -89
- waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_head.py +0 -107
- waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_list.py +0 -175
- waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_partial_update.py +0 -166
- waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_retrieve.py +0 -144
- waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_update.py +0 -166
- waldur_api_client/api/marketplace_offering_estimated_cost_policies/marketplace_offering_estimated_cost_policies_actions_head.py +0 -76
- waldur_api_client/api/marketplace_offering_estimated_cost_policies/marketplace_offering_estimated_cost_policies_head.py +0 -129
- waldur_api_client/api/marketplace_offering_files/marketplace_offering_files_head.py +0 -158
- waldur_api_client/api/marketplace_offering_permissions/marketplace_offering_permissions_head.py +0 -279
- waldur_api_client/api/marketplace_offering_permissions_log/marketplace_offering_permissions_log_head.py +0 -279
- waldur_api_client/api/marketplace_offering_referrals/marketplace_offering_referrals_head.py +0 -124
- waldur_api_client/api/marketplace_offering_usage_policies/marketplace_offering_usage_policies_actions_head.py +0 -74
- waldur_api_client/api/marketplace_offering_usage_policies/marketplace_offering_usage_policies_head.py +0 -129
- waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_head.py +0 -141
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_head.py +0 -251
- waldur_api_client/api/marketplace_orders/marketplace_orders_head.py +0 -338
- waldur_api_client/api/marketplace_plan_components/marketplace_plan_components_head.py +0 -150
- waldur_api_client/api/marketplace_plans/marketplace_plans_head.py +0 -141
- waldur_api_client/api/marketplace_plans/marketplace_plans_usage_stats_head.py +0 -154
- waldur_api_client/api/marketplace_project_estimated_cost_policies/marketplace_project_estimated_cost_policies_actions_head.py +0 -74
- waldur_api_client/api/marketplace_project_estimated_cost_policies/marketplace_project_estimated_cost_policies_head.py +0 -171
- waldur_api_client/api/marketplace_project_service_accounts/marketplace_project_service_accounts_head.py +0 -147
- waldur_api_client/api/marketplace_project_update_requests/marketplace_project_update_requests_head.py +0 -173
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_head.py +0 -403
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_head.py +0 -403
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_head.py +0 -407
- waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_head.py +0 -403
- waldur_api_client/api/marketplace_remote_synchronisations/marketplace_remote_synchronisations_head.py +0 -107
- waldur_api_client/api/marketplace_resource_users/marketplace_resource_users_head.py +0 -162
- waldur_api_client/api/marketplace_resources/marketplace_resources_head.py +0 -407
- waldur_api_client/api/marketplace_robot_accounts/marketplace_robot_accounts_head.py +0 -213
- waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_head.py +0 -158
- waldur_api_client/api/marketplace_script_async_dry_run/marketplace_script_async_dry_run_head.py +0 -107
- waldur_api_client/api/marketplace_sections/marketplace_sections_head.py +0 -107
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_head.py +0 -155
- waldur_api_client/api/marketplace_stats/marketplace_stats_component_usages_head.py +0 -107
- waldur_api_client/api/marketplace_stats/marketplace_stats_component_usages_per_month_head.py +0 -107
- waldur_api_client/api/marketplace_stats/marketplace_stats_component_usages_per_project_head.py +0 -107
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_active_resources_grouped_by_offering_country_head.py +0 -107
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_active_resources_grouped_by_offering_head.py +0 -107
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_active_resources_grouped_by_organization_group_head.py +0 -107
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_projects_grouped_by_provider_and_industry_flag_head.py +0 -107
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_projects_grouped_by_provider_and_oecd_head.py +0 -107
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_projects_of_service_providers_grouped_by_oecd_head.py +0 -107
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_projects_of_service_providers_head.py +0 -107
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_unique_users_connected_with_active_resources_of_service_provider_head.py +0 -107
- waldur_api_client/api/marketplace_stats/marketplace_stats_count_users_of_service_providers_head.py +0 -107
- waldur_api_client/api/marketplace_stats/marketplace_stats_customer_member_count_head.py +0 -107
- waldur_api_client/api/marketplace_stats/marketplace_stats_offerings_counter_stats_head.py +0 -107
- waldur_api_client/api/marketplace_stats/marketplace_stats_organization_project_count_head.py +0 -107
- waldur_api_client/api/marketplace_stats/marketplace_stats_organization_resource_count_head.py +0 -107
- waldur_api_client/api/marketplace_stats/marketplace_stats_projects_limits_grouped_by_industry_flag_head.py +0 -76
- waldur_api_client/api/marketplace_stats/marketplace_stats_projects_limits_grouped_by_oecd_head.py +0 -76
- waldur_api_client/api/marketplace_stats/marketplace_stats_projects_usages_grouped_by_industry_flag_head.py +0 -76
- waldur_api_client/api/marketplace_stats/marketplace_stats_projects_usages_grouped_by_oecd_head.py +0 -76
- waldur_api_client/api/marketplace_stats/marketplace_stats_resources_limits_head.py +0 -107
- waldur_api_client/api/marketplace_stats/marketplace_stats_total_cost_of_active_resources_per_offering_head.py +0 -107
- waldur_api_client/api/notification_messages/notification_messages_head.py +0 -161
- waldur_api_client/api/notification_messages_templates/notification_messages_templates_head.py +0 -152
- waldur_api_client/api/openstack_backups/openstack_backups_head.py +0 -338
- waldur_api_client/api/openstack_flavors/openstack_flavors_head.py +0 -287
- waldur_api_client/api/openstack_flavors/openstack_flavors_usage_stats_head.py +0 -74
- waldur_api_client/api/openstack_floating_ips/openstack_floating_ips_head.py +0 -344
- waldur_api_client/api/openstack_images/openstack_images_head.py +0 -180
- waldur_api_client/api/openstack_images/openstack_images_usage_stats_head.py +0 -74
- waldur_api_client/api/openstack_instance_availability_zones/openstack_instance_availability_zones_head.py +0 -168
- waldur_api_client/api/openstack_instances/openstack_instances_head.py +0 -356
- waldur_api_client/api/openstack_marketplace_tenants/openstack_marketplace_tenants_head.py +0 -296
- waldur_api_client/api/openstack_migrations/openstack_migrations_head.py +0 -132
- waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_head.py +0 -164
- waldur_api_client/api/openstack_networks/openstack_networks_head.py +0 -353
- waldur_api_client/api/openstack_ports/openstack_ports_head.py +0 -245
- waldur_api_client/api/openstack_routers/openstack_routers_head.py +0 -147
- waldur_api_client/api/openstack_security_groups/openstack_security_groups_head.py +0 -326
- waldur_api_client/api/openstack_server_groups/openstack_server_groups_head.py +0 -317
- waldur_api_client/api/openstack_snapshots/openstack_snapshots_head.py +0 -368
- waldur_api_client/api/openstack_subnets/openstack_subnets_head.py +0 -374
- waldur_api_client/api/openstack_tenants/openstack_tenants_head.py +0 -296
- waldur_api_client/api/openstack_volume_availability_zones/openstack_volume_availability_zones_head.py +0 -168
- waldur_api_client/api/openstack_volume_types/openstack_volume_types_head.py +0 -180
- waldur_api_client/api/openstack_volume_types/openstack_volume_types_names_head.py +0 -76
- waldur_api_client/api/openstack_volumes/openstack_volumes_head.py +0 -389
- waldur_api_client/api/organization_groups/organization_groups_head.py +0 -147
- waldur_api_client/api/payment_profiles/payment_profiles_head.py +0 -172
- waldur_api_client/api/payments/payments_head.py +0 -142
- waldur_api_client/api/project_credits/project_credits_head.py +0 -176
- waldur_api_client/api/project_quotas/project_quotas_head.py +0 -107
- waldur_api_client/api/project_types/project_types_head.py +0 -125
- waldur_api_client/api/projects/projects_head.py +0 -274
- waldur_api_client/api/projects/projects_marketplace_checklists_list.py +0 -148
- waldur_api_client/api/promotions_campaigns/promotions_campaigns_head.py +0 -218
- waldur_api_client/api/proposal_proposals/proposal_proposals_head.py +0 -187
- waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_head.py +0 -214
- waldur_api_client/api/proposal_public_calls/proposal_public_calls_head.py +0 -214
- waldur_api_client/api/proposal_requested_offerings/proposal_requested_offerings_head.py +0 -208
- waldur_api_client/api/proposal_requested_resources/proposal_requested_resources_head.py +0 -201
- waldur_api_client/api/proposal_reviews/proposal_reviews_head.py +0 -208
- waldur_api_client/api/provider_invoice_items/provider_invoice_items_head.py +0 -179
- waldur_api_client/api/rancher_apps/rancher_apps_head.py +0 -332
- waldur_api_client/api/rancher_catalogs/rancher_catalogs_head.py +0 -107
- waldur_api_client/api/rancher_cluster_security_groups/rancher_cluster_security_groups_head.py +0 -138
- waldur_api_client/api/rancher_cluster_templates/rancher_cluster_templates_head.py +0 -107
- waldur_api_client/api/rancher_clusters/rancher_clusters_head.py +0 -296
- waldur_api_client/api/rancher_hpas/rancher_hpas_head.py +0 -195
- waldur_api_client/api/rancher_ingresses/rancher_ingresses_head.py +0 -332
- waldur_api_client/api/rancher_namespaces/rancher_namespaces_head.py +0 -188
- waldur_api_client/api/rancher_nodes/rancher_nodes_head.py +0 -120
- waldur_api_client/api/rancher_projects/rancher_projects_head.py +0 -159
- waldur_api_client/api/rancher_role_templates/rancher_role_templates_head.py +0 -155
- waldur_api_client/api/rancher_services/rancher_services_head.py +0 -332
- waldur_api_client/api/rancher_templates/rancher_templates_head.py +0 -200
- waldur_api_client/api/rancher_users/rancher_users_head.py +0 -171
- waldur_api_client/api/rancher_workloads/rancher_workloads_head.py +0 -200
- waldur_api_client/api/roles/roles_head.py +0 -134
- waldur_api_client/api/service_settings/service_settings_head.py +0 -203
- waldur_api_client/api/slurm_allocation_user_usage/slurm_allocation_user_usage_head.py +0 -168
- waldur_api_client/api/slurm_allocations/slurm_allocations_head.py +0 -305
- waldur_api_client/api/slurm_associations/slurm_associations_head.py +0 -129
- waldur_api_client/api/slurm_jobs/slurm_jobs_head.py +0 -107
- waldur_api_client/api/support_attachments/support_attachments_head.py +0 -129
- waldur_api_client/api/support_comments/support_comments_head.py +0 -191
- waldur_api_client/api/support_feedbacks/support_feedbacks_head.py +0 -202
- waldur_api_client/api/support_issues/support_issues_head.py +0 -314
- waldur_api_client/api/support_priorities/support_priorities_head.py +0 -125
- waldur_api_client/api/support_templates/support_templates_head.py +0 -107
- waldur_api_client/api/support_users/support_users_head.py +0 -134
- waldur_api_client/api/user_agreements/user_agreements_head.py +0 -121
- waldur_api_client/api/user_group_invitations/user_group_invitations_head.py +0 -176
- waldur_api_client/api/user_invitations/user_invitations_head.py +0 -202
- waldur_api_client/api/user_permission_requests/user_permission_requests_head.py +0 -178
- waldur_api_client/api/user_permissions/user_permissions_head.py +0 -267
- waldur_api_client/api/users/users_head.py +0 -348
- waldur_api_client/api/users/users_marketplace_checklist_stats_retrieve.py +0 -139
- waldur_api_client/api/users/users_me_head.py +0 -76
- waldur_api_client/api/vmware_clusters/vmware_clusters_head.py +0 -159
- waldur_api_client/api/vmware_datastores/vmware_datastores_head.py +0 -159
- waldur_api_client/api/vmware_disks/vmware_disks_head.py +0 -317
- waldur_api_client/api/vmware_folders/vmware_folders_head.py +0 -159
- waldur_api_client/api/vmware_networks/vmware_networks_head.py +0 -171
- waldur_api_client/api/vmware_ports/vmware_ports_head.py +0 -338
- waldur_api_client/api/vmware_templates/vmware_templates_head.py +0 -147
- waldur_api_client/api/vmware_virtual_machine/vmware_virtual_machine_head.py +0 -305
- waldur_api_client/models/admin_announcements_head_o_item.py +0 -17
- waldur_api_client/models/admin_announcements_head_type_item.py +0 -10
- waldur_api_client/models/answer_list.py +0 -71
- waldur_api_client/models/answer_submit.py +0 -68
- waldur_api_client/models/aws_instances_head_state_item.py +0 -15
- waldur_api_client/models/azure_public_ips_head_state_item.py +0 -15
- waldur_api_client/models/azure_sql_databases_head_state_item.py +0 -15
- waldur_api_client/models/azure_sql_servers_head_state_item.py +0 -15
- waldur_api_client/models/azure_virtualmachines_head_state_item.py +0 -15
- waldur_api_client/models/backend_resource_requests_head_o_item.py +0 -9
- waldur_api_client/models/backend_resource_requests_head_state_item.py +0 -11
- waldur_api_client/models/backend_resources_head_o_item.py +0 -9
- waldur_api_client/models/booking_resources_head_o_item.py +0 -15
- waldur_api_client/models/booking_resources_head_state_item.py +0 -13
- waldur_api_client/models/broadcast_messages_head_o_item.py +0 -13
- waldur_api_client/models/broadcast_messages_head_state.py +0 -10
- waldur_api_client/models/call_managing_organisations_head_o_item.py +0 -9
- waldur_api_client/models/checklist_admin.py +0 -127
- waldur_api_client/models/checklist_customer_stats.py +0 -92
- waldur_api_client/models/create_checklist.py +0 -131
- waldur_api_client/models/create_checklist_request.py +0 -90
- waldur_api_client/models/customer_checklist_stat.py +0 -75
- waldur_api_client/models/customer_credits_head_o_item.py +0 -15
- waldur_api_client/models/customer_permissions_reviews_head_o_item.py +0 -11
- waldur_api_client/models/digitalocean_droplets_head_state_item.py +0 -15
- waldur_api_client/models/digitalocean_images_head_o_item.py +0 -11
- waldur_api_client/models/email_logs_head_o_item.py +0 -11
- waldur_api_client/models/event_subscriptions_head_o_item.py +0 -9
- waldur_api_client/models/events_head_o_item.py +0 -9
- waldur_api_client/models/hooks_web_head_content_type.py +0 -9
- waldur_api_client/models/invoices_head_o_item.py +0 -13
- waldur_api_client/models/invoices_head_state_item.py +0 -11
- waldur_api_client/models/keycloak_user_group_memberships_head_state_item.py +0 -9
- waldur_api_client/models/keys_head_o_item.py +0 -9
- waldur_api_client/models/marketplace_categories_head_customers_offerings_state_item.py +0 -11
- waldur_api_client/models/marketplace_component_usages_head_o_item.py +0 -11
- waldur_api_client/models/marketplace_component_user_usages_head_o_item.py +0 -13
- waldur_api_client/models/marketplace_integration_statuses_head_o_item.py +0 -9
- waldur_api_client/models/marketplace_integration_statuses_head_status_item.py +0 -10
- waldur_api_client/models/marketplace_offering_files_head_o_item.py +0 -11
- waldur_api_client/models/marketplace_offering_permissions_head_o_item.py +0 -21
- waldur_api_client/models/marketplace_offering_permissions_log_head_o_item.py +0 -21
- waldur_api_client/models/marketplace_offering_referrals_head_o_item.py +0 -13
- waldur_api_client/models/marketplace_offering_users_head_o_item.py +0 -13
- waldur_api_client/models/marketplace_offering_users_head_state_item.py +0 -16
- waldur_api_client/models/marketplace_orders_head_o_item.py +0 -15
- waldur_api_client/models/marketplace_orders_head_state_item.py +0 -15
- waldur_api_client/models/marketplace_orders_head_type_item.py +0 -10
- waldur_api_client/models/marketplace_project_update_requests_head_state_item.py +0 -12
- waldur_api_client/models/marketplace_provider_offerings_groups_head_o_item.py +0 -21
- waldur_api_client/models/marketplace_provider_offerings_groups_head_state_item.py +0 -11
- waldur_api_client/models/marketplace_provider_offerings_head_o_item.py +0 -21
- waldur_api_client/models/marketplace_provider_offerings_head_state_item.py +0 -11
- waldur_api_client/models/marketplace_provider_resources_head_o_item.py +0 -15
- waldur_api_client/models/marketplace_provider_resources_head_state_item.py +0 -13
- waldur_api_client/models/marketplace_public_offerings_head_o_item.py +0 -21
- waldur_api_client/models/marketplace_public_offerings_head_state_item.py +0 -11
- waldur_api_client/models/marketplace_resources_head_o_item.py +0 -15
- waldur_api_client/models/marketplace_resources_head_state_item.py +0 -13
- waldur_api_client/models/marketplace_robot_accounts_head_state.py +0 -13
- waldur_api_client/models/marketplace_screenshots_head_o_item.py +0 -11
- waldur_api_client/models/marketplace_service_providers_head_o_item.py +0 -9
- waldur_api_client/models/openstack_backups_head_state_item.py +0 -15
- waldur_api_client/models/openstack_flavors_head_o_item.py +0 -13
- waldur_api_client/models/openstack_floating_ips_head_state_item.py +0 -15
- waldur_api_client/models/openstack_instances_head_state_item.py +0 -15
- waldur_api_client/models/openstack_marketplace_tenants_head_state_item.py +0 -15
- waldur_api_client/models/openstack_network_rbac_policies_head_policy_type.py +0 -9
- waldur_api_client/models/openstack_networks_head_state_item.py +0 -15
- waldur_api_client/models/openstack_ports_head_o_item.py +0 -9
- waldur_api_client/models/openstack_security_groups_head_state_item.py +0 -15
- waldur_api_client/models/openstack_server_groups_head_state_item.py +0 -15
- waldur_api_client/models/openstack_snapshots_head_state_item.py +0 -15
- waldur_api_client/models/openstack_subnets_head_state_item.py +0 -15
- waldur_api_client/models/openstack_tenants_head_state_item.py +0 -15
- waldur_api_client/models/openstack_volumes_head_state_item.py +0 -15
- waldur_api_client/models/operator_enum.py +0 -12
- waldur_api_client/models/patched_create_checklist_request.py +0 -96
- waldur_api_client/models/payment_profiles_head_o_item.py +0 -13
- waldur_api_client/models/payment_profiles_head_payment_type_item.py +0 -10
- waldur_api_client/models/project_credits_head_o_item.py +0 -15
- waldur_api_client/models/project_stats_item.py +0 -100
- waldur_api_client/models/projects_head_o_item.py +0 -23
- waldur_api_client/models/promotions_campaigns_head_o_item.py +0 -11
- waldur_api_client/models/promotions_campaigns_head_state_item.py +0 -10
- waldur_api_client/models/proposal_proposals_head_o_item.py +0 -17
- waldur_api_client/models/proposal_proposals_head_state_item.py +0 -13
- waldur_api_client/models/proposal_protected_calls_head_o_item.py +0 -13
- waldur_api_client/models/proposal_protected_calls_head_state_item.py +0 -10
- waldur_api_client/models/proposal_public_calls_head_o_item.py +0 -13
- waldur_api_client/models/proposal_public_calls_head_state_item.py +0 -10
- waldur_api_client/models/proposal_requested_offerings_head_o_item.py +0 -15
- waldur_api_client/models/proposal_requested_offerings_head_state_item.py +0 -10
- waldur_api_client/models/proposal_requested_resources_head_o_item.py +0 -15
- waldur_api_client/models/proposal_reviews_head_o_item.py +0 -11
- waldur_api_client/models/proposal_reviews_head_state_item.py +0 -11
- waldur_api_client/models/provider_invoice_items_head_o_item.py +0 -15
- waldur_api_client/models/question.py +0 -141
- waldur_api_client/models/question_options.py +0 -79
- waldur_api_client/models/rancher_apps_head_state_item.py +0 -15
- waldur_api_client/models/rancher_clusters_head_state_item.py +0 -15
- waldur_api_client/models/rancher_ingresses_head_state_item.py +0 -15
- waldur_api_client/models/rancher_namespaces_head_o_item.py +0 -13
- waldur_api_client/models/rancher_role_templates_head_o_item.py +0 -11
- waldur_api_client/models/rancher_services_head_state_item.py +0 -15
- waldur_api_client/models/rancher_templates_head_o_item.py +0 -11
- waldur_api_client/models/rancher_workloads_head_o_item.py +0 -15
- waldur_api_client/models/service_settings_head_state_item.py +0 -15
- waldur_api_client/models/slurm_allocations_head_state_item.py +0 -15
- waldur_api_client/models/support_comments_head_o_item.py +0 -11
- waldur_api_client/models/support_issues_head_o_item.py +0 -35
- waldur_api_client/models/user_agreements_head_agreement_type.py +0 -9
- waldur_api_client/models/user_group_invitations_head_o_item.py +0 -9
- waldur_api_client/models/user_invitations_head_o_item.py +0 -15
- waldur_api_client/models/user_invitations_head_state_item.py +0 -14
- waldur_api_client/models/user_permission_requests_head_o_item.py +0 -11
- waldur_api_client/models/user_permission_requests_head_state_item.py +0 -12
- waldur_api_client/models/user_permissions_head_o_item.py +0 -21
- waldur_api_client/models/user_stats.py +0 -59
- waldur_api_client/models/users_head_o_item.py +0 -31
- waldur_api_client/models/vmware_disks_head_state_item.py +0 -15
- waldur_api_client/models/vmware_ports_head_state_item.py +0 -15
- waldur_api_client/models/vmware_virtual_machine_head_state_item.py +0 -15
- waldur_api_client-7.7.4.dist-info/METADATA +0 -147
- waldur_api_client-7.7.4.dist-info/RECORD +0 -3058
- /waldur_api_client/api/{marketplace_checklists → checklists_admin}/__init__.py +0 -0
- /waldur_api_client/api/{marketplace_checklists_admin → checklists_admin_categories}/__init__.py +0 -0
- /waldur_api_client/api/{marketplace_checklists_admin_question_dependencies → checklists_admin_question_dependencies}/__init__.py +0 -0
- /waldur_api_client/api/{marketplace_checklists_admin_question_options → checklists_admin_question_options}/__init__.py +0 -0
- /waldur_api_client/api/{marketplace_checklists_admin_questions → checklists_admin_questions}/__init__.py +0 -0
- /waldur_api_client/api/{marketplace_checklists_categories → external_links}/__init__.py +0 -0
- /waldur_api_client/api/{marketplace_maintenance_announcement_offerings → maintenance_announcement_offerings}/__init__.py +0 -0
- /waldur_api_client/api/{marketplace_maintenance_announcement_template_offerings → maintenance_announcement_template_offerings}/__init__.py +0 -0
- /waldur_api_client/api/{marketplace_maintenance_announcements → maintenance_announcements}/__init__.py +0 -0
- /waldur_api_client/api/{marketplace_maintenance_announcements_template → maintenance_announcements_template}/__init__.py +0 -0
- {waldur_api_client-7.7.4.dist-info → waldur_api_client-7.7.5.dist-info}/LICENSE +0 -0
- {waldur_api_client-7.7.4.dist-info → waldur_api_client-7.7.5.dist-info}/WHEEL +0 -0
|
@@ -1,147 +0,0 @@
|
|
|
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 UNSET, Response, Unset
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
def _get_kwargs(
|
|
13
|
-
*,
|
|
14
|
-
customer: Union[Unset, str] = UNSET,
|
|
15
|
-
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
16
|
-
email: Union[Unset, str] = UNSET,
|
|
17
|
-
page: Union[Unset, int] = UNSET,
|
|
18
|
-
page_size: Union[Unset, int] = UNSET,
|
|
19
|
-
username: Union[Unset, str] = UNSET,
|
|
20
|
-
) -> dict[str, Any]:
|
|
21
|
-
params: dict[str, Any] = {}
|
|
22
|
-
|
|
23
|
-
params["customer"] = customer
|
|
24
|
-
|
|
25
|
-
json_customer_uuid: Union[Unset, str] = UNSET
|
|
26
|
-
if not isinstance(customer_uuid, Unset):
|
|
27
|
-
json_customer_uuid = str(customer_uuid)
|
|
28
|
-
params["customer_uuid"] = json_customer_uuid
|
|
29
|
-
|
|
30
|
-
params["email"] = email
|
|
31
|
-
|
|
32
|
-
params["page"] = page
|
|
33
|
-
|
|
34
|
-
params["page_size"] = page_size
|
|
35
|
-
|
|
36
|
-
params["username"] = username
|
|
37
|
-
|
|
38
|
-
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
|
39
|
-
|
|
40
|
-
_kwargs: dict[str, Any] = {
|
|
41
|
-
"method": "head",
|
|
42
|
-
"url": "/api/marketplace-customer-service-accounts/",
|
|
43
|
-
"params": params,
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
return _kwargs
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
def _parse_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> Any:
|
|
50
|
-
if response.status_code == 200:
|
|
51
|
-
return None
|
|
52
|
-
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
def _build_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> Response[Any]:
|
|
56
|
-
return Response(
|
|
57
|
-
status_code=HTTPStatus(response.status_code),
|
|
58
|
-
content=response.content,
|
|
59
|
-
headers=response.headers,
|
|
60
|
-
parsed=_parse_response(client=client, response=response),
|
|
61
|
-
)
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
def sync_detailed(
|
|
65
|
-
*,
|
|
66
|
-
client: AuthenticatedClient,
|
|
67
|
-
customer: Union[Unset, str] = UNSET,
|
|
68
|
-
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
69
|
-
email: Union[Unset, str] = UNSET,
|
|
70
|
-
page: Union[Unset, int] = UNSET,
|
|
71
|
-
page_size: Union[Unset, int] = UNSET,
|
|
72
|
-
username: Union[Unset, str] = UNSET,
|
|
73
|
-
) -> Response[Any]:
|
|
74
|
-
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
75
|
-
|
|
76
|
-
Args:
|
|
77
|
-
customer (Union[Unset, str]):
|
|
78
|
-
customer_uuid (Union[Unset, UUID]):
|
|
79
|
-
email (Union[Unset, str]):
|
|
80
|
-
page (Union[Unset, int]):
|
|
81
|
-
page_size (Union[Unset, int]):
|
|
82
|
-
username (Union[Unset, str]):
|
|
83
|
-
|
|
84
|
-
Raises:
|
|
85
|
-
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
86
|
-
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
87
|
-
|
|
88
|
-
Returns:
|
|
89
|
-
Response[Any]
|
|
90
|
-
"""
|
|
91
|
-
|
|
92
|
-
kwargs = _get_kwargs(
|
|
93
|
-
customer=customer,
|
|
94
|
-
customer_uuid=customer_uuid,
|
|
95
|
-
email=email,
|
|
96
|
-
page=page,
|
|
97
|
-
page_size=page_size,
|
|
98
|
-
username=username,
|
|
99
|
-
)
|
|
100
|
-
|
|
101
|
-
response = client.get_httpx_client().request(
|
|
102
|
-
**kwargs,
|
|
103
|
-
)
|
|
104
|
-
|
|
105
|
-
return _build_response(client=client, response=response)
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
async def asyncio_detailed(
|
|
109
|
-
*,
|
|
110
|
-
client: AuthenticatedClient,
|
|
111
|
-
customer: Union[Unset, str] = UNSET,
|
|
112
|
-
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
113
|
-
email: Union[Unset, str] = UNSET,
|
|
114
|
-
page: Union[Unset, int] = UNSET,
|
|
115
|
-
page_size: Union[Unset, int] = UNSET,
|
|
116
|
-
username: Union[Unset, str] = UNSET,
|
|
117
|
-
) -> Response[Any]:
|
|
118
|
-
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
119
|
-
|
|
120
|
-
Args:
|
|
121
|
-
customer (Union[Unset, str]):
|
|
122
|
-
customer_uuid (Union[Unset, UUID]):
|
|
123
|
-
email (Union[Unset, str]):
|
|
124
|
-
page (Union[Unset, int]):
|
|
125
|
-
page_size (Union[Unset, int]):
|
|
126
|
-
username (Union[Unset, str]):
|
|
127
|
-
|
|
128
|
-
Raises:
|
|
129
|
-
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
130
|
-
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
131
|
-
|
|
132
|
-
Returns:
|
|
133
|
-
Response[Any]
|
|
134
|
-
"""
|
|
135
|
-
|
|
136
|
-
kwargs = _get_kwargs(
|
|
137
|
-
customer=customer,
|
|
138
|
-
customer_uuid=customer_uuid,
|
|
139
|
-
email=email,
|
|
140
|
-
page=page,
|
|
141
|
-
page_size=page_size,
|
|
142
|
-
username=username,
|
|
143
|
-
)
|
|
144
|
-
|
|
145
|
-
response = await client.get_async_httpx_client().request(**kwargs)
|
|
146
|
-
|
|
147
|
-
return _build_response(client=client, response=response)
|
waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_head.py
DELETED
|
@@ -1,193 +0,0 @@
|
|
|
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 ...models.marketplace_integration_statuses_head_o_item import MarketplaceIntegrationStatusesHeadOItem
|
|
10
|
-
from ...models.marketplace_integration_statuses_head_status_item import MarketplaceIntegrationStatusesHeadStatusItem
|
|
11
|
-
from ...types import UNSET, Response, Unset
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
def _get_kwargs(
|
|
15
|
-
*,
|
|
16
|
-
agent_type: Union[Unset, str] = UNSET,
|
|
17
|
-
customer_uuid: Union[Unset, str] = UNSET,
|
|
18
|
-
o: Union[Unset, list[MarketplaceIntegrationStatusesHeadOItem]] = UNSET,
|
|
19
|
-
offering: Union[Unset, str] = UNSET,
|
|
20
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
21
|
-
page: Union[Unset, int] = UNSET,
|
|
22
|
-
page_size: Union[Unset, int] = UNSET,
|
|
23
|
-
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
24
|
-
status: Union[Unset, list[MarketplaceIntegrationStatusesHeadStatusItem]] = UNSET,
|
|
25
|
-
) -> dict[str, Any]:
|
|
26
|
-
params: dict[str, Any] = {}
|
|
27
|
-
|
|
28
|
-
params["agent_type"] = agent_type
|
|
29
|
-
|
|
30
|
-
params["customer_uuid"] = customer_uuid
|
|
31
|
-
|
|
32
|
-
json_o: Union[Unset, list[str]] = UNSET
|
|
33
|
-
if not isinstance(o, Unset):
|
|
34
|
-
json_o = []
|
|
35
|
-
for o_item_data in o:
|
|
36
|
-
o_item = o_item_data.value
|
|
37
|
-
json_o.append(o_item)
|
|
38
|
-
|
|
39
|
-
params["o"] = json_o
|
|
40
|
-
|
|
41
|
-
params["offering"] = offering
|
|
42
|
-
|
|
43
|
-
json_offering_uuid: Union[Unset, str] = UNSET
|
|
44
|
-
if not isinstance(offering_uuid, Unset):
|
|
45
|
-
json_offering_uuid = str(offering_uuid)
|
|
46
|
-
params["offering_uuid"] = json_offering_uuid
|
|
47
|
-
|
|
48
|
-
params["page"] = page
|
|
49
|
-
|
|
50
|
-
params["page_size"] = page_size
|
|
51
|
-
|
|
52
|
-
json_parent_offering_uuid: Union[Unset, str] = UNSET
|
|
53
|
-
if not isinstance(parent_offering_uuid, Unset):
|
|
54
|
-
json_parent_offering_uuid = str(parent_offering_uuid)
|
|
55
|
-
params["parent_offering_uuid"] = json_parent_offering_uuid
|
|
56
|
-
|
|
57
|
-
json_status: Union[Unset, list[str]] = UNSET
|
|
58
|
-
if not isinstance(status, Unset):
|
|
59
|
-
json_status = []
|
|
60
|
-
for status_item_data in status:
|
|
61
|
-
status_item = status_item_data.value
|
|
62
|
-
json_status.append(status_item)
|
|
63
|
-
|
|
64
|
-
params["status"] = json_status
|
|
65
|
-
|
|
66
|
-
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
|
67
|
-
|
|
68
|
-
_kwargs: dict[str, Any] = {
|
|
69
|
-
"method": "head",
|
|
70
|
-
"url": "/api/marketplace-integration-statuses/",
|
|
71
|
-
"params": params,
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
return _kwargs
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
def _parse_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> Any:
|
|
78
|
-
if response.status_code == 200:
|
|
79
|
-
return None
|
|
80
|
-
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
def _build_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> Response[Any]:
|
|
84
|
-
return Response(
|
|
85
|
-
status_code=HTTPStatus(response.status_code),
|
|
86
|
-
content=response.content,
|
|
87
|
-
headers=response.headers,
|
|
88
|
-
parsed=_parse_response(client=client, response=response),
|
|
89
|
-
)
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
def sync_detailed(
|
|
93
|
-
*,
|
|
94
|
-
client: AuthenticatedClient,
|
|
95
|
-
agent_type: Union[Unset, str] = UNSET,
|
|
96
|
-
customer_uuid: Union[Unset, str] = UNSET,
|
|
97
|
-
o: Union[Unset, list[MarketplaceIntegrationStatusesHeadOItem]] = UNSET,
|
|
98
|
-
offering: Union[Unset, str] = UNSET,
|
|
99
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
100
|
-
page: Union[Unset, int] = UNSET,
|
|
101
|
-
page_size: Union[Unset, int] = UNSET,
|
|
102
|
-
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
103
|
-
status: Union[Unset, list[MarketplaceIntegrationStatusesHeadStatusItem]] = UNSET,
|
|
104
|
-
) -> Response[Any]:
|
|
105
|
-
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
106
|
-
|
|
107
|
-
Args:
|
|
108
|
-
agent_type (Union[Unset, str]):
|
|
109
|
-
customer_uuid (Union[Unset, str]):
|
|
110
|
-
o (Union[Unset, list[MarketplaceIntegrationStatusesHeadOItem]]):
|
|
111
|
-
offering (Union[Unset, str]):
|
|
112
|
-
offering_uuid (Union[Unset, UUID]):
|
|
113
|
-
page (Union[Unset, int]):
|
|
114
|
-
page_size (Union[Unset, int]):
|
|
115
|
-
parent_offering_uuid (Union[Unset, UUID]):
|
|
116
|
-
status (Union[Unset, list[MarketplaceIntegrationStatusesHeadStatusItem]]):
|
|
117
|
-
|
|
118
|
-
Raises:
|
|
119
|
-
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
120
|
-
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
121
|
-
|
|
122
|
-
Returns:
|
|
123
|
-
Response[Any]
|
|
124
|
-
"""
|
|
125
|
-
|
|
126
|
-
kwargs = _get_kwargs(
|
|
127
|
-
agent_type=agent_type,
|
|
128
|
-
customer_uuid=customer_uuid,
|
|
129
|
-
o=o,
|
|
130
|
-
offering=offering,
|
|
131
|
-
offering_uuid=offering_uuid,
|
|
132
|
-
page=page,
|
|
133
|
-
page_size=page_size,
|
|
134
|
-
parent_offering_uuid=parent_offering_uuid,
|
|
135
|
-
status=status,
|
|
136
|
-
)
|
|
137
|
-
|
|
138
|
-
response = client.get_httpx_client().request(
|
|
139
|
-
**kwargs,
|
|
140
|
-
)
|
|
141
|
-
|
|
142
|
-
return _build_response(client=client, response=response)
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
async def asyncio_detailed(
|
|
146
|
-
*,
|
|
147
|
-
client: AuthenticatedClient,
|
|
148
|
-
agent_type: Union[Unset, str] = UNSET,
|
|
149
|
-
customer_uuid: Union[Unset, str] = UNSET,
|
|
150
|
-
o: Union[Unset, list[MarketplaceIntegrationStatusesHeadOItem]] = UNSET,
|
|
151
|
-
offering: Union[Unset, str] = UNSET,
|
|
152
|
-
offering_uuid: Union[Unset, UUID] = UNSET,
|
|
153
|
-
page: Union[Unset, int] = UNSET,
|
|
154
|
-
page_size: Union[Unset, int] = UNSET,
|
|
155
|
-
parent_offering_uuid: Union[Unset, UUID] = UNSET,
|
|
156
|
-
status: Union[Unset, list[MarketplaceIntegrationStatusesHeadStatusItem]] = UNSET,
|
|
157
|
-
) -> Response[Any]:
|
|
158
|
-
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
159
|
-
|
|
160
|
-
Args:
|
|
161
|
-
agent_type (Union[Unset, str]):
|
|
162
|
-
customer_uuid (Union[Unset, str]):
|
|
163
|
-
o (Union[Unset, list[MarketplaceIntegrationStatusesHeadOItem]]):
|
|
164
|
-
offering (Union[Unset, str]):
|
|
165
|
-
offering_uuid (Union[Unset, UUID]):
|
|
166
|
-
page (Union[Unset, int]):
|
|
167
|
-
page_size (Union[Unset, int]):
|
|
168
|
-
parent_offering_uuid (Union[Unset, UUID]):
|
|
169
|
-
status (Union[Unset, list[MarketplaceIntegrationStatusesHeadStatusItem]]):
|
|
170
|
-
|
|
171
|
-
Raises:
|
|
172
|
-
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
173
|
-
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
174
|
-
|
|
175
|
-
Returns:
|
|
176
|
-
Response[Any]
|
|
177
|
-
"""
|
|
178
|
-
|
|
179
|
-
kwargs = _get_kwargs(
|
|
180
|
-
agent_type=agent_type,
|
|
181
|
-
customer_uuid=customer_uuid,
|
|
182
|
-
o=o,
|
|
183
|
-
offering=offering,
|
|
184
|
-
offering_uuid=offering_uuid,
|
|
185
|
-
page=page,
|
|
186
|
-
page_size=page_size,
|
|
187
|
-
parent_offering_uuid=parent_offering_uuid,
|
|
188
|
-
status=status,
|
|
189
|
-
)
|
|
190
|
-
|
|
191
|
-
response = await client.get_async_httpx_client().request(**kwargs)
|
|
192
|
-
|
|
193
|
-
return _build_response(client=client, response=response)
|
|
@@ -1,152 +0,0 @@
|
|
|
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.maintenance_announcement_offering import MaintenanceAnnouncementOffering
|
|
9
|
-
from ...models.maintenance_announcement_offering_request import MaintenanceAnnouncementOfferingRequest
|
|
10
|
-
from ...types import Response
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
def _get_kwargs(
|
|
14
|
-
*,
|
|
15
|
-
body: MaintenanceAnnouncementOfferingRequest,
|
|
16
|
-
) -> dict[str, Any]:
|
|
17
|
-
headers: dict[str, Any] = {}
|
|
18
|
-
|
|
19
|
-
_kwargs: dict[str, Any] = {
|
|
20
|
-
"method": "post",
|
|
21
|
-
"url": "/api/marketplace-maintenance-announcement-offerings/",
|
|
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(
|
|
33
|
-
*, client: Union[AuthenticatedClient, Client], response: httpx.Response
|
|
34
|
-
) -> MaintenanceAnnouncementOffering:
|
|
35
|
-
if response.status_code == 201:
|
|
36
|
-
response_201 = MaintenanceAnnouncementOffering.from_dict(response.json())
|
|
37
|
-
|
|
38
|
-
return response_201
|
|
39
|
-
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
def _build_response(
|
|
43
|
-
*, client: Union[AuthenticatedClient, Client], response: httpx.Response
|
|
44
|
-
) -> Response[MaintenanceAnnouncementOffering]:
|
|
45
|
-
return Response(
|
|
46
|
-
status_code=HTTPStatus(response.status_code),
|
|
47
|
-
content=response.content,
|
|
48
|
-
headers=response.headers,
|
|
49
|
-
parsed=_parse_response(client=client, response=response),
|
|
50
|
-
)
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
def sync_detailed(
|
|
54
|
-
*,
|
|
55
|
-
client: AuthenticatedClient,
|
|
56
|
-
body: MaintenanceAnnouncementOfferingRequest,
|
|
57
|
-
) -> Response[MaintenanceAnnouncementOffering]:
|
|
58
|
-
"""
|
|
59
|
-
Args:
|
|
60
|
-
body (MaintenanceAnnouncementOfferingRequest):
|
|
61
|
-
|
|
62
|
-
Raises:
|
|
63
|
-
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
64
|
-
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
65
|
-
|
|
66
|
-
Returns:
|
|
67
|
-
Response[MaintenanceAnnouncementOffering]
|
|
68
|
-
"""
|
|
69
|
-
|
|
70
|
-
kwargs = _get_kwargs(
|
|
71
|
-
body=body,
|
|
72
|
-
)
|
|
73
|
-
|
|
74
|
-
response = client.get_httpx_client().request(
|
|
75
|
-
**kwargs,
|
|
76
|
-
)
|
|
77
|
-
|
|
78
|
-
return _build_response(client=client, response=response)
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
def sync(
|
|
82
|
-
*,
|
|
83
|
-
client: AuthenticatedClient,
|
|
84
|
-
body: MaintenanceAnnouncementOfferingRequest,
|
|
85
|
-
) -> MaintenanceAnnouncementOffering:
|
|
86
|
-
"""
|
|
87
|
-
Args:
|
|
88
|
-
body (MaintenanceAnnouncementOfferingRequest):
|
|
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
|
-
MaintenanceAnnouncementOffering
|
|
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: MaintenanceAnnouncementOfferingRequest,
|
|
108
|
-
) -> Response[MaintenanceAnnouncementOffering]:
|
|
109
|
-
"""
|
|
110
|
-
Args:
|
|
111
|
-
body (MaintenanceAnnouncementOfferingRequest):
|
|
112
|
-
|
|
113
|
-
Raises:
|
|
114
|
-
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
115
|
-
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
116
|
-
|
|
117
|
-
Returns:
|
|
118
|
-
Response[MaintenanceAnnouncementOffering]
|
|
119
|
-
"""
|
|
120
|
-
|
|
121
|
-
kwargs = _get_kwargs(
|
|
122
|
-
body=body,
|
|
123
|
-
)
|
|
124
|
-
|
|
125
|
-
response = await client.get_async_httpx_client().request(**kwargs)
|
|
126
|
-
|
|
127
|
-
return _build_response(client=client, response=response)
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
async def asyncio(
|
|
131
|
-
*,
|
|
132
|
-
client: AuthenticatedClient,
|
|
133
|
-
body: MaintenanceAnnouncementOfferingRequest,
|
|
134
|
-
) -> MaintenanceAnnouncementOffering:
|
|
135
|
-
"""
|
|
136
|
-
Args:
|
|
137
|
-
body (MaintenanceAnnouncementOfferingRequest):
|
|
138
|
-
|
|
139
|
-
Raises:
|
|
140
|
-
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
141
|
-
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
142
|
-
|
|
143
|
-
Returns:
|
|
144
|
-
MaintenanceAnnouncementOffering
|
|
145
|
-
"""
|
|
146
|
-
|
|
147
|
-
return (
|
|
148
|
-
await asyncio_detailed(
|
|
149
|
-
client=client,
|
|
150
|
-
body=body,
|
|
151
|
-
)
|
|
152
|
-
).parsed
|
|
@@ -1,89 +0,0 @@
|
|
|
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/marketplace-maintenance-announcement-offerings/{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
|
-
"""
|
|
44
|
-
Args:
|
|
45
|
-
uuid (UUID):
|
|
46
|
-
|
|
47
|
-
Raises:
|
|
48
|
-
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
49
|
-
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
50
|
-
|
|
51
|
-
Returns:
|
|
52
|
-
Response[Any]
|
|
53
|
-
"""
|
|
54
|
-
|
|
55
|
-
kwargs = _get_kwargs(
|
|
56
|
-
uuid=uuid,
|
|
57
|
-
)
|
|
58
|
-
|
|
59
|
-
response = client.get_httpx_client().request(
|
|
60
|
-
**kwargs,
|
|
61
|
-
)
|
|
62
|
-
|
|
63
|
-
return _build_response(client=client, response=response)
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
async def asyncio_detailed(
|
|
67
|
-
uuid: UUID,
|
|
68
|
-
*,
|
|
69
|
-
client: AuthenticatedClient,
|
|
70
|
-
) -> Response[Any]:
|
|
71
|
-
"""
|
|
72
|
-
Args:
|
|
73
|
-
uuid (UUID):
|
|
74
|
-
|
|
75
|
-
Raises:
|
|
76
|
-
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
77
|
-
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
78
|
-
|
|
79
|
-
Returns:
|
|
80
|
-
Response[Any]
|
|
81
|
-
"""
|
|
82
|
-
|
|
83
|
-
kwargs = _get_kwargs(
|
|
84
|
-
uuid=uuid,
|
|
85
|
-
)
|
|
86
|
-
|
|
87
|
-
response = await client.get_async_httpx_client().request(**kwargs)
|
|
88
|
-
|
|
89
|
-
return _build_response(client=client, response=response)
|
|
@@ -1,107 +0,0 @@
|
|
|
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 ...types import UNSET, Response, Unset
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
def _get_kwargs(
|
|
12
|
-
*,
|
|
13
|
-
page: Union[Unset, int] = UNSET,
|
|
14
|
-
page_size: Union[Unset, int] = UNSET,
|
|
15
|
-
) -> dict[str, Any]:
|
|
16
|
-
params: dict[str, Any] = {}
|
|
17
|
-
|
|
18
|
-
params["page"] = page
|
|
19
|
-
|
|
20
|
-
params["page_size"] = page_size
|
|
21
|
-
|
|
22
|
-
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
|
23
|
-
|
|
24
|
-
_kwargs: dict[str, Any] = {
|
|
25
|
-
"method": "head",
|
|
26
|
-
"url": "/api/marketplace-maintenance-announcement-offerings/",
|
|
27
|
-
"params": params,
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
return _kwargs
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
def _parse_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> Any:
|
|
34
|
-
if response.status_code == 200:
|
|
35
|
-
return None
|
|
36
|
-
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
def _build_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> Response[Any]:
|
|
40
|
-
return Response(
|
|
41
|
-
status_code=HTTPStatus(response.status_code),
|
|
42
|
-
content=response.content,
|
|
43
|
-
headers=response.headers,
|
|
44
|
-
parsed=_parse_response(client=client, response=response),
|
|
45
|
-
)
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
def sync_detailed(
|
|
49
|
-
*,
|
|
50
|
-
client: AuthenticatedClient,
|
|
51
|
-
page: Union[Unset, int] = UNSET,
|
|
52
|
-
page_size: Union[Unset, int] = UNSET,
|
|
53
|
-
) -> Response[Any]:
|
|
54
|
-
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
55
|
-
|
|
56
|
-
Args:
|
|
57
|
-
page (Union[Unset, int]):
|
|
58
|
-
page_size (Union[Unset, int]):
|
|
59
|
-
|
|
60
|
-
Raises:
|
|
61
|
-
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
62
|
-
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
63
|
-
|
|
64
|
-
Returns:
|
|
65
|
-
Response[Any]
|
|
66
|
-
"""
|
|
67
|
-
|
|
68
|
-
kwargs = _get_kwargs(
|
|
69
|
-
page=page,
|
|
70
|
-
page_size=page_size,
|
|
71
|
-
)
|
|
72
|
-
|
|
73
|
-
response = client.get_httpx_client().request(
|
|
74
|
-
**kwargs,
|
|
75
|
-
)
|
|
76
|
-
|
|
77
|
-
return _build_response(client=client, response=response)
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
async def asyncio_detailed(
|
|
81
|
-
*,
|
|
82
|
-
client: AuthenticatedClient,
|
|
83
|
-
page: Union[Unset, int] = UNSET,
|
|
84
|
-
page_size: Union[Unset, int] = UNSET,
|
|
85
|
-
) -> Response[Any]:
|
|
86
|
-
"""Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
87
|
-
|
|
88
|
-
Args:
|
|
89
|
-
page (Union[Unset, int]):
|
|
90
|
-
page_size (Union[Unset, int]):
|
|
91
|
-
|
|
92
|
-
Raises:
|
|
93
|
-
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
94
|
-
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
95
|
-
|
|
96
|
-
Returns:
|
|
97
|
-
Response[Any]
|
|
98
|
-
"""
|
|
99
|
-
|
|
100
|
-
kwargs = _get_kwargs(
|
|
101
|
-
page=page,
|
|
102
|
-
page_size=page_size,
|
|
103
|
-
)
|
|
104
|
-
|
|
105
|
-
response = await client.get_async_httpx_client().request(**kwargs)
|
|
106
|
-
|
|
107
|
-
return _build_response(client=client, response=response)
|