oci 2.145.0__py3-none-any.whl → 2.146.0__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.
- oci/__init__.py +2 -2
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +26 -26
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +19 -19
- oci/ai_vision/ai_service_vision_client.py +28 -28
- oci/analytics/analytics_client.py +24 -24
- oci/announcements_service/announcement_client.py +5 -5
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/announcements_service/service_client.py +1 -1
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +9 -9
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +84 -84
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +32 -32
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +6 -6
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +15 -15
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_engine/models/open_id_connect_token_authentication_config.py +37 -2
- oci/container_instances/container_instance_client.py +18 -18
- oci/container_instances/models/__init__.py +0 -4
- oci/container_instances/models/container_health_check.py +3 -11
- oci/container_instances/models/container_http_health_check.py +1 -1
- oci/container_instances/models/container_tcp_health_check.py +1 -1
- oci/container_instances/models/create_container_details.py +2 -2
- oci/container_instances/models/create_container_health_check_details.py +3 -11
- oci/container_instances/models/create_container_http_health_check_details.py +1 -1
- oci/container_instances/models/create_container_tcp_health_check_details.py +1 -1
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +102 -102
- oci/core/compute_management_client.py +32 -32
- oci/core/models/create_byoip_range_details.py +66 -0
- oci/core/models/create_ipv6_details.py +97 -3
- oci/core/models/create_private_ip_details.py +96 -2
- oci/core/models/create_vnic_details.py +18 -18
- oci/core/models/ipv6.py +107 -3
- oci/core/models/launch_attach_volume_details.py +2 -2
- oci/core/models/network_security_group.py +7 -7
- oci/core/models/private_ip.py +107 -3
- oci/core/models/update_byoip_range_details.py +68 -2
- oci/core/models/update_ipv6_details.py +61 -4
- oci/core/models/update_private_ip_details.py +59 -2
- oci/core/models/update_vnic_details.py +8 -4
- oci/core/models/vnic.py +6 -2
- oci/core/virtual_network_client.py +519 -257
- oci/core/virtual_network_client_composite_operations.py +44 -0
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +45 -45
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +306 -306
- oci/data_science/data_science_client.py +101 -101
- oci/data_science/models/__init__.py +8 -0
- oci/data_science/models/create_pipeline_details.py +31 -0
- oci/data_science/models/pipeline.py +31 -0
- oci/data_science/models/pipeline_container_step_details.py +32 -1
- oci/data_science/models/pipeline_container_step_run.py +1 -1
- oci/data_science/models/pipeline_container_step_update_details.py +34 -3
- oci/data_science/models/pipeline_custom_script_step_details.py +32 -1
- oci/data_science/models/pipeline_custom_script_step_run.py +1 -1
- oci/data_science/models/pipeline_custom_script_step_update_details.py +34 -3
- oci/data_science/models/pipeline_dataflow_configuration_details.py +281 -0
- oci/data_science/models/pipeline_dataflow_step_details.py +141 -0
- oci/data_science/models/pipeline_dataflow_step_run.py +122 -0
- oci/data_science/models/pipeline_dataflow_step_update_details.py +99 -0
- oci/data_science/models/pipeline_ml_job_step_details.py +1 -1
- oci/data_science/models/pipeline_ml_job_step_run.py +1 -1
- oci/data_science/models/pipeline_ml_job_step_update_details.py +1 -1
- oci/data_science/models/pipeline_step_details.py +11 -3
- oci/data_science/models/pipeline_step_override_details.py +29 -2
- oci/data_science/models/pipeline_step_run.py +11 -3
- oci/data_science/models/pipeline_step_update_details.py +11 -3
- oci/data_science/models/update_pipeline_details.py +31 -0
- oci/database/database_client.py +404 -404
- oci/database_management/db_management_client.py +228 -228
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +9 -9
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +42 -42
- oci/database_tools/database_tools_client.py +23 -23
- oci/dblm/__init__.py +14 -0
- oci/dblm/db_life_cycle_management_client.py +1762 -0
- oci/dblm/db_life_cycle_management_client_composite_operations.py +65 -0
- oci/dblm/models/__init__.py +70 -0
- oci/dblm/models/aggregated_vulnerability_collection.py +72 -0
- oci/dblm/models/aggregated_vulnerability_summary.py +134 -0
- oci/dblm/models/child_pdb.py +227 -0
- oci/dblm/models/create_vulnerability_scan_details.py +103 -0
- oci/dblm/models/dblm_vulnerability.py +393 -0
- oci/dblm/models/host_info.py +103 -0
- oci/dblm/models/metric_error.py +227 -0
- oci/dblm/models/notification_collection.py +72 -0
- oci/dblm/models/notification_summary.py +185 -0
- oci/dblm/models/patch_recommendation_summary.py +134 -0
- oci/dblm/models/patch_recommendations_details_summary.py +227 -0
- oci/dblm/models/resource_info.py +382 -0
- oci/dblm/models/resource_summary.py +227 -0
- oci/dblm/models/vulnerabilities_summary.py +227 -0
- oci/dblm/models/vulnerability_collection.py +72 -0
- oci/dblm/models/vulnerability_resource_collection.py +72 -0
- oci/dblm/models/vulnerability_resource_summary.py +475 -0
- oci/dblm/models/vulnerability_scan.py +525 -0
- oci/dblm/models/vulnerability_scan_collection.py +72 -0
- oci/dblm/models/vulnerability_scan_summary.py +443 -0
- oci/dblm/models/vulnerability_summary.py +196 -0
- oci/dblm/models/work_request.py +426 -0
- oci/dblm/models/work_request_error.py +136 -0
- oci/dblm/models/work_request_error_collection.py +72 -0
- oci/dblm/models/work_request_log_entry.py +103 -0
- oci/dblm/models/work_request_log_entry_collection.py +72 -0
- oci/dblm/models/work_request_resource.py +234 -0
- oci/dblm/models/work_request_summary.py +426 -0
- oci/dblm/models/work_request_summary_collection.py +72 -0
- oci/delegate_access_control/delegate_access_control_client.py +26 -26
- oci/delegate_access_control/work_request_client.py +4 -4
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +141 -141
- oci/disaster_recovery/disaster_recovery_client.py +31 -31
- oci/dns/dns_client.py +54 -54
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email/models/create_dkim_details.py +31 -0
- oci/email/models/dkim.py +62 -0
- oci/email/models/dkim_summary.py +62 -0
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +68 -68
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
- oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
- oci/fleet_software_update/fleet_software_update_client.py +46 -46
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
- oci/generative_ai_inference/generative_ai_inference_client.py +5 -5
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +84 -84
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +311 -311
- oci/integration/integration_instance_client.py +19 -19
- oci/jms/java_management_service_client.py +79 -79
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/load_balancer/models/create_load_balancer_details.py +15 -15
- oci/load_balancer/models/load_balancer.py +15 -15
- oci/load_balancer/models/update_load_balancer_details.py +15 -15
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_private_offer/attachment_client.py +5 -5
- oci/marketplace_private_offer/offer_client.py +6 -6
- oci/marketplace_publisher/attachment_client.py +5 -5
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/offer_client.py +6 -6
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +7 -7
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/models/backup.py +33 -0
- oci/mysql/models/backup_summary.py +33 -0
- oci/mysql/models/channel.py +35 -2
- oci/mysql/models/channel_summary.py +35 -2
- oci/mysql/models/configuration.py +35 -2
- oci/mysql/models/configuration_summary.py +35 -2
- oci/mysql/models/configuration_variables.py +4949 -1858
- oci/mysql/models/db_system.py +33 -0
- oci/mysql/models/db_system_summary.py +33 -0
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +86 -86
- oci/network_load_balancer/network_load_balancer_client.py +35 -35
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +55 -55
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +16 -16
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +181 -181
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +10 -10
- oci/os_management_hub/lifecycle_environment_client.py +138 -16
- oci/os_management_hub/lifecycle_environment_client_composite_operations.py +44 -0
- oci/os_management_hub/managed_instance_client.py +309 -35
- oci/os_management_hub/managed_instance_client_composite_operations.py +91 -0
- oci/os_management_hub/managed_instance_group_client.py +149 -27
- oci/os_management_hub/managed_instance_group_client_composite_operations.py +44 -0
- oci/os_management_hub/management_station_client.py +59 -16
- oci/os_management_hub/models/__init__.py +54 -0
- oci/os_management_hub/models/add_packages_to_software_source_details.py +35 -4
- oci/os_management_hub/models/agent_event.py +1 -1
- oci/os_management_hub/models/associate_managed_instances_with_management_station_details.py +103 -0
- oci/os_management_hub/models/attach_lifecycle_stage_to_profile_details.py +76 -0
- oci/os_management_hub/models/attach_managed_instance_group_to_profile_details.py +76 -0
- oci/os_management_hub/models/attach_managed_instances_to_lifecycle_stage_details.py +1 -1
- oci/os_management_hub/models/attach_management_station_to_profile_details.py +76 -0
- oci/os_management_hub/models/attach_software_sources_to_profile_details.py +76 -0
- oci/os_management_hub/models/available_package_summary.py +1 -1
- oci/os_management_hub/models/create_custom_software_source_details.py +54 -3
- oci/os_management_hub/models/create_lifecycle_environment_details.py +7 -3
- oci/os_management_hub/models/create_managed_instance_group_details.py +7 -3
- oci/os_management_hub/models/create_management_station_details.py +31 -0
- oci/os_management_hub/models/create_mirror_configuration_details.py +33 -2
- oci/os_management_hub/models/create_private_software_source_details.py +406 -0
- oci/os_management_hub/models/create_profile_details.py +12 -4
- oci/os_management_hub/models/create_scheduled_job_details.py +37 -2
- oci/os_management_hub/models/create_software_source_details.py +19 -3
- oci/os_management_hub/models/create_software_source_profile_details.py +7 -3
- oci/os_management_hub/models/create_station_profile_details.py +7 -3
- oci/os_management_hub/models/create_third_party_software_source_details.py +406 -0
- oci/os_management_hub/models/create_vendor_software_source_details.py +1 -1
- oci/os_management_hub/models/create_versioned_custom_software_source_details.py +54 -3
- oci/os_management_hub/models/create_windows_stand_alone_profile_details.py +288 -0
- oci/os_management_hub/models/custom_software_source.py +102 -9
- oci/os_management_hub/models/custom_software_source_summary.py +64 -8
- oci/os_management_hub/models/detach_managed_instances_from_lifecycle_stage_details.py +1 -1
- oci/os_management_hub/models/detach_software_sources_from_profile_details.py +76 -0
- oci/os_management_hub/models/event.py +23 -3
- oci/os_management_hub/models/event_summary.py +11 -3
- oci/os_management_hub/models/exploit_attempt_event.py +1 -1
- oci/os_management_hub/models/group_profile.py +16 -2
- oci/os_management_hub/models/install_packages_on_managed_instance_group_details.py +33 -2
- oci/os_management_hub/models/installed_package_summary.py +1 -1
- oci/os_management_hub/models/kernel_crash_event.py +1 -1
- oci/os_management_hub/models/kernel_oops_event.py +1 -1
- oci/os_management_hub/models/ksplice_update_event.py +1 -1
- oci/os_management_hub/models/lifecycle_environment.py +7 -3
- oci/os_management_hub/models/lifecycle_environment_summary.py +7 -3
- oci/os_management_hub/models/lifecycle_profile.py +16 -2
- oci/os_management_hub/models/lifecycle_stage.py +7 -3
- oci/os_management_hub/models/lifecycle_stage_summary.py +7 -3
- oci/os_management_hub/models/managed_instance.py +80 -10
- oci/os_management_hub/models/managed_instance_analytic_summary.py +11 -3
- oci/os_management_hub/models/managed_instance_group.py +7 -3
- oci/os_management_hub/models/managed_instance_group_available_package_summary.py +7 -3
- oci/os_management_hub/models/managed_instance_group_summary.py +7 -3
- oci/os_management_hub/models/managed_instance_summary.py +47 -8
- oci/os_management_hub/models/management_station.py +276 -0
- oci/os_management_hub/models/management_station_event.py +1 -1
- oci/os_management_hub/models/management_station_event_data.py +58 -3
- oci/os_management_hub/models/management_station_summary.py +67 -4
- oci/os_management_hub/models/mirror_configuration.py +33 -2
- oci/os_management_hub/models/mirror_summary.py +107 -25
- oci/os_management_hub/models/mirrors_collection.py +2 -1
- oci/os_management_hub/models/module_stream.py +7 -3
- oci/os_management_hub/models/package_name_summary.py +7 -3
- oci/os_management_hub/models/package_summary.py +7 -3
- oci/os_management_hub/models/peer_management_station.py +108 -0
- oci/os_management_hub/models/private_software_source.py +330 -0
- oci/os_management_hub/models/private_software_source_summary.py +212 -0
- oci/os_management_hub/models/profile.py +84 -8
- oci/os_management_hub/models/profile_collection.py +1 -1
- oci/os_management_hub/models/profile_summary.py +17 -7
- oci/os_management_hub/models/profile_version.py +811 -0
- oci/os_management_hub/models/reboot_event.py +184 -0
- oci/os_management_hub/models/reboot_event_data.py +123 -0
- oci/os_management_hub/models/reboot_lifecycle_stage_details.py +101 -0
- oci/os_management_hub/models/reboot_managed_instance_details.py +101 -0
- oci/os_management_hub/models/reboot_managed_instance_group_details.py +101 -0
- oci/os_management_hub/models/remove_packages_from_software_source_details.py +72 -0
- oci/os_management_hub/models/replace_packages_in_software_source_details.py +72 -0
- oci/os_management_hub/models/rerun_work_request_details.py +103 -0
- oci/os_management_hub/models/scheduled_job.py +37 -2
- oci/os_management_hub/models/scheduled_job_operation.py +46 -5
- oci/os_management_hub/models/scheduled_job_summary.py +37 -2
- oci/os_management_hub/models/software_source.py +39 -15
- oci/os_management_hub/models/software_source_details.py +11 -3
- oci/os_management_hub/models/software_source_event.py +1 -1
- oci/os_management_hub/models/software_source_profile.py +16 -2
- oci/os_management_hub/models/software_source_summary.py +30 -10
- oci/os_management_hub/models/software_source_vendor_summary.py +7 -3
- oci/os_management_hub/models/software_update_event.py +1 -1
- oci/os_management_hub/models/station_health.py +7 -3
- oci/os_management_hub/models/station_profile.py +16 -2
- oci/os_management_hub/models/synchronize_mirrors_details.py +7 -3
- oci/os_management_hub/models/sysadmin_event.py +184 -0
- oci/os_management_hub/models/sysadmin_event_data.py +239 -0
- oci/os_management_hub/models/system_details.py +7 -3
- oci/os_management_hub/models/third_party_software_source.py +330 -0
- oci/os_management_hub/models/third_party_software_source_summary.py +212 -0
- oci/os_management_hub/models/updatable_package_summary.py +1 -1
- oci/os_management_hub/models/update_custom_software_source_details.py +1 -1
- oci/os_management_hub/models/update_management_station_details.py +31 -0
- oci/os_management_hub/models/update_mirror_configuration_details.py +33 -2
- oci/os_management_hub/models/update_private_software_source_details.py +272 -0
- oci/os_management_hub/models/update_profile_details.py +1 -1
- oci/os_management_hub/models/update_scheduled_job_details.py +2 -2
- oci/os_management_hub/models/update_software_source_details.py +19 -3
- oci/os_management_hub/models/update_third_party_software_source_details.py +272 -0
- oci/os_management_hub/models/update_vendor_software_source_details.py +1 -1
- oci/os_management_hub/models/update_versioned_custom_software_source_details.py +1 -1
- oci/os_management_hub/models/update_work_request_details.py +9 -5
- oci/os_management_hub/models/vendor_software_source.py +5 -5
- oci/os_management_hub/models/vendor_software_source_summary.py +2 -2
- oci/os_management_hub/models/versioned_custom_software_source.py +102 -9
- oci/os_management_hub/models/versioned_custom_software_source_summary.py +63 -7
- oci/os_management_hub/models/windows_standalone_profile.py +17 -3
- oci/os_management_hub/models/work_request.py +102 -14
- oci/os_management_hub/models/work_request_error.py +4 -4
- oci/os_management_hub/models/work_request_error_collection.py +1 -1
- oci/os_management_hub/models/work_request_log_entry_collection.py +1 -1
- oci/os_management_hub/models/work_request_summary.py +47 -8
- oci/os_management_hub/models/work_request_summary_collection.py +1 -1
- oci/os_management_hub/onboarding_client.py +991 -75
- oci/os_management_hub/reporting_managed_instance_client.py +9 -9
- oci/os_management_hub/scheduled_job_client.py +9 -9
- oci/os_management_hub/software_source_client.py +848 -47
- oci/os_management_hub/software_source_client_composite_operations.py +132 -0
- oci/os_management_hub/work_request_client.py +144 -11
- oci/os_management_hub/work_request_client_composite_operations.py +46 -0
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +26 -26
- oci/redis/models/redis_cluster.py +7 -3
- oci/redis/models/update_redis_cluster_details.py +31 -0
- oci/redis/redis_cluster_client.py +12 -12
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +13 -13
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/security_attribute/security_attribute_client.py +18 -18
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +87 -87
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +14 -14
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- oci/zpr/zpr_client.py +15 -15
- {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/METADATA +1 -1
- {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/RECORD +473 -411
- oci/container_instances/models/container_command_health_check.py +0 -147
- oci/container_instances/models/create_container_command_health_check_details.py +0 -132
- {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/WHEEL +0 -0
- {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/top_level.txt +0 -0
@@ -160,7 +160,7 @@ class StackMonitoringClient(object):
|
|
160
160
|
:rtype: :class:`~oci.response.Response`
|
161
161
|
|
162
162
|
:example:
|
163
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
163
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/apply_monitoring_template.py.html>`__ to see an example of how to use apply_monitoring_template API.
|
164
164
|
"""
|
165
165
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
166
166
|
required_arguments = ['monitoringTemplateId']
|
@@ -278,7 +278,7 @@ class StackMonitoringClient(object):
|
|
278
278
|
:rtype: :class:`~oci.response.Response`
|
279
279
|
|
280
280
|
:example:
|
281
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
281
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/associate_monitored_resources.py.html>`__ to see an example of how to use associate_monitored_resources API.
|
282
282
|
"""
|
283
283
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
284
284
|
required_arguments = []
|
@@ -397,7 +397,7 @@ class StackMonitoringClient(object):
|
|
397
397
|
:rtype: :class:`~oci.response.Response`
|
398
398
|
|
399
399
|
:example:
|
400
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
400
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/change_config_compartment.py.html>`__ to see an example of how to use change_config_compartment API.
|
401
401
|
"""
|
402
402
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
403
403
|
required_arguments = ['configId']
|
@@ -521,7 +521,7 @@ class StackMonitoringClient(object):
|
|
521
521
|
:rtype: :class:`~oci.response.Response`
|
522
522
|
|
523
523
|
:example:
|
524
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
524
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/change_metric_extension_compartment.py.html>`__ to see an example of how to use change_metric_extension_compartment API.
|
525
525
|
"""
|
526
526
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
527
527
|
required_arguments = ['metricExtensionId']
|
@@ -643,7 +643,7 @@ class StackMonitoringClient(object):
|
|
643
643
|
:rtype: :class:`~oci.response.Response`
|
644
644
|
|
645
645
|
:example:
|
646
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
646
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/change_monitored_resource_compartment.py.html>`__ to see an example of how to use change_monitored_resource_compartment API.
|
647
647
|
"""
|
648
648
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
649
649
|
required_arguments = ['monitoredResourceId']
|
@@ -764,7 +764,7 @@ class StackMonitoringClient(object):
|
|
764
764
|
:rtype: :class:`~oci.response.Response`
|
765
765
|
|
766
766
|
:example:
|
767
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
767
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/change_monitored_resource_task_compartment.py.html>`__ to see an example of how to use change_monitored_resource_task_compartment API.
|
768
768
|
"""
|
769
769
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
770
770
|
required_arguments = ['monitoredResourceTaskId']
|
@@ -885,7 +885,7 @@ class StackMonitoringClient(object):
|
|
885
885
|
:rtype: :class:`~oci.response.Response`
|
886
886
|
|
887
887
|
:example:
|
888
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
888
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/change_process_set_compartment.py.html>`__ to see an example of how to use change_process_set_compartment API.
|
889
889
|
"""
|
890
890
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
891
891
|
required_arguments = ['processSetId']
|
@@ -1001,7 +1001,7 @@ class StackMonitoringClient(object):
|
|
1001
1001
|
:rtype: :class:`~oci.response.Response`
|
1002
1002
|
|
1003
1003
|
:example:
|
1004
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1004
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/create_alarm_condition.py.html>`__ to see an example of how to use create_alarm_condition API.
|
1005
1005
|
"""
|
1006
1006
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1007
1007
|
required_arguments = ['monitoringTemplateId']
|
@@ -1112,7 +1112,7 @@ class StackMonitoringClient(object):
|
|
1112
1112
|
:rtype: :class:`~oci.response.Response`
|
1113
1113
|
|
1114
1114
|
:example:
|
1115
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1115
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/create_baselineable_metric.py.html>`__ to see an example of how to use create_baselineable_metric API.
|
1116
1116
|
"""
|
1117
1117
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1118
1118
|
required_arguments = []
|
@@ -1217,7 +1217,7 @@ class StackMonitoringClient(object):
|
|
1217
1217
|
:rtype: :class:`~oci.response.Response`
|
1218
1218
|
|
1219
1219
|
:example:
|
1220
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1220
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/create_config.py.html>`__ to see an example of how to use create_config API.
|
1221
1221
|
"""
|
1222
1222
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1223
1223
|
required_arguments = []
|
@@ -1316,7 +1316,7 @@ class StackMonitoringClient(object):
|
|
1316
1316
|
:rtype: :class:`~oci.response.Response`
|
1317
1317
|
|
1318
1318
|
:example:
|
1319
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1319
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/create_discovery_job.py.html>`__ to see an example of how to use create_discovery_job API.
|
1320
1320
|
"""
|
1321
1321
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1322
1322
|
required_arguments = []
|
@@ -1414,7 +1414,7 @@ class StackMonitoringClient(object):
|
|
1414
1414
|
:rtype: :class:`~oci.response.Response`
|
1415
1415
|
|
1416
1416
|
:example:
|
1417
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1417
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/create_maintenance_window.py.html>`__ to see an example of how to use create_maintenance_window API.
|
1418
1418
|
"""
|
1419
1419
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1420
1420
|
required_arguments = []
|
@@ -1513,7 +1513,7 @@ class StackMonitoringClient(object):
|
|
1513
1513
|
:rtype: :class:`~oci.response.Response`
|
1514
1514
|
|
1515
1515
|
:example:
|
1516
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/create_metric_extension.py.html>`__ to see an example of how to use create_metric_extension API.
|
1517
1517
|
"""
|
1518
1518
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1519
1519
|
required_arguments = []
|
@@ -1618,7 +1618,7 @@ class StackMonitoringClient(object):
|
|
1618
1618
|
:rtype: :class:`~oci.response.Response`
|
1619
1619
|
|
1620
1620
|
:example:
|
1621
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1621
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/create_monitored_resource.py.html>`__ to see an example of how to use create_monitored_resource API.
|
1622
1622
|
"""
|
1623
1623
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1624
1624
|
required_arguments = []
|
@@ -1717,7 +1717,7 @@ class StackMonitoringClient(object):
|
|
1717
1717
|
:rtype: :class:`~oci.response.Response`
|
1718
1718
|
|
1719
1719
|
:example:
|
1720
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1720
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/create_monitored_resource_task.py.html>`__ to see an example of how to use create_monitored_resource_task API.
|
1721
1721
|
"""
|
1722
1722
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1723
1723
|
required_arguments = []
|
@@ -1816,7 +1816,7 @@ class StackMonitoringClient(object):
|
|
1816
1816
|
:rtype: :class:`~oci.response.Response`
|
1817
1817
|
|
1818
1818
|
:example:
|
1819
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1819
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/create_monitored_resource_type.py.html>`__ to see an example of how to use create_monitored_resource_type API.
|
1820
1820
|
"""
|
1821
1821
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1822
1822
|
required_arguments = []
|
@@ -1915,7 +1915,7 @@ class StackMonitoringClient(object):
|
|
1915
1915
|
:rtype: :class:`~oci.response.Response`
|
1916
1916
|
|
1917
1917
|
:example:
|
1918
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1918
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/create_monitoring_template.py.html>`__ to see an example of how to use create_monitoring_template API.
|
1919
1919
|
"""
|
1920
1920
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1921
1921
|
required_arguments = []
|
@@ -2014,7 +2014,7 @@ class StackMonitoringClient(object):
|
|
2014
2014
|
:rtype: :class:`~oci.response.Response`
|
2015
2015
|
|
2016
2016
|
:example:
|
2017
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2017
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/create_process_set.py.html>`__ to see an example of how to use create_process_set API.
|
2018
2018
|
"""
|
2019
2019
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2020
2020
|
required_arguments = []
|
@@ -2120,7 +2120,7 @@ class StackMonitoringClient(object):
|
|
2120
2120
|
:rtype: :class:`~oci.response.Response`
|
2121
2121
|
|
2122
2122
|
:example:
|
2123
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2123
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/delete_alarm_condition.py.html>`__ to see an example of how to use delete_alarm_condition API.
|
2124
2124
|
"""
|
2125
2125
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2126
2126
|
required_arguments = ['alarmConditionId', 'monitoringTemplateId']
|
@@ -2225,7 +2225,7 @@ class StackMonitoringClient(object):
|
|
2225
2225
|
:rtype: :class:`~oci.response.Response`
|
2226
2226
|
|
2227
2227
|
:example:
|
2228
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2228
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/delete_baselineable_metric.py.html>`__ to see an example of how to use delete_baselineable_metric API.
|
2229
2229
|
"""
|
2230
2230
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2231
2231
|
required_arguments = ['baselineableMetricId']
|
@@ -2331,7 +2331,7 @@ class StackMonitoringClient(object):
|
|
2331
2331
|
:rtype: :class:`~oci.response.Response`
|
2332
2332
|
|
2333
2333
|
:example:
|
2334
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2334
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/delete_config.py.html>`__ to see an example of how to use delete_config API.
|
2335
2335
|
"""
|
2336
2336
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2337
2337
|
required_arguments = ['configId']
|
@@ -2437,7 +2437,7 @@ class StackMonitoringClient(object):
|
|
2437
2437
|
:rtype: :class:`~oci.response.Response`
|
2438
2438
|
|
2439
2439
|
:example:
|
2440
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2440
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/delete_discovery_job.py.html>`__ to see an example of how to use delete_discovery_job API.
|
2441
2441
|
"""
|
2442
2442
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2443
2443
|
required_arguments = ['discoveryJobId']
|
@@ -2545,7 +2545,7 @@ class StackMonitoringClient(object):
|
|
2545
2545
|
:rtype: :class:`~oci.response.Response`
|
2546
2546
|
|
2547
2547
|
:example:
|
2548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2548
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/delete_maintenance_window.py.html>`__ to see an example of how to use delete_maintenance_window API.
|
2549
2549
|
"""
|
2550
2550
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2551
2551
|
required_arguments = ['maintenanceWindowId']
|
@@ -2651,7 +2651,7 @@ class StackMonitoringClient(object):
|
|
2651
2651
|
:rtype: :class:`~oci.response.Response`
|
2652
2652
|
|
2653
2653
|
:example:
|
2654
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2654
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/delete_metric_extension.py.html>`__ to see an example of how to use delete_metric_extension API.
|
2655
2655
|
"""
|
2656
2656
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2657
2657
|
required_arguments = ['metricExtensionId']
|
@@ -2766,7 +2766,7 @@ class StackMonitoringClient(object):
|
|
2766
2766
|
:rtype: :class:`~oci.response.Response`
|
2767
2767
|
|
2768
2768
|
:example:
|
2769
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2769
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/delete_monitored_resource.py.html>`__ to see an example of how to use delete_monitored_resource API.
|
2770
2770
|
"""
|
2771
2771
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2772
2772
|
required_arguments = ['monitoredResourceId']
|
@@ -2882,7 +2882,7 @@ class StackMonitoringClient(object):
|
|
2882
2882
|
:rtype: :class:`~oci.response.Response`
|
2883
2883
|
|
2884
2884
|
:example:
|
2885
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2885
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/delete_monitored_resource_type.py.html>`__ to see an example of how to use delete_monitored_resource_type API.
|
2886
2886
|
"""
|
2887
2887
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2888
2888
|
required_arguments = ['monitoredResourceTypeId']
|
@@ -2988,7 +2988,7 @@ class StackMonitoringClient(object):
|
|
2988
2988
|
:rtype: :class:`~oci.response.Response`
|
2989
2989
|
|
2990
2990
|
:example:
|
2991
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2991
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/delete_monitoring_template.py.html>`__ to see an example of how to use delete_monitoring_template API.
|
2992
2992
|
"""
|
2993
2993
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2994
2994
|
required_arguments = ['monitoringTemplateId']
|
@@ -3092,7 +3092,7 @@ class StackMonitoringClient(object):
|
|
3092
3092
|
:rtype: :class:`~oci.response.Response`
|
3093
3093
|
|
3094
3094
|
:example:
|
3095
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3095
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/delete_process_set.py.html>`__ to see an example of how to use delete_process_set API.
|
3096
3096
|
"""
|
3097
3097
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3098
3098
|
required_arguments = ['processSetId']
|
@@ -3208,7 +3208,7 @@ class StackMonitoringClient(object):
|
|
3208
3208
|
:rtype: :class:`~oci.response.Response`
|
3209
3209
|
|
3210
3210
|
:example:
|
3211
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3211
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/disable_external_database.py.html>`__ to see an example of how to use disable_external_database API.
|
3212
3212
|
"""
|
3213
3213
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3214
3214
|
required_arguments = ['monitoredResourceId']
|
@@ -3327,7 +3327,7 @@ class StackMonitoringClient(object):
|
|
3327
3327
|
:rtype: :class:`~oci.response.Response`
|
3328
3328
|
|
3329
3329
|
:example:
|
3330
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3330
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/disable_metric_extension.py.html>`__ to see an example of how to use disable_metric_extension API.
|
3331
3331
|
"""
|
3332
3332
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3333
3333
|
required_arguments = ['metricExtensionId']
|
@@ -3443,7 +3443,7 @@ class StackMonitoringClient(object):
|
|
3443
3443
|
:rtype: :class:`~oci.response.Response`
|
3444
3444
|
|
3445
3445
|
:example:
|
3446
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3446
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/disassociate_monitored_resources.py.html>`__ to see an example of how to use disassociate_monitored_resources API.
|
3447
3447
|
"""
|
3448
3448
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3449
3449
|
required_arguments = []
|
@@ -3552,7 +3552,7 @@ class StackMonitoringClient(object):
|
|
3552
3552
|
:rtype: :class:`~oci.response.Response`
|
3553
3553
|
|
3554
3554
|
:example:
|
3555
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3555
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/enable_metric_extension.py.html>`__ to see an example of how to use enable_metric_extension API.
|
3556
3556
|
"""
|
3557
3557
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3558
3558
|
required_arguments = ['metricExtensionId']
|
@@ -3671,7 +3671,7 @@ class StackMonitoringClient(object):
|
|
3671
3671
|
:rtype: :class:`~oci.response.Response`
|
3672
3672
|
|
3673
3673
|
:example:
|
3674
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3674
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/evaluate_baselineable_metric.py.html>`__ to see an example of how to use evaluate_baselineable_metric API.
|
3675
3675
|
"""
|
3676
3676
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3677
3677
|
required_arguments = ['baselineableMetricId']
|
@@ -3794,7 +3794,7 @@ class StackMonitoringClient(object):
|
|
3794
3794
|
:rtype: :class:`~oci.response.Response`
|
3795
3795
|
|
3796
3796
|
:example:
|
3797
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3797
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/export_metric_extension.py.html>`__ to see an example of how to use export_metric_extension API.
|
3798
3798
|
"""
|
3799
3799
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3800
3800
|
required_arguments = ['metricExtensionId']
|
@@ -3914,7 +3914,7 @@ class StackMonitoringClient(object):
|
|
3914
3914
|
:rtype: :class:`~oci.response.Response`
|
3915
3915
|
|
3916
3916
|
:example:
|
3917
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3917
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/export_monitoring_template.py.html>`__ to see an example of how to use export_monitoring_template API.
|
3918
3918
|
"""
|
3919
3919
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3920
3920
|
required_arguments = ['monitoringTemplateId']
|
@@ -4025,7 +4025,7 @@ class StackMonitoringClient(object):
|
|
4025
4025
|
:rtype: :class:`~oci.response.Response`
|
4026
4026
|
|
4027
4027
|
:example:
|
4028
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4028
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/get_alarm_condition.py.html>`__ to see an example of how to use get_alarm_condition API.
|
4029
4029
|
"""
|
4030
4030
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4031
4031
|
required_arguments = ['alarmConditionId', 'monitoringTemplateId']
|
@@ -4125,7 +4125,7 @@ class StackMonitoringClient(object):
|
|
4125
4125
|
:rtype: :class:`~oci.response.Response`
|
4126
4126
|
|
4127
4127
|
:example:
|
4128
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4128
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/get_baselineable_metric.py.html>`__ to see an example of how to use get_baselineable_metric API.
|
4129
4129
|
"""
|
4130
4130
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4131
4131
|
required_arguments = ['baselineableMetricId']
|
@@ -4224,7 +4224,7 @@ class StackMonitoringClient(object):
|
|
4224
4224
|
:rtype: :class:`~oci.response.Response`
|
4225
4225
|
|
4226
4226
|
:example:
|
4227
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4227
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/get_config.py.html>`__ to see an example of how to use get_config API.
|
4228
4228
|
"""
|
4229
4229
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4230
4230
|
required_arguments = ['configId']
|
@@ -4323,7 +4323,7 @@ class StackMonitoringClient(object):
|
|
4323
4323
|
:rtype: :class:`~oci.response.Response`
|
4324
4324
|
|
4325
4325
|
:example:
|
4326
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4326
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/get_discovery_job.py.html>`__ to see an example of how to use get_discovery_job API.
|
4327
4327
|
"""
|
4328
4328
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4329
4329
|
required_arguments = ['discoveryJobId']
|
@@ -4426,7 +4426,7 @@ class StackMonitoringClient(object):
|
|
4426
4426
|
:rtype: :class:`~oci.response.Response`
|
4427
4427
|
|
4428
4428
|
:example:
|
4429
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4429
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/get_maintenance_window.py.html>`__ to see an example of how to use get_maintenance_window API.
|
4430
4430
|
"""
|
4431
4431
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4432
4432
|
required_arguments = ['maintenanceWindowId']
|
@@ -4527,7 +4527,7 @@ class StackMonitoringClient(object):
|
|
4527
4527
|
:rtype: :class:`~oci.response.Response`
|
4528
4528
|
|
4529
4529
|
:example:
|
4530
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4530
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/get_metric_extension.py.html>`__ to see an example of how to use get_metric_extension API.
|
4531
4531
|
"""
|
4532
4532
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4533
4533
|
required_arguments = ['metricExtensionId']
|
@@ -4630,7 +4630,7 @@ class StackMonitoringClient(object):
|
|
4630
4630
|
:rtype: :class:`~oci.response.Response`
|
4631
4631
|
|
4632
4632
|
:example:
|
4633
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4633
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/get_monitored_resource.py.html>`__ to see an example of how to use get_monitored_resource API.
|
4634
4634
|
"""
|
4635
4635
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4636
4636
|
required_arguments = ['monitoredResourceId']
|
@@ -4733,7 +4733,7 @@ class StackMonitoringClient(object):
|
|
4733
4733
|
:rtype: :class:`~oci.response.Response`
|
4734
4734
|
|
4735
4735
|
:example:
|
4736
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4736
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/get_monitored_resource_task.py.html>`__ to see an example of how to use get_monitored_resource_task API.
|
4737
4737
|
"""
|
4738
4738
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4739
4739
|
required_arguments = ['monitoredResourceTaskId']
|
@@ -4836,7 +4836,7 @@ class StackMonitoringClient(object):
|
|
4836
4836
|
:rtype: :class:`~oci.response.Response`
|
4837
4837
|
|
4838
4838
|
:example:
|
4839
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4839
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/get_monitored_resource_type.py.html>`__ to see an example of how to use get_monitored_resource_type API.
|
4840
4840
|
"""
|
4841
4841
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4842
4842
|
required_arguments = ['monitoredResourceTypeId']
|
@@ -4937,7 +4937,7 @@ class StackMonitoringClient(object):
|
|
4937
4937
|
:rtype: :class:`~oci.response.Response`
|
4938
4938
|
|
4939
4939
|
:example:
|
4940
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4940
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/get_monitoring_template.py.html>`__ to see an example of how to use get_monitoring_template API.
|
4941
4941
|
"""
|
4942
4942
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4943
4943
|
required_arguments = ['monitoringTemplateId']
|
@@ -5036,7 +5036,7 @@ class StackMonitoringClient(object):
|
|
5036
5036
|
:rtype: :class:`~oci.response.Response`
|
5037
5037
|
|
5038
5038
|
:example:
|
5039
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5039
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/get_process_set.py.html>`__ to see an example of how to use get_process_set API.
|
5040
5040
|
"""
|
5041
5041
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5042
5042
|
required_arguments = ['processSetId']
|
@@ -5137,7 +5137,7 @@ class StackMonitoringClient(object):
|
|
5137
5137
|
:rtype: :class:`~oci.response.Response`
|
5138
5138
|
|
5139
5139
|
:example:
|
5140
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5140
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
5141
5141
|
"""
|
5142
5142
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5143
5143
|
required_arguments = ['workRequestId']
|
@@ -5279,7 +5279,7 @@ class StackMonitoringClient(object):
|
|
5279
5279
|
:rtype: :class:`~oci.response.Response`
|
5280
5280
|
|
5281
5281
|
:example:
|
5282
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5282
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/list_alarm_conditions.py.html>`__ to see an example of how to use list_alarm_conditions API.
|
5283
5283
|
"""
|
5284
5284
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5285
5285
|
required_arguments = ['monitoringTemplateId']
|
@@ -5470,7 +5470,7 @@ class StackMonitoringClient(object):
|
|
5470
5470
|
:rtype: :class:`~oci.response.Response`
|
5471
5471
|
|
5472
5472
|
:example:
|
5473
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/list_baselineable_metrics.py.html>`__ to see an example of how to use list_baselineable_metrics API.
|
5474
5474
|
"""
|
5475
5475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5476
5476
|
required_arguments = []
|
@@ -5638,7 +5638,7 @@ class StackMonitoringClient(object):
|
|
5638
5638
|
:rtype: :class:`~oci.response.Response`
|
5639
5639
|
|
5640
5640
|
:example:
|
5641
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5641
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/list_configs.py.html>`__ to see an example of how to use list_configs API.
|
5642
5642
|
"""
|
5643
5643
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5644
5644
|
required_arguments = ['compartmentId']
|
@@ -5808,7 +5808,7 @@ class StackMonitoringClient(object):
|
|
5808
5808
|
:rtype: :class:`~oci.response.Response`
|
5809
5809
|
|
5810
5810
|
:example:
|
5811
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5811
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/list_defined_monitoring_templates.py.html>`__ to see an example of how to use list_defined_monitoring_templates API.
|
5812
5812
|
"""
|
5813
5813
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5814
5814
|
required_arguments = ['compartmentId']
|
@@ -5957,7 +5957,7 @@ class StackMonitoringClient(object):
|
|
5957
5957
|
:rtype: :class:`~oci.response.Response`
|
5958
5958
|
|
5959
5959
|
:example:
|
5960
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5960
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/list_discovery_job_logs.py.html>`__ to see an example of how to use list_discovery_job_logs API.
|
5961
5961
|
"""
|
5962
5962
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5963
5963
|
required_arguments = ['discoveryJobId']
|
@@ -6120,7 +6120,7 @@ class StackMonitoringClient(object):
|
|
6120
6120
|
:rtype: :class:`~oci.response.Response`
|
6121
6121
|
|
6122
6122
|
:example:
|
6123
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6123
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/list_discovery_jobs.py.html>`__ to see an example of how to use list_discovery_jobs API.
|
6124
6124
|
"""
|
6125
6125
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6126
6126
|
required_arguments = ['compartmentId']
|
@@ -6276,7 +6276,7 @@ class StackMonitoringClient(object):
|
|
6276
6276
|
:rtype: :class:`~oci.response.Response`
|
6277
6277
|
|
6278
6278
|
:example:
|
6279
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6279
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/list_maintenance_windows.py.html>`__ to see an example of how to use list_maintenance_windows API.
|
6280
6280
|
"""
|
6281
6281
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6282
6282
|
required_arguments = ['compartmentId']
|
@@ -6459,7 +6459,7 @@ class StackMonitoringClient(object):
|
|
6459
6459
|
:rtype: :class:`~oci.response.Response`
|
6460
6460
|
|
6461
6461
|
:example:
|
6462
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6462
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/list_metric_extensions.py.html>`__ to see an example of how to use list_metric_extensions API.
|
6463
6463
|
"""
|
6464
6464
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6465
6465
|
required_arguments = []
|
@@ -6635,7 +6635,7 @@ class StackMonitoringClient(object):
|
|
6635
6635
|
:rtype: :class:`~oci.response.Response`
|
6636
6636
|
|
6637
6637
|
:example:
|
6638
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6638
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/list_monitored_resource_tasks.py.html>`__ to see an example of how to use list_monitored_resource_tasks API.
|
6639
6639
|
"""
|
6640
6640
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6641
6641
|
required_arguments = ['compartmentId']
|
@@ -6833,7 +6833,7 @@ class StackMonitoringClient(object):
|
|
6833
6833
|
:rtype: :class:`~oci.response.Response`
|
6834
6834
|
|
6835
6835
|
:example:
|
6836
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6836
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/list_monitored_resource_types.py.html>`__ to see an example of how to use list_monitored_resource_types API.
|
6837
6837
|
"""
|
6838
6838
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6839
6839
|
required_arguments = ['compartmentId']
|
@@ -7004,7 +7004,7 @@ class StackMonitoringClient(object):
|
|
7004
7004
|
:rtype: :class:`~oci.response.Response`
|
7005
7005
|
|
7006
7006
|
:example:
|
7007
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7007
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/list_monitored_resources.py.html>`__ to see an example of how to use list_monitored_resources API.
|
7008
7008
|
"""
|
7009
7009
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7010
7010
|
required_arguments = ['compartmentId']
|
@@ -7183,7 +7183,7 @@ class StackMonitoringClient(object):
|
|
7183
7183
|
:rtype: :class:`~oci.response.Response`
|
7184
7184
|
|
7185
7185
|
:example:
|
7186
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7186
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/list_monitoring_templates.py.html>`__ to see an example of how to use list_monitoring_templates API.
|
7187
7187
|
"""
|
7188
7188
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7189
7189
|
required_arguments = []
|
@@ -7355,7 +7355,7 @@ class StackMonitoringClient(object):
|
|
7355
7355
|
:rtype: :class:`~oci.response.Response`
|
7356
7356
|
|
7357
7357
|
:example:
|
7358
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7358
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/list_process_sets.py.html>`__ to see an example of how to use list_process_sets API.
|
7359
7359
|
"""
|
7360
7360
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7361
7361
|
required_arguments = ['compartmentId']
|
@@ -7499,7 +7499,7 @@ class StackMonitoringClient(object):
|
|
7499
7499
|
:rtype: :class:`~oci.response.Response`
|
7500
7500
|
|
7501
7501
|
:example:
|
7502
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7502
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
7503
7503
|
"""
|
7504
7504
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7505
7505
|
required_arguments = ['workRequestId']
|
@@ -7652,7 +7652,7 @@ class StackMonitoringClient(object):
|
|
7652
7652
|
:rtype: :class:`~oci.response.Response`
|
7653
7653
|
|
7654
7654
|
:example:
|
7655
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7655
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
7656
7656
|
"""
|
7657
7657
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7658
7658
|
required_arguments = ['workRequestId']
|
@@ -7814,7 +7814,7 @@ class StackMonitoringClient(object):
|
|
7814
7814
|
:rtype: :class:`~oci.response.Response`
|
7815
7815
|
|
7816
7816
|
:example:
|
7817
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7817
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
7818
7818
|
"""
|
7819
7819
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7820
7820
|
required_arguments = ['compartmentId']
|
@@ -7966,7 +7966,7 @@ class StackMonitoringClient(object):
|
|
7966
7966
|
:rtype: :class:`~oci.response.Response`
|
7967
7967
|
|
7968
7968
|
:example:
|
7969
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7969
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/manage_license.py.html>`__ to see an example of how to use manage_license API.
|
7970
7970
|
"""
|
7971
7971
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7972
7972
|
required_arguments = ['monitoredResourceId']
|
@@ -8086,7 +8086,7 @@ class StackMonitoringClient(object):
|
|
8086
8086
|
:rtype: :class:`~oci.response.Response`
|
8087
8087
|
|
8088
8088
|
:example:
|
8089
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8089
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/publish_metric_extension.py.html>`__ to see an example of how to use publish_metric_extension API.
|
8090
8090
|
"""
|
8091
8091
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8092
8092
|
required_arguments = ['metricExtensionId']
|
@@ -8225,7 +8225,7 @@ class StackMonitoringClient(object):
|
|
8225
8225
|
:rtype: :class:`~oci.response.Response`
|
8226
8226
|
|
8227
8227
|
:example:
|
8228
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8228
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/request_monitored_resources_summarized_count.py.html>`__ to see an example of how to use request_monitored_resources_summarized_count API.
|
8229
8229
|
"""
|
8230
8230
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8231
8231
|
required_arguments = ['compartmentId']
|
@@ -8376,7 +8376,7 @@ class StackMonitoringClient(object):
|
|
8376
8376
|
:rtype: :class:`~oci.response.Response`
|
8377
8377
|
|
8378
8378
|
:example:
|
8379
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8379
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/request_summarized_metric_extensions_metrics.py.html>`__ to see an example of how to use request_summarized_metric_extensions_metrics API.
|
8380
8380
|
"""
|
8381
8381
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8382
8382
|
required_arguments = []
|
@@ -8490,7 +8490,7 @@ class StackMonitoringClient(object):
|
|
8490
8490
|
:rtype: :class:`~oci.response.Response`
|
8491
8491
|
|
8492
8492
|
:example:
|
8493
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8493
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/request_summarized_metric_extensions_resources.py.html>`__ to see an example of how to use request_summarized_metric_extensions_resources API.
|
8494
8494
|
"""
|
8495
8495
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8496
8496
|
required_arguments = []
|
@@ -8598,7 +8598,7 @@ class StackMonitoringClient(object):
|
|
8598
8598
|
:rtype: :class:`~oci.response.Response`
|
8599
8599
|
|
8600
8600
|
:example:
|
8601
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8601
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/retry_failed_maintenance_window_operation.py.html>`__ to see an example of how to use retry_failed_maintenance_window_operation API.
|
8602
8602
|
"""
|
8603
8603
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8604
8604
|
required_arguments = ['maintenanceWindowId']
|
@@ -8748,7 +8748,7 @@ class StackMonitoringClient(object):
|
|
8748
8748
|
:rtype: :class:`~oci.response.Response`
|
8749
8749
|
|
8750
8750
|
:example:
|
8751
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8751
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/search_associated_resources.py.html>`__ to see an example of how to use search_associated_resources API.
|
8752
8752
|
"""
|
8753
8753
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8754
8754
|
required_arguments = []
|
@@ -8884,7 +8884,7 @@ class StackMonitoringClient(object):
|
|
8884
8884
|
:rtype: :class:`~oci.response.Response`
|
8885
8885
|
|
8886
8886
|
:example:
|
8887
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8887
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/search_monitored_resource_associations.py.html>`__ to see an example of how to use search_monitored_resource_associations API.
|
8888
8888
|
"""
|
8889
8889
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8890
8890
|
required_arguments = []
|
@@ -9033,7 +9033,7 @@ class StackMonitoringClient(object):
|
|
9033
9033
|
:rtype: :class:`~oci.response.Response`
|
9034
9034
|
|
9035
9035
|
:example:
|
9036
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9036
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/search_monitored_resource_members.py.html>`__ to see an example of how to use search_monitored_resource_members API.
|
9037
9037
|
"""
|
9038
9038
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9039
9039
|
required_arguments = ['monitoredResourceId']
|
@@ -9219,7 +9219,7 @@ class StackMonitoringClient(object):
|
|
9219
9219
|
:rtype: :class:`~oci.response.Response`
|
9220
9220
|
|
9221
9221
|
:example:
|
9222
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9222
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/search_monitored_resources.py.html>`__ to see an example of how to use search_monitored_resources API.
|
9223
9223
|
"""
|
9224
9224
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9225
9225
|
required_arguments = []
|
@@ -9336,7 +9336,7 @@ class StackMonitoringClient(object):
|
|
9336
9336
|
:rtype: :class:`~oci.response.Response`
|
9337
9337
|
|
9338
9338
|
:example:
|
9339
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9339
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/stop_maintenance_window.py.html>`__ to see an example of how to use stop_maintenance_window API.
|
9340
9340
|
"""
|
9341
9341
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9342
9342
|
required_arguments = ['maintenanceWindowId']
|
@@ -9452,7 +9452,7 @@ class StackMonitoringClient(object):
|
|
9452
9452
|
:rtype: :class:`~oci.response.Response`
|
9453
9453
|
|
9454
9454
|
:example:
|
9455
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9455
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/test_metric_extension.py.html>`__ to see an example of how to use test_metric_extension API.
|
9456
9456
|
"""
|
9457
9457
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9458
9458
|
required_arguments = ['metricExtensionId']
|
@@ -9572,7 +9572,7 @@ class StackMonitoringClient(object):
|
|
9572
9572
|
:rtype: :class:`~oci.response.Response`
|
9573
9573
|
|
9574
9574
|
:example:
|
9575
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9575
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/unapply_monitoring_template.py.html>`__ to see an example of how to use unapply_monitoring_template API.
|
9576
9576
|
"""
|
9577
9577
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9578
9578
|
required_arguments = ['monitoringTemplateId']
|
@@ -9691,7 +9691,7 @@ class StackMonitoringClient(object):
|
|
9691
9691
|
:rtype: :class:`~oci.response.Response`
|
9692
9692
|
|
9693
9693
|
:example:
|
9694
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9694
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/update_alarm_condition.py.html>`__ to see an example of how to use update_alarm_condition API.
|
9695
9695
|
"""
|
9696
9696
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9697
9697
|
required_arguments = ['alarmConditionId', 'monitoringTemplateId']
|
@@ -9819,7 +9819,7 @@ class StackMonitoringClient(object):
|
|
9819
9819
|
:rtype: :class:`~oci.response.Response`
|
9820
9820
|
|
9821
9821
|
:example:
|
9822
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9822
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/update_and_propagate_tags.py.html>`__ to see an example of how to use update_and_propagate_tags API.
|
9823
9823
|
"""
|
9824
9824
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9825
9825
|
required_arguments = ['monitoredResourceId']
|
@@ -9933,7 +9933,7 @@ class StackMonitoringClient(object):
|
|
9933
9933
|
:rtype: :class:`~oci.response.Response`
|
9934
9934
|
|
9935
9935
|
:example:
|
9936
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9936
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/update_baselineable_metric.py.html>`__ to see an example of how to use update_baselineable_metric API.
|
9937
9937
|
"""
|
9938
9938
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9939
9939
|
required_arguments = ['baselineableMetricId']
|
@@ -10046,7 +10046,7 @@ class StackMonitoringClient(object):
|
|
10046
10046
|
:rtype: :class:`~oci.response.Response`
|
10047
10047
|
|
10048
10048
|
:example:
|
10049
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10049
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/update_config.py.html>`__ to see an example of how to use update_config API.
|
10050
10050
|
"""
|
10051
10051
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10052
10052
|
required_arguments = ['configId']
|
@@ -10163,7 +10163,7 @@ class StackMonitoringClient(object):
|
|
10163
10163
|
:rtype: :class:`~oci.response.Response`
|
10164
10164
|
|
10165
10165
|
:example:
|
10166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10166
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/update_maintenance_window.py.html>`__ to see an example of how to use update_maintenance_window API.
|
10167
10167
|
"""
|
10168
10168
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10169
10169
|
required_arguments = ['maintenanceWindowId']
|
@@ -10274,7 +10274,7 @@ class StackMonitoringClient(object):
|
|
10274
10274
|
:rtype: :class:`~oci.response.Response`
|
10275
10275
|
|
10276
10276
|
:example:
|
10277
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10277
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/update_metric_extension.py.html>`__ to see an example of how to use update_metric_extension API.
|
10278
10278
|
"""
|
10279
10279
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10280
10280
|
required_arguments = ['metricExtensionId']
|
@@ -10391,7 +10391,7 @@ class StackMonitoringClient(object):
|
|
10391
10391
|
:rtype: :class:`~oci.response.Response`
|
10392
10392
|
|
10393
10393
|
:example:
|
10394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/update_monitored_resource.py.html>`__ to see an example of how to use update_monitored_resource API.
|
10395
10395
|
"""
|
10396
10396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10397
10397
|
required_arguments = ['monitoredResourceId']
|
@@ -10504,7 +10504,7 @@ class StackMonitoringClient(object):
|
|
10504
10504
|
:rtype: :class:`~oci.response.Response`
|
10505
10505
|
|
10506
10506
|
:example:
|
10507
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10507
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/update_monitored_resource_task.py.html>`__ to see an example of how to use update_monitored_resource_task API.
|
10508
10508
|
"""
|
10509
10509
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10510
10510
|
required_arguments = ['monitoredResourceTaskId']
|
@@ -10619,7 +10619,7 @@ class StackMonitoringClient(object):
|
|
10619
10619
|
:rtype: :class:`~oci.response.Response`
|
10620
10620
|
|
10621
10621
|
:example:
|
10622
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10622
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/update_monitored_resource_type.py.html>`__ to see an example of how to use update_monitored_resource_type API.
|
10623
10623
|
"""
|
10624
10624
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10625
10625
|
required_arguments = ['monitoredResourceTypeId']
|
@@ -10732,7 +10732,7 @@ class StackMonitoringClient(object):
|
|
10732
10732
|
:rtype: :class:`~oci.response.Response`
|
10733
10733
|
|
10734
10734
|
:example:
|
10735
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10735
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/update_monitoring_template.py.html>`__ to see an example of how to use update_monitoring_template API.
|
10736
10736
|
"""
|
10737
10737
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10738
10738
|
required_arguments = ['monitoringTemplateId']
|
@@ -10843,7 +10843,7 @@ class StackMonitoringClient(object):
|
|
10843
10843
|
:rtype: :class:`~oci.response.Response`
|
10844
10844
|
|
10845
10845
|
:example:
|
10846
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10846
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/stackmonitoring/update_process_set.py.html>`__ to see an example of how to use update_process_set API.
|
10847
10847
|
"""
|
10848
10848
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10849
10849
|
required_arguments = ['processSetId']
|