waldur-api-client 7.7.3__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/{marketplace_checklists_admin/marketplace_checklists_admin_list.py → auth_tokens/auth_tokens_count.py} +27 -28
- waldur_api_client/api/{marketplace_checklists/marketplace_checklists_questions_list.py → autoprovisioning_rules/autoprovisioning_rules_count.py} +27 -42
- 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/{marketplace_checklists_admin/marketplace_checklists_admin_checklist_questions.py → checklists_admin/checklists_admin_checklist_questions.py} +1 -1
- 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/{marketplace_checklists_admin/marketplace_checklists_admin_destroy.py → checklists_admin/checklists_admin_destroy.py} +1 -1
- waldur_api_client/api/{marketplace_checklists/marketplace_checklists_list.py → checklists_admin/checklists_admin_list.py} +1 -1
- waldur_api_client/api/checklists_admin/checklists_admin_partial_update.py +162 -0
- waldur_api_client/api/{marketplace_checklists/marketplace_checklists_retrieve.py → checklists_admin/checklists_admin_retrieve.py} +1 -1
- 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/{marketplace_checklists_admin/marketplace_checklists_admin_create.py → checklists_admin_categories/checklists_admin_categories_create.py} +23 -23
- waldur_api_client/api/{marketplace_maintenance_announcements/marketplace_maintenance_announcements_destroy.py → checklists_admin_categories/checklists_admin_categories_destroy.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_categories/marketplace_checklists_categories_list.py → checklists_admin_categories/checklists_admin_categories_list.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin/marketplace_checklists_admin_partial_update.py → checklists_admin_categories/checklists_admin_categories_partial_update.py} +23 -23
- waldur_api_client/api/{marketplace_checklists_categories/marketplace_checklists_categories_retrieve.py → checklists_admin_categories/checklists_admin_categories_retrieve.py} +11 -10
- waldur_api_client/api/{marketplace_checklists_admin/marketplace_checklists_admin_update.py → checklists_admin_categories/checklists_admin_categories_update.py} +23 -23
- waldur_api_client/api/checklists_admin_question_dependencies/checklists_admin_question_dependencies_count.py +209 -0
- waldur_api_client/api/{marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_create.py → checklists_admin_question_dependencies/checklists_admin_question_dependencies_create.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_destroy.py → checklists_admin_question_dependencies/checklists_admin_question_dependencies_destroy.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_list.py → checklists_admin_question_dependencies/checklists_admin_question_dependencies_list.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_partial_update.py → checklists_admin_question_dependencies/checklists_admin_question_dependencies_partial_update.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_retrieve.py → checklists_admin_question_dependencies/checklists_admin_question_dependencies_retrieve.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_update.py → checklists_admin_question_dependencies/checklists_admin_question_dependencies_update.py} +1 -1
- waldur_api_client/api/checklists_admin_question_options/checklists_admin_question_options_count.py +191 -0
- waldur_api_client/api/{marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_create.py → checklists_admin_question_options/checklists_admin_question_options_create.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_destroy.py → checklists_admin_question_options/checklists_admin_question_options_destroy.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_list.py → checklists_admin_question_options/checklists_admin_question_options_list.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_partial_update.py → checklists_admin_question_options/checklists_admin_question_options_partial_update.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_retrieve.py → checklists_admin_question_options/checklists_admin_question_options_retrieve.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_update.py → checklists_admin_question_options/checklists_admin_question_options_update.py} +1 -1
- waldur_api_client/api/{marketplace_checklists/marketplace_checklists_user_answers_list.py → checklists_admin_questions/checklists_admin_questions_count.py} +44 -52
- waldur_api_client/api/{marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_create.py → checklists_admin_questions/checklists_admin_questions_create.py} +1 -1
- waldur_api_client/api/checklists_admin_questions/checklists_admin_questions_destroy.py +89 -0
- waldur_api_client/api/{marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_list.py → checklists_admin_questions/checklists_admin_questions_list.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_partial_update.py → checklists_admin_questions/checklists_admin_questions_partial_update.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_retrieve.py → checklists_admin_questions/checklists_admin_questions_retrieve.py} +1 -1
- waldur_api_client/api/{marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_update.py → checklists_admin_questions/checklists_admin_questions_update.py} +1 -1
- 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/{customers/marketplace_checklists_customer_retrieve.py → events/events_count_count.py} +30 -49
- 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/{marketplace_checklists/marketplace_checklists_answers_list.py → external_links/external_links_list.py} +43 -26
- waldur_api_client/api/external_links/external_links_partial_update.py +162 -0
- waldur_api_client/api/{marketplace_checklists_admin/marketplace_checklists_admin_retrieve.py → external_links/external_links_retrieve.py} +13 -15
- 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/{customers/marketplace_checklists_customer_update.py → google_auth/google_auth_callback_count.py} +66 -62
- 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/{marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_create.py → maintenance_announcement_offerings/maintenance_announcement_offerings_create.py} +1 -1
- waldur_api_client/api/maintenance_announcement_offerings/maintenance_announcement_offerings_destroy.py +89 -0
- waldur_api_client/api/{marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_list.py → maintenance_announcement_offerings/maintenance_announcement_offerings_list.py} +1 -1
- waldur_api_client/api/{marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_partial_update.py → maintenance_announcement_offerings/maintenance_announcement_offerings_partial_update.py} +1 -1
- waldur_api_client/api/{marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_retrieve.py → maintenance_announcement_offerings/maintenance_announcement_offerings_retrieve.py} +1 -1
- waldur_api_client/api/{marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_update.py → maintenance_announcement_offerings/maintenance_announcement_offerings_update.py} +1 -1
- waldur_api_client/api/maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_count.py +267 -0
- waldur_api_client/api/{marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_create.py → maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_create.py} +1 -1
- waldur_api_client/api/maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_destroy.py +89 -0
- waldur_api_client/api/{marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_list.py → maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_list.py} +96 -1
- waldur_api_client/api/{marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_partial_update.py → maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_partial_update.py} +1 -1
- waldur_api_client/api/{marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_retrieve.py → maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_retrieve.py} +1 -1
- waldur_api_client/api/{marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_update.py → maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_update.py} +1 -1
- 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/{marketplace_maintenance_announcements/marketplace_maintenance_announcements_create.py → maintenance_announcements/maintenance_announcements_create.py} +1 -1
- 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/{marketplace_maintenance_announcements/marketplace_maintenance_announcements_partial_update.py → maintenance_announcements/maintenance_announcements_partial_update.py} +1 -1
- waldur_api_client/api/{marketplace_maintenance_announcements/marketplace_maintenance_announcements_retrieve.py → maintenance_announcements/maintenance_announcements_retrieve.py} +1 -1
- 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/{marketplace_maintenance_announcements/marketplace_maintenance_announcements_update.py → maintenance_announcements/maintenance_announcements_update.py} +1 -1
- waldur_api_client/api/maintenance_announcements_template/maintenance_announcements_template_count.py +229 -0
- waldur_api_client/api/{marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_create.py → maintenance_announcements_template/maintenance_announcements_template_create.py} +1 -1
- waldur_api_client/api/maintenance_announcements_template/maintenance_announcements_template_destroy.py +89 -0
- waldur_api_client/api/{marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_list.py → maintenance_announcements_template/maintenance_announcements_template_list.py} +58 -1
- waldur_api_client/api/{marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_partial_update.py → maintenance_announcements_template/maintenance_announcements_template_partial_update.py} +1 -1
- waldur_api_client/api/{marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_retrieve.py → maintenance_announcements_template/maintenance_announcements_template_retrieve.py} +1 -1
- waldur_api_client/api/{marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_update.py → maintenance_announcements_template/maintenance_announcements_template_update.py} +1 -1
- waldur_api_client/api/marketplace_categories/marketplace_categories_count.py +319 -0
- waldur_api_client/api/{marketplace_checklists_categories/marketplace_checklists_categories_checklists_list.py → marketplace_category_columns/marketplace_category_columns_count.py} +59 -39
- 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_begin_creating.py +89 -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_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_destroy.py → marketplace_offering_users/marketplace_offering_users_set_deleted.py} +7 -5
- 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_set_ok.py +89 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_set_validation_complete.py +0 -16
- 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/{marketplace_checklists/marketplace_checklists_answers_submit_create.py → organization_groups/organization_groups_count.py} +89 -82
- 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_marketplace_checklist_stats_retrieve.py → users_me_count.py} +30 -44
- 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 +310 -26
- 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_list.py → answer_submit_response.py} +23 -21
- 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 +24 -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/{answer_submit.py → call_compliance_overview_checklist_type_0.py} +6 -30
- waldur_api_client/models/{question_options.py → call_compliance_review_request.py} +18 -26
- 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/{create_checklist_request.py → checklist_category_request.py} +37 -24
- waldur_api_client/models/checklist_completion.py +118 -0
- waldur_api_client/models/checklist_completion_reviewer.py +203 -0
- waldur_api_client/models/{operator_enum.py → checklist_operators.py} +1 -1
- waldur_api_client/models/checklist_request.py +118 -0
- waldur_api_client/models/checklist_response.py +93 -0
- waldur_api_client/models/{customer_checklist_stat.py → checklist_response_checklist.py} +6 -37
- 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/{checklist_admin.py → external_link.py} +52 -46
- 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/{user_stats.py → maintenance_action_response.py} +11 -11
- 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 +2 -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 +2 -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 +19 -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_create_checklist_request.py → patched_checklist_request.py} +36 -16
- 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/permission.py +15 -4
- 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 +3 -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 +3 -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_public_calls_list_field_item.py +1 -0
- waldur_api_client/models/proposal_public_calls_retrieve_field_item.py +1 -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 +56 -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/public_call.py +16 -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.3.dist-info → waldur_api_client-7.7.5.dist-info}/METADATA +1 -1
- {waldur_api_client-7.7.3.dist-info → waldur_api_client-7.7.5.dist-info}/RECORD +510 -129
- waldur_api_client/api/customers/marketplace_checklists_customer_stats.py +0 -161
- waldur_api_client/api/marketplace_checklists/marketplace_checklists_stats_list.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_template_offerings/marketplace_maintenance_announcement_template_offerings_destroy.py +0 -89
- waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_list.py +0 -175
- waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_destroy.py +0 -89
- waldur_api_client/api/projects/projects_marketplace_checklists_list.py +0 -148
- waldur_api_client/models/checklist_customer_stats.py +0 -92
- waldur_api_client/models/create_checklist.py +0 -131
- waldur_api_client/models/project_stats_item.py +0 -100
- waldur_api_client/models/question.py +0 -141
- /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.3.dist-info → waldur_api_client-7.7.5.dist-info}/LICENSE +0 -0
- {waldur_api_client-7.7.3.dist-info → waldur_api_client-7.7.5.dist-info}/WHEEL +0 -0
|
@@ -0,0 +1,236 @@
|
|
|
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
|
+
description: Union[Unset, str] = UNSET,
|
|
17
|
+
inet: Union[Unset, str] = UNSET,
|
|
18
|
+
page: Union[Unset, int] = UNSET,
|
|
19
|
+
page_size: Union[Unset, int] = 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["description"] = description
|
|
31
|
+
|
|
32
|
+
params["inet"] = inet
|
|
33
|
+
|
|
34
|
+
params["page"] = page
|
|
35
|
+
|
|
36
|
+
params["page_size"] = page_size
|
|
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/access-subnets/",
|
|
43
|
+
"params": params,
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
return _kwargs
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
def _parse_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> int:
|
|
50
|
+
if response.status_code == HTTPStatus.OK:
|
|
51
|
+
try:
|
|
52
|
+
return int(response.headers["x-result-count"])
|
|
53
|
+
except KeyError:
|
|
54
|
+
raise errors.UnexpectedStatus(
|
|
55
|
+
response.status_code, b"Expected 'X-Result-Count' header for HEAD request, but it was not found."
|
|
56
|
+
)
|
|
57
|
+
except ValueError:
|
|
58
|
+
count_val = response.headers.get("x-result-count")
|
|
59
|
+
msg = f"Expected 'X-Result-Count' header to be an integer, but got '{count_val}'."
|
|
60
|
+
raise errors.UnexpectedStatus(response.status_code, msg.encode())
|
|
61
|
+
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
def _build_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> Response[int]:
|
|
65
|
+
return Response(
|
|
66
|
+
status_code=HTTPStatus(response.status_code),
|
|
67
|
+
content=response.content,
|
|
68
|
+
headers=response.headers,
|
|
69
|
+
parsed=_parse_response(client=client, response=response),
|
|
70
|
+
)
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
def sync_detailed(
|
|
74
|
+
*,
|
|
75
|
+
client: AuthenticatedClient,
|
|
76
|
+
customer: Union[Unset, str] = UNSET,
|
|
77
|
+
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
78
|
+
description: Union[Unset, str] = UNSET,
|
|
79
|
+
inet: Union[Unset, str] = UNSET,
|
|
80
|
+
page: Union[Unset, int] = UNSET,
|
|
81
|
+
page_size: Union[Unset, int] = UNSET,
|
|
82
|
+
) -> Response[int]:
|
|
83
|
+
"""Get number of items in the collection matching the request parameters.
|
|
84
|
+
|
|
85
|
+
Args:
|
|
86
|
+
customer (Union[Unset, str]):
|
|
87
|
+
customer_uuid (Union[Unset, UUID]):
|
|
88
|
+
description (Union[Unset, str]):
|
|
89
|
+
inet (Union[Unset, str]):
|
|
90
|
+
page (Union[Unset, int]):
|
|
91
|
+
page_size (Union[Unset, int]):
|
|
92
|
+
|
|
93
|
+
Raises:
|
|
94
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
95
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
96
|
+
|
|
97
|
+
Returns:
|
|
98
|
+
Response[int]
|
|
99
|
+
"""
|
|
100
|
+
|
|
101
|
+
kwargs = _get_kwargs(
|
|
102
|
+
customer=customer,
|
|
103
|
+
customer_uuid=customer_uuid,
|
|
104
|
+
description=description,
|
|
105
|
+
inet=inet,
|
|
106
|
+
page=page,
|
|
107
|
+
page_size=page_size,
|
|
108
|
+
)
|
|
109
|
+
|
|
110
|
+
response = client.get_httpx_client().request(
|
|
111
|
+
**kwargs,
|
|
112
|
+
)
|
|
113
|
+
|
|
114
|
+
return _build_response(client=client, response=response)
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
def sync(
|
|
118
|
+
*,
|
|
119
|
+
client: AuthenticatedClient,
|
|
120
|
+
customer: Union[Unset, str] = UNSET,
|
|
121
|
+
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
122
|
+
description: Union[Unset, str] = UNSET,
|
|
123
|
+
inet: Union[Unset, str] = UNSET,
|
|
124
|
+
page: Union[Unset, int] = UNSET,
|
|
125
|
+
page_size: Union[Unset, int] = UNSET,
|
|
126
|
+
) -> int:
|
|
127
|
+
"""Get number of items in the collection matching the request parameters.
|
|
128
|
+
|
|
129
|
+
Args:
|
|
130
|
+
customer (Union[Unset, str]):
|
|
131
|
+
customer_uuid (Union[Unset, UUID]):
|
|
132
|
+
description (Union[Unset, str]):
|
|
133
|
+
inet (Union[Unset, str]):
|
|
134
|
+
page (Union[Unset, int]):
|
|
135
|
+
page_size (Union[Unset, int]):
|
|
136
|
+
|
|
137
|
+
Raises:
|
|
138
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
139
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
140
|
+
|
|
141
|
+
Returns:
|
|
142
|
+
int
|
|
143
|
+
"""
|
|
144
|
+
|
|
145
|
+
return sync_detailed(
|
|
146
|
+
client=client,
|
|
147
|
+
customer=customer,
|
|
148
|
+
customer_uuid=customer_uuid,
|
|
149
|
+
description=description,
|
|
150
|
+
inet=inet,
|
|
151
|
+
page=page,
|
|
152
|
+
page_size=page_size,
|
|
153
|
+
).parsed
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
async def asyncio_detailed(
|
|
157
|
+
*,
|
|
158
|
+
client: AuthenticatedClient,
|
|
159
|
+
customer: Union[Unset, str] = UNSET,
|
|
160
|
+
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
161
|
+
description: Union[Unset, str] = UNSET,
|
|
162
|
+
inet: Union[Unset, str] = UNSET,
|
|
163
|
+
page: Union[Unset, int] = UNSET,
|
|
164
|
+
page_size: Union[Unset, int] = UNSET,
|
|
165
|
+
) -> Response[int]:
|
|
166
|
+
"""Get number of items in the collection matching the request parameters.
|
|
167
|
+
|
|
168
|
+
Args:
|
|
169
|
+
customer (Union[Unset, str]):
|
|
170
|
+
customer_uuid (Union[Unset, UUID]):
|
|
171
|
+
description (Union[Unset, str]):
|
|
172
|
+
inet (Union[Unset, str]):
|
|
173
|
+
page (Union[Unset, int]):
|
|
174
|
+
page_size (Union[Unset, int]):
|
|
175
|
+
|
|
176
|
+
Raises:
|
|
177
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
178
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
179
|
+
|
|
180
|
+
Returns:
|
|
181
|
+
Response[int]
|
|
182
|
+
"""
|
|
183
|
+
|
|
184
|
+
kwargs = _get_kwargs(
|
|
185
|
+
customer=customer,
|
|
186
|
+
customer_uuid=customer_uuid,
|
|
187
|
+
description=description,
|
|
188
|
+
inet=inet,
|
|
189
|
+
page=page,
|
|
190
|
+
page_size=page_size,
|
|
191
|
+
)
|
|
192
|
+
|
|
193
|
+
response = await client.get_async_httpx_client().request(**kwargs)
|
|
194
|
+
|
|
195
|
+
return _build_response(client=client, response=response)
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
async def asyncio(
|
|
199
|
+
*,
|
|
200
|
+
client: AuthenticatedClient,
|
|
201
|
+
customer: Union[Unset, str] = UNSET,
|
|
202
|
+
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
203
|
+
description: Union[Unset, str] = UNSET,
|
|
204
|
+
inet: Union[Unset, str] = UNSET,
|
|
205
|
+
page: Union[Unset, int] = UNSET,
|
|
206
|
+
page_size: Union[Unset, int] = UNSET,
|
|
207
|
+
) -> int:
|
|
208
|
+
"""Get number of items in the collection matching the request parameters.
|
|
209
|
+
|
|
210
|
+
Args:
|
|
211
|
+
customer (Union[Unset, str]):
|
|
212
|
+
customer_uuid (Union[Unset, UUID]):
|
|
213
|
+
description (Union[Unset, str]):
|
|
214
|
+
inet (Union[Unset, str]):
|
|
215
|
+
page (Union[Unset, int]):
|
|
216
|
+
page_size (Union[Unset, int]):
|
|
217
|
+
|
|
218
|
+
Raises:
|
|
219
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
220
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
221
|
+
|
|
222
|
+
Returns:
|
|
223
|
+
int
|
|
224
|
+
"""
|
|
225
|
+
|
|
226
|
+
return (
|
|
227
|
+
await asyncio_detailed(
|
|
228
|
+
client=client,
|
|
229
|
+
customer=customer,
|
|
230
|
+
customer_uuid=customer_uuid,
|
|
231
|
+
description=description,
|
|
232
|
+
inet=inet,
|
|
233
|
+
page=page,
|
|
234
|
+
page_size=page_size,
|
|
235
|
+
)
|
|
236
|
+
).parsed
|
|
@@ -0,0 +1,248 @@
|
|
|
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.admin_announcements_count_o_item import AdminAnnouncementsCountOItem
|
|
9
|
+
from ...models.admin_announcements_count_type_item import AdminAnnouncementsCountTypeItem
|
|
10
|
+
from ...types import UNSET, Response, Unset
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
def _get_kwargs(
|
|
14
|
+
*,
|
|
15
|
+
description: Union[Unset, str] = UNSET,
|
|
16
|
+
is_active: Union[Unset, bool] = UNSET,
|
|
17
|
+
o: Union[Unset, list[AdminAnnouncementsCountOItem]] = UNSET,
|
|
18
|
+
page: Union[Unset, int] = UNSET,
|
|
19
|
+
page_size: Union[Unset, int] = UNSET,
|
|
20
|
+
type_: Union[Unset, list[AdminAnnouncementsCountTypeItem]] = UNSET,
|
|
21
|
+
) -> dict[str, Any]:
|
|
22
|
+
params: dict[str, Any] = {}
|
|
23
|
+
|
|
24
|
+
params["description"] = description
|
|
25
|
+
|
|
26
|
+
params["is_active"] = is_active
|
|
27
|
+
|
|
28
|
+
json_o: Union[Unset, list[str]] = UNSET
|
|
29
|
+
if not isinstance(o, Unset):
|
|
30
|
+
json_o = []
|
|
31
|
+
for o_item_data in o:
|
|
32
|
+
o_item = o_item_data.value
|
|
33
|
+
json_o.append(o_item)
|
|
34
|
+
|
|
35
|
+
params["o"] = json_o
|
|
36
|
+
|
|
37
|
+
params["page"] = page
|
|
38
|
+
|
|
39
|
+
params["page_size"] = page_size
|
|
40
|
+
|
|
41
|
+
json_type_: Union[Unset, list[str]] = UNSET
|
|
42
|
+
if not isinstance(type_, Unset):
|
|
43
|
+
json_type_ = []
|
|
44
|
+
for type_item_data in type_:
|
|
45
|
+
type_item = type_item_data.value
|
|
46
|
+
json_type_.append(type_item)
|
|
47
|
+
|
|
48
|
+
params["type"] = json_type_
|
|
49
|
+
|
|
50
|
+
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
|
51
|
+
|
|
52
|
+
_kwargs: dict[str, Any] = {
|
|
53
|
+
"method": "head",
|
|
54
|
+
"url": "/api/admin-announcements/",
|
|
55
|
+
"params": params,
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
return _kwargs
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
def _parse_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> int:
|
|
62
|
+
if response.status_code == HTTPStatus.OK:
|
|
63
|
+
try:
|
|
64
|
+
return int(response.headers["x-result-count"])
|
|
65
|
+
except KeyError:
|
|
66
|
+
raise errors.UnexpectedStatus(
|
|
67
|
+
response.status_code, b"Expected 'X-Result-Count' header for HEAD request, but it was not found."
|
|
68
|
+
)
|
|
69
|
+
except ValueError:
|
|
70
|
+
count_val = response.headers.get("x-result-count")
|
|
71
|
+
msg = f"Expected 'X-Result-Count' header to be an integer, but got '{count_val}'."
|
|
72
|
+
raise errors.UnexpectedStatus(response.status_code, msg.encode())
|
|
73
|
+
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
def _build_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> Response[int]:
|
|
77
|
+
return Response(
|
|
78
|
+
status_code=HTTPStatus(response.status_code),
|
|
79
|
+
content=response.content,
|
|
80
|
+
headers=response.headers,
|
|
81
|
+
parsed=_parse_response(client=client, response=response),
|
|
82
|
+
)
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
def sync_detailed(
|
|
86
|
+
*,
|
|
87
|
+
client: AuthenticatedClient,
|
|
88
|
+
description: Union[Unset, str] = UNSET,
|
|
89
|
+
is_active: Union[Unset, bool] = UNSET,
|
|
90
|
+
o: Union[Unset, list[AdminAnnouncementsCountOItem]] = UNSET,
|
|
91
|
+
page: Union[Unset, int] = UNSET,
|
|
92
|
+
page_size: Union[Unset, int] = UNSET,
|
|
93
|
+
type_: Union[Unset, list[AdminAnnouncementsCountTypeItem]] = UNSET,
|
|
94
|
+
) -> Response[int]:
|
|
95
|
+
"""Get number of items in the collection matching the request parameters.
|
|
96
|
+
|
|
97
|
+
Args:
|
|
98
|
+
description (Union[Unset, str]):
|
|
99
|
+
is_active (Union[Unset, bool]):
|
|
100
|
+
o (Union[Unset, list[AdminAnnouncementsCountOItem]]):
|
|
101
|
+
page (Union[Unset, int]):
|
|
102
|
+
page_size (Union[Unset, int]):
|
|
103
|
+
type_ (Union[Unset, list[AdminAnnouncementsCountTypeItem]]):
|
|
104
|
+
|
|
105
|
+
Raises:
|
|
106
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
107
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
108
|
+
|
|
109
|
+
Returns:
|
|
110
|
+
Response[int]
|
|
111
|
+
"""
|
|
112
|
+
|
|
113
|
+
kwargs = _get_kwargs(
|
|
114
|
+
description=description,
|
|
115
|
+
is_active=is_active,
|
|
116
|
+
o=o,
|
|
117
|
+
page=page,
|
|
118
|
+
page_size=page_size,
|
|
119
|
+
type_=type_,
|
|
120
|
+
)
|
|
121
|
+
|
|
122
|
+
response = client.get_httpx_client().request(
|
|
123
|
+
**kwargs,
|
|
124
|
+
)
|
|
125
|
+
|
|
126
|
+
return _build_response(client=client, response=response)
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
def sync(
|
|
130
|
+
*,
|
|
131
|
+
client: AuthenticatedClient,
|
|
132
|
+
description: Union[Unset, str] = UNSET,
|
|
133
|
+
is_active: Union[Unset, bool] = UNSET,
|
|
134
|
+
o: Union[Unset, list[AdminAnnouncementsCountOItem]] = UNSET,
|
|
135
|
+
page: Union[Unset, int] = UNSET,
|
|
136
|
+
page_size: Union[Unset, int] = UNSET,
|
|
137
|
+
type_: Union[Unset, list[AdminAnnouncementsCountTypeItem]] = UNSET,
|
|
138
|
+
) -> int:
|
|
139
|
+
"""Get number of items in the collection matching the request parameters.
|
|
140
|
+
|
|
141
|
+
Args:
|
|
142
|
+
description (Union[Unset, str]):
|
|
143
|
+
is_active (Union[Unset, bool]):
|
|
144
|
+
o (Union[Unset, list[AdminAnnouncementsCountOItem]]):
|
|
145
|
+
page (Union[Unset, int]):
|
|
146
|
+
page_size (Union[Unset, int]):
|
|
147
|
+
type_ (Union[Unset, list[AdminAnnouncementsCountTypeItem]]):
|
|
148
|
+
|
|
149
|
+
Raises:
|
|
150
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
151
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
152
|
+
|
|
153
|
+
Returns:
|
|
154
|
+
int
|
|
155
|
+
"""
|
|
156
|
+
|
|
157
|
+
return sync_detailed(
|
|
158
|
+
client=client,
|
|
159
|
+
description=description,
|
|
160
|
+
is_active=is_active,
|
|
161
|
+
o=o,
|
|
162
|
+
page=page,
|
|
163
|
+
page_size=page_size,
|
|
164
|
+
type_=type_,
|
|
165
|
+
).parsed
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
async def asyncio_detailed(
|
|
169
|
+
*,
|
|
170
|
+
client: AuthenticatedClient,
|
|
171
|
+
description: Union[Unset, str] = UNSET,
|
|
172
|
+
is_active: Union[Unset, bool] = UNSET,
|
|
173
|
+
o: Union[Unset, list[AdminAnnouncementsCountOItem]] = UNSET,
|
|
174
|
+
page: Union[Unset, int] = UNSET,
|
|
175
|
+
page_size: Union[Unset, int] = UNSET,
|
|
176
|
+
type_: Union[Unset, list[AdminAnnouncementsCountTypeItem]] = UNSET,
|
|
177
|
+
) -> Response[int]:
|
|
178
|
+
"""Get number of items in the collection matching the request parameters.
|
|
179
|
+
|
|
180
|
+
Args:
|
|
181
|
+
description (Union[Unset, str]):
|
|
182
|
+
is_active (Union[Unset, bool]):
|
|
183
|
+
o (Union[Unset, list[AdminAnnouncementsCountOItem]]):
|
|
184
|
+
page (Union[Unset, int]):
|
|
185
|
+
page_size (Union[Unset, int]):
|
|
186
|
+
type_ (Union[Unset, list[AdminAnnouncementsCountTypeItem]]):
|
|
187
|
+
|
|
188
|
+
Raises:
|
|
189
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
190
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
191
|
+
|
|
192
|
+
Returns:
|
|
193
|
+
Response[int]
|
|
194
|
+
"""
|
|
195
|
+
|
|
196
|
+
kwargs = _get_kwargs(
|
|
197
|
+
description=description,
|
|
198
|
+
is_active=is_active,
|
|
199
|
+
o=o,
|
|
200
|
+
page=page,
|
|
201
|
+
page_size=page_size,
|
|
202
|
+
type_=type_,
|
|
203
|
+
)
|
|
204
|
+
|
|
205
|
+
response = await client.get_async_httpx_client().request(**kwargs)
|
|
206
|
+
|
|
207
|
+
return _build_response(client=client, response=response)
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
async def asyncio(
|
|
211
|
+
*,
|
|
212
|
+
client: AuthenticatedClient,
|
|
213
|
+
description: Union[Unset, str] = UNSET,
|
|
214
|
+
is_active: Union[Unset, bool] = UNSET,
|
|
215
|
+
o: Union[Unset, list[AdminAnnouncementsCountOItem]] = UNSET,
|
|
216
|
+
page: Union[Unset, int] = UNSET,
|
|
217
|
+
page_size: Union[Unset, int] = UNSET,
|
|
218
|
+
type_: Union[Unset, list[AdminAnnouncementsCountTypeItem]] = UNSET,
|
|
219
|
+
) -> int:
|
|
220
|
+
"""Get number of items in the collection matching the request parameters.
|
|
221
|
+
|
|
222
|
+
Args:
|
|
223
|
+
description (Union[Unset, str]):
|
|
224
|
+
is_active (Union[Unset, bool]):
|
|
225
|
+
o (Union[Unset, list[AdminAnnouncementsCountOItem]]):
|
|
226
|
+
page (Union[Unset, int]):
|
|
227
|
+
page_size (Union[Unset, int]):
|
|
228
|
+
type_ (Union[Unset, list[AdminAnnouncementsCountTypeItem]]):
|
|
229
|
+
|
|
230
|
+
Raises:
|
|
231
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
232
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
233
|
+
|
|
234
|
+
Returns:
|
|
235
|
+
int
|
|
236
|
+
"""
|
|
237
|
+
|
|
238
|
+
return (
|
|
239
|
+
await asyncio_detailed(
|
|
240
|
+
client=client,
|
|
241
|
+
description=description,
|
|
242
|
+
is_active=is_active,
|
|
243
|
+
o=o,
|
|
244
|
+
page=page,
|
|
245
|
+
page_size=page_size,
|
|
246
|
+
type_=type_,
|
|
247
|
+
)
|
|
248
|
+
).parsed
|
|
@@ -5,7 +5,6 @@ import httpx
|
|
|
5
5
|
|
|
6
6
|
from ... import errors
|
|
7
7
|
from ...client import AuthenticatedClient, Client
|
|
8
|
-
from ...models.checklist_admin import ChecklistAdmin
|
|
9
8
|
from ...types import UNSET, Response, Unset
|
|
10
9
|
|
|
11
10
|
|
|
@@ -23,30 +22,30 @@ def _get_kwargs(
|
|
|
23
22
|
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
|
24
23
|
|
|
25
24
|
_kwargs: dict[str, Any] = {
|
|
26
|
-
"method": "
|
|
27
|
-
"url": "/api/
|
|
25
|
+
"method": "head",
|
|
26
|
+
"url": "/api/auth-tokens/",
|
|
28
27
|
"params": params,
|
|
29
28
|
}
|
|
30
29
|
|
|
31
30
|
return _kwargs
|
|
32
31
|
|
|
33
32
|
|
|
34
|
-
def _parse_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) ->
|
|
35
|
-
if response.status_code ==
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
33
|
+
def _parse_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> int:
|
|
34
|
+
if response.status_code == HTTPStatus.OK:
|
|
35
|
+
try:
|
|
36
|
+
return int(response.headers["x-result-count"])
|
|
37
|
+
except KeyError:
|
|
38
|
+
raise errors.UnexpectedStatus(
|
|
39
|
+
response.status_code, b"Expected 'X-Result-Count' header for HEAD request, but it was not found."
|
|
40
|
+
)
|
|
41
|
+
except ValueError:
|
|
42
|
+
count_val = response.headers.get("x-result-count")
|
|
43
|
+
msg = f"Expected 'X-Result-Count' header to be an integer, but got '{count_val}'."
|
|
44
|
+
raise errors.UnexpectedStatus(response.status_code, msg.encode())
|
|
44
45
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
45
46
|
|
|
46
47
|
|
|
47
|
-
def _build_response(
|
|
48
|
-
*, client: Union[AuthenticatedClient, Client], response: httpx.Response
|
|
49
|
-
) -> Response[list["ChecklistAdmin"]]:
|
|
48
|
+
def _build_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> Response[int]:
|
|
50
49
|
return Response(
|
|
51
50
|
status_code=HTTPStatus(response.status_code),
|
|
52
51
|
content=response.content,
|
|
@@ -60,8 +59,8 @@ def sync_detailed(
|
|
|
60
59
|
client: AuthenticatedClient,
|
|
61
60
|
page: Union[Unset, int] = UNSET,
|
|
62
61
|
page_size: Union[Unset, int] = UNSET,
|
|
63
|
-
) -> Response[
|
|
64
|
-
"""
|
|
62
|
+
) -> Response[int]:
|
|
63
|
+
"""Get number of items in the collection matching the request parameters.
|
|
65
64
|
|
|
66
65
|
Args:
|
|
67
66
|
page (Union[Unset, int]):
|
|
@@ -72,7 +71,7 @@ def sync_detailed(
|
|
|
72
71
|
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
73
72
|
|
|
74
73
|
Returns:
|
|
75
|
-
Response[
|
|
74
|
+
Response[int]
|
|
76
75
|
"""
|
|
77
76
|
|
|
78
77
|
kwargs = _get_kwargs(
|
|
@@ -92,8 +91,8 @@ def sync(
|
|
|
92
91
|
client: AuthenticatedClient,
|
|
93
92
|
page: Union[Unset, int] = UNSET,
|
|
94
93
|
page_size: Union[Unset, int] = UNSET,
|
|
95
|
-
) ->
|
|
96
|
-
"""
|
|
94
|
+
) -> int:
|
|
95
|
+
"""Get number of items in the collection matching the request parameters.
|
|
97
96
|
|
|
98
97
|
Args:
|
|
99
98
|
page (Union[Unset, int]):
|
|
@@ -104,7 +103,7 @@ def sync(
|
|
|
104
103
|
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
105
104
|
|
|
106
105
|
Returns:
|
|
107
|
-
|
|
106
|
+
int
|
|
108
107
|
"""
|
|
109
108
|
|
|
110
109
|
return sync_detailed(
|
|
@@ -119,8 +118,8 @@ async def asyncio_detailed(
|
|
|
119
118
|
client: AuthenticatedClient,
|
|
120
119
|
page: Union[Unset, int] = UNSET,
|
|
121
120
|
page_size: Union[Unset, int] = UNSET,
|
|
122
|
-
) -> Response[
|
|
123
|
-
"""
|
|
121
|
+
) -> Response[int]:
|
|
122
|
+
"""Get number of items in the collection matching the request parameters.
|
|
124
123
|
|
|
125
124
|
Args:
|
|
126
125
|
page (Union[Unset, int]):
|
|
@@ -131,7 +130,7 @@ async def asyncio_detailed(
|
|
|
131
130
|
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
132
131
|
|
|
133
132
|
Returns:
|
|
134
|
-
Response[
|
|
133
|
+
Response[int]
|
|
135
134
|
"""
|
|
136
135
|
|
|
137
136
|
kwargs = _get_kwargs(
|
|
@@ -149,8 +148,8 @@ async def asyncio(
|
|
|
149
148
|
client: AuthenticatedClient,
|
|
150
149
|
page: Union[Unset, int] = UNSET,
|
|
151
150
|
page_size: Union[Unset, int] = UNSET,
|
|
152
|
-
) ->
|
|
153
|
-
"""
|
|
151
|
+
) -> int:
|
|
152
|
+
"""Get number of items in the collection matching the request parameters.
|
|
154
153
|
|
|
155
154
|
Args:
|
|
156
155
|
page (Union[Unset, int]):
|
|
@@ -161,7 +160,7 @@ async def asyncio(
|
|
|
161
160
|
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
162
161
|
|
|
163
162
|
Returns:
|
|
164
|
-
|
|
163
|
+
int
|
|
165
164
|
"""
|
|
166
165
|
|
|
167
166
|
return (
|