oci 2.101.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 +357 -36
- oci/fusion_apps/fusion_applications_client_composite_operations.py +90 -0
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/models/__init__.py +2 -12
- oci/fusion_apps/models/create_service_attachment_details.py +45 -52
- oci/fusion_apps/models/service_attachment.py +0 -31
- oci/fusion_apps/models/verify_service_attachment_details.py +101 -0
- 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.101.0.dist-info → oci-2.103.0.dist-info}/METADATA +1 -1
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/RECORD +341 -336
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/WHEEL +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/top_level.txt +0 -0
@@ -102,11 +102,19 @@ class VnMonitoringClientCompositeOperations(object):
|
|
102
102
|
lowered_wait_for_states = [w.lower() for w in wait_for_states]
|
103
103
|
|
104
104
|
try:
|
105
|
+
if ("succeed_on_not_found" in waiter_kwargs) and (waiter_kwargs["succeed_on_not_found"] is False):
|
106
|
+
self.client.base_client.logger.warning("The waiter kwarg succeed_on_not_found was passed as False for the delete composite operation delete_path_analyzer_test, 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")
|
107
|
+
else:
|
108
|
+
"""
|
109
|
+
If the user does not send in this value, we set it to True by default.
|
110
|
+
We are doing this because during a delete resource scenario and waiting on its state, the service can
|
111
|
+
return a 404 NOT FOUND exception as the resource was deleted and a get on its state would fail
|
112
|
+
"""
|
113
|
+
waiter_kwargs["succeed_on_not_found"] = True
|
105
114
|
waiter_result = oci.wait_until(
|
106
115
|
self.client,
|
107
116
|
initial_get_result, # noqa: F821
|
108
117
|
evaluate_response=lambda r: getattr(r.data, 'lifecycle_state') and getattr(r.data, 'lifecycle_state').lower() in lowered_wait_for_states,
|
109
|
-
succeed_on_not_found=True,
|
110
118
|
**waiter_kwargs
|
111
119
|
)
|
112
120
|
result_to_return = waiter_result
|
@@ -153,7 +153,7 @@ class VulnerabilityScanningClient(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/vulnerabilityscanning/change_container_scan_recipe_compartment.py.html>`__ to see an example of how to use change_container_scan_recipe_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 = ['containerScanRecipeId']
|
@@ -271,7 +271,7 @@ class VulnerabilityScanningClient(object):
|
|
271
271
|
:rtype: :class:`~oci.response.Response`
|
272
272
|
|
273
273
|
:example:
|
274
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
274
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/change_container_scan_result_compartment.py.html>`__ to see an example of how to use change_container_scan_result_compartment API.
|
275
275
|
"""
|
276
276
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
277
277
|
required_arguments = ['containerScanResultId']
|
@@ -389,7 +389,7 @@ class VulnerabilityScanningClient(object):
|
|
389
389
|
:rtype: :class:`~oci.response.Response`
|
390
390
|
|
391
391
|
:example:
|
392
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
392
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/change_container_scan_target_compartment.py.html>`__ to see an example of how to use change_container_scan_target_compartment API.
|
393
393
|
"""
|
394
394
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
395
395
|
required_arguments = ['containerScanTargetId']
|
@@ -507,7 +507,7 @@ class VulnerabilityScanningClient(object):
|
|
507
507
|
:rtype: :class:`~oci.response.Response`
|
508
508
|
|
509
509
|
:example:
|
510
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
510
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/change_host_agent_scan_result_compartment.py.html>`__ to see an example of how to use change_host_agent_scan_result_compartment API.
|
511
511
|
"""
|
512
512
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
513
513
|
required_arguments = ['hostAgentScanResultId']
|
@@ -625,7 +625,7 @@ class VulnerabilityScanningClient(object):
|
|
625
625
|
:rtype: :class:`~oci.response.Response`
|
626
626
|
|
627
627
|
:example:
|
628
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
628
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/change_host_cis_benchmark_scan_result_compartment.py.html>`__ to see an example of how to use change_host_cis_benchmark_scan_result_compartment API.
|
629
629
|
"""
|
630
630
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
631
631
|
required_arguments = ['hostCisBenchmarkScanResultId']
|
@@ -743,7 +743,7 @@ class VulnerabilityScanningClient(object):
|
|
743
743
|
:rtype: :class:`~oci.response.Response`
|
744
744
|
|
745
745
|
:example:
|
746
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
746
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/change_host_endpoint_protection_scan_result_compartment.py.html>`__ to see an example of how to use change_host_endpoint_protection_scan_result_compartment API.
|
747
747
|
"""
|
748
748
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
749
749
|
required_arguments = ['hostEndpointProtectionScanResultId']
|
@@ -861,7 +861,7 @@ class VulnerabilityScanningClient(object):
|
|
861
861
|
:rtype: :class:`~oci.response.Response`
|
862
862
|
|
863
863
|
:example:
|
864
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
864
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/change_host_port_scan_result_compartment.py.html>`__ to see an example of how to use change_host_port_scan_result_compartment API.
|
865
865
|
"""
|
866
866
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
867
867
|
required_arguments = ['hostPortScanResultId']
|
@@ -979,7 +979,7 @@ class VulnerabilityScanningClient(object):
|
|
979
979
|
:rtype: :class:`~oci.response.Response`
|
980
980
|
|
981
981
|
:example:
|
982
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
982
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/change_host_scan_recipe_compartment.py.html>`__ to see an example of how to use change_host_scan_recipe_compartment API.
|
983
983
|
"""
|
984
984
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
985
985
|
required_arguments = ['hostScanRecipeId']
|
@@ -1097,7 +1097,7 @@ class VulnerabilityScanningClient(object):
|
|
1097
1097
|
:rtype: :class:`~oci.response.Response`
|
1098
1098
|
|
1099
1099
|
:example:
|
1100
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1100
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/change_host_scan_target_compartment.py.html>`__ to see an example of how to use change_host_scan_target_compartment API.
|
1101
1101
|
"""
|
1102
1102
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1103
1103
|
required_arguments = ['hostScanTargetId']
|
@@ -1205,7 +1205,7 @@ class VulnerabilityScanningClient(object):
|
|
1205
1205
|
:rtype: :class:`~oci.response.Response`
|
1206
1206
|
|
1207
1207
|
:example:
|
1208
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1208
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/create_container_scan_recipe.py.html>`__ to see an example of how to use create_container_scan_recipe API.
|
1209
1209
|
"""
|
1210
1210
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1211
1211
|
required_arguments = []
|
@@ -1301,7 +1301,7 @@ class VulnerabilityScanningClient(object):
|
|
1301
1301
|
:rtype: :class:`~oci.response.Response`
|
1302
1302
|
|
1303
1303
|
:example:
|
1304
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1304
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/create_container_scan_target.py.html>`__ to see an example of how to use create_container_scan_target API.
|
1305
1305
|
"""
|
1306
1306
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1307
1307
|
required_arguments = []
|
@@ -1397,7 +1397,7 @@ class VulnerabilityScanningClient(object):
|
|
1397
1397
|
:rtype: :class:`~oci.response.Response`
|
1398
1398
|
|
1399
1399
|
:example:
|
1400
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1400
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/create_host_scan_recipe.py.html>`__ to see an example of how to use create_host_scan_recipe API.
|
1401
1401
|
"""
|
1402
1402
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1403
1403
|
required_arguments = []
|
@@ -1493,7 +1493,7 @@ class VulnerabilityScanningClient(object):
|
|
1493
1493
|
:rtype: :class:`~oci.response.Response`
|
1494
1494
|
|
1495
1495
|
:example:
|
1496
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1496
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/create_host_scan_target.py.html>`__ to see an example of how to use create_host_scan_target API.
|
1497
1497
|
"""
|
1498
1498
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1499
1499
|
required_arguments = []
|
@@ -1589,7 +1589,7 @@ class VulnerabilityScanningClient(object):
|
|
1589
1589
|
:rtype: :class:`~oci.response.Response`
|
1590
1590
|
|
1591
1591
|
:example:
|
1592
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1592
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/delete_container_scan_recipe.py.html>`__ to see an example of how to use delete_container_scan_recipe API.
|
1593
1593
|
"""
|
1594
1594
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1595
1595
|
required_arguments = ['containerScanRecipeId']
|
@@ -1692,7 +1692,7 @@ class VulnerabilityScanningClient(object):
|
|
1692
1692
|
:rtype: :class:`~oci.response.Response`
|
1693
1693
|
|
1694
1694
|
:example:
|
1695
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1695
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/delete_container_scan_result.py.html>`__ to see an example of how to use delete_container_scan_result API.
|
1696
1696
|
"""
|
1697
1697
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1698
1698
|
required_arguments = ['containerScanResultId']
|
@@ -1795,7 +1795,7 @@ class VulnerabilityScanningClient(object):
|
|
1795
1795
|
:rtype: :class:`~oci.response.Response`
|
1796
1796
|
|
1797
1797
|
:example:
|
1798
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1798
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/delete_container_scan_target.py.html>`__ to see an example of how to use delete_container_scan_target API.
|
1799
1799
|
"""
|
1800
1800
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1801
1801
|
required_arguments = ['containerScanTargetId']
|
@@ -1898,7 +1898,7 @@ class VulnerabilityScanningClient(object):
|
|
1898
1898
|
:rtype: :class:`~oci.response.Response`
|
1899
1899
|
|
1900
1900
|
:example:
|
1901
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1901
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/delete_host_agent_scan_result.py.html>`__ to see an example of how to use delete_host_agent_scan_result API.
|
1902
1902
|
"""
|
1903
1903
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1904
1904
|
required_arguments = ['hostAgentScanResultId']
|
@@ -2001,7 +2001,7 @@ class VulnerabilityScanningClient(object):
|
|
2001
2001
|
:rtype: :class:`~oci.response.Response`
|
2002
2002
|
|
2003
2003
|
:example:
|
2004
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2004
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/delete_host_cis_benchmark_scan_result.py.html>`__ to see an example of how to use delete_host_cis_benchmark_scan_result API.
|
2005
2005
|
"""
|
2006
2006
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2007
2007
|
required_arguments = ['hostCisBenchmarkScanResultId']
|
@@ -2104,7 +2104,7 @@ class VulnerabilityScanningClient(object):
|
|
2104
2104
|
:rtype: :class:`~oci.response.Response`
|
2105
2105
|
|
2106
2106
|
:example:
|
2107
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/delete_host_endpoint_protection_scan_result.py.html>`__ to see an example of how to use delete_host_endpoint_protection_scan_result API.
|
2108
2108
|
"""
|
2109
2109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2110
2110
|
required_arguments = ['hostEndpointProtectionScanResultId']
|
@@ -2207,7 +2207,7 @@ class VulnerabilityScanningClient(object):
|
|
2207
2207
|
:rtype: :class:`~oci.response.Response`
|
2208
2208
|
|
2209
2209
|
:example:
|
2210
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2210
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/delete_host_port_scan_result.py.html>`__ to see an example of how to use delete_host_port_scan_result API.
|
2211
2211
|
"""
|
2212
2212
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2213
2213
|
required_arguments = ['hostPortScanResultId']
|
@@ -2310,7 +2310,7 @@ class VulnerabilityScanningClient(object):
|
|
2310
2310
|
:rtype: :class:`~oci.response.Response`
|
2311
2311
|
|
2312
2312
|
:example:
|
2313
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2313
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/delete_host_scan_recipe.py.html>`__ to see an example of how to use delete_host_scan_recipe API.
|
2314
2314
|
"""
|
2315
2315
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2316
2316
|
required_arguments = ['hostScanRecipeId']
|
@@ -2413,7 +2413,7 @@ class VulnerabilityScanningClient(object):
|
|
2413
2413
|
:rtype: :class:`~oci.response.Response`
|
2414
2414
|
|
2415
2415
|
:example:
|
2416
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2416
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/delete_host_scan_target.py.html>`__ to see an example of how to use delete_host_scan_target API.
|
2417
2417
|
"""
|
2418
2418
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2419
2419
|
required_arguments = ['hostScanTargetId']
|
@@ -2509,7 +2509,7 @@ class VulnerabilityScanningClient(object):
|
|
2509
2509
|
:rtype: :class:`~oci.response.Response`
|
2510
2510
|
|
2511
2511
|
:example:
|
2512
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2512
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/export_host_agent_scan_result_csv.py.html>`__ to see an example of how to use export_host_agent_scan_result_csv API.
|
2513
2513
|
"""
|
2514
2514
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2515
2515
|
required_arguments = []
|
@@ -2595,7 +2595,7 @@ class VulnerabilityScanningClient(object):
|
|
2595
2595
|
:rtype: :class:`~oci.response.Response`
|
2596
2596
|
|
2597
2597
|
:example:
|
2598
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2598
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/export_host_vulnerability_csv.py.html>`__ to see an example of how to use export_host_vulnerability_csv API.
|
2599
2599
|
"""
|
2600
2600
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2601
2601
|
required_arguments = []
|
@@ -2681,7 +2681,7 @@ class VulnerabilityScanningClient(object):
|
|
2681
2681
|
:rtype: :class:`~oci.response.Response`
|
2682
2682
|
|
2683
2683
|
:example:
|
2684
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2684
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/get_container_scan_recipe.py.html>`__ to see an example of how to use get_container_scan_recipe API.
|
2685
2685
|
"""
|
2686
2686
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2687
2687
|
required_arguments = ['containerScanRecipeId']
|
@@ -2777,7 +2777,7 @@ class VulnerabilityScanningClient(object):
|
|
2777
2777
|
:rtype: :class:`~oci.response.Response`
|
2778
2778
|
|
2779
2779
|
:example:
|
2780
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2780
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/get_container_scan_result.py.html>`__ to see an example of how to use get_container_scan_result API.
|
2781
2781
|
"""
|
2782
2782
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2783
2783
|
required_arguments = ['containerScanResultId']
|
@@ -2873,7 +2873,7 @@ class VulnerabilityScanningClient(object):
|
|
2873
2873
|
:rtype: :class:`~oci.response.Response`
|
2874
2874
|
|
2875
2875
|
:example:
|
2876
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2876
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/get_container_scan_target.py.html>`__ to see an example of how to use get_container_scan_target API.
|
2877
2877
|
"""
|
2878
2878
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2879
2879
|
required_arguments = ['containerScanTargetId']
|
@@ -2969,7 +2969,7 @@ class VulnerabilityScanningClient(object):
|
|
2969
2969
|
:rtype: :class:`~oci.response.Response`
|
2970
2970
|
|
2971
2971
|
:example:
|
2972
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2972
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/get_host_agent_scan_result.py.html>`__ to see an example of how to use get_host_agent_scan_result API.
|
2973
2973
|
"""
|
2974
2974
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2975
2975
|
required_arguments = ['hostAgentScanResultId']
|
@@ -3065,7 +3065,7 @@ class VulnerabilityScanningClient(object):
|
|
3065
3065
|
:rtype: :class:`~oci.response.Response`
|
3066
3066
|
|
3067
3067
|
:example:
|
3068
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3068
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/get_host_cis_benchmark_scan_result.py.html>`__ to see an example of how to use get_host_cis_benchmark_scan_result API.
|
3069
3069
|
"""
|
3070
3070
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3071
3071
|
required_arguments = ['hostCisBenchmarkScanResultId']
|
@@ -3161,7 +3161,7 @@ class VulnerabilityScanningClient(object):
|
|
3161
3161
|
:rtype: :class:`~oci.response.Response`
|
3162
3162
|
|
3163
3163
|
:example:
|
3164
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3164
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/get_host_endpoint_protection_scan_result.py.html>`__ to see an example of how to use get_host_endpoint_protection_scan_result API.
|
3165
3165
|
"""
|
3166
3166
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3167
3167
|
required_arguments = ['hostEndpointProtectionScanResultId']
|
@@ -3257,7 +3257,7 @@ class VulnerabilityScanningClient(object):
|
|
3257
3257
|
:rtype: :class:`~oci.response.Response`
|
3258
3258
|
|
3259
3259
|
:example:
|
3260
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3260
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/get_host_port_scan_result.py.html>`__ to see an example of how to use get_host_port_scan_result API.
|
3261
3261
|
"""
|
3262
3262
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3263
3263
|
required_arguments = ['hostPortScanResultId']
|
@@ -3353,7 +3353,7 @@ class VulnerabilityScanningClient(object):
|
|
3353
3353
|
:rtype: :class:`~oci.response.Response`
|
3354
3354
|
|
3355
3355
|
:example:
|
3356
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3356
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/get_host_scan_recipe.py.html>`__ to see an example of how to use get_host_scan_recipe API.
|
3357
3357
|
"""
|
3358
3358
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3359
3359
|
required_arguments = ['hostScanRecipeId']
|
@@ -3449,7 +3449,7 @@ class VulnerabilityScanningClient(object):
|
|
3449
3449
|
:rtype: :class:`~oci.response.Response`
|
3450
3450
|
|
3451
3451
|
:example:
|
3452
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3452
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/get_host_scan_target.py.html>`__ to see an example of how to use get_host_scan_target API.
|
3453
3453
|
"""
|
3454
3454
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3455
3455
|
required_arguments = ['hostScanTargetId']
|
@@ -3545,7 +3545,7 @@ class VulnerabilityScanningClient(object):
|
|
3545
3545
|
:rtype: :class:`~oci.response.Response`
|
3546
3546
|
|
3547
3547
|
:example:
|
3548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3548
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/get_host_vulnerability.py.html>`__ to see an example of how to use get_host_vulnerability API.
|
3549
3549
|
"""
|
3550
3550
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3551
3551
|
required_arguments = ['hostVulnerabilityId']
|
@@ -3641,7 +3641,7 @@ class VulnerabilityScanningClient(object):
|
|
3641
3641
|
:rtype: :class:`~oci.response.Response`
|
3642
3642
|
|
3643
3643
|
:example:
|
3644
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3644
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/get_vulnerability.py.html>`__ to see an example of how to use get_vulnerability API.
|
3645
3645
|
"""
|
3646
3646
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3647
3647
|
required_arguments = ['vulnerabilityId']
|
@@ -3737,7 +3737,7 @@ class VulnerabilityScanningClient(object):
|
|
3737
3737
|
:rtype: :class:`~oci.response.Response`
|
3738
3738
|
|
3739
3739
|
:example:
|
3740
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3740
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
3741
3741
|
"""
|
3742
3742
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3743
3743
|
required_arguments = ['workRequestId']
|
@@ -3857,7 +3857,7 @@ class VulnerabilityScanningClient(object):
|
|
3857
3857
|
:rtype: :class:`~oci.response.Response`
|
3858
3858
|
|
3859
3859
|
:example:
|
3860
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3860
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/list_container_scan_recipes.py.html>`__ to see an example of how to use list_container_scan_recipes API.
|
3861
3861
|
"""
|
3862
3862
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3863
3863
|
required_arguments = ['compartmentId']
|
@@ -4024,7 +4024,7 @@ class VulnerabilityScanningClient(object):
|
|
4024
4024
|
:rtype: :class:`~oci.response.Response`
|
4025
4025
|
|
4026
4026
|
:example:
|
4027
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4027
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/list_container_scan_results.py.html>`__ to see an example of how to use list_container_scan_results API.
|
4028
4028
|
"""
|
4029
4029
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4030
4030
|
required_arguments = ['compartmentId']
|
@@ -4182,7 +4182,7 @@ class VulnerabilityScanningClient(object):
|
|
4182
4182
|
:rtype: :class:`~oci.response.Response`
|
4183
4183
|
|
4184
4184
|
:example:
|
4185
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4185
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/list_container_scan_targets.py.html>`__ to see an example of how to use list_container_scan_targets API.
|
4186
4186
|
"""
|
4187
4187
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4188
4188
|
required_arguments = ['compartmentId']
|
@@ -4349,7 +4349,7 @@ class VulnerabilityScanningClient(object):
|
|
4349
4349
|
:rtype: :class:`~oci.response.Response`
|
4350
4350
|
|
4351
4351
|
:example:
|
4352
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4352
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/list_host_agent_scan_results.py.html>`__ to see an example of how to use list_host_agent_scan_results API.
|
4353
4353
|
"""
|
4354
4354
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4355
4355
|
required_arguments = ['compartmentId']
|
@@ -4523,7 +4523,7 @@ class VulnerabilityScanningClient(object):
|
|
4523
4523
|
:rtype: :class:`~oci.response.Response`
|
4524
4524
|
|
4525
4525
|
:example:
|
4526
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4526
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/list_host_cis_benchmark_scan_results.py.html>`__ to see an example of how to use list_host_cis_benchmark_scan_results API.
|
4527
4527
|
"""
|
4528
4528
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4529
4529
|
required_arguments = ['compartmentId']
|
@@ -4695,7 +4695,7 @@ class VulnerabilityScanningClient(object):
|
|
4695
4695
|
:rtype: :class:`~oci.response.Response`
|
4696
4696
|
|
4697
4697
|
:example:
|
4698
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4698
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/list_host_endpoint_protection_scan_results.py.html>`__ to see an example of how to use list_host_endpoint_protection_scan_results API.
|
4699
4699
|
"""
|
4700
4700
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4701
4701
|
required_arguments = ['compartmentId']
|
@@ -4867,7 +4867,7 @@ class VulnerabilityScanningClient(object):
|
|
4867
4867
|
:rtype: :class:`~oci.response.Response`
|
4868
4868
|
|
4869
4869
|
:example:
|
4870
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4870
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/list_host_port_scan_results.py.html>`__ to see an example of how to use list_host_port_scan_results API.
|
4871
4871
|
"""
|
4872
4872
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4873
4873
|
required_arguments = ['compartmentId']
|
@@ -5023,7 +5023,7 @@ class VulnerabilityScanningClient(object):
|
|
5023
5023
|
:rtype: :class:`~oci.response.Response`
|
5024
5024
|
|
5025
5025
|
:example:
|
5026
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5026
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/list_host_scan_recipes.py.html>`__ to see an example of how to use list_host_scan_recipes API.
|
5027
5027
|
"""
|
5028
5028
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5029
5029
|
required_arguments = ['compartmentId']
|
@@ -5171,7 +5171,7 @@ class VulnerabilityScanningClient(object):
|
|
5171
5171
|
:rtype: :class:`~oci.response.Response`
|
5172
5172
|
|
5173
5173
|
:example:
|
5174
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5174
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/list_host_scan_target_errors.py.html>`__ to see an example of how to use list_host_scan_target_errors API.
|
5175
5175
|
"""
|
5176
5176
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5177
5177
|
required_arguments = ['hostScanTargetId', 'compartmentId']
|
@@ -5329,7 +5329,7 @@ class VulnerabilityScanningClient(object):
|
|
5329
5329
|
:rtype: :class:`~oci.response.Response`
|
5330
5330
|
|
5331
5331
|
:example:
|
5332
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5332
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/list_host_scan_targets.py.html>`__ to see an example of how to use list_host_scan_targets API.
|
5333
5333
|
"""
|
5334
5334
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5335
5335
|
required_arguments = ['compartmentId']
|
@@ -5485,7 +5485,7 @@ class VulnerabilityScanningClient(object):
|
|
5485
5485
|
:rtype: :class:`~oci.response.Response`
|
5486
5486
|
|
5487
5487
|
:example:
|
5488
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5488
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/list_host_vulnerabilities.py.html>`__ to see an example of how to use list_host_vulnerabilities API.
|
5489
5489
|
"""
|
5490
5490
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5491
5491
|
required_arguments = ['compartmentId']
|
@@ -5636,7 +5636,7 @@ class VulnerabilityScanningClient(object):
|
|
5636
5636
|
:rtype: :class:`~oci.response.Response`
|
5637
5637
|
|
5638
5638
|
:example:
|
5639
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5639
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/list_host_vulnerability_impacted_hosts.py.html>`__ to see an example of how to use list_host_vulnerability_impacted_hosts API.
|
5640
5640
|
"""
|
5641
5641
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5642
5642
|
required_arguments = ['hostVulnerabilityId']
|
@@ -5792,7 +5792,7 @@ class VulnerabilityScanningClient(object):
|
|
5792
5792
|
:rtype: :class:`~oci.response.Response`
|
5793
5793
|
|
5794
5794
|
:example:
|
5795
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5795
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/list_vulnerabilities.py.html>`__ to see an example of how to use list_vulnerabilities API.
|
5796
5796
|
"""
|
5797
5797
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5798
5798
|
required_arguments = ['compartmentId']
|
@@ -5943,7 +5943,7 @@ class VulnerabilityScanningClient(object):
|
|
5943
5943
|
:rtype: :class:`~oci.response.Response`
|
5944
5944
|
|
5945
5945
|
:example:
|
5946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/list_vulnerability_impacted_containers.py.html>`__ to see an example of how to use list_vulnerability_impacted_containers API.
|
5947
5947
|
"""
|
5948
5948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5949
5949
|
required_arguments = ['vulnerabilityId']
|
@@ -6083,7 +6083,7 @@ class VulnerabilityScanningClient(object):
|
|
6083
6083
|
:rtype: :class:`~oci.response.Response`
|
6084
6084
|
|
6085
6085
|
:example:
|
6086
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6086
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/list_vulnerability_impacted_hosts.py.html>`__ to see an example of how to use list_vulnerability_impacted_hosts API.
|
6087
6087
|
"""
|
6088
6088
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6089
6089
|
required_arguments = ['vulnerabilityId']
|
@@ -6213,7 +6213,7 @@ class VulnerabilityScanningClient(object):
|
|
6213
6213
|
:rtype: :class:`~oci.response.Response`
|
6214
6214
|
|
6215
6215
|
:example:
|
6216
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6216
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
6217
6217
|
"""
|
6218
6218
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6219
6219
|
required_arguments = ['workRequestId']
|
@@ -6325,7 +6325,7 @@ class VulnerabilityScanningClient(object):
|
|
6325
6325
|
:rtype: :class:`~oci.response.Response`
|
6326
6326
|
|
6327
6327
|
:example:
|
6328
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6328
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
6329
6329
|
"""
|
6330
6330
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6331
6331
|
required_arguments = ['workRequestId']
|
@@ -6437,7 +6437,7 @@ class VulnerabilityScanningClient(object):
|
|
6437
6437
|
:rtype: :class:`~oci.response.Response`
|
6438
6438
|
|
6439
6439
|
:example:
|
6440
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6440
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
6441
6441
|
"""
|
6442
6442
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6443
6443
|
required_arguments = ['compartmentId']
|
@@ -6542,7 +6542,7 @@ class VulnerabilityScanningClient(object):
|
|
6542
6542
|
:rtype: :class:`~oci.response.Response`
|
6543
6543
|
|
6544
6544
|
:example:
|
6545
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6545
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/update_container_scan_recipe.py.html>`__ to see an example of how to use update_container_scan_recipe API.
|
6546
6546
|
"""
|
6547
6547
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6548
6548
|
required_arguments = ['containerScanRecipeId']
|
@@ -6650,7 +6650,7 @@ class VulnerabilityScanningClient(object):
|
|
6650
6650
|
:rtype: :class:`~oci.response.Response`
|
6651
6651
|
|
6652
6652
|
:example:
|
6653
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6653
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/update_container_scan_target.py.html>`__ to see an example of how to use update_container_scan_target API.
|
6654
6654
|
"""
|
6655
6655
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6656
6656
|
required_arguments = ['containerScanTargetId']
|
@@ -6758,7 +6758,7 @@ class VulnerabilityScanningClient(object):
|
|
6758
6758
|
:rtype: :class:`~oci.response.Response`
|
6759
6759
|
|
6760
6760
|
:example:
|
6761
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6761
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/update_host_scan_recipe.py.html>`__ to see an example of how to use update_host_scan_recipe API.
|
6762
6762
|
"""
|
6763
6763
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6764
6764
|
required_arguments = ['hostScanRecipeId']
|
@@ -6866,7 +6866,7 @@ class VulnerabilityScanningClient(object):
|
|
6866
6866
|
:rtype: :class:`~oci.response.Response`
|
6867
6867
|
|
6868
6868
|
:example:
|
6869
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6869
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/vulnerabilityscanning/update_host_scan_target.py.html>`__ to see an example of how to use update_host_scan_target API.
|
6870
6870
|
"""
|
6871
6871
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6872
6872
|
required_arguments = ['hostScanTargetId']
|