oci 2.102.0__py3-none-any.whl → 2.103.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/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/access_governance_cp/access_governance_cp_client_composite_operations.py +9 -1
- oci/adm/application_dependency_management_client.py +18 -18
- oci/adm/application_dependency_management_client_composite_operations.py +9 -1
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client_composite_operations.py +18 -2
- oci/ai_document/ai_service_document_client.py +3 -3
- oci/ai_language/ai_service_language_client.py +35 -35
- oci/ai_speech/ai_service_speech_client.py +9 -9
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcement_subscription_client_composite_operations.py +9 -1
- oci/announcements_service/announcements_preferences_client.py +4 -4
- 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 +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +30 -30
- oci/artifacts/artifacts_client_composite_operations.py +36 -4
- oci/audit/audit_client.py +3 -3
- oci/auth/signers/instance_principals_security_token_signer.py +9 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +40 -40
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/budget/budget_client_composite_operations.py +9 -1
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/certificates_management/certificates_management_client_composite_operations.py +9 -1
- oci/cims/incident_client.py +7 -7
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/discovery_client_composite_operations.py +9 -1
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/inventory_client_composite_operations.py +9 -1
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_bridge/ocb_agent_svc_client_composite_operations.py +27 -3
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_guard/cloud_guard_client_composite_operations.py +63 -7
- oci/cloud_migrations/migration_client.py +43 -43
- 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 +36 -36
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/blockstorage_client_composite_operations.py +54 -6
- oci/core/compute_client.py +89 -89
- oci/core/compute_client_composite_operations.py +72 -8
- oci/core/compute_management_client.py +32 -32
- oci/core/compute_management_client_composite_operations.py +9 -1
- oci/core/virtual_network_client.py +241 -241
- oci/core/virtual_network_client_composite_operations.py +216 -24
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_client_composite_operations.py +9 -1
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/dashboard_service/dashboard_group_client_composite_operations.py +9 -1
- oci/data_catalog/data_catalog_client.py +139 -139
- oci/data_flow/data_flow_client.py +28 -28
- oci/data_flow/data_flow_client_composite_operations.py +18 -2
- oci/data_integration/data_integration_client.py +152 -152
- oci/data_labeling_service/data_labeling_management_client.py +16 -16
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_labeling_service_dataplane/data_labeling_client_composite_operations.py +18 -2
- oci/data_safe/data_safe_client.py +214 -214
- oci/data_safe/data_safe_client_composite_operations.py +18 -2
- oci/data_science/data_science_client.py +85 -85
- oci/data_science/data_science_client_composite_operations.py +27 -3
- oci/database/database_client.py +428 -304
- oci/database/database_client_composite_operations.py +18 -2
- oci/database/models/__init__.py +4 -0
- oci/database/models/autonomous_container_database.py +2 -2
- oci/database/models/autonomous_container_database_summary.py +2 -2
- oci/database/models/autonomous_database.py +6 -2
- oci/database/models/autonomous_database_summary.py +6 -2
- oci/database/models/autonomous_virtual_machine.py +37 -2
- oci/database/models/autonomous_virtual_machine_summary.py +37 -2
- oci/database/models/autonomous_vm_cluster.py +10 -6
- oci/database/models/autonomous_vm_cluster_resource_details.py +105 -0
- oci/database/models/autonomous_vm_cluster_summary.py +10 -6
- oci/database/models/cloud_autonomous_vm_cluster.py +43 -4
- oci/database/models/cloud_autonomous_vm_cluster_summary.py +43 -4
- oci/database/models/create_autonomous_container_database_details.py +2 -2
- oci/database/models/create_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/create_cloud_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/exadata_infrastructure.py +31 -0
- oci/database/models/exadata_infrastructure_summary.py +31 -0
- oci/database/models/exadata_infrastructure_un_allocated_resources.py +260 -0
- oci/database/models/rotate_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_autonomous_vm_cluster_ssl_certs_details.py +3 -3
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ssl_certs_details.py +2 -2
- oci/database/models/vm_cluster.py +31 -0
- oci/database/models/vm_cluster_summary.py +31 -0
- oci/database_management/db_management_client.py +157 -157
- oci/database_management/db_management_client_composite_operations.py +45 -5
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/sql_tuning_client.py +10 -10
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_migration/database_migration_client_composite_operations.py +9 -1
- oci/database_tools/database_tools_client.py +19 -19
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/disaster_recovery/disaster_recovery_client_composite_operations.py +9 -1
- oci/dns/dns_client.py +197 -51
- oci/dns/dns_client_composite_operations.py +45 -5
- oci/dns/models/__init__.py +2 -0
- oci/dns/models/create_zone_details.py +35 -2
- oci/dns/models/external_downstream.py +137 -0
- oci/dns/models/update_zone_details.py +35 -2
- oci/dns/models/zone.py +33 -0
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/appliance_export_job_client_composite_operations.py +9 -1
- 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_job_client_composite_operations.py +9 -1
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +25 -25
- oci/email/email_client_composite_operations.py +9 -1
- oci/events/events_client.py +6 -6
- oci/events/events_client_composite_operations.py +9 -1
- oci/file_storage/file_storage_client.py +35 -35
- oci/file_storage/file_storage_client_composite_operations.py +54 -6
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/functions/functions_management_client_composite_operations.py +18 -2
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +53 -53
- 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/identity_client_composite_operations.py +63 -7
- oci/identity_data_plane/dataplane_client.py +1 -1
- oci/identity_domains/identity_domains_client.py +134 -134
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +44 -44
- oci/key_management/kms_crypto_client.py +6 -6
- 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/license_manager/license_manager_client_composite_operations.py +18 -2
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/limits/quotas_client_composite_operations.py +9 -1
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +22 -22
- oci/lockbox/lockbox_client_composite_operations.py +18 -2
- oci/log_analytics/log_analytics_client.py +184 -184
- oci/logging/logging_management_client.py +62 -300
- oci/logging/logging_management_client_composite_operations.py +12 -4
- oci/logging/models/__init__.py +2 -6
- oci/logging/models/archiving.py +2 -2
- oci/logging/models/category.py +2 -2
- oci/logging/models/change_log_saved_search_compartment_details.py +1 -1
- oci/logging/models/create_log_details.py +2 -2
- oci/logging/models/create_log_saved_search_details.py +1 -1
- oci/logging/models/log.py +2 -2
- oci/logging/models/log_saved_search.py +1 -1
- oci/logging/models/log_saved_search_summary.py +1 -1
- oci/logging/models/log_summary.py +2 -2
- oci/logging/models/parameter.py +77 -5
- oci/logging/models/unified_agent_apache2_parser.py +1 -1
- oci/logging/models/unified_agent_apache_error_parser.py +1 -1
- oci/logging/models/unified_agent_auditd_parser.py +1 -1
- oci/logging/models/unified_agent_cri_parser.py +160 -0
- oci/logging/models/unified_agent_csv_parser.py +10 -2
- oci/logging/models/unified_agent_grok_parser.py +14 -2
- oci/logging/models/unified_agent_logging_configuration.py +6 -2
- oci/logging/models/unified_agent_msgpack_parser.py +1 -1
- oci/logging/models/unified_agent_multiline_grok_parser.py +18 -2
- oci/logging/models/unified_agent_multiline_parser.py +10 -2
- oci/logging/models/unified_agent_none_parser.py +5 -1
- oci/logging/models/unified_agent_parser.py +51 -3
- oci/logging/models/unified_agent_regex_parser.py +10 -2
- oci/logging/models/unified_agent_syslog_parser.py +25 -1
- oci/logging/models/unified_agent_tail_log_source.py +5 -1
- oci/logging/models/unified_agent_tsv_parser.py +10 -2
- oci/logging/models/unified_agent_windows_event_source.py +5 -1
- oci/logging/models/unified_json_parser.py +9 -1
- oci/logging/models/update_log_details.py +2 -2
- oci/logging/models/update_log_saved_search_details.py +1 -1
- oci/logging/models/work_request.py +2 -2
- oci/logging/models/work_request_summary.py +2 -2
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +23 -23
- oci/management_agent/management_agent_client_composite_operations.py +18 -2
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/management_dashboard/dashx_apis_client_composite_operations.py +18 -2
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +25 -25
- oci/marketplace/marketplace_client_composite_operations.py +9 -1
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_services_client_composite_operations.py +63 -7
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/monitoring/monitoring_client_composite_operations.py +9 -1
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +26 -26
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/mysqlaas_client_composite_operations.py +9 -1
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +17 -17
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +22 -22
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/ocvp/esxi_host_client.py +5 -5
- oci/ocvp/sddc_client.py +13 -13
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +56 -56
- 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/ons/notification_data_plane_client_composite_operations.py +9 -1
- oci/opa/opa_instance_client.py +11 -11
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_assignment_client_composite_operations.py +9 -1
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/operator_access_control/operator_control_client_composite_operations.py +9 -1
- oci/opsi/operations_insights_client.py +151 -151
- oci/optimizer/optimizer_client.py +26 -26
- oci/optimizer/optimizer_client_composite_operations.py +9 -1
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management/os_management_client_composite_operations.py +27 -3
- 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/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +7 -7
- oci/recovery/database_recovery_client.py +23 -23
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_manager/resource_manager_client_composite_operations.py +45 -5
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_cluster_client.py +7 -7
- oci/rover/rover_cluster_client_composite_operations.py +9 -1
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_entitlement_client_composite_operations.py +9 -1
- oci/rover/rover_node_client.py +10 -10
- oci/rover/rover_node_client_composite_operations.py +9 -1
- oci/rover/shape_client.py +1 -1
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_catalog/service_catalog_client_composite_operations.py +9 -1
- 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 +22 -22
- oci/stack_monitoring/stack_monitoring_client_composite_operations.py +9 -1
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_admin_client_composite_operations.py +27 -3
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client_composite_operations.py +9 -1
- 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 +9 -9
- oci/tenant_manager_control_plane/subscription_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/rewards_client.py +6 -6
- oci/usage_api/usageapi_client.py +19 -19
- oci/usage_api/usageapi_client_composite_operations.py +9 -1
- oci/vault/vaults_client.py +11 -11
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vn_monitoring/vn_monitoring_client_composite_operations.py +9 -1
- 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/waas/waas_client_composite_operations.py +27 -3
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/METADATA +1 -1
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/RECORD +336 -332
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/WHEEL +0 -0
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/top_level.txt +0 -0
@@ -153,7 +153,7 @@ class AccessGovernanceCPClient(object):
|
|
153
153
|
:rtype: :class:`~oci.response.Response`
|
154
154
|
|
155
155
|
:example:
|
156
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
156
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/accessgovernancecp/change_governance_instance_compartment.py.html>`__ to see an example of how to use change_governance_instance_compartment API.
|
157
157
|
"""
|
158
158
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
159
159
|
required_arguments = ['governanceInstanceId']
|
@@ -263,7 +263,7 @@ class AccessGovernanceCPClient(object):
|
|
263
263
|
:rtype: :class:`~oci.response.Response`
|
264
264
|
|
265
265
|
:example:
|
266
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
266
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/accessgovernancecp/create_governance_instance.py.html>`__ to see an example of how to use create_governance_instance API.
|
267
267
|
"""
|
268
268
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
269
269
|
required_arguments = []
|
@@ -368,7 +368,7 @@ class AccessGovernanceCPClient(object):
|
|
368
368
|
:rtype: :class:`~oci.response.Response`
|
369
369
|
|
370
370
|
:example:
|
371
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
371
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/accessgovernancecp/delete_governance_instance.py.html>`__ to see an example of how to use delete_governance_instance API.
|
372
372
|
"""
|
373
373
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
374
374
|
required_arguments = ['governanceInstanceId']
|
@@ -469,7 +469,7 @@ class AccessGovernanceCPClient(object):
|
|
469
469
|
:rtype: :class:`~oci.response.Response`
|
470
470
|
|
471
471
|
:example:
|
472
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
472
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/accessgovernancecp/get_governance_instance.py.html>`__ to see an example of how to use get_governance_instance API.
|
473
473
|
"""
|
474
474
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
475
475
|
required_arguments = ['governanceInstanceId']
|
@@ -567,7 +567,7 @@ class AccessGovernanceCPClient(object):
|
|
567
567
|
:rtype: :class:`~oci.response.Response`
|
568
568
|
|
569
569
|
:example:
|
570
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
570
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/accessgovernancecp/get_governance_instance_configuration.py.html>`__ to see an example of how to use get_governance_instance_configuration API.
|
571
571
|
"""
|
572
572
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
573
573
|
required_arguments = ['compartmentId']
|
@@ -685,7 +685,7 @@ class AccessGovernanceCPClient(object):
|
|
685
685
|
:rtype: :class:`~oci.response.Response`
|
686
686
|
|
687
687
|
:example:
|
688
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
688
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/accessgovernancecp/list_governance_instances.py.html>`__ to see an example of how to use list_governance_instances API.
|
689
689
|
"""
|
690
690
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
691
691
|
required_arguments = ['compartmentId']
|
@@ -816,7 +816,7 @@ class AccessGovernanceCPClient(object):
|
|
816
816
|
:rtype: :class:`~oci.response.Response`
|
817
817
|
|
818
818
|
:example:
|
819
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
819
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/accessgovernancecp/update_governance_instance.py.html>`__ to see an example of how to use update_governance_instance API.
|
820
820
|
"""
|
821
821
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
822
822
|
required_arguments = ['governanceInstanceId']
|
@@ -928,7 +928,7 @@ class AccessGovernanceCPClient(object):
|
|
928
928
|
:rtype: :class:`~oci.response.Response`
|
929
929
|
|
930
930
|
:example:
|
931
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
931
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/accessgovernancecp/update_governance_instance_configuration.py.html>`__ to see an example of how to use update_governance_instance_configuration API.
|
932
932
|
"""
|
933
933
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
934
934
|
required_arguments = ['compartmentId']
|
@@ -100,11 +100,19 @@ class AccessGovernanceCPClientCompositeOperations(object):
|
|
100
100
|
lowered_wait_for_states = [w.lower() for w in wait_for_states]
|
101
101
|
|
102
102
|
try:
|
103
|
+
if ("succeed_on_not_found" in waiter_kwargs) and (waiter_kwargs["succeed_on_not_found"] is False):
|
104
|
+
self.client.base_client.logger.warning("The waiter kwarg succeed_on_not_found was passed as False for the delete composite operation delete_governance_instance, this would result in the operation to fail if the resource is not found! Please, do not pass this kwarg if this was not intended")
|
105
|
+
else:
|
106
|
+
"""
|
107
|
+
If the user does not send in this value, we set it to True by default.
|
108
|
+
We are doing this because during a delete resource scenario and waiting on its state, the service can
|
109
|
+
return a 404 NOT FOUND exception as the resource was deleted and a get on its state would fail
|
110
|
+
"""
|
111
|
+
waiter_kwargs["succeed_on_not_found"] = True
|
103
112
|
waiter_result = oci.wait_until(
|
104
113
|
self.client,
|
105
114
|
initial_get_result, # noqa: F821
|
106
115
|
evaluate_response=lambda r: getattr(r.data, 'lifecycle_state') and getattr(r.data, 'lifecycle_state').lower() in lowered_wait_for_states,
|
107
|
-
succeed_on_not_found=True,
|
108
116
|
**waiter_kwargs
|
109
117
|
)
|
110
118
|
result_to_return = waiter_result
|
@@ -145,7 +145,7 @@ class ApplicationDependencyManagementClient(object):
|
|
145
145
|
:rtype: :class:`~oci.response.Response`
|
146
146
|
|
147
147
|
:example:
|
148
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
148
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/adm/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
|
149
149
|
"""
|
150
150
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
151
151
|
required_arguments = ['workRequestId']
|
@@ -262,7 +262,7 @@ class ApplicationDependencyManagementClient(object):
|
|
262
262
|
:rtype: :class:`~oci.response.Response`
|
263
263
|
|
264
264
|
:example:
|
265
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
265
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/adm/change_knowledge_base_compartment.py.html>`__ to see an example of how to use change_knowledge_base_compartment API.
|
266
266
|
"""
|
267
267
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
268
268
|
required_arguments = ['knowledgeBaseId']
|
@@ -382,7 +382,7 @@ class ApplicationDependencyManagementClient(object):
|
|
382
382
|
:rtype: :class:`~oci.response.Response`
|
383
383
|
|
384
384
|
:example:
|
385
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
385
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/adm/change_vulnerability_audit_compartment.py.html>`__ to see an example of how to use change_vulnerability_audit_compartment API.
|
386
386
|
"""
|
387
387
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
388
388
|
required_arguments = ['vulnerabilityAuditId']
|
@@ -492,7 +492,7 @@ class ApplicationDependencyManagementClient(object):
|
|
492
492
|
:rtype: :class:`~oci.response.Response`
|
493
493
|
|
494
494
|
:example:
|
495
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
495
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/adm/create_knowledge_base.py.html>`__ to see an example of how to use create_knowledge_base API.
|
496
496
|
"""
|
497
497
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
498
498
|
required_arguments = []
|
@@ -595,7 +595,7 @@ class ApplicationDependencyManagementClient(object):
|
|
595
595
|
:rtype: :class:`~oci.response.Response`
|
596
596
|
|
597
597
|
:example:
|
598
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
598
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/adm/create_vulnerability_audit.py.html>`__ to see an example of how to use create_vulnerability_audit API.
|
599
599
|
"""
|
600
600
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
601
601
|
required_arguments = []
|
@@ -697,7 +697,7 @@ class ApplicationDependencyManagementClient(object):
|
|
697
697
|
:rtype: :class:`~oci.response.Response`
|
698
698
|
|
699
699
|
:example:
|
700
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
700
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/adm/delete_knowledge_base.py.html>`__ to see an example of how to use delete_knowledge_base API.
|
701
701
|
"""
|
702
702
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
703
703
|
required_arguments = ['knowledgeBaseId']
|
@@ -802,7 +802,7 @@ class ApplicationDependencyManagementClient(object):
|
|
802
802
|
:rtype: :class:`~oci.response.Response`
|
803
803
|
|
804
804
|
:example:
|
805
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
805
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/adm/delete_vulnerability_audit.py.html>`__ to see an example of how to use delete_vulnerability_audit API.
|
806
806
|
"""
|
807
807
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
808
808
|
required_arguments = ['vulnerabilityAuditId']
|
@@ -902,7 +902,7 @@ class ApplicationDependencyManagementClient(object):
|
|
902
902
|
:rtype: :class:`~oci.response.Response`
|
903
903
|
|
904
904
|
:example:
|
905
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
905
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/adm/get_knowledge_base.py.html>`__ to see an example of how to use get_knowledge_base API.
|
906
906
|
"""
|
907
907
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
908
908
|
required_arguments = ['knowledgeBaseId']
|
@@ -1000,7 +1000,7 @@ class ApplicationDependencyManagementClient(object):
|
|
1000
1000
|
:rtype: :class:`~oci.response.Response`
|
1001
1001
|
|
1002
1002
|
:example:
|
1003
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1003
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/adm/get_vulnerability_audit.py.html>`__ to see an example of how to use get_vulnerability_audit API.
|
1004
1004
|
"""
|
1005
1005
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1006
1006
|
required_arguments = ['vulnerabilityAuditId']
|
@@ -1100,7 +1100,7 @@ class ApplicationDependencyManagementClient(object):
|
|
1100
1100
|
:rtype: :class:`~oci.response.Response`
|
1101
1101
|
|
1102
1102
|
:example:
|
1103
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1103
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/adm/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
1104
1104
|
"""
|
1105
1105
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1106
1106
|
required_arguments = ['workRequestId']
|
@@ -1239,7 +1239,7 @@ class ApplicationDependencyManagementClient(object):
|
|
1239
1239
|
:rtype: :class:`~oci.response.Response`
|
1240
1240
|
|
1241
1241
|
:example:
|
1242
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1242
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/adm/list_application_dependency_vulnerabilities.py.html>`__ to see an example of how to use list_application_dependency_vulnerabilities API.
|
1243
1243
|
"""
|
1244
1244
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1245
1245
|
required_arguments = ['vulnerabilityAuditId']
|
@@ -1408,7 +1408,7 @@ class ApplicationDependencyManagementClient(object):
|
|
1408
1408
|
:rtype: :class:`~oci.response.Response`
|
1409
1409
|
|
1410
1410
|
:example:
|
1411
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1411
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/adm/list_knowledge_bases.py.html>`__ to see an example of how to use list_knowledge_bases API.
|
1412
1412
|
"""
|
1413
1413
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1414
1414
|
required_arguments = []
|
@@ -1578,7 +1578,7 @@ class ApplicationDependencyManagementClient(object):
|
|
1578
1578
|
:rtype: :class:`~oci.response.Response`
|
1579
1579
|
|
1580
1580
|
:example:
|
1581
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1581
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/adm/list_vulnerability_audits.py.html>`__ to see an example of how to use list_vulnerability_audits API.
|
1582
1582
|
"""
|
1583
1583
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1584
1584
|
required_arguments = []
|
@@ -1729,7 +1729,7 @@ class ApplicationDependencyManagementClient(object):
|
|
1729
1729
|
:rtype: :class:`~oci.response.Response`
|
1730
1730
|
|
1731
1731
|
:example:
|
1732
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1732
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/adm/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
1733
1733
|
"""
|
1734
1734
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1735
1735
|
required_arguments = ['workRequestId']
|
@@ -1873,7 +1873,7 @@ class ApplicationDependencyManagementClient(object):
|
|
1873
1873
|
:rtype: :class:`~oci.response.Response`
|
1874
1874
|
|
1875
1875
|
:example:
|
1876
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1876
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/adm/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
1877
1877
|
"""
|
1878
1878
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1879
1879
|
required_arguments = ['workRequestId']
|
@@ -2028,7 +2028,7 @@ class ApplicationDependencyManagementClient(object):
|
|
2028
2028
|
:rtype: :class:`~oci.response.Response`
|
2029
2029
|
|
2030
2030
|
:example:
|
2031
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2031
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/adm/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
2032
2032
|
"""
|
2033
2033
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2034
2034
|
required_arguments = []
|
@@ -2169,7 +2169,7 @@ class ApplicationDependencyManagementClient(object):
|
|
2169
2169
|
:rtype: :class:`~oci.response.Response`
|
2170
2170
|
|
2171
2171
|
:example:
|
2172
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2172
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/adm/update_knowledge_base.py.html>`__ to see an example of how to use update_knowledge_base API.
|
2173
2173
|
"""
|
2174
2174
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2175
2175
|
required_arguments = ['knowledgeBaseId']
|
@@ -2279,7 +2279,7 @@ class ApplicationDependencyManagementClient(object):
|
|
2279
2279
|
:rtype: :class:`~oci.response.Response`
|
2280
2280
|
|
2281
2281
|
:example:
|
2282
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2282
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/adm/update_vulnerability_audit.py.html>`__ to see an example of how to use update_vulnerability_audit API.
|
2283
2283
|
"""
|
2284
2284
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2285
2285
|
required_arguments = ['vulnerabilityAuditId']
|
@@ -224,11 +224,19 @@ class ApplicationDependencyManagementClientCompositeOperations(object):
|
|
224
224
|
lowered_wait_for_states = [w.lower() for w in wait_for_states]
|
225
225
|
|
226
226
|
try:
|
227
|
+
if ("succeed_on_not_found" in waiter_kwargs) and (waiter_kwargs["succeed_on_not_found"] is False):
|
228
|
+
self.client.base_client.logger.warning("The waiter kwarg succeed_on_not_found was passed as False for the delete composite operation delete_vulnerability_audit, this would result in the operation to fail if the resource is not found! Please, do not pass this kwarg if this was not intended")
|
229
|
+
else:
|
230
|
+
"""
|
231
|
+
If the user does not send in this value, we set it to True by default.
|
232
|
+
We are doing this because during a delete resource scenario and waiting on its state, the service can
|
233
|
+
return a 404 NOT FOUND exception as the resource was deleted and a get on its state would fail
|
234
|
+
"""
|
235
|
+
waiter_kwargs["succeed_on_not_found"] = True
|
227
236
|
waiter_result = oci.wait_until(
|
228
237
|
self.client,
|
229
238
|
initial_get_result, # noqa: F821
|
230
239
|
evaluate_response=lambda r: getattr(r.data, 'lifecycle_state') and getattr(r.data, 'lifecycle_state').lower() in lowered_wait_for_states,
|
231
|
-
succeed_on_not_found=True,
|
232
240
|
**waiter_kwargs
|
233
241
|
)
|
234
242
|
result_to_return = waiter_result
|
@@ -145,7 +145,7 @@ class AnomalyDetectionClient(object):
|
|
145
145
|
:rtype: :class:`~oci.response.Response`
|
146
146
|
|
147
147
|
:example:
|
148
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
148
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
|
149
149
|
"""
|
150
150
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
151
151
|
required_arguments = ['workRequestId']
|
@@ -260,7 +260,7 @@ class AnomalyDetectionClient(object):
|
|
260
260
|
:rtype: :class:`~oci.response.Response`
|
261
261
|
|
262
262
|
:example:
|
263
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
263
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/change_ai_private_endpoint_compartment.py.html>`__ to see an example of how to use change_ai_private_endpoint_compartment API.
|
264
264
|
"""
|
265
265
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
266
266
|
required_arguments = ['aiPrivateEndpointId']
|
@@ -380,7 +380,7 @@ class AnomalyDetectionClient(object):
|
|
380
380
|
:rtype: :class:`~oci.response.Response`
|
381
381
|
|
382
382
|
:example:
|
383
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
383
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/change_data_asset_compartment.py.html>`__ to see an example of how to use change_data_asset_compartment API.
|
384
384
|
"""
|
385
385
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
386
386
|
required_arguments = ['dataAssetId']
|
@@ -495,7 +495,7 @@ class AnomalyDetectionClient(object):
|
|
495
495
|
:rtype: :class:`~oci.response.Response`
|
496
496
|
|
497
497
|
:example:
|
498
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
498
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/change_detect_anomaly_job_compartment.py.html>`__ to see an example of how to use change_detect_anomaly_job_compartment API.
|
499
499
|
"""
|
500
500
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
501
501
|
required_arguments = ['detectAnomalyJobId']
|
@@ -612,7 +612,7 @@ class AnomalyDetectionClient(object):
|
|
612
612
|
:rtype: :class:`~oci.response.Response`
|
613
613
|
|
614
614
|
:example:
|
615
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
615
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/change_model_compartment.py.html>`__ to see an example of how to use change_model_compartment API.
|
616
616
|
"""
|
617
617
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
618
618
|
required_arguments = ['modelId']
|
@@ -732,7 +732,7 @@ class AnomalyDetectionClient(object):
|
|
732
732
|
:rtype: :class:`~oci.response.Response`
|
733
733
|
|
734
734
|
:example:
|
735
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
735
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/change_project_compartment.py.html>`__ to see an example of how to use change_project_compartment API.
|
736
736
|
"""
|
737
737
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
738
738
|
required_arguments = ['projectId']
|
@@ -842,7 +842,7 @@ class AnomalyDetectionClient(object):
|
|
842
842
|
:rtype: :class:`~oci.response.Response`
|
843
843
|
|
844
844
|
:example:
|
845
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
845
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/create_ai_private_endpoint.py.html>`__ to see an example of how to use create_ai_private_endpoint API.
|
846
846
|
"""
|
847
847
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
848
848
|
required_arguments = []
|
@@ -938,7 +938,7 @@ class AnomalyDetectionClient(object):
|
|
938
938
|
:rtype: :class:`~oci.response.Response`
|
939
939
|
|
940
940
|
:example:
|
941
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
941
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/create_data_asset.py.html>`__ to see an example of how to use create_data_asset API.
|
942
942
|
"""
|
943
943
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
944
944
|
required_arguments = []
|
@@ -1044,7 +1044,7 @@ class AnomalyDetectionClient(object):
|
|
1044
1044
|
:rtype: :class:`~oci.response.Response`
|
1045
1045
|
|
1046
1046
|
:example:
|
1047
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1047
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/create_detect_anomaly_job.py.html>`__ to see an example of how to use create_detect_anomaly_job API.
|
1048
1048
|
"""
|
1049
1049
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1050
1050
|
required_arguments = []
|
@@ -1142,7 +1142,7 @@ class AnomalyDetectionClient(object):
|
|
1142
1142
|
:rtype: :class:`~oci.response.Response`
|
1143
1143
|
|
1144
1144
|
:example:
|
1145
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1145
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/create_model.py.html>`__ to see an example of how to use create_model API.
|
1146
1146
|
"""
|
1147
1147
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1148
1148
|
required_arguments = []
|
@@ -1240,7 +1240,7 @@ class AnomalyDetectionClient(object):
|
|
1240
1240
|
:rtype: :class:`~oci.response.Response`
|
1241
1241
|
|
1242
1242
|
:example:
|
1243
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1243
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/create_project.py.html>`__ to see an example of how to use create_project API.
|
1244
1244
|
"""
|
1245
1245
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1246
1246
|
required_arguments = []
|
@@ -1338,7 +1338,7 @@ class AnomalyDetectionClient(object):
|
|
1338
1338
|
:rtype: :class:`~oci.response.Response`
|
1339
1339
|
|
1340
1340
|
:example:
|
1341
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1341
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/delete_ai_private_endpoint.py.html>`__ to see an example of how to use delete_ai_private_endpoint API.
|
1342
1342
|
"""
|
1343
1343
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1344
1344
|
required_arguments = ['aiPrivateEndpointId']
|
@@ -1443,7 +1443,7 @@ class AnomalyDetectionClient(object):
|
|
1443
1443
|
:rtype: :class:`~oci.response.Response`
|
1444
1444
|
|
1445
1445
|
:example:
|
1446
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1446
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/delete_data_asset.py.html>`__ to see an example of how to use delete_data_asset API.
|
1447
1447
|
"""
|
1448
1448
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1449
1449
|
required_arguments = ['dataAssetId']
|
@@ -1548,7 +1548,7 @@ class AnomalyDetectionClient(object):
|
|
1548
1548
|
:rtype: :class:`~oci.response.Response`
|
1549
1549
|
|
1550
1550
|
:example:
|
1551
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1551
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/delete_detect_anomaly_job.py.html>`__ to see an example of how to use delete_detect_anomaly_job API.
|
1552
1552
|
"""
|
1553
1553
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1554
1554
|
required_arguments = ['detectAnomalyJobId']
|
@@ -1653,7 +1653,7 @@ class AnomalyDetectionClient(object):
|
|
1653
1653
|
:rtype: :class:`~oci.response.Response`
|
1654
1654
|
|
1655
1655
|
:example:
|
1656
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1656
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/delete_model.py.html>`__ to see an example of how to use delete_model API.
|
1657
1657
|
"""
|
1658
1658
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1659
1659
|
required_arguments = ['modelId']
|
@@ -1758,7 +1758,7 @@ class AnomalyDetectionClient(object):
|
|
1758
1758
|
:rtype: :class:`~oci.response.Response`
|
1759
1759
|
|
1760
1760
|
:example:
|
1761
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1761
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/delete_project.py.html>`__ to see an example of how to use delete_project API.
|
1762
1762
|
"""
|
1763
1763
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1764
1764
|
required_arguments = ['projectId']
|
@@ -1878,7 +1878,7 @@ class AnomalyDetectionClient(object):
|
|
1878
1878
|
:rtype: :class:`~oci.response.Response`
|
1879
1879
|
|
1880
1880
|
:example:
|
1881
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1881
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/detect_anomalies.py.html>`__ to see an example of how to use detect_anomalies API.
|
1882
1882
|
"""
|
1883
1883
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1884
1884
|
required_arguments = []
|
@@ -1971,7 +1971,7 @@ class AnomalyDetectionClient(object):
|
|
1971
1971
|
:rtype: :class:`~oci.response.Response`
|
1972
1972
|
|
1973
1973
|
:example:
|
1974
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1974
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/get_ai_private_endpoint.py.html>`__ to see an example of how to use get_ai_private_endpoint API.
|
1975
1975
|
"""
|
1976
1976
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1977
1977
|
required_arguments = ['aiPrivateEndpointId']
|
@@ -2069,7 +2069,7 @@ class AnomalyDetectionClient(object):
|
|
2069
2069
|
:rtype: :class:`~oci.response.Response`
|
2070
2070
|
|
2071
2071
|
:example:
|
2072
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2072
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/get_data_asset.py.html>`__ to see an example of how to use get_data_asset API.
|
2073
2073
|
"""
|
2074
2074
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2075
2075
|
required_arguments = ['dataAssetId']
|
@@ -2167,7 +2167,7 @@ class AnomalyDetectionClient(object):
|
|
2167
2167
|
:rtype: :class:`~oci.response.Response`
|
2168
2168
|
|
2169
2169
|
:example:
|
2170
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2170
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/get_detect_anomaly_job.py.html>`__ to see an example of how to use get_detect_anomaly_job API.
|
2171
2171
|
"""
|
2172
2172
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2173
2173
|
required_arguments = ['detectAnomalyJobId']
|
@@ -2265,7 +2265,7 @@ class AnomalyDetectionClient(object):
|
|
2265
2265
|
:rtype: :class:`~oci.response.Response`
|
2266
2266
|
|
2267
2267
|
:example:
|
2268
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2268
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/get_model.py.html>`__ to see an example of how to use get_model API.
|
2269
2269
|
"""
|
2270
2270
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2271
2271
|
required_arguments = ['modelId']
|
@@ -2363,7 +2363,7 @@ class AnomalyDetectionClient(object):
|
|
2363
2363
|
:rtype: :class:`~oci.response.Response`
|
2364
2364
|
|
2365
2365
|
:example:
|
2366
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2366
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/get_project.py.html>`__ to see an example of how to use get_project API.
|
2367
2367
|
"""
|
2368
2368
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2369
2369
|
required_arguments = ['projectId']
|
@@ -2461,7 +2461,7 @@ class AnomalyDetectionClient(object):
|
|
2461
2461
|
:rtype: :class:`~oci.response.Response`
|
2462
2462
|
|
2463
2463
|
:example:
|
2464
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2464
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
2465
2465
|
"""
|
2466
2466
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2467
2467
|
required_arguments = ['workRequestId']
|
@@ -2587,7 +2587,7 @@ class AnomalyDetectionClient(object):
|
|
2587
2587
|
:rtype: :class:`~oci.response.Response`
|
2588
2588
|
|
2589
2589
|
:example:
|
2590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/list_ai_private_endpoints.py.html>`__ to see an example of how to use list_ai_private_endpoints API.
|
2591
2591
|
"""
|
2592
2592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2593
2593
|
required_arguments = ['compartmentId']
|
@@ -2743,7 +2743,7 @@ class AnomalyDetectionClient(object):
|
|
2743
2743
|
:rtype: :class:`~oci.response.Response`
|
2744
2744
|
|
2745
2745
|
:example:
|
2746
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2746
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/list_data_assets.py.html>`__ to see an example of how to use list_data_assets API.
|
2747
2747
|
"""
|
2748
2748
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2749
2749
|
required_arguments = ['compartmentId']
|
@@ -2905,7 +2905,7 @@ class AnomalyDetectionClient(object):
|
|
2905
2905
|
:rtype: :class:`~oci.response.Response`
|
2906
2906
|
|
2907
2907
|
:example:
|
2908
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2908
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/list_detect_anomaly_jobs.py.html>`__ to see an example of how to use list_detect_anomaly_jobs API.
|
2909
2909
|
"""
|
2910
2910
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2911
2911
|
required_arguments = ['compartmentId']
|
@@ -3068,7 +3068,7 @@ class AnomalyDetectionClient(object):
|
|
3068
3068
|
:rtype: :class:`~oci.response.Response`
|
3069
3069
|
|
3070
3070
|
:example:
|
3071
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3071
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/list_models.py.html>`__ to see an example of how to use list_models API.
|
3072
3072
|
"""
|
3073
3073
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3074
3074
|
required_arguments = ['compartmentId']
|
@@ -3224,7 +3224,7 @@ class AnomalyDetectionClient(object):
|
|
3224
3224
|
:rtype: :class:`~oci.response.Response`
|
3225
3225
|
|
3226
3226
|
:example:
|
3227
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3227
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/list_projects.py.html>`__ to see an example of how to use list_projects API.
|
3228
3228
|
"""
|
3229
3229
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3230
3230
|
required_arguments = ['compartmentId']
|
@@ -3356,7 +3356,7 @@ class AnomalyDetectionClient(object):
|
|
3356
3356
|
:rtype: :class:`~oci.response.Response`
|
3357
3357
|
|
3358
3358
|
:example:
|
3359
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3359
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
3360
3360
|
"""
|
3361
3361
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3362
3362
|
required_arguments = ['workRequestId']
|
@@ -3470,7 +3470,7 @@ class AnomalyDetectionClient(object):
|
|
3470
3470
|
:rtype: :class:`~oci.response.Response`
|
3471
3471
|
|
3472
3472
|
:example:
|
3473
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
3474
3474
|
"""
|
3475
3475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3476
3476
|
required_arguments = ['workRequestId']
|
@@ -3587,7 +3587,7 @@ class AnomalyDetectionClient(object):
|
|
3587
3587
|
:rtype: :class:`~oci.response.Response`
|
3588
3588
|
|
3589
3589
|
:example:
|
3590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
3591
3591
|
"""
|
3592
3592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3593
3593
|
required_arguments = ['compartmentId']
|
@@ -3696,7 +3696,7 @@ class AnomalyDetectionClient(object):
|
|
3696
3696
|
:rtype: :class:`~oci.response.Response`
|
3697
3697
|
|
3698
3698
|
:example:
|
3699
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3699
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/update_ai_private_endpoint.py.html>`__ to see an example of how to use update_ai_private_endpoint API.
|
3700
3700
|
"""
|
3701
3701
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3702
3702
|
required_arguments = ['aiPrivateEndpointId']
|
@@ -3806,7 +3806,7 @@ class AnomalyDetectionClient(object):
|
|
3806
3806
|
:rtype: :class:`~oci.response.Response`
|
3807
3807
|
|
3808
3808
|
:example:
|
3809
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3809
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/update_data_asset.py.html>`__ to see an example of how to use update_data_asset API.
|
3810
3810
|
"""
|
3811
3811
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3812
3812
|
required_arguments = ['dataAssetId']
|
@@ -3918,7 +3918,7 @@ class AnomalyDetectionClient(object):
|
|
3918
3918
|
:rtype: :class:`~oci.response.Response`
|
3919
3919
|
|
3920
3920
|
:example:
|
3921
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3921
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/update_detect_anomaly_job.py.html>`__ to see an example of how to use update_detect_anomaly_job API.
|
3922
3922
|
"""
|
3923
3923
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3924
3924
|
required_arguments = ['detectAnomalyJobId']
|
@@ -4030,7 +4030,7 @@ class AnomalyDetectionClient(object):
|
|
4030
4030
|
:rtype: :class:`~oci.response.Response`
|
4031
4031
|
|
4032
4032
|
:example:
|
4033
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4033
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/update_model.py.html>`__ to see an example of how to use update_model API.
|
4034
4034
|
"""
|
4035
4035
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4036
4036
|
required_arguments = ['modelId']
|
@@ -4140,7 +4140,7 @@ class AnomalyDetectionClient(object):
|
|
4140
4140
|
:rtype: :class:`~oci.response.Response`
|
4141
4141
|
|
4142
4142
|
:example:
|
4143
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4143
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/aianomalydetection/update_project.py.html>`__ to see an example of how to use update_project API.
|
4144
4144
|
"""
|
4145
4145
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4146
4146
|
required_arguments = ['projectId']
|