oci 2.111.0__py3-none-any.whl → 2.112.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/adm/application_dependency_management_client.py +18 -18
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +36 -36
- 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/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 +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +47 -47
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/__init__.py +1 -3
- oci/cims/incident_client.py +356 -93
- oci/cims/models/__init__.py +6 -0
- oci/cims/models/account_item.py +85 -0
- oci/cims/models/activity_item.py +112 -14
- oci/cims/models/category.py +5 -5
- oci/cims/models/contact.py +32 -1
- oci/cims/models/contextual_data.py +9 -9
- oci/cims/models/create_account_item_details.py +78 -0
- oci/cims/models/create_category_details.py +2 -4
- oci/cims/models/create_incident.py +13 -9
- oci/cims/models/create_issue_type_details.py +0 -2
- oci/cims/models/create_item_details.py +9 -7
- oci/cims/models/create_limit_item_details.py +3 -3
- oci/cims/models/create_resource_details.py +2 -289
- oci/cims/models/create_sub_category_details.py +3 -5
- oci/cims/models/create_tech_support_item_details.py +1 -3
- oci/cims/models/create_ticket_details.py +11 -13
- oci/cims/models/create_user_details.py +65 -36
- oci/cims/models/incident.py +10 -6
- oci/cims/models/incident_resource_type.py +66 -4
- oci/cims/models/incident_summary.py +9 -5
- oci/cims/models/incident_type.py +1 -1
- oci/cims/models/issue_type.py +33 -2
- oci/cims/models/item.py +8 -4
- oci/cims/models/limit_item.py +7 -7
- oci/cims/models/resource.py +2 -285
- oci/cims/models/service_categories.py +134 -0
- oci/cims/models/service_category.py +1 -1
- oci/cims/models/sub_category.py +5 -5
- oci/cims/models/tenancy_information.py +3 -3
- oci/cims/models/ticket.py +7 -3
- oci/cims/models/update_activity_item_details.py +8 -6
- oci/cims/models/update_incident.py +62 -2
- oci/cims/models/update_item_details.py +3 -5
- oci/cims/models/update_resource_details.py +0 -2
- oci/cims/models/update_ticket_details.py +0 -2
- oci/cims/models/user.py +79 -19
- 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/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_migrations/migration_client.py +43 -43
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +129 -24
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +90 -90
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +242 -242
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +424 -154
- oci/data_catalog/models/__init__.py +22 -0
- oci/data_catalog/models/asynchronous_export_glossary_details.py +68 -0
- oci/data_catalog/models/asynchronous_export_glossary_result.py +196 -0
- oci/data_catalog/models/asynchronous_export_request_details.py +68 -0
- oci/data_catalog/models/asynchronous_export_result.py +196 -0
- oci/data_catalog/models/attribute.py +33 -0
- oci/data_catalog/models/attribute_summary.py +33 -0
- oci/data_catalog/models/create_job_definition_details.py +42 -3
- oci/data_catalog/models/create_job_details.py +2 -0
- oci/data_catalog/models/create_job_execution_details.py +11 -3
- oci/data_catalog/models/data_asset.py +33 -0
- oci/data_catalog/models/data_asset_summary.py +35 -2
- oci/data_catalog/models/entity.py +33 -0
- oci/data_catalog/models/entity_lineage.py +222 -0
- oci/data_catalog/models/entity_summary.py +33 -0
- oci/data_catalog/models/faceted_search_date_filter_request.py +2 -2
- oci/data_catalog/models/faceted_search_string_filter_request.py +8 -2
- oci/data_catalog/models/fetch_entity_lineage_details.py +190 -0
- oci/data_catalog/models/folder.py +33 -0
- oci/data_catalog/models/folder_summary.py +35 -2
- oci/data_catalog/models/job.py +44 -3
- oci/data_catalog/models/job_definition.py +42 -3
- oci/data_catalog/models/job_definition_summary.py +44 -5
- oci/data_catalog/models/job_execution.py +11 -3
- oci/data_catalog/models/job_execution_summary.py +11 -3
- oci/data_catalog/models/job_summary.py +44 -3
- oci/data_catalog/models/lineage_object.py +400 -0
- oci/data_catalog/models/lineage_relationship.py +134 -0
- oci/data_catalog/models/object_lineage.py +223 -0
- oci/data_catalog/models/object_lineage_request_details.py +190 -0
- oci/data_catalog/models/object_storage_object_reference.py +134 -0
- oci/data_catalog/models/update_job_definition_details.py +31 -0
- oci/data_catalog/models/update_job_details.py +2 -0
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +214 -214
- oci/data_science/data_science_client.py +85 -85
- oci/database/database_client.py +311 -311
- oci/database_management/db_management_client.py +182 -182
- 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_tools/database_tools_client.py +19 -19
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +25 -25
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- 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 +57 -57
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +190 -190
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +56 -56
- 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/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +22 -22
- oci/log_analytics/log_analytics_client.py +192 -192
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +23 -23
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +25 -25
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +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/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/esxi_host_client.py +6 -6
- 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/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_client.py +6 -6
- oci/opsi/operations_insights_client.py +159 -159
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/lifecycle_environment_client.py +11 -11
- oci/os_management_hub/managed_instance_client.py +22 -22
- oci/os_management_hub/managed_instance_group_client.py +22 -22
- oci/os_management_hub/management_station_client.py +8 -8
- oci/os_management_hub/onboarding_client.py +5 -5
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +6 -6
- oci/os_management_hub/software_source_client.py +22 -22
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/queue/models/__init__.py +4 -0
- oci/queue/models/channel_collection.py +72 -0
- oci/queue/models/create_queue_details.py +50 -11
- oci/queue/models/delete_messages_details_entry.py +2 -2
- oci/queue/models/get_message.py +55 -12
- oci/queue/models/message_metadata.py +103 -0
- oci/queue/models/purge_queue_details.py +43 -8
- oci/queue/models/put_message.py +44 -5
- oci/queue/models/put_messages.py +3 -3
- oci/queue/models/put_messages_details_entry.py +29 -2
- oci/queue/models/queue.py +76 -21
- oci/queue/models/queue_stats.py +34 -3
- oci/queue/models/queue_summary.py +37 -17
- oci/queue/models/stats.py +2 -2
- oci/queue/models/update_messages_details.py +1 -1
- oci/queue/models/update_messages_details_entry.py +2 -2
- oci/queue/models/update_messages_result.py +2 -2
- oci/queue/models/update_messages_result_entry.py +12 -4
- oci/queue/models/update_queue_details.py +47 -8
- oci/queue/models/updated_message.py +12 -4
- oci/queue/models/work_request.py +6 -2
- oci/queue/models/work_request_error.py +6 -2
- oci/queue/models/work_request_log_entry.py +6 -2
- oci/queue/models/work_request_summary.py +8 -4
- oci/queue/queue_admin_client.py +67 -46
- oci/queue/queue_admin_client_composite_operations.py +4 -4
- oci/queue/queue_client.py +209 -36
- oci/recovery/database_recovery_client.py +23 -23
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +22 -22
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +19 -19
- 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/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/METADATA +1 -1
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/RECORD +325 -309
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/WHEEL +0 -0
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/top_level.txt +0 -0
@@ -159,7 +159,7 @@ class LogAnalyticsClient(object):
|
|
159
159
|
:rtype: :class:`~oci.response.Response`
|
160
160
|
|
161
161
|
:example:
|
162
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
162
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/add_entity_association.py.html>`__ to see an example of how to use add_entity_association API.
|
163
163
|
"""
|
164
164
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
165
165
|
required_arguments = ['namespaceName', 'logAnalyticsEntityId']
|
@@ -280,7 +280,7 @@ class LogAnalyticsClient(object):
|
|
280
280
|
:rtype: :class:`~oci.response.Response`
|
281
281
|
|
282
282
|
:example:
|
283
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
283
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/add_source_event_types.py.html>`__ to see an example of how to use add_source_event_types API.
|
284
284
|
"""
|
285
285
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
286
286
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -424,7 +424,7 @@ class LogAnalyticsClient(object):
|
|
424
424
|
:rtype: :class:`~oci.response.Response`
|
425
425
|
|
426
426
|
:example:
|
427
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
427
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/append_lookup_data.py.html>`__ to see an example of how to use append_lookup_data API.
|
428
428
|
"""
|
429
429
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
430
430
|
required_arguments = ['namespaceName', 'lookupName']
|
@@ -582,7 +582,7 @@ class LogAnalyticsClient(object):
|
|
582
582
|
:rtype: :class:`~oci.response.Response`
|
583
583
|
|
584
584
|
:example:
|
585
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
585
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/assign_encryption_key.py.html>`__ to see an example of how to use assign_encryption_key API.
|
586
586
|
"""
|
587
587
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
588
588
|
required_arguments = ['namespaceName']
|
@@ -709,7 +709,7 @@ class LogAnalyticsClient(object):
|
|
709
709
|
:rtype: :class:`~oci.response.Response`
|
710
710
|
|
711
711
|
:example:
|
712
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
712
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/batch_get_basic_info.py.html>`__ to see an example of how to use batch_get_basic_info API.
|
713
713
|
"""
|
714
714
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
715
715
|
required_arguments = ['namespaceName', 'isIncludeDeleted']
|
@@ -854,7 +854,7 @@ class LogAnalyticsClient(object):
|
|
854
854
|
:rtype: :class:`~oci.response.Response`
|
855
855
|
|
856
856
|
:example:
|
857
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
857
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/cancel_query_work_request.py.html>`__ to see an example of how to use cancel_query_work_request API.
|
858
858
|
"""
|
859
859
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
860
860
|
required_arguments = ['namespaceName', 'workRequestId']
|
@@ -973,7 +973,7 @@ class LogAnalyticsClient(object):
|
|
973
973
|
:rtype: :class:`~oci.response.Response`
|
974
974
|
|
975
975
|
:example:
|
976
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
976
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/change_ingest_time_rule_compartment.py.html>`__ to see an example of how to use change_ingest_time_rule_compartment API.
|
977
977
|
"""
|
978
978
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
979
979
|
required_arguments = ['namespaceName', 'ingestTimeRuleId']
|
@@ -1101,7 +1101,7 @@ class LogAnalyticsClient(object):
|
|
1101
1101
|
:rtype: :class:`~oci.response.Response`
|
1102
1102
|
|
1103
1103
|
:example:
|
1104
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1104
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/change_log_analytics_em_bridge_compartment.py.html>`__ to see an example of how to use change_log_analytics_em_bridge_compartment API.
|
1105
1105
|
"""
|
1106
1106
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1107
1107
|
required_arguments = ['namespaceName', 'logAnalyticsEmBridgeId']
|
@@ -1229,7 +1229,7 @@ class LogAnalyticsClient(object):
|
|
1229
1229
|
:rtype: :class:`~oci.response.Response`
|
1230
1230
|
|
1231
1231
|
:example:
|
1232
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1232
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/change_log_analytics_entity_compartment.py.html>`__ to see an example of how to use change_log_analytics_entity_compartment API.
|
1233
1233
|
"""
|
1234
1234
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1235
1235
|
required_arguments = ['namespaceName', 'logAnalyticsEntityId']
|
@@ -1357,7 +1357,7 @@ class LogAnalyticsClient(object):
|
|
1357
1357
|
:rtype: :class:`~oci.response.Response`
|
1358
1358
|
|
1359
1359
|
:example:
|
1360
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1360
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/change_log_analytics_log_group_compartment.py.html>`__ to see an example of how to use change_log_analytics_log_group_compartment API.
|
1361
1361
|
"""
|
1362
1362
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1363
1363
|
required_arguments = ['namespaceName', 'logAnalyticsLogGroupId']
|
@@ -1480,7 +1480,7 @@ class LogAnalyticsClient(object):
|
|
1480
1480
|
:rtype: :class:`~oci.response.Response`
|
1481
1481
|
|
1482
1482
|
:example:
|
1483
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1483
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/change_log_analytics_object_collection_rule_compartment.py.html>`__ to see an example of how to use change_log_analytics_object_collection_rule_compartment API.
|
1484
1484
|
"""
|
1485
1485
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1486
1486
|
required_arguments = ['namespaceName', 'logAnalyticsObjectCollectionRuleId']
|
@@ -1604,7 +1604,7 @@ class LogAnalyticsClient(object):
|
|
1604
1604
|
:rtype: :class:`~oci.response.Response`
|
1605
1605
|
|
1606
1606
|
:example:
|
1607
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1607
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/change_scheduled_task_compartment.py.html>`__ to see an example of how to use change_scheduled_task_compartment API.
|
1608
1608
|
"""
|
1609
1609
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1610
1610
|
required_arguments = ['namespaceName', 'scheduledTaskId']
|
@@ -1730,7 +1730,7 @@ class LogAnalyticsClient(object):
|
|
1730
1730
|
:rtype: :class:`~oci.response.Response`
|
1731
1731
|
|
1732
1732
|
:example:
|
1733
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1733
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/clean.py.html>`__ to see an example of how to use clean API.
|
1734
1734
|
"""
|
1735
1735
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1736
1736
|
required_arguments = ['namespaceName', 'scheduledTaskId']
|
@@ -1843,7 +1843,7 @@ class LogAnalyticsClient(object):
|
|
1843
1843
|
:rtype: :class:`~oci.response.Response`
|
1844
1844
|
|
1845
1845
|
:example:
|
1846
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1846
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/compare_content.py.html>`__ to see an example of how to use compare_content API.
|
1847
1847
|
"""
|
1848
1848
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1849
1849
|
required_arguments = ['namespaceName']
|
@@ -1957,7 +1957,7 @@ class LogAnalyticsClient(object):
|
|
1957
1957
|
:rtype: :class:`~oci.response.Response`
|
1958
1958
|
|
1959
1959
|
:example:
|
1960
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1960
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/create_ingest_time_rule.py.html>`__ to see an example of how to use create_ingest_time_rule API.
|
1961
1961
|
"""
|
1962
1962
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1963
1963
|
required_arguments = ['namespaceName']
|
@@ -2074,7 +2074,7 @@ class LogAnalyticsClient(object):
|
|
2074
2074
|
:rtype: :class:`~oci.response.Response`
|
2075
2075
|
|
2076
2076
|
:example:
|
2077
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2077
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/create_log_analytics_em_bridge.py.html>`__ to see an example of how to use create_log_analytics_em_bridge API.
|
2078
2078
|
"""
|
2079
2079
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2080
2080
|
required_arguments = ['namespaceName']
|
@@ -2191,7 +2191,7 @@ class LogAnalyticsClient(object):
|
|
2191
2191
|
:rtype: :class:`~oci.response.Response`
|
2192
2192
|
|
2193
2193
|
:example:
|
2194
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2194
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/create_log_analytics_entity.py.html>`__ to see an example of how to use create_log_analytics_entity API.
|
2195
2195
|
"""
|
2196
2196
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2197
2197
|
required_arguments = ['namespaceName']
|
@@ -2308,7 +2308,7 @@ class LogAnalyticsClient(object):
|
|
2308
2308
|
:rtype: :class:`~oci.response.Response`
|
2309
2309
|
|
2310
2310
|
:example:
|
2311
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2311
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/create_log_analytics_entity_type.py.html>`__ to see an example of how to use create_log_analytics_entity_type API.
|
2312
2312
|
"""
|
2313
2313
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2314
2314
|
required_arguments = ['namespaceName']
|
@@ -2423,7 +2423,7 @@ class LogAnalyticsClient(object):
|
|
2423
2423
|
:rtype: :class:`~oci.response.Response`
|
2424
2424
|
|
2425
2425
|
:example:
|
2426
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2426
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/create_log_analytics_log_group.py.html>`__ to see an example of how to use create_log_analytics_log_group API.
|
2427
2427
|
"""
|
2428
2428
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2429
2429
|
required_arguments = ['namespaceName']
|
@@ -2533,7 +2533,7 @@ class LogAnalyticsClient(object):
|
|
2533
2533
|
:rtype: :class:`~oci.response.Response`
|
2534
2534
|
|
2535
2535
|
:example:
|
2536
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2536
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/create_log_analytics_object_collection_rule.py.html>`__ to see an example of how to use create_log_analytics_object_collection_rule API.
|
2537
2537
|
"""
|
2538
2538
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2539
2539
|
required_arguments = ['namespaceName']
|
@@ -2645,7 +2645,7 @@ class LogAnalyticsClient(object):
|
|
2645
2645
|
:rtype: :class:`~oci.response.Response`
|
2646
2646
|
|
2647
2647
|
:example:
|
2648
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2648
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/create_scheduled_task.py.html>`__ to see an example of how to use create_scheduled_task API.
|
2649
2649
|
"""
|
2650
2650
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2651
2651
|
required_arguments = ['namespaceName']
|
@@ -2760,7 +2760,7 @@ class LogAnalyticsClient(object):
|
|
2760
2760
|
:rtype: :class:`~oci.response.Response`
|
2761
2761
|
|
2762
2762
|
:example:
|
2763
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2763
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/delete_associations.py.html>`__ to see an example of how to use delete_associations API.
|
2764
2764
|
"""
|
2765
2765
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2766
2766
|
required_arguments = ['namespaceName']
|
@@ -2882,7 +2882,7 @@ class LogAnalyticsClient(object):
|
|
2882
2882
|
:rtype: :class:`~oci.response.Response`
|
2883
2883
|
|
2884
2884
|
:example:
|
2885
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2885
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/delete_field.py.html>`__ to see an example of how to use delete_field API.
|
2886
2886
|
"""
|
2887
2887
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2888
2888
|
required_arguments = ['namespaceName', 'fieldName']
|
@@ -2994,7 +2994,7 @@ class LogAnalyticsClient(object):
|
|
2994
2994
|
:rtype: :class:`~oci.response.Response`
|
2995
2995
|
|
2996
2996
|
:example:
|
2997
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2997
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/delete_ingest_time_rule.py.html>`__ to see an example of how to use delete_ingest_time_rule API.
|
2998
2998
|
"""
|
2999
2999
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3000
3000
|
required_arguments = ['namespaceName', 'ingestTimeRuleId']
|
@@ -3110,7 +3110,7 @@ class LogAnalyticsClient(object):
|
|
3110
3110
|
:rtype: :class:`~oci.response.Response`
|
3111
3111
|
|
3112
3112
|
:example:
|
3113
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3113
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/delete_label.py.html>`__ to see an example of how to use delete_label API.
|
3114
3114
|
"""
|
3115
3115
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3116
3116
|
required_arguments = ['namespaceName', 'labelName']
|
@@ -3225,7 +3225,7 @@ class LogAnalyticsClient(object):
|
|
3225
3225
|
:rtype: :class:`~oci.response.Response`
|
3226
3226
|
|
3227
3227
|
:example:
|
3228
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3228
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/delete_log_analytics_em_bridge.py.html>`__ to see an example of how to use delete_log_analytics_em_bridge API.
|
3229
3229
|
"""
|
3230
3230
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3231
3231
|
required_arguments = ['namespaceName', 'logAnalyticsEmBridgeId']
|
@@ -3340,7 +3340,7 @@ class LogAnalyticsClient(object):
|
|
3340
3340
|
:rtype: :class:`~oci.response.Response`
|
3341
3341
|
|
3342
3342
|
:example:
|
3343
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3343
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/delete_log_analytics_entity.py.html>`__ to see an example of how to use delete_log_analytics_entity API.
|
3344
3344
|
"""
|
3345
3345
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3346
3346
|
required_arguments = ['namespaceName', 'logAnalyticsEntityId']
|
@@ -3447,7 +3447,7 @@ class LogAnalyticsClient(object):
|
|
3447
3447
|
:rtype: :class:`~oci.response.Response`
|
3448
3448
|
|
3449
3449
|
:example:
|
3450
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3450
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/delete_log_analytics_entity_type.py.html>`__ to see an example of how to use delete_log_analytics_entity_type API.
|
3451
3451
|
"""
|
3452
3452
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3453
3453
|
required_arguments = ['namespaceName', 'entityTypeName']
|
@@ -3554,7 +3554,7 @@ class LogAnalyticsClient(object):
|
|
3554
3554
|
:rtype: :class:`~oci.response.Response`
|
3555
3555
|
|
3556
3556
|
:example:
|
3557
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3557
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/delete_log_analytics_log_group.py.html>`__ to see an example of how to use delete_log_analytics_log_group API.
|
3558
3558
|
"""
|
3559
3559
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3560
3560
|
required_arguments = ['namespaceName', 'logAnalyticsLogGroupId']
|
@@ -3666,7 +3666,7 @@ class LogAnalyticsClient(object):
|
|
3666
3666
|
:rtype: :class:`~oci.response.Response`
|
3667
3667
|
|
3668
3668
|
:example:
|
3669
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3669
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/delete_log_analytics_object_collection_rule.py.html>`__ to see an example of how to use delete_log_analytics_object_collection_rule API.
|
3670
3670
|
"""
|
3671
3671
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3672
3672
|
required_arguments = ['namespaceName', 'logAnalyticsObjectCollectionRuleId']
|
@@ -3783,7 +3783,7 @@ class LogAnalyticsClient(object):
|
|
3783
3783
|
:rtype: :class:`~oci.response.Response`
|
3784
3784
|
|
3785
3785
|
:example:
|
3786
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3786
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/delete_lookup.py.html>`__ to see an example of how to use delete_lookup API.
|
3787
3787
|
"""
|
3788
3788
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3789
3789
|
required_arguments = ['namespaceName', 'lookupName']
|
@@ -3910,7 +3910,7 @@ class LogAnalyticsClient(object):
|
|
3910
3910
|
:rtype: :class:`~oci.response.Response`
|
3911
3911
|
|
3912
3912
|
:example:
|
3913
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3913
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/delete_parser.py.html>`__ to see an example of how to use delete_parser API.
|
3914
3914
|
"""
|
3915
3915
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3916
3916
|
required_arguments = ['namespaceName', 'parserName']
|
@@ -4023,7 +4023,7 @@ class LogAnalyticsClient(object):
|
|
4023
4023
|
:rtype: :class:`~oci.response.Response`
|
4024
4024
|
|
4025
4025
|
:example:
|
4026
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4026
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/delete_scheduled_task.py.html>`__ to see an example of how to use delete_scheduled_task API.
|
4027
4027
|
"""
|
4028
4028
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4029
4029
|
required_arguments = ['namespaceName', 'scheduledTaskId']
|
@@ -4139,7 +4139,7 @@ class LogAnalyticsClient(object):
|
|
4139
4139
|
:rtype: :class:`~oci.response.Response`
|
4140
4140
|
|
4141
4141
|
:example:
|
4142
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4142
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/delete_source.py.html>`__ to see an example of how to use delete_source API.
|
4143
4143
|
"""
|
4144
4144
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4145
4145
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -4252,7 +4252,7 @@ class LogAnalyticsClient(object):
|
|
4252
4252
|
:rtype: :class:`~oci.response.Response`
|
4253
4253
|
|
4254
4254
|
:example:
|
4255
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4255
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/delete_upload.py.html>`__ to see an example of how to use delete_upload API.
|
4256
4256
|
"""
|
4257
4257
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4258
4258
|
required_arguments = ['namespaceName', 'uploadReference']
|
@@ -4356,7 +4356,7 @@ class LogAnalyticsClient(object):
|
|
4356
4356
|
:rtype: :class:`~oci.response.Response`
|
4357
4357
|
|
4358
4358
|
:example:
|
4359
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4359
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/delete_upload_file.py.html>`__ to see an example of how to use delete_upload_file API.
|
4360
4360
|
"""
|
4361
4361
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4362
4362
|
required_arguments = ['namespaceName', 'uploadReference', 'fileReference']
|
@@ -4458,7 +4458,7 @@ class LogAnalyticsClient(object):
|
|
4458
4458
|
:rtype: :class:`~oci.response.Response`
|
4459
4459
|
|
4460
4460
|
:example:
|
4461
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4461
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/delete_upload_warning.py.html>`__ to see an example of how to use delete_upload_warning API.
|
4462
4462
|
"""
|
4463
4463
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4464
4464
|
required_arguments = ['namespaceName', 'uploadReference', 'warningReference']
|
@@ -4561,7 +4561,7 @@ class LogAnalyticsClient(object):
|
|
4561
4561
|
:rtype: :class:`~oci.response.Response`
|
4562
4562
|
|
4563
4563
|
:example:
|
4564
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4564
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/disable_archiving.py.html>`__ to see an example of how to use disable_archiving API.
|
4565
4565
|
"""
|
4566
4566
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4567
4567
|
required_arguments = ['namespaceName']
|
@@ -4676,7 +4676,7 @@ class LogAnalyticsClient(object):
|
|
4676
4676
|
:rtype: :class:`~oci.response.Response`
|
4677
4677
|
|
4678
4678
|
:example:
|
4679
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4679
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/disable_auto_association.py.html>`__ to see an example of how to use disable_auto_association API.
|
4680
4680
|
"""
|
4681
4681
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4682
4682
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -4792,7 +4792,7 @@ class LogAnalyticsClient(object):
|
|
4792
4792
|
:rtype: :class:`~oci.response.Response`
|
4793
4793
|
|
4794
4794
|
:example:
|
4795
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4795
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/disable_ingest_time_rule.py.html>`__ to see an example of how to use disable_ingest_time_rule API.
|
4796
4796
|
"""
|
4797
4797
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4798
4798
|
required_arguments = ['namespaceName', 'ingestTimeRuleId']
|
@@ -4904,7 +4904,7 @@ class LogAnalyticsClient(object):
|
|
4904
4904
|
:rtype: :class:`~oci.response.Response`
|
4905
4905
|
|
4906
4906
|
:example:
|
4907
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4907
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/disable_source_event_types.py.html>`__ to see an example of how to use disable_source_event_types API.
|
4908
4908
|
"""
|
4909
4909
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4910
4910
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -5017,7 +5017,7 @@ class LogAnalyticsClient(object):
|
|
5017
5017
|
:rtype: :class:`~oci.response.Response`
|
5018
5018
|
|
5019
5019
|
:example:
|
5020
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5020
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/enable_archiving.py.html>`__ to see an example of how to use enable_archiving API.
|
5021
5021
|
"""
|
5022
5022
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5023
5023
|
required_arguments = ['namespaceName']
|
@@ -5132,7 +5132,7 @@ class LogAnalyticsClient(object):
|
|
5132
5132
|
:rtype: :class:`~oci.response.Response`
|
5133
5133
|
|
5134
5134
|
:example:
|
5135
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5135
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/enable_auto_association.py.html>`__ to see an example of how to use enable_auto_association API.
|
5136
5136
|
"""
|
5137
5137
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5138
5138
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -5248,7 +5248,7 @@ class LogAnalyticsClient(object):
|
|
5248
5248
|
:rtype: :class:`~oci.response.Response`
|
5249
5249
|
|
5250
5250
|
:example:
|
5251
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5251
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/enable_ingest_time_rule.py.html>`__ to see an example of how to use enable_ingest_time_rule API.
|
5252
5252
|
"""
|
5253
5253
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5254
5254
|
required_arguments = ['namespaceName', 'ingestTimeRuleId']
|
@@ -5360,7 +5360,7 @@ class LogAnalyticsClient(object):
|
|
5360
5360
|
:rtype: :class:`~oci.response.Response`
|
5361
5361
|
|
5362
5362
|
:example:
|
5363
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5363
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/enable_source_event_types.py.html>`__ to see an example of how to use enable_source_event_types API.
|
5364
5364
|
"""
|
5365
5365
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5366
5366
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -5483,7 +5483,7 @@ class LogAnalyticsClient(object):
|
|
5483
5483
|
:rtype: :class:`~oci.response.Response`
|
5484
5484
|
|
5485
5485
|
:example:
|
5486
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5486
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/estimate_purge_data_size.py.html>`__ to see an example of how to use estimate_purge_data_size API.
|
5487
5487
|
"""
|
5488
5488
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5489
5489
|
required_arguments = ['namespaceName']
|
@@ -5595,7 +5595,7 @@ class LogAnalyticsClient(object):
|
|
5595
5595
|
:rtype: :class:`~oci.response.Response`
|
5596
5596
|
|
5597
5597
|
:example:
|
5598
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5598
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/estimate_recall_data_size.py.html>`__ to see an example of how to use estimate_recall_data_size API.
|
5599
5599
|
"""
|
5600
5600
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5601
5601
|
required_arguments = ['namespaceName']
|
@@ -5702,7 +5702,7 @@ class LogAnalyticsClient(object):
|
|
5702
5702
|
:rtype: :class:`~oci.response.Response`
|
5703
5703
|
|
5704
5704
|
:example:
|
5705
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5705
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/estimate_release_data_size.py.html>`__ to see an example of how to use estimate_release_data_size API.
|
5706
5706
|
"""
|
5707
5707
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5708
5708
|
required_arguments = ['namespaceName']
|
@@ -5816,7 +5816,7 @@ class LogAnalyticsClient(object):
|
|
5816
5816
|
:rtype: :class:`~oci.response.Response`
|
5817
5817
|
|
5818
5818
|
:example:
|
5819
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5819
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/export_custom_content.py.html>`__ to see an example of how to use export_custom_content API.
|
5820
5820
|
"""
|
5821
5821
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5822
5822
|
required_arguments = ['namespaceName']
|
@@ -5926,7 +5926,7 @@ class LogAnalyticsClient(object):
|
|
5926
5926
|
:rtype: :class:`~oci.response.Response`
|
5927
5927
|
|
5928
5928
|
:example:
|
5929
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5929
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/export_query_result.py.html>`__ to see an example of how to use export_query_result API.
|
5930
5930
|
"""
|
5931
5931
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5932
5932
|
required_arguments = ['namespaceName']
|
@@ -6045,7 +6045,7 @@ class LogAnalyticsClient(object):
|
|
6045
6045
|
:rtype: :class:`~oci.response.Response`
|
6046
6046
|
|
6047
6047
|
:example:
|
6048
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6048
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/extract_structured_log_field_paths.py.html>`__ to see an example of how to use extract_structured_log_field_paths API.
|
6049
6049
|
"""
|
6050
6050
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6051
6051
|
required_arguments = ['namespaceName']
|
@@ -6182,7 +6182,7 @@ class LogAnalyticsClient(object):
|
|
6182
6182
|
:rtype: :class:`~oci.response.Response`
|
6183
6183
|
|
6184
6184
|
:example:
|
6185
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6185
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/extract_structured_log_header_paths.py.html>`__ to see an example of how to use extract_structured_log_header_paths API.
|
6186
6186
|
"""
|
6187
6187
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6188
6188
|
required_arguments = ['namespaceName']
|
@@ -6307,7 +6307,7 @@ class LogAnalyticsClient(object):
|
|
6307
6307
|
:rtype: :class:`~oci.response.Response`
|
6308
6308
|
|
6309
6309
|
:example:
|
6310
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6310
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/filter.py.html>`__ to see an example of how to use filter API.
|
6311
6311
|
"""
|
6312
6312
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6313
6313
|
required_arguments = ['namespaceName']
|
@@ -6414,7 +6414,7 @@ class LogAnalyticsClient(object):
|
|
6414
6414
|
:rtype: :class:`~oci.response.Response`
|
6415
6415
|
|
6416
6416
|
:example:
|
6417
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6417
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_association_summary.py.html>`__ to see an example of how to use get_association_summary API.
|
6418
6418
|
"""
|
6419
6419
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6420
6420
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -6522,7 +6522,7 @@ class LogAnalyticsClient(object):
|
|
6522
6522
|
:rtype: :class:`~oci.response.Response`
|
6523
6523
|
|
6524
6524
|
:example:
|
6525
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6525
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_category.py.html>`__ to see an example of how to use get_category API.
|
6526
6526
|
"""
|
6527
6527
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6528
6528
|
required_arguments = ['namespaceName', 'categoryName']
|
@@ -6631,7 +6631,7 @@ class LogAnalyticsClient(object):
|
|
6631
6631
|
:rtype: :class:`~oci.response.Response`
|
6632
6632
|
|
6633
6633
|
:example:
|
6634
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6634
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_column_names.py.html>`__ to see an example of how to use get_column_names API.
|
6635
6635
|
"""
|
6636
6636
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6637
6637
|
required_arguments = ['namespaceName', 'sqlQuery']
|
@@ -6744,7 +6744,7 @@ class LogAnalyticsClient(object):
|
|
6744
6744
|
:rtype: :class:`~oci.response.Response`
|
6745
6745
|
|
6746
6746
|
:example:
|
6747
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6747
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_config_work_request.py.html>`__ to see an example of how to use get_config_work_request API.
|
6748
6748
|
"""
|
6749
6749
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6750
6750
|
required_arguments = ['namespaceName', 'workRequestId']
|
@@ -6846,7 +6846,7 @@ class LogAnalyticsClient(object):
|
|
6846
6846
|
:rtype: :class:`~oci.response.Response`
|
6847
6847
|
|
6848
6848
|
:example:
|
6849
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6849
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_field.py.html>`__ to see an example of how to use get_field API.
|
6850
6850
|
"""
|
6851
6851
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6852
6852
|
required_arguments = ['namespaceName', 'fieldName']
|
@@ -6948,7 +6948,7 @@ class LogAnalyticsClient(object):
|
|
6948
6948
|
:rtype: :class:`~oci.response.Response`
|
6949
6949
|
|
6950
6950
|
:example:
|
6951
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6951
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_fields_summary.py.html>`__ to see an example of how to use get_fields_summary API.
|
6952
6952
|
"""
|
6953
6953
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6954
6954
|
required_arguments = ['namespaceName']
|
@@ -7057,7 +7057,7 @@ class LogAnalyticsClient(object):
|
|
7057
7057
|
:rtype: :class:`~oci.response.Response`
|
7058
7058
|
|
7059
7059
|
:example:
|
7060
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7060
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_ingest_time_rule.py.html>`__ to see an example of how to use get_ingest_time_rule API.
|
7061
7061
|
"""
|
7062
7062
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7063
7063
|
required_arguments = ['namespaceName', 'ingestTimeRuleId']
|
@@ -7159,7 +7159,7 @@ class LogAnalyticsClient(object):
|
|
7159
7159
|
:rtype: :class:`~oci.response.Response`
|
7160
7160
|
|
7161
7161
|
:example:
|
7162
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7162
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_label.py.html>`__ to see an example of how to use get_label API.
|
7163
7163
|
"""
|
7164
7164
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7165
7165
|
required_arguments = ['namespaceName', 'labelName']
|
@@ -7258,7 +7258,7 @@ class LogAnalyticsClient(object):
|
|
7258
7258
|
:rtype: :class:`~oci.response.Response`
|
7259
7259
|
|
7260
7260
|
:example:
|
7261
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7261
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_label_summary.py.html>`__ to see an example of how to use get_label_summary API.
|
7262
7262
|
"""
|
7263
7263
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7264
7264
|
required_arguments = ['namespaceName']
|
@@ -7359,7 +7359,7 @@ class LogAnalyticsClient(object):
|
|
7359
7359
|
:rtype: :class:`~oci.response.Response`
|
7360
7360
|
|
7361
7361
|
:example:
|
7362
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7362
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_log_analytics_em_bridge.py.html>`__ to see an example of how to use get_log_analytics_em_bridge API.
|
7363
7363
|
"""
|
7364
7364
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7365
7365
|
required_arguments = ['namespaceName', 'logAnalyticsEmBridgeId']
|
@@ -7459,7 +7459,7 @@ class LogAnalyticsClient(object):
|
|
7459
7459
|
:rtype: :class:`~oci.response.Response`
|
7460
7460
|
|
7461
7461
|
:example:
|
7462
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7462
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_log_analytics_em_bridge_summary.py.html>`__ to see an example of how to use get_log_analytics_em_bridge_summary API.
|
7463
7463
|
"""
|
7464
7464
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7465
7465
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -7565,7 +7565,7 @@ class LogAnalyticsClient(object):
|
|
7565
7565
|
:rtype: :class:`~oci.response.Response`
|
7566
7566
|
|
7567
7567
|
:example:
|
7568
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7568
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_log_analytics_entities_summary.py.html>`__ to see an example of how to use get_log_analytics_entities_summary API.
|
7569
7569
|
"""
|
7570
7570
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7571
7571
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -7671,7 +7671,7 @@ class LogAnalyticsClient(object):
|
|
7671
7671
|
:rtype: :class:`~oci.response.Response`
|
7672
7672
|
|
7673
7673
|
:example:
|
7674
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7674
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_log_analytics_entity.py.html>`__ to see an example of how to use get_log_analytics_entity API.
|
7675
7675
|
"""
|
7676
7676
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7677
7677
|
required_arguments = ['namespaceName', 'logAnalyticsEntityId']
|
@@ -7771,7 +7771,7 @@ class LogAnalyticsClient(object):
|
|
7771
7771
|
:rtype: :class:`~oci.response.Response`
|
7772
7772
|
|
7773
7773
|
:example:
|
7774
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7774
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_log_analytics_entity_type.py.html>`__ to see an example of how to use get_log_analytics_entity_type API.
|
7775
7775
|
"""
|
7776
7776
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7777
7777
|
required_arguments = ['namespaceName', 'entityTypeName']
|
@@ -7871,7 +7871,7 @@ class LogAnalyticsClient(object):
|
|
7871
7871
|
:rtype: :class:`~oci.response.Response`
|
7872
7872
|
|
7873
7873
|
:example:
|
7874
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7874
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_log_analytics_log_group.py.html>`__ to see an example of how to use get_log_analytics_log_group API.
|
7875
7875
|
"""
|
7876
7876
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7877
7877
|
required_arguments = ['namespaceName', 'logAnalyticsLogGroupId']
|
@@ -7973,7 +7973,7 @@ class LogAnalyticsClient(object):
|
|
7973
7973
|
:rtype: :class:`~oci.response.Response`
|
7974
7974
|
|
7975
7975
|
:example:
|
7976
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7976
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_log_analytics_log_groups_summary.py.html>`__ to see an example of how to use get_log_analytics_log_groups_summary API.
|
7977
7977
|
"""
|
7978
7978
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7979
7979
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -8083,7 +8083,7 @@ class LogAnalyticsClient(object):
|
|
8083
8083
|
:rtype: :class:`~oci.response.Response`
|
8084
8084
|
|
8085
8085
|
:example:
|
8086
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8086
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_log_analytics_object_collection_rule.py.html>`__ to see an example of how to use get_log_analytics_object_collection_rule API.
|
8087
8087
|
"""
|
8088
8088
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8089
8089
|
required_arguments = ['namespaceName', 'logAnalyticsObjectCollectionRuleId']
|
@@ -8182,7 +8182,7 @@ class LogAnalyticsClient(object):
|
|
8182
8182
|
:rtype: :class:`~oci.response.Response`
|
8183
8183
|
|
8184
8184
|
:example:
|
8185
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8185
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_log_sets_count.py.html>`__ to see an example of how to use get_log_sets_count API.
|
8186
8186
|
"""
|
8187
8187
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8188
8188
|
required_arguments = ['namespaceName']
|
@@ -8283,7 +8283,7 @@ class LogAnalyticsClient(object):
|
|
8283
8283
|
:rtype: :class:`~oci.response.Response`
|
8284
8284
|
|
8285
8285
|
:example:
|
8286
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8286
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_lookup.py.html>`__ to see an example of how to use get_lookup API.
|
8287
8287
|
"""
|
8288
8288
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8289
8289
|
required_arguments = ['namespaceName', 'lookupName']
|
@@ -8382,7 +8382,7 @@ class LogAnalyticsClient(object):
|
|
8382
8382
|
:rtype: :class:`~oci.response.Response`
|
8383
8383
|
|
8384
8384
|
:example:
|
8385
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8385
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_lookup_summary.py.html>`__ to see an example of how to use get_lookup_summary API.
|
8386
8386
|
"""
|
8387
8387
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8388
8388
|
required_arguments = ['namespaceName']
|
@@ -8480,7 +8480,7 @@ class LogAnalyticsClient(object):
|
|
8480
8480
|
:rtype: :class:`~oci.response.Response`
|
8481
8481
|
|
8482
8482
|
:example:
|
8483
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8483
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_namespace.py.html>`__ to see an example of how to use get_namespace API.
|
8484
8484
|
"""
|
8485
8485
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8486
8486
|
required_arguments = ['namespaceName']
|
@@ -8581,7 +8581,7 @@ class LogAnalyticsClient(object):
|
|
8581
8581
|
:rtype: :class:`~oci.response.Response`
|
8582
8582
|
|
8583
8583
|
:example:
|
8584
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8584
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_parser.py.html>`__ to see an example of how to use get_parser API.
|
8585
8585
|
"""
|
8586
8586
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8587
8587
|
required_arguments = ['namespaceName', 'parserName']
|
@@ -8680,7 +8680,7 @@ class LogAnalyticsClient(object):
|
|
8680
8680
|
:rtype: :class:`~oci.response.Response`
|
8681
8681
|
|
8682
8682
|
:example:
|
8683
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8683
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_parser_summary.py.html>`__ to see an example of how to use get_parser_summary API.
|
8684
8684
|
"""
|
8685
8685
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8686
8686
|
required_arguments = ['namespaceName']
|
@@ -8794,7 +8794,7 @@ class LogAnalyticsClient(object):
|
|
8794
8794
|
:rtype: :class:`~oci.response.Response`
|
8795
8795
|
|
8796
8796
|
:example:
|
8797
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8797
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_preferences.py.html>`__ to see an example of how to use get_preferences API.
|
8798
8798
|
"""
|
8799
8799
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8800
8800
|
required_arguments = ['namespaceName']
|
@@ -8943,7 +8943,7 @@ class LogAnalyticsClient(object):
|
|
8943
8943
|
:rtype: :class:`~oci.response.Response`
|
8944
8944
|
|
8945
8945
|
:example:
|
8946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_query_result.py.html>`__ to see an example of how to use get_query_result API.
|
8947
8947
|
"""
|
8948
8948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8949
8949
|
required_arguments = ['namespaceName', 'workRequestId']
|
@@ -9070,7 +9070,7 @@ class LogAnalyticsClient(object):
|
|
9070
9070
|
:rtype: :class:`~oci.response.Response`
|
9071
9071
|
|
9072
9072
|
:example:
|
9073
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9073
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_query_work_request.py.html>`__ to see an example of how to use get_query_work_request API.
|
9074
9074
|
"""
|
9075
9075
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9076
9076
|
required_arguments = ['namespaceName', 'workRequestId']
|
@@ -9169,7 +9169,7 @@ class LogAnalyticsClient(object):
|
|
9169
9169
|
:rtype: :class:`~oci.response.Response`
|
9170
9170
|
|
9171
9171
|
:example:
|
9172
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9172
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_recall_count.py.html>`__ to see an example of how to use get_recall_count API.
|
9173
9173
|
"""
|
9174
9174
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9175
9175
|
required_arguments = ['namespaceName']
|
@@ -9273,7 +9273,7 @@ class LogAnalyticsClient(object):
|
|
9273
9273
|
:rtype: :class:`~oci.response.Response`
|
9274
9274
|
|
9275
9275
|
:example:
|
9276
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_recalled_data_size.py.html>`__ to see an example of how to use get_recalled_data_size API.
|
9277
9277
|
"""
|
9278
9278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9279
9279
|
required_arguments = ['namespaceName']
|
@@ -9384,7 +9384,7 @@ class LogAnalyticsClient(object):
|
|
9384
9384
|
:rtype: :class:`~oci.response.Response`
|
9385
9385
|
|
9386
9386
|
:example:
|
9387
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9387
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_rules_summary.py.html>`__ to see an example of how to use get_rules_summary API.
|
9388
9388
|
"""
|
9389
9389
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9390
9390
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -9493,7 +9493,7 @@ class LogAnalyticsClient(object):
|
|
9493
9493
|
:rtype: :class:`~oci.response.Response`
|
9494
9494
|
|
9495
9495
|
:example:
|
9496
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9496
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_scheduled_task.py.html>`__ to see an example of how to use get_scheduled_task API.
|
9497
9497
|
"""
|
9498
9498
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9499
9499
|
required_arguments = ['namespaceName', 'scheduledTaskId']
|
@@ -9598,7 +9598,7 @@ class LogAnalyticsClient(object):
|
|
9598
9598
|
:rtype: :class:`~oci.response.Response`
|
9599
9599
|
|
9600
9600
|
:example:
|
9601
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9601
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_source.py.html>`__ to see an example of how to use get_source API.
|
9602
9602
|
"""
|
9603
9603
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9604
9604
|
required_arguments = ['namespaceName', 'sourceName', 'compartmentId']
|
@@ -9704,7 +9704,7 @@ class LogAnalyticsClient(object):
|
|
9704
9704
|
:rtype: :class:`~oci.response.Response`
|
9705
9705
|
|
9706
9706
|
:example:
|
9707
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9707
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_source_summary.py.html>`__ to see an example of how to use get_source_summary API.
|
9708
9708
|
"""
|
9709
9709
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9710
9710
|
required_arguments = ['namespaceName']
|
@@ -9802,7 +9802,7 @@ class LogAnalyticsClient(object):
|
|
9802
9802
|
:rtype: :class:`~oci.response.Response`
|
9803
9803
|
|
9804
9804
|
:example:
|
9805
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9805
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_storage.py.html>`__ to see an example of how to use get_storage API.
|
9806
9806
|
"""
|
9807
9807
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9808
9808
|
required_arguments = ['namespaceName']
|
@@ -9901,7 +9901,7 @@ class LogAnalyticsClient(object):
|
|
9901
9901
|
:rtype: :class:`~oci.response.Response`
|
9902
9902
|
|
9903
9903
|
:example:
|
9904
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9904
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_storage_usage.py.html>`__ to see an example of how to use get_storage_usage API.
|
9905
9905
|
"""
|
9906
9906
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9907
9907
|
required_arguments = ['namespaceName']
|
@@ -10005,7 +10005,7 @@ class LogAnalyticsClient(object):
|
|
10005
10005
|
:rtype: :class:`~oci.response.Response`
|
10006
10006
|
|
10007
10007
|
:example:
|
10008
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10008
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_storage_work_request.py.html>`__ to see an example of how to use get_storage_work_request API.
|
10009
10009
|
"""
|
10010
10010
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10011
10011
|
required_arguments = ['workRequestId', 'namespaceName']
|
@@ -10104,7 +10104,7 @@ class LogAnalyticsClient(object):
|
|
10104
10104
|
:rtype: :class:`~oci.response.Response`
|
10105
10105
|
|
10106
10106
|
:example:
|
10107
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_unprocessed_data_bucket.py.html>`__ to see an example of how to use get_unprocessed_data_bucket API.
|
10108
10108
|
"""
|
10109
10109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10110
10110
|
required_arguments = ['namespaceName']
|
@@ -10205,7 +10205,7 @@ class LogAnalyticsClient(object):
|
|
10205
10205
|
:rtype: :class:`~oci.response.Response`
|
10206
10206
|
|
10207
10207
|
:example:
|
10208
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10208
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_upload.py.html>`__ to see an example of how to use get_upload API.
|
10209
10209
|
"""
|
10210
10210
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10211
10211
|
required_arguments = ['namespaceName', 'uploadReference']
|
@@ -10309,7 +10309,7 @@ class LogAnalyticsClient(object):
|
|
10309
10309
|
:rtype: :class:`~oci.response.Response`
|
10310
10310
|
|
10311
10311
|
:example:
|
10312
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10312
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
10313
10313
|
"""
|
10314
10314
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10315
10315
|
required_arguments = ['namespaceName', 'workRequestId']
|
@@ -10432,7 +10432,7 @@ class LogAnalyticsClient(object):
|
|
10432
10432
|
:rtype: :class:`~oci.response.Response`
|
10433
10433
|
|
10434
10434
|
:example:
|
10435
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10435
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/import_custom_content.py.html>`__ to see an example of how to use import_custom_content API.
|
10436
10436
|
"""
|
10437
10437
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10438
10438
|
required_arguments = ['namespaceName']
|
@@ -10601,7 +10601,7 @@ class LogAnalyticsClient(object):
|
|
10601
10601
|
:rtype: :class:`~oci.response.Response`
|
10602
10602
|
|
10603
10603
|
:example:
|
10604
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10604
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_associable_entities.py.html>`__ to see an example of how to use list_associable_entities API.
|
10605
10605
|
"""
|
10606
10606
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10607
10607
|
required_arguments = ['namespaceName', 'sourceName', 'compartmentId']
|
@@ -10770,7 +10770,7 @@ class LogAnalyticsClient(object):
|
|
10770
10770
|
:rtype: :class:`~oci.response.Response`
|
10771
10771
|
|
10772
10772
|
:example:
|
10773
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10773
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_associated_entities.py.html>`__ to see an example of how to use list_associated_entities API.
|
10774
10774
|
"""
|
10775
10775
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10776
10776
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -10922,7 +10922,7 @@ class LogAnalyticsClient(object):
|
|
10922
10922
|
:rtype: :class:`~oci.response.Response`
|
10923
10923
|
|
10924
10924
|
:example:
|
10925
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10925
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_auto_associations.py.html>`__ to see an example of how to use list_auto_associations API.
|
10926
10926
|
"""
|
10927
10927
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10928
10928
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -11077,7 +11077,7 @@ class LogAnalyticsClient(object):
|
|
11077
11077
|
:rtype: :class:`~oci.response.Response`
|
11078
11078
|
|
11079
11079
|
:example:
|
11080
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11080
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_categories.py.html>`__ to see an example of how to use list_categories API.
|
11081
11081
|
"""
|
11082
11082
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11083
11083
|
required_arguments = ['namespaceName']
|
@@ -11225,7 +11225,7 @@ class LogAnalyticsClient(object):
|
|
11225
11225
|
:rtype: :class:`~oci.response.Response`
|
11226
11226
|
|
11227
11227
|
:example:
|
11228
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11228
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_config_work_requests.py.html>`__ to see an example of how to use list_config_work_requests API.
|
11229
11229
|
"""
|
11230
11230
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11231
11231
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -11383,7 +11383,7 @@ class LogAnalyticsClient(object):
|
|
11383
11383
|
:rtype: :class:`~oci.response.Response`
|
11384
11384
|
|
11385
11385
|
:example:
|
11386
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11386
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_effective_properties.py.html>`__ to see an example of how to use list_effective_properties API.
|
11387
11387
|
"""
|
11388
11388
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11389
11389
|
required_arguments = ['namespaceName']
|
@@ -11521,7 +11521,7 @@ class LogAnalyticsClient(object):
|
|
11521
11521
|
:rtype: :class:`~oci.response.Response`
|
11522
11522
|
|
11523
11523
|
:example:
|
11524
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11524
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_encryption_key_info.py.html>`__ to see an example of how to use list_encryption_key_info API.
|
11525
11525
|
"""
|
11526
11526
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11527
11527
|
required_arguments = ['namespaceName']
|
@@ -11644,7 +11644,7 @@ class LogAnalyticsClient(object):
|
|
11644
11644
|
:rtype: :class:`~oci.response.Response`
|
11645
11645
|
|
11646
11646
|
:example:
|
11647
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11647
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_entity_associations.py.html>`__ to see an example of how to use list_entity_associations API.
|
11648
11648
|
"""
|
11649
11649
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11650
11650
|
required_arguments = ['namespaceName', 'logAnalyticsEntityId']
|
@@ -11817,7 +11817,7 @@ class LogAnalyticsClient(object):
|
|
11817
11817
|
:rtype: :class:`~oci.response.Response`
|
11818
11818
|
|
11819
11819
|
:example:
|
11820
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11820
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_entity_source_associations.py.html>`__ to see an example of how to use list_entity_source_associations API.
|
11821
11821
|
"""
|
11822
11822
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11823
11823
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -12012,7 +12012,7 @@ class LogAnalyticsClient(object):
|
|
12012
12012
|
:rtype: :class:`~oci.response.Response`
|
12013
12013
|
|
12014
12014
|
:example:
|
12015
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12015
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_fields.py.html>`__ to see an example of how to use list_fields API.
|
12016
12016
|
"""
|
12017
12017
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12018
12018
|
required_arguments = ['namespaceName']
|
@@ -12204,7 +12204,7 @@ class LogAnalyticsClient(object):
|
|
12204
12204
|
:rtype: :class:`~oci.response.Response`
|
12205
12205
|
|
12206
12206
|
:example:
|
12207
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12207
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_ingest_time_rules.py.html>`__ to see an example of how to use list_ingest_time_rules API.
|
12208
12208
|
"""
|
12209
12209
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12210
12210
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -12361,7 +12361,7 @@ class LogAnalyticsClient(object):
|
|
12361
12361
|
:rtype: :class:`~oci.response.Response`
|
12362
12362
|
|
12363
12363
|
:example:
|
12364
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12364
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_label_priorities.py.html>`__ to see an example of how to use list_label_priorities API.
|
12365
12365
|
"""
|
12366
12366
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12367
12367
|
required_arguments = ['namespaceName']
|
@@ -12489,7 +12489,7 @@ class LogAnalyticsClient(object):
|
|
12489
12489
|
:rtype: :class:`~oci.response.Response`
|
12490
12490
|
|
12491
12491
|
:example:
|
12492
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12492
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_label_source_details.py.html>`__ to see an example of how to use list_label_source_details API.
|
12493
12493
|
"""
|
12494
12494
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12495
12495
|
required_arguments = ['namespaceName']
|
@@ -12660,7 +12660,7 @@ class LogAnalyticsClient(object):
|
|
12660
12660
|
:rtype: :class:`~oci.response.Response`
|
12661
12661
|
|
12662
12662
|
:example:
|
12663
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12663
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_labels.py.html>`__ to see an example of how to use list_labels API.
|
12664
12664
|
"""
|
12665
12665
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12666
12666
|
required_arguments = ['namespaceName']
|
@@ -12849,7 +12849,7 @@ class LogAnalyticsClient(object):
|
|
12849
12849
|
:rtype: :class:`~oci.response.Response`
|
12850
12850
|
|
12851
12851
|
:example:
|
12852
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12852
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_log_analytics_em_bridges.py.html>`__ to see an example of how to use list_log_analytics_em_bridges API.
|
12853
12853
|
"""
|
12854
12854
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12855
12855
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -13065,7 +13065,7 @@ class LogAnalyticsClient(object):
|
|
13065
13065
|
:rtype: :class:`~oci.response.Response`
|
13066
13066
|
|
13067
13067
|
:example:
|
13068
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13068
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_log_analytics_entities.py.html>`__ to see an example of how to use list_log_analytics_entities API.
|
13069
13069
|
"""
|
13070
13070
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13071
13071
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -13262,7 +13262,7 @@ class LogAnalyticsClient(object):
|
|
13262
13262
|
:rtype: :class:`~oci.response.Response`
|
13263
13263
|
|
13264
13264
|
:example:
|
13265
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13265
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_log_analytics_entity_topology.py.html>`__ to see an example of how to use list_log_analytics_entity_topology API.
|
13266
13266
|
"""
|
13267
13267
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13268
13268
|
required_arguments = ['namespaceName', 'logAnalyticsEntityId']
|
@@ -13432,7 +13432,7 @@ class LogAnalyticsClient(object):
|
|
13432
13432
|
:rtype: :class:`~oci.response.Response`
|
13433
13433
|
|
13434
13434
|
:example:
|
13435
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13435
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_log_analytics_entity_types.py.html>`__ to see an example of how to use list_log_analytics_entity_types API.
|
13436
13436
|
"""
|
13437
13437
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13438
13438
|
required_arguments = ['namespaceName']
|
@@ -13601,7 +13601,7 @@ class LogAnalyticsClient(object):
|
|
13601
13601
|
:rtype: :class:`~oci.response.Response`
|
13602
13602
|
|
13603
13603
|
:example:
|
13604
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13604
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_log_analytics_log_groups.py.html>`__ to see an example of how to use list_log_analytics_log_groups API.
|
13605
13605
|
"""
|
13606
13606
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13607
13607
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -13758,7 +13758,7 @@ class LogAnalyticsClient(object):
|
|
13758
13758
|
:rtype: :class:`~oci.response.Response`
|
13759
13759
|
|
13760
13760
|
:example:
|
13761
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13761
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_log_analytics_object_collection_rules.py.html>`__ to see an example of how to use list_log_analytics_object_collection_rules API.
|
13762
13762
|
"""
|
13763
13763
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13764
13764
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -13910,7 +13910,7 @@ class LogAnalyticsClient(object):
|
|
13910
13910
|
:rtype: :class:`~oci.response.Response`
|
13911
13911
|
|
13912
13912
|
:example:
|
13913
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13913
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_log_sets.py.html>`__ to see an example of how to use list_log_sets API.
|
13914
13914
|
"""
|
13915
13915
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13916
13916
|
required_arguments = ['namespaceName']
|
@@ -14072,7 +14072,7 @@ class LogAnalyticsClient(object):
|
|
14072
14072
|
:rtype: :class:`~oci.response.Response`
|
14073
14073
|
|
14074
14074
|
:example:
|
14075
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14075
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_lookups.py.html>`__ to see an example of how to use list_lookups API.
|
14076
14076
|
"""
|
14077
14077
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14078
14078
|
required_arguments = ['namespaceName', 'type']
|
@@ -14245,7 +14245,7 @@ class LogAnalyticsClient(object):
|
|
14245
14245
|
:rtype: :class:`~oci.response.Response`
|
14246
14246
|
|
14247
14247
|
:example:
|
14248
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14248
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_meta_source_types.py.html>`__ to see an example of how to use list_meta_source_types API.
|
14249
14249
|
"""
|
14250
14250
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14251
14251
|
required_arguments = ['namespaceName']
|
@@ -14372,7 +14372,7 @@ class LogAnalyticsClient(object):
|
|
14372
14372
|
:rtype: :class:`~oci.response.Response`
|
14373
14373
|
|
14374
14374
|
:example:
|
14375
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14375
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_namespaces.py.html>`__ to see an example of how to use list_namespaces API.
|
14376
14376
|
"""
|
14377
14377
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14378
14378
|
required_arguments = ['compartmentId']
|
@@ -14488,7 +14488,7 @@ class LogAnalyticsClient(object):
|
|
14488
14488
|
:rtype: :class:`~oci.response.Response`
|
14489
14489
|
|
14490
14490
|
:example:
|
14491
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14491
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_overlapping_recalls.py.html>`__ to see an example of how to use list_overlapping_recalls API.
|
14492
14492
|
"""
|
14493
14493
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14494
14494
|
required_arguments = ['namespaceName']
|
@@ -14637,7 +14637,7 @@ class LogAnalyticsClient(object):
|
|
14637
14637
|
:rtype: :class:`~oci.response.Response`
|
14638
14638
|
|
14639
14639
|
:example:
|
14640
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14640
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_parser_functions.py.html>`__ to see an example of how to use list_parser_functions API.
|
14641
14641
|
"""
|
14642
14642
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14643
14643
|
required_arguments = ['namespaceName']
|
@@ -14781,7 +14781,7 @@ class LogAnalyticsClient(object):
|
|
14781
14781
|
:rtype: :class:`~oci.response.Response`
|
14782
14782
|
|
14783
14783
|
:example:
|
14784
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14784
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_parser_meta_plugins.py.html>`__ to see an example of how to use list_parser_meta_plugins API.
|
14785
14785
|
"""
|
14786
14786
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14787
14787
|
required_arguments = ['namespaceName']
|
@@ -14959,7 +14959,7 @@ class LogAnalyticsClient(object):
|
|
14959
14959
|
:rtype: :class:`~oci.response.Response`
|
14960
14960
|
|
14961
14961
|
:example:
|
14962
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14962
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_parsers.py.html>`__ to see an example of how to use list_parsers API.
|
14963
14963
|
"""
|
14964
14964
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14965
14965
|
required_arguments = ['namespaceName']
|
@@ -15149,7 +15149,7 @@ class LogAnalyticsClient(object):
|
|
15149
15149
|
:rtype: :class:`~oci.response.Response`
|
15150
15150
|
|
15151
15151
|
:example:
|
15152
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15152
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_properties_metadata.py.html>`__ to see an example of how to use list_properties_metadata API.
|
15153
15153
|
"""
|
15154
15154
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15155
15155
|
required_arguments = ['namespaceName']
|
@@ -15307,7 +15307,7 @@ class LogAnalyticsClient(object):
|
|
15307
15307
|
:rtype: :class:`~oci.response.Response`
|
15308
15308
|
|
15309
15309
|
:example:
|
15310
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15310
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_query_work_requests.py.html>`__ to see an example of how to use list_query_work_requests API.
|
15311
15311
|
"""
|
15312
15312
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15313
15313
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -15466,7 +15466,7 @@ class LogAnalyticsClient(object):
|
|
15466
15466
|
:rtype: :class:`~oci.response.Response`
|
15467
15467
|
|
15468
15468
|
:example:
|
15469
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15469
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_recalled_data.py.html>`__ to see an example of how to use list_recalled_data API.
|
15470
15470
|
"""
|
15471
15471
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15472
15472
|
required_arguments = ['namespaceName']
|
@@ -15624,7 +15624,7 @@ class LogAnalyticsClient(object):
|
|
15624
15624
|
:rtype: :class:`~oci.response.Response`
|
15625
15625
|
|
15626
15626
|
:example:
|
15627
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15627
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_resource_categories.py.html>`__ to see an example of how to use list_resource_categories API.
|
15628
15628
|
"""
|
15629
15629
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15630
15630
|
required_arguments = ['namespaceName']
|
@@ -15791,7 +15791,7 @@ class LogAnalyticsClient(object):
|
|
15791
15791
|
:rtype: :class:`~oci.response.Response`
|
15792
15792
|
|
15793
15793
|
:example:
|
15794
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15794
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_rules.py.html>`__ to see an example of how to use list_rules API.
|
15795
15795
|
"""
|
15796
15796
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15797
15797
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -15972,7 +15972,7 @@ class LogAnalyticsClient(object):
|
|
15972
15972
|
:rtype: :class:`~oci.response.Response`
|
15973
15973
|
|
15974
15974
|
:example:
|
15975
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15975
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_scheduled_tasks.py.html>`__ to see an example of how to use list_scheduled_tasks API.
|
15976
15976
|
"""
|
15977
15977
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15978
15978
|
required_arguments = ['namespaceName', 'taskType', 'compartmentId']
|
@@ -16146,7 +16146,7 @@ class LogAnalyticsClient(object):
|
|
16146
16146
|
:rtype: :class:`~oci.response.Response`
|
16147
16147
|
|
16148
16148
|
:example:
|
16149
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16149
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_source_associations.py.html>`__ to see an example of how to use list_source_associations API.
|
16150
16150
|
"""
|
16151
16151
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16152
16152
|
required_arguments = ['namespaceName', 'sourceName', 'compartmentId']
|
@@ -16320,7 +16320,7 @@ class LogAnalyticsClient(object):
|
|
16320
16320
|
:rtype: :class:`~oci.response.Response`
|
16321
16321
|
|
16322
16322
|
:example:
|
16323
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16323
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_source_event_types.py.html>`__ to see an example of how to use list_source_event_types API.
|
16324
16324
|
"""
|
16325
16325
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16326
16326
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -16479,7 +16479,7 @@ class LogAnalyticsClient(object):
|
|
16479
16479
|
:rtype: :class:`~oci.response.Response`
|
16480
16480
|
|
16481
16481
|
:example:
|
16482
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16482
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_source_extended_field_definitions.py.html>`__ to see an example of how to use list_source_extended_field_definitions API.
|
16483
16483
|
"""
|
16484
16484
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16485
16485
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -16622,7 +16622,7 @@ class LogAnalyticsClient(object):
|
|
16622
16622
|
:rtype: :class:`~oci.response.Response`
|
16623
16623
|
|
16624
16624
|
:example:
|
16625
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16625
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_source_label_operators.py.html>`__ to see an example of how to use list_source_label_operators API.
|
16626
16626
|
"""
|
16627
16627
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16628
16628
|
required_arguments = ['namespaceName']
|
@@ -16764,7 +16764,7 @@ class LogAnalyticsClient(object):
|
|
16764
16764
|
:rtype: :class:`~oci.response.Response`
|
16765
16765
|
|
16766
16766
|
:example:
|
16767
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16767
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_source_meta_functions.py.html>`__ to see an example of how to use list_source_meta_functions API.
|
16768
16768
|
"""
|
16769
16769
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16770
16770
|
required_arguments = ['namespaceName']
|
@@ -16912,7 +16912,7 @@ class LogAnalyticsClient(object):
|
|
16912
16912
|
:rtype: :class:`~oci.response.Response`
|
16913
16913
|
|
16914
16914
|
:example:
|
16915
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16915
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_source_patterns.py.html>`__ to see an example of how to use list_source_patterns API.
|
16916
16916
|
"""
|
16917
16917
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16918
16918
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -17092,7 +17092,7 @@ class LogAnalyticsClient(object):
|
|
17092
17092
|
:rtype: :class:`~oci.response.Response`
|
17093
17093
|
|
17094
17094
|
:example:
|
17095
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17095
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_sources.py.html>`__ to see an example of how to use list_sources API.
|
17096
17096
|
"""
|
17097
17097
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17098
17098
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -17264,7 +17264,7 @@ class LogAnalyticsClient(object):
|
|
17264
17264
|
:rtype: :class:`~oci.response.Response`
|
17265
17265
|
|
17266
17266
|
:example:
|
17267
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17267
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_storage_work_request_errors.py.html>`__ to see an example of how to use list_storage_work_request_errors API.
|
17268
17268
|
"""
|
17269
17269
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17270
17270
|
required_arguments = ['workRequestId', 'namespaceName', 'compartmentId']
|
@@ -17434,7 +17434,7 @@ class LogAnalyticsClient(object):
|
|
17434
17434
|
:rtype: :class:`~oci.response.Response`
|
17435
17435
|
|
17436
17436
|
:example:
|
17437
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17437
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_storage_work_requests.py.html>`__ to see an example of how to use list_storage_work_requests API.
|
17438
17438
|
"""
|
17439
17439
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17440
17440
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -17593,7 +17593,7 @@ class LogAnalyticsClient(object):
|
|
17593
17593
|
:rtype: :class:`~oci.response.Response`
|
17594
17594
|
|
17595
17595
|
:example:
|
17596
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17596
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_supported_char_encodings.py.html>`__ to see an example of how to use list_supported_char_encodings API.
|
17597
17597
|
"""
|
17598
17598
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17599
17599
|
required_arguments = ['namespaceName']
|
@@ -17707,7 +17707,7 @@ class LogAnalyticsClient(object):
|
|
17707
17707
|
:rtype: :class:`~oci.response.Response`
|
17708
17708
|
|
17709
17709
|
:example:
|
17710
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17710
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_supported_timezones.py.html>`__ to see an example of how to use list_supported_timezones API.
|
17711
17711
|
"""
|
17712
17712
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17713
17713
|
required_arguments = ['namespaceName']
|
@@ -17843,7 +17843,7 @@ class LogAnalyticsClient(object):
|
|
17843
17843
|
:rtype: :class:`~oci.response.Response`
|
17844
17844
|
|
17845
17845
|
:example:
|
17846
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17846
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_upload_files.py.html>`__ to see an example of how to use list_upload_files API.
|
17847
17847
|
"""
|
17848
17848
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17849
17849
|
required_arguments = ['namespaceName', 'uploadReference']
|
@@ -17991,7 +17991,7 @@ class LogAnalyticsClient(object):
|
|
17991
17991
|
:rtype: :class:`~oci.response.Response`
|
17992
17992
|
|
17993
17993
|
:example:
|
17994
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17994
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_upload_warnings.py.html>`__ to see an example of how to use list_upload_warnings API.
|
17995
17995
|
"""
|
17996
17996
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17997
17997
|
required_arguments = ['namespaceName', 'uploadReference']
|
@@ -18130,7 +18130,7 @@ class LogAnalyticsClient(object):
|
|
18130
18130
|
:rtype: :class:`~oci.response.Response`
|
18131
18131
|
|
18132
18132
|
:example:
|
18133
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18133
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_uploads.py.html>`__ to see an example of how to use list_uploads API.
|
18134
18134
|
"""
|
18135
18135
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18136
18136
|
required_arguments = ['namespaceName']
|
@@ -18328,7 +18328,7 @@ class LogAnalyticsClient(object):
|
|
18328
18328
|
:rtype: :class:`~oci.response.Response`
|
18329
18329
|
|
18330
18330
|
:example:
|
18331
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18331
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_warnings.py.html>`__ to see an example of how to use list_warnings API.
|
18332
18332
|
"""
|
18333
18333
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18334
18334
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -18493,7 +18493,7 @@ class LogAnalyticsClient(object):
|
|
18493
18493
|
:rtype: :class:`~oci.response.Response`
|
18494
18494
|
|
18495
18495
|
:example:
|
18496
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18496
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
18497
18497
|
"""
|
18498
18498
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18499
18499
|
required_arguments = ['namespaceName', 'workRequestId']
|
@@ -18611,7 +18611,7 @@ class LogAnalyticsClient(object):
|
|
18611
18611
|
:rtype: :class:`~oci.response.Response`
|
18612
18612
|
|
18613
18613
|
:example:
|
18614
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18614
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
18615
18615
|
"""
|
18616
18616
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18617
18617
|
required_arguments = ['namespaceName', 'workRequestId']
|
@@ -18727,7 +18727,7 @@ class LogAnalyticsClient(object):
|
|
18727
18727
|
:rtype: :class:`~oci.response.Response`
|
18728
18728
|
|
18729
18729
|
:example:
|
18730
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18730
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
18731
18731
|
"""
|
18732
18732
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18733
18733
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -18841,7 +18841,7 @@ class LogAnalyticsClient(object):
|
|
18841
18841
|
:rtype: :class:`~oci.response.Response`
|
18842
18842
|
|
18843
18843
|
:example:
|
18844
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18844
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/offboard_namespace.py.html>`__ to see an example of how to use offboard_namespace API.
|
18845
18845
|
"""
|
18846
18846
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18847
18847
|
required_arguments = ['namespaceName']
|
@@ -18945,7 +18945,7 @@ class LogAnalyticsClient(object):
|
|
18945
18945
|
:rtype: :class:`~oci.response.Response`
|
18946
18946
|
|
18947
18947
|
:example:
|
18948
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18948
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/onboard_namespace.py.html>`__ to see an example of how to use onboard_namespace API.
|
18949
18949
|
"""
|
18950
18950
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18951
18951
|
required_arguments = ['namespaceName']
|
@@ -19045,7 +19045,7 @@ class LogAnalyticsClient(object):
|
|
19045
19045
|
:rtype: :class:`~oci.response.Response`
|
19046
19046
|
|
19047
19047
|
:example:
|
19048
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19048
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/parse_query.py.html>`__ to see an example of how to use parse_query API.
|
19049
19049
|
"""
|
19050
19050
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19051
19051
|
required_arguments = ['namespaceName']
|
@@ -19160,7 +19160,7 @@ class LogAnalyticsClient(object):
|
|
19160
19160
|
:rtype: :class:`~oci.response.Response`
|
19161
19161
|
|
19162
19162
|
:example:
|
19163
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19163
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/pause_scheduled_task.py.html>`__ to see an example of how to use pause_scheduled_task API.
|
19164
19164
|
"""
|
19165
19165
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19166
19166
|
required_arguments = ['namespaceName', 'scheduledTaskId']
|
@@ -19279,7 +19279,7 @@ class LogAnalyticsClient(object):
|
|
19279
19279
|
:rtype: :class:`~oci.response.Response`
|
19280
19280
|
|
19281
19281
|
:example:
|
19282
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19282
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/purge_storage_data.py.html>`__ to see an example of how to use purge_storage_data API.
|
19283
19283
|
"""
|
19284
19284
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19285
19285
|
required_arguments = ['namespaceName']
|
@@ -19396,7 +19396,7 @@ class LogAnalyticsClient(object):
|
|
19396
19396
|
:rtype: :class:`~oci.response.Response`
|
19397
19397
|
|
19398
19398
|
:example:
|
19399
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19399
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/put_query_work_request_background.py.html>`__ to see an example of how to use put_query_work_request_background API.
|
19400
19400
|
"""
|
19401
19401
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19402
19402
|
required_arguments = ['namespaceName', 'workRequestId']
|
@@ -19504,7 +19504,7 @@ class LogAnalyticsClient(object):
|
|
19504
19504
|
:rtype: :class:`~oci.response.Response`
|
19505
19505
|
|
19506
19506
|
:example:
|
19507
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19507
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/query.py.html>`__ to see an example of how to use query API.
|
19508
19508
|
"""
|
19509
19509
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19510
19510
|
required_arguments = ['namespaceName']
|
@@ -19635,7 +19635,7 @@ class LogAnalyticsClient(object):
|
|
19635
19635
|
:rtype: :class:`~oci.response.Response`
|
19636
19636
|
|
19637
19637
|
:example:
|
19638
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19638
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/recall_archived_data.py.html>`__ to see an example of how to use recall_archived_data API.
|
19639
19639
|
"""
|
19640
19640
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19641
19641
|
required_arguments = ['namespaceName']
|
@@ -19782,7 +19782,7 @@ class LogAnalyticsClient(object):
|
|
19782
19782
|
:rtype: :class:`~oci.response.Response`
|
19783
19783
|
|
19784
19784
|
:example:
|
19785
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19785
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/register_lookup.py.html>`__ to see an example of how to use register_lookup API.
|
19786
19786
|
"""
|
19787
19787
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19788
19788
|
required_arguments = ['namespaceName', 'type']
|
@@ -19950,7 +19950,7 @@ class LogAnalyticsClient(object):
|
|
19950
19950
|
:rtype: :class:`~oci.response.Response`
|
19951
19951
|
|
19952
19952
|
:example:
|
19953
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19953
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/release_recalled_data.py.html>`__ to see an example of how to use release_recalled_data API.
|
19954
19954
|
"""
|
19955
19955
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19956
19956
|
required_arguments = ['namespaceName']
|
@@ -20075,7 +20075,7 @@ class LogAnalyticsClient(object):
|
|
20075
20075
|
:rtype: :class:`~oci.response.Response`
|
20076
20076
|
|
20077
20077
|
:example:
|
20078
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20078
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/remove_entity_associations.py.html>`__ to see an example of how to use remove_entity_associations API.
|
20079
20079
|
"""
|
20080
20080
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20081
20081
|
required_arguments = ['namespaceName', 'logAnalyticsEntityId']
|
@@ -20193,7 +20193,7 @@ class LogAnalyticsClient(object):
|
|
20193
20193
|
:rtype: :class:`~oci.response.Response`
|
20194
20194
|
|
20195
20195
|
:example:
|
20196
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20196
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/remove_preferences.py.html>`__ to see an example of how to use remove_preferences API.
|
20197
20197
|
"""
|
20198
20198
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20199
20199
|
required_arguments = ['namespaceName']
|
@@ -20301,7 +20301,7 @@ class LogAnalyticsClient(object):
|
|
20301
20301
|
:rtype: :class:`~oci.response.Response`
|
20302
20302
|
|
20303
20303
|
:example:
|
20304
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20304
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/remove_resource_categories.py.html>`__ to see an example of how to use remove_resource_categories API.
|
20305
20305
|
"""
|
20306
20306
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20307
20307
|
required_arguments = ['namespaceName']
|
@@ -20416,7 +20416,7 @@ class LogAnalyticsClient(object):
|
|
20416
20416
|
:rtype: :class:`~oci.response.Response`
|
20417
20417
|
|
20418
20418
|
:example:
|
20419
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20419
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/remove_source_event_types.py.html>`__ to see an example of how to use remove_source_event_types API.
|
20420
20420
|
"""
|
20421
20421
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20422
20422
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -20533,7 +20533,7 @@ class LogAnalyticsClient(object):
|
|
20533
20533
|
:rtype: :class:`~oci.response.Response`
|
20534
20534
|
|
20535
20535
|
:example:
|
20536
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20536
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/resume_scheduled_task.py.html>`__ to see an example of how to use resume_scheduled_task API.
|
20537
20537
|
"""
|
20538
20538
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20539
20539
|
required_arguments = ['namespaceName', 'scheduledTaskId']
|
@@ -20655,7 +20655,7 @@ class LogAnalyticsClient(object):
|
|
20655
20655
|
:rtype: :class:`~oci.response.Response`
|
20656
20656
|
|
20657
20657
|
:example:
|
20658
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20658
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/run.py.html>`__ to see an example of how to use run API.
|
20659
20659
|
"""
|
20660
20660
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20661
20661
|
required_arguments = ['namespaceName', 'scheduledTaskId']
|
@@ -20772,7 +20772,7 @@ class LogAnalyticsClient(object):
|
|
20772
20772
|
:rtype: :class:`~oci.response.Response`
|
20773
20773
|
|
20774
20774
|
:example:
|
20775
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20775
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/set_unprocessed_data_bucket.py.html>`__ to see an example of how to use set_unprocessed_data_bucket API.
|
20776
20776
|
"""
|
20777
20777
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20778
20778
|
required_arguments = ['namespaceName', 'bucketName']
|
@@ -20880,7 +20880,7 @@ class LogAnalyticsClient(object):
|
|
20880
20880
|
:rtype: :class:`~oci.response.Response`
|
20881
20881
|
|
20882
20882
|
:example:
|
20883
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20883
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/suggest.py.html>`__ to see an example of how to use suggest API.
|
20884
20884
|
"""
|
20885
20885
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20886
20886
|
required_arguments = ['namespaceName']
|
@@ -20997,7 +20997,7 @@ class LogAnalyticsClient(object):
|
|
20997
20997
|
:rtype: :class:`~oci.response.Response`
|
20998
20998
|
|
20999
20999
|
:example:
|
21000
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21000
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/suppress_warning.py.html>`__ to see an example of how to use suppress_warning API.
|
21001
21001
|
"""
|
21002
21002
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21003
21003
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -21128,7 +21128,7 @@ class LogAnalyticsClient(object):
|
|
21128
21128
|
:rtype: :class:`~oci.response.Response`
|
21129
21129
|
|
21130
21130
|
:example:
|
21131
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21131
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/test_parser.py.html>`__ to see an example of how to use test_parser API.
|
21132
21132
|
"""
|
21133
21133
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21134
21134
|
required_arguments = ['namespaceName']
|
@@ -21265,7 +21265,7 @@ class LogAnalyticsClient(object):
|
|
21265
21265
|
:rtype: :class:`~oci.response.Response`
|
21266
21266
|
|
21267
21267
|
:example:
|
21268
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21268
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/unsuppress_warning.py.html>`__ to see an example of how to use unsuppress_warning API.
|
21269
21269
|
"""
|
21270
21270
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21271
21271
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -21390,7 +21390,7 @@ class LogAnalyticsClient(object):
|
|
21390
21390
|
:rtype: :class:`~oci.response.Response`
|
21391
21391
|
|
21392
21392
|
:example:
|
21393
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21393
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/update_ingest_time_rule.py.html>`__ to see an example of how to use update_ingest_time_rule API.
|
21394
21394
|
"""
|
21395
21395
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21396
21396
|
required_arguments = ['namespaceName', 'ingestTimeRuleId']
|
@@ -21510,7 +21510,7 @@ class LogAnalyticsClient(object):
|
|
21510
21510
|
:rtype: :class:`~oci.response.Response`
|
21511
21511
|
|
21512
21512
|
:example:
|
21513
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21513
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/update_log_analytics_em_bridge.py.html>`__ to see an example of how to use update_log_analytics_em_bridge API.
|
21514
21514
|
"""
|
21515
21515
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21516
21516
|
required_arguments = ['namespaceName', 'logAnalyticsEmBridgeId']
|
@@ -21628,7 +21628,7 @@ class LogAnalyticsClient(object):
|
|
21628
21628
|
:rtype: :class:`~oci.response.Response`
|
21629
21629
|
|
21630
21630
|
:example:
|
21631
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21631
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/update_log_analytics_entity.py.html>`__ to see an example of how to use update_log_analytics_entity API.
|
21632
21632
|
"""
|
21633
21633
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21634
21634
|
required_arguments = ['namespaceName', 'logAnalyticsEntityId']
|
@@ -21746,7 +21746,7 @@ class LogAnalyticsClient(object):
|
|
21746
21746
|
:rtype: :class:`~oci.response.Response`
|
21747
21747
|
|
21748
21748
|
:example:
|
21749
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21749
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/update_log_analytics_entity_type.py.html>`__ to see an example of how to use update_log_analytics_entity_type API.
|
21750
21750
|
"""
|
21751
21751
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21752
21752
|
required_arguments = ['namespaceName', 'entityTypeName']
|
@@ -21862,7 +21862,7 @@ class LogAnalyticsClient(object):
|
|
21862
21862
|
:rtype: :class:`~oci.response.Response`
|
21863
21863
|
|
21864
21864
|
:example:
|
21865
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21865
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/update_log_analytics_log_group.py.html>`__ to see an example of how to use update_log_analytics_log_group API.
|
21866
21866
|
"""
|
21867
21867
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21868
21868
|
required_arguments = ['namespaceName', 'logAnalyticsLogGroupId']
|
@@ -21984,7 +21984,7 @@ class LogAnalyticsClient(object):
|
|
21984
21984
|
:rtype: :class:`~oci.response.Response`
|
21985
21985
|
|
21986
21986
|
:example:
|
21987
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21987
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/update_log_analytics_object_collection_rule.py.html>`__ to see an example of how to use update_log_analytics_object_collection_rule API.
|
21988
21988
|
"""
|
21989
21989
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21990
21990
|
required_arguments = ['namespaceName', 'logAnalyticsObjectCollectionRuleId']
|
@@ -22109,7 +22109,7 @@ class LogAnalyticsClient(object):
|
|
22109
22109
|
:rtype: :class:`~oci.response.Response`
|
22110
22110
|
|
22111
22111
|
:example:
|
22112
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22112
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/update_lookup.py.html>`__ to see an example of how to use update_lookup API.
|
22113
22113
|
"""
|
22114
22114
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22115
22115
|
required_arguments = ['namespaceName', 'lookupName']
|
@@ -22257,7 +22257,7 @@ class LogAnalyticsClient(object):
|
|
22257
22257
|
:rtype: :class:`~oci.response.Response`
|
22258
22258
|
|
22259
22259
|
:example:
|
22260
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22260
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/update_lookup_data.py.html>`__ to see an example of how to use update_lookup_data API.
|
22261
22261
|
"""
|
22262
22262
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22263
22263
|
required_arguments = ['namespaceName', 'lookupName']
|
@@ -22408,7 +22408,7 @@ class LogAnalyticsClient(object):
|
|
22408
22408
|
:rtype: :class:`~oci.response.Response`
|
22409
22409
|
|
22410
22410
|
:example:
|
22411
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22411
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/update_preferences.py.html>`__ to see an example of how to use update_preferences API.
|
22412
22412
|
"""
|
22413
22413
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22414
22414
|
required_arguments = ['namespaceName']
|
@@ -22516,7 +22516,7 @@ class LogAnalyticsClient(object):
|
|
22516
22516
|
:rtype: :class:`~oci.response.Response`
|
22517
22517
|
|
22518
22518
|
:example:
|
22519
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22519
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/update_resource_categories.py.html>`__ to see an example of how to use update_resource_categories API.
|
22520
22520
|
"""
|
22521
22521
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22522
22522
|
required_arguments = ['namespaceName']
|
@@ -22633,7 +22633,7 @@ class LogAnalyticsClient(object):
|
|
22633
22633
|
:rtype: :class:`~oci.response.Response`
|
22634
22634
|
|
22635
22635
|
:example:
|
22636
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22636
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/update_scheduled_task.py.html>`__ to see an example of how to use update_scheduled_task API.
|
22637
22637
|
"""
|
22638
22638
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22639
22639
|
required_arguments = ['namespaceName', 'scheduledTaskId']
|
@@ -22750,7 +22750,7 @@ class LogAnalyticsClient(object):
|
|
22750
22750
|
:rtype: :class:`~oci.response.Response`
|
22751
22751
|
|
22752
22752
|
:example:
|
22753
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22753
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/update_storage.py.html>`__ to see an example of how to use update_storage API.
|
22754
22754
|
"""
|
22755
22755
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22756
22756
|
required_arguments = ['namespaceName']
|
@@ -22896,7 +22896,7 @@ class LogAnalyticsClient(object):
|
|
22896
22896
|
:rtype: :class:`~oci.response.Response`
|
22897
22897
|
|
22898
22898
|
:example:
|
22899
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22899
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/upload_log_events_file.py.html>`__ to see an example of how to use upload_log_events_file API.
|
22900
22900
|
"""
|
22901
22901
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22902
22902
|
required_arguments = ['namespaceName', 'logGroupId']
|
@@ -23112,7 +23112,7 @@ class LogAnalyticsClient(object):
|
|
23112
23112
|
:rtype: :class:`~oci.response.Response`
|
23113
23113
|
|
23114
23114
|
:example:
|
23115
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23115
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/upload_log_file.py.html>`__ to see an example of how to use upload_log_file API.
|
23116
23116
|
"""
|
23117
23117
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23118
23118
|
required_arguments = ['namespaceName', 'uploadName', 'logSourceName', 'filename']
|
@@ -23285,7 +23285,7 @@ class LogAnalyticsClient(object):
|
|
23285
23285
|
:rtype: :class:`~oci.response.Response`
|
23286
23286
|
|
23287
23287
|
:example:
|
23288
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23288
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/upsert_associations.py.html>`__ to see an example of how to use upsert_associations API.
|
23289
23289
|
"""
|
23290
23290
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23291
23291
|
required_arguments = ['namespaceName']
|
@@ -23415,7 +23415,7 @@ class LogAnalyticsClient(object):
|
|
23415
23415
|
:rtype: :class:`~oci.response.Response`
|
23416
23416
|
|
23417
23417
|
:example:
|
23418
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23418
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/upsert_field.py.html>`__ to see an example of how to use upsert_field API.
|
23419
23419
|
"""
|
23420
23420
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23421
23421
|
required_arguments = ['namespaceName']
|
@@ -23541,7 +23541,7 @@ class LogAnalyticsClient(object):
|
|
23541
23541
|
:rtype: :class:`~oci.response.Response`
|
23542
23542
|
|
23543
23543
|
:example:
|
23544
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23544
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/upsert_label.py.html>`__ to see an example of how to use upsert_label API.
|
23545
23545
|
"""
|
23546
23546
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23547
23547
|
required_arguments = ['namespaceName']
|
@@ -23667,7 +23667,7 @@ class LogAnalyticsClient(object):
|
|
23667
23667
|
:rtype: :class:`~oci.response.Response`
|
23668
23668
|
|
23669
23669
|
:example:
|
23670
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23670
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/upsert_parser.py.html>`__ to see an example of how to use upsert_parser API.
|
23671
23671
|
"""
|
23672
23672
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23673
23673
|
required_arguments = ['namespaceName']
|
@@ -23804,7 +23804,7 @@ class LogAnalyticsClient(object):
|
|
23804
23804
|
:rtype: :class:`~oci.response.Response`
|
23805
23805
|
|
23806
23806
|
:example:
|
23807
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23807
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/upsert_source.py.html>`__ to see an example of how to use upsert_source API.
|
23808
23808
|
"""
|
23809
23809
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23810
23810
|
required_arguments = ['namespaceName']
|
@@ -23951,7 +23951,7 @@ class LogAnalyticsClient(object):
|
|
23951
23951
|
:rtype: :class:`~oci.response.Response`
|
23952
23952
|
|
23953
23953
|
:example:
|
23954
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23954
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/validate_association_parameters.py.html>`__ to see an example of how to use validate_association_parameters API.
|
23955
23955
|
"""
|
23956
23956
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23957
23957
|
required_arguments = ['namespaceName']
|
@@ -24089,7 +24089,7 @@ class LogAnalyticsClient(object):
|
|
24089
24089
|
:rtype: :class:`~oci.response.Response`
|
24090
24090
|
|
24091
24091
|
:example:
|
24092
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24092
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/validate_endpoint.py.html>`__ to see an example of how to use validate_endpoint API.
|
24093
24093
|
"""
|
24094
24094
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24095
24095
|
required_arguments = ['namespaceName']
|
@@ -24199,7 +24199,7 @@ class LogAnalyticsClient(object):
|
|
24199
24199
|
:rtype: :class:`~oci.response.Response`
|
24200
24200
|
|
24201
24201
|
:example:
|
24202
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24202
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/validate_file.py.html>`__ to see an example of how to use validate_file API.
|
24203
24203
|
"""
|
24204
24204
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24205
24205
|
required_arguments = ['namespaceName', 'objectLocation', 'filename']
|
@@ -24312,7 +24312,7 @@ class LogAnalyticsClient(object):
|
|
24312
24312
|
:rtype: :class:`~oci.response.Response`
|
24313
24313
|
|
24314
24314
|
:example:
|
24315
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24315
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/validate_label_condition.py.html>`__ to see an example of how to use validate_label_condition API.
|
24316
24316
|
"""
|
24317
24317
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24318
24318
|
required_arguments = ['namespaceName']
|
@@ -24437,7 +24437,7 @@ class LogAnalyticsClient(object):
|
|
24437
24437
|
:rtype: :class:`~oci.response.Response`
|
24438
24438
|
|
24439
24439
|
:example:
|
24440
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24440
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/validate_source.py.html>`__ to see an example of how to use validate_source API.
|
24441
24441
|
"""
|
24442
24442
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24443
24443
|
required_arguments = ['namespaceName']
|
@@ -24566,7 +24566,7 @@ class LogAnalyticsClient(object):
|
|
24566
24566
|
:rtype: :class:`~oci.response.Response`
|
24567
24567
|
|
24568
24568
|
:example:
|
24569
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24569
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/validate_source_extended_field_details.py.html>`__ to see an example of how to use validate_source_extended_field_details API.
|
24570
24570
|
"""
|
24571
24571
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24572
24572
|
required_arguments = ['namespaceName']
|
@@ -24682,7 +24682,7 @@ class LogAnalyticsClient(object):
|
|
24682
24682
|
:rtype: :class:`~oci.response.Response`
|
24683
24683
|
|
24684
24684
|
:example:
|
24685
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24685
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/validate_source_mapping.py.html>`__ to see an example of how to use validate_source_mapping API.
|
24686
24686
|
"""
|
24687
24687
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24688
24688
|
required_arguments = ['namespaceName', 'objectLocation', 'filename', 'logSourceName']
|
@@ -24807,7 +24807,7 @@ class LogAnalyticsClient(object):
|
|
24807
24807
|
:rtype: :class:`~oci.response.Response`
|
24808
24808
|
|
24809
24809
|
:example:
|
24810
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24810
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/loganalytics/verify.py.html>`__ to see an example of how to use verify API.
|
24811
24811
|
"""
|
24812
24812
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24813
24813
|
required_arguments = ['namespaceName', 'scheduledTaskId']
|