oci 2.101.0__py3-none-any.whl → 2.102.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 +3 -3
- oci/ai_language/ai_service_language_client.py +35 -35
- oci/ai_speech/ai_service_speech_client.py +9 -9
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +30 -30
- oci/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 +40 -40
- 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/incident_client.py +7 -7
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/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_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +36 -36
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +89 -89
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +241 -241
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +139 -139
- oci/data_flow/data_flow_client.py +28 -28
- oci/data_integration/data_integration_client.py +152 -152
- oci/data_labeling_service/data_labeling_management_client.py +16 -16
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +214 -214
- oci/data_science/data_science_client.py +85 -85
- oci/database/database_client.py +303 -303
- oci/database_management/db_management_client.py +157 -157
- 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 +51 -51
- 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 +35 -35
- 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 +357 -36
- oci/fusion_apps/fusion_applications_client_composite_operations.py +90 -0
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/models/__init__.py +2 -12
- oci/fusion_apps/models/create_service_attachment_details.py +45 -52
- oci/fusion_apps/models/service_attachment.py +0 -31
- oci/fusion_apps/models/verify_service_attachment_details.py +101 -0
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +53 -53
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +1 -1
- oci/identity_domains/identity_domains_client.py +134 -134
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +44 -44
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/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 +184 -184
- oci/logging/logging_management_client.py +32 -32
- 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 +26 -26
- 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/ocvp/esxi_host_client.py +5 -5
- oci/ocvp/sddc_client.py +13 -13
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +56 -56
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/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 +151 -151
- 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/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +7 -7
- oci/recovery/database_recovery_client.py +23 -23
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_cluster_client.py +7 -7
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +10 -10
- oci/rover/shape_client.py +1 -1
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_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 +9 -9
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/rewards_client.py +6 -6
- oci/usage_api/usageapi_client.py +19 -19
- oci/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.101.0.dist-info → oci-2.102.0.dist-info}/METADATA +1 -1
- {oci-2.101.0.dist-info → oci-2.102.0.dist-info}/RECORD +217 -216
- {oci-2.101.0.dist-info → oci-2.102.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.102.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.102.0.dist-info}/WHEEL +0 -0
- {oci-2.101.0.dist-info → oci-2.102.0.dist-info}/top_level.txt +0 -0
@@ -157,7 +157,7 @@ class LogAnalyticsClient(object):
|
|
157
157
|
:rtype: :class:`~oci.response.Response`
|
158
158
|
|
159
159
|
:example:
|
160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/add_entity_association.py.html>`__ to see an example of how to use add_entity_association API.
|
161
161
|
"""
|
162
162
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
163
163
|
required_arguments = ['namespaceName', 'logAnalyticsEntityId']
|
@@ -278,7 +278,7 @@ class LogAnalyticsClient(object):
|
|
278
278
|
:rtype: :class:`~oci.response.Response`
|
279
279
|
|
280
280
|
:example:
|
281
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
281
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/add_source_event_types.py.html>`__ to see an example of how to use add_source_event_types API.
|
282
282
|
"""
|
283
283
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
284
284
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -422,7 +422,7 @@ class LogAnalyticsClient(object):
|
|
422
422
|
:rtype: :class:`~oci.response.Response`
|
423
423
|
|
424
424
|
:example:
|
425
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
425
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/append_lookup_data.py.html>`__ to see an example of how to use append_lookup_data API.
|
426
426
|
"""
|
427
427
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
428
428
|
required_arguments = ['namespaceName', 'lookupName']
|
@@ -580,7 +580,7 @@ class LogAnalyticsClient(object):
|
|
580
580
|
:rtype: :class:`~oci.response.Response`
|
581
581
|
|
582
582
|
:example:
|
583
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
583
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/assign_encryption_key.py.html>`__ to see an example of how to use assign_encryption_key API.
|
584
584
|
"""
|
585
585
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
586
586
|
required_arguments = ['namespaceName']
|
@@ -707,7 +707,7 @@ class LogAnalyticsClient(object):
|
|
707
707
|
:rtype: :class:`~oci.response.Response`
|
708
708
|
|
709
709
|
:example:
|
710
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
710
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/batch_get_basic_info.py.html>`__ to see an example of how to use batch_get_basic_info API.
|
711
711
|
"""
|
712
712
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
713
713
|
required_arguments = ['namespaceName', 'isIncludeDeleted']
|
@@ -852,7 +852,7 @@ class LogAnalyticsClient(object):
|
|
852
852
|
:rtype: :class:`~oci.response.Response`
|
853
853
|
|
854
854
|
:example:
|
855
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
855
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/cancel_query_work_request.py.html>`__ to see an example of how to use cancel_query_work_request API.
|
856
856
|
"""
|
857
857
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
858
858
|
required_arguments = ['namespaceName', 'workRequestId']
|
@@ -971,7 +971,7 @@ class LogAnalyticsClient(object):
|
|
971
971
|
:rtype: :class:`~oci.response.Response`
|
972
972
|
|
973
973
|
:example:
|
974
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
974
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/change_ingest_time_rule_compartment.py.html>`__ to see an example of how to use change_ingest_time_rule_compartment API.
|
975
975
|
"""
|
976
976
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
977
977
|
required_arguments = ['namespaceName', 'ingestTimeRuleId']
|
@@ -1099,7 +1099,7 @@ class LogAnalyticsClient(object):
|
|
1099
1099
|
:rtype: :class:`~oci.response.Response`
|
1100
1100
|
|
1101
1101
|
:example:
|
1102
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1102
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
1103
1103
|
"""
|
1104
1104
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1105
1105
|
required_arguments = ['namespaceName', 'logAnalyticsEmBridgeId']
|
@@ -1227,7 +1227,7 @@ class LogAnalyticsClient(object):
|
|
1227
1227
|
:rtype: :class:`~oci.response.Response`
|
1228
1228
|
|
1229
1229
|
:example:
|
1230
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1230
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/change_log_analytics_entity_compartment.py.html>`__ to see an example of how to use change_log_analytics_entity_compartment API.
|
1231
1231
|
"""
|
1232
1232
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1233
1233
|
required_arguments = ['namespaceName', 'logAnalyticsEntityId']
|
@@ -1355,7 +1355,7 @@ class LogAnalyticsClient(object):
|
|
1355
1355
|
:rtype: :class:`~oci.response.Response`
|
1356
1356
|
|
1357
1357
|
:example:
|
1358
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1358
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
1359
1359
|
"""
|
1360
1360
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1361
1361
|
required_arguments = ['namespaceName', 'logAnalyticsLogGroupId']
|
@@ -1478,7 +1478,7 @@ class LogAnalyticsClient(object):
|
|
1478
1478
|
:rtype: :class:`~oci.response.Response`
|
1479
1479
|
|
1480
1480
|
:example:
|
1481
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1481
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
1482
1482
|
"""
|
1483
1483
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1484
1484
|
required_arguments = ['namespaceName', 'logAnalyticsObjectCollectionRuleId']
|
@@ -1602,7 +1602,7 @@ class LogAnalyticsClient(object):
|
|
1602
1602
|
:rtype: :class:`~oci.response.Response`
|
1603
1603
|
|
1604
1604
|
:example:
|
1605
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1605
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/change_scheduled_task_compartment.py.html>`__ to see an example of how to use change_scheduled_task_compartment API.
|
1606
1606
|
"""
|
1607
1607
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1608
1608
|
required_arguments = ['namespaceName', 'scheduledTaskId']
|
@@ -1728,7 +1728,7 @@ class LogAnalyticsClient(object):
|
|
1728
1728
|
:rtype: :class:`~oci.response.Response`
|
1729
1729
|
|
1730
1730
|
:example:
|
1731
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1731
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/clean.py.html>`__ to see an example of how to use clean API.
|
1732
1732
|
"""
|
1733
1733
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1734
1734
|
required_arguments = ['namespaceName', 'scheduledTaskId']
|
@@ -1841,7 +1841,7 @@ class LogAnalyticsClient(object):
|
|
1841
1841
|
:rtype: :class:`~oci.response.Response`
|
1842
1842
|
|
1843
1843
|
:example:
|
1844
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1844
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/compare_content.py.html>`__ to see an example of how to use compare_content API.
|
1845
1845
|
"""
|
1846
1846
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1847
1847
|
required_arguments = ['namespaceName']
|
@@ -1955,7 +1955,7 @@ class LogAnalyticsClient(object):
|
|
1955
1955
|
:rtype: :class:`~oci.response.Response`
|
1956
1956
|
|
1957
1957
|
:example:
|
1958
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1958
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/create_ingest_time_rule.py.html>`__ to see an example of how to use create_ingest_time_rule API.
|
1959
1959
|
"""
|
1960
1960
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1961
1961
|
required_arguments = ['namespaceName']
|
@@ -2072,7 +2072,7 @@ class LogAnalyticsClient(object):
|
|
2072
2072
|
:rtype: :class:`~oci.response.Response`
|
2073
2073
|
|
2074
2074
|
:example:
|
2075
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2075
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/create_log_analytics_em_bridge.py.html>`__ to see an example of how to use create_log_analytics_em_bridge API.
|
2076
2076
|
"""
|
2077
2077
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2078
2078
|
required_arguments = ['namespaceName']
|
@@ -2189,7 +2189,7 @@ class LogAnalyticsClient(object):
|
|
2189
2189
|
:rtype: :class:`~oci.response.Response`
|
2190
2190
|
|
2191
2191
|
:example:
|
2192
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2192
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/create_log_analytics_entity.py.html>`__ to see an example of how to use create_log_analytics_entity API.
|
2193
2193
|
"""
|
2194
2194
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2195
2195
|
required_arguments = ['namespaceName']
|
@@ -2306,7 +2306,7 @@ class LogAnalyticsClient(object):
|
|
2306
2306
|
:rtype: :class:`~oci.response.Response`
|
2307
2307
|
|
2308
2308
|
:example:
|
2309
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2309
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/create_log_analytics_entity_type.py.html>`__ to see an example of how to use create_log_analytics_entity_type API.
|
2310
2310
|
"""
|
2311
2311
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2312
2312
|
required_arguments = ['namespaceName']
|
@@ -2421,7 +2421,7 @@ class LogAnalyticsClient(object):
|
|
2421
2421
|
:rtype: :class:`~oci.response.Response`
|
2422
2422
|
|
2423
2423
|
:example:
|
2424
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2424
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/create_log_analytics_log_group.py.html>`__ to see an example of how to use create_log_analytics_log_group API.
|
2425
2425
|
"""
|
2426
2426
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2427
2427
|
required_arguments = ['namespaceName']
|
@@ -2531,7 +2531,7 @@ class LogAnalyticsClient(object):
|
|
2531
2531
|
:rtype: :class:`~oci.response.Response`
|
2532
2532
|
|
2533
2533
|
:example:
|
2534
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2534
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
2535
2535
|
"""
|
2536
2536
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2537
2537
|
required_arguments = ['namespaceName']
|
@@ -2643,7 +2643,7 @@ class LogAnalyticsClient(object):
|
|
2643
2643
|
:rtype: :class:`~oci.response.Response`
|
2644
2644
|
|
2645
2645
|
:example:
|
2646
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2646
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/create_scheduled_task.py.html>`__ to see an example of how to use create_scheduled_task API.
|
2647
2647
|
"""
|
2648
2648
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2649
2649
|
required_arguments = ['namespaceName']
|
@@ -2758,7 +2758,7 @@ class LogAnalyticsClient(object):
|
|
2758
2758
|
:rtype: :class:`~oci.response.Response`
|
2759
2759
|
|
2760
2760
|
:example:
|
2761
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2761
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/delete_associations.py.html>`__ to see an example of how to use delete_associations API.
|
2762
2762
|
"""
|
2763
2763
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2764
2764
|
required_arguments = ['namespaceName']
|
@@ -2880,7 +2880,7 @@ class LogAnalyticsClient(object):
|
|
2880
2880
|
:rtype: :class:`~oci.response.Response`
|
2881
2881
|
|
2882
2882
|
:example:
|
2883
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2883
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/delete_field.py.html>`__ to see an example of how to use delete_field API.
|
2884
2884
|
"""
|
2885
2885
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2886
2886
|
required_arguments = ['namespaceName', 'fieldName']
|
@@ -2992,7 +2992,7 @@ class LogAnalyticsClient(object):
|
|
2992
2992
|
:rtype: :class:`~oci.response.Response`
|
2993
2993
|
|
2994
2994
|
:example:
|
2995
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2995
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/delete_ingest_time_rule.py.html>`__ to see an example of how to use delete_ingest_time_rule API.
|
2996
2996
|
"""
|
2997
2997
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2998
2998
|
required_arguments = ['namespaceName', 'ingestTimeRuleId']
|
@@ -3108,7 +3108,7 @@ class LogAnalyticsClient(object):
|
|
3108
3108
|
:rtype: :class:`~oci.response.Response`
|
3109
3109
|
|
3110
3110
|
:example:
|
3111
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3111
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/delete_label.py.html>`__ to see an example of how to use delete_label API.
|
3112
3112
|
"""
|
3113
3113
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3114
3114
|
required_arguments = ['namespaceName', 'labelName']
|
@@ -3220,7 +3220,7 @@ class LogAnalyticsClient(object):
|
|
3220
3220
|
:rtype: :class:`~oci.response.Response`
|
3221
3221
|
|
3222
3222
|
:example:
|
3223
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3223
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/delete_log_analytics_em_bridge.py.html>`__ to see an example of how to use delete_log_analytics_em_bridge API.
|
3224
3224
|
"""
|
3225
3225
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3226
3226
|
required_arguments = ['namespaceName', 'logAnalyticsEmBridgeId']
|
@@ -3327,7 +3327,7 @@ class LogAnalyticsClient(object):
|
|
3327
3327
|
:rtype: :class:`~oci.response.Response`
|
3328
3328
|
|
3329
3329
|
:example:
|
3330
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3330
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/delete_log_analytics_entity.py.html>`__ to see an example of how to use delete_log_analytics_entity API.
|
3331
3331
|
"""
|
3332
3332
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3333
3333
|
required_arguments = ['namespaceName', 'logAnalyticsEntityId']
|
@@ -3434,7 +3434,7 @@ class LogAnalyticsClient(object):
|
|
3434
3434
|
:rtype: :class:`~oci.response.Response`
|
3435
3435
|
|
3436
3436
|
:example:
|
3437
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3437
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/delete_log_analytics_entity_type.py.html>`__ to see an example of how to use delete_log_analytics_entity_type API.
|
3438
3438
|
"""
|
3439
3439
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3440
3440
|
required_arguments = ['namespaceName', 'entityTypeName']
|
@@ -3541,7 +3541,7 @@ class LogAnalyticsClient(object):
|
|
3541
3541
|
:rtype: :class:`~oci.response.Response`
|
3542
3542
|
|
3543
3543
|
:example:
|
3544
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3544
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/delete_log_analytics_log_group.py.html>`__ to see an example of how to use delete_log_analytics_log_group API.
|
3545
3545
|
"""
|
3546
3546
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3547
3547
|
required_arguments = ['namespaceName', 'logAnalyticsLogGroupId']
|
@@ -3653,7 +3653,7 @@ class LogAnalyticsClient(object):
|
|
3653
3653
|
:rtype: :class:`~oci.response.Response`
|
3654
3654
|
|
3655
3655
|
:example:
|
3656
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3656
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
3657
3657
|
"""
|
3658
3658
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3659
3659
|
required_arguments = ['namespaceName', 'logAnalyticsObjectCollectionRuleId']
|
@@ -3770,7 +3770,7 @@ class LogAnalyticsClient(object):
|
|
3770
3770
|
:rtype: :class:`~oci.response.Response`
|
3771
3771
|
|
3772
3772
|
:example:
|
3773
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3773
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/delete_lookup.py.html>`__ to see an example of how to use delete_lookup API.
|
3774
3774
|
"""
|
3775
3775
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3776
3776
|
required_arguments = ['namespaceName', 'lookupName']
|
@@ -3897,7 +3897,7 @@ class LogAnalyticsClient(object):
|
|
3897
3897
|
:rtype: :class:`~oci.response.Response`
|
3898
3898
|
|
3899
3899
|
:example:
|
3900
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3900
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/delete_parser.py.html>`__ to see an example of how to use delete_parser API.
|
3901
3901
|
"""
|
3902
3902
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3903
3903
|
required_arguments = ['namespaceName', 'parserName']
|
@@ -4010,7 +4010,7 @@ class LogAnalyticsClient(object):
|
|
4010
4010
|
:rtype: :class:`~oci.response.Response`
|
4011
4011
|
|
4012
4012
|
:example:
|
4013
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4013
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/delete_scheduled_task.py.html>`__ to see an example of how to use delete_scheduled_task API.
|
4014
4014
|
"""
|
4015
4015
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4016
4016
|
required_arguments = ['namespaceName', 'scheduledTaskId']
|
@@ -4126,7 +4126,7 @@ class LogAnalyticsClient(object):
|
|
4126
4126
|
:rtype: :class:`~oci.response.Response`
|
4127
4127
|
|
4128
4128
|
:example:
|
4129
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4129
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/delete_source.py.html>`__ to see an example of how to use delete_source API.
|
4130
4130
|
"""
|
4131
4131
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4132
4132
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -4239,7 +4239,7 @@ class LogAnalyticsClient(object):
|
|
4239
4239
|
:rtype: :class:`~oci.response.Response`
|
4240
4240
|
|
4241
4241
|
:example:
|
4242
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4242
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/delete_upload.py.html>`__ to see an example of how to use delete_upload API.
|
4243
4243
|
"""
|
4244
4244
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4245
4245
|
required_arguments = ['namespaceName', 'uploadReference']
|
@@ -4343,7 +4343,7 @@ class LogAnalyticsClient(object):
|
|
4343
4343
|
:rtype: :class:`~oci.response.Response`
|
4344
4344
|
|
4345
4345
|
:example:
|
4346
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4346
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/delete_upload_file.py.html>`__ to see an example of how to use delete_upload_file API.
|
4347
4347
|
"""
|
4348
4348
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4349
4349
|
required_arguments = ['namespaceName', 'uploadReference', 'fileReference']
|
@@ -4445,7 +4445,7 @@ class LogAnalyticsClient(object):
|
|
4445
4445
|
:rtype: :class:`~oci.response.Response`
|
4446
4446
|
|
4447
4447
|
:example:
|
4448
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4448
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/delete_upload_warning.py.html>`__ to see an example of how to use delete_upload_warning API.
|
4449
4449
|
"""
|
4450
4450
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4451
4451
|
required_arguments = ['namespaceName', 'uploadReference', 'warningReference']
|
@@ -4548,7 +4548,7 @@ class LogAnalyticsClient(object):
|
|
4548
4548
|
:rtype: :class:`~oci.response.Response`
|
4549
4549
|
|
4550
4550
|
:example:
|
4551
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4551
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/disable_archiving.py.html>`__ to see an example of how to use disable_archiving API.
|
4552
4552
|
"""
|
4553
4553
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4554
4554
|
required_arguments = ['namespaceName']
|
@@ -4663,7 +4663,7 @@ class LogAnalyticsClient(object):
|
|
4663
4663
|
:rtype: :class:`~oci.response.Response`
|
4664
4664
|
|
4665
4665
|
:example:
|
4666
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4666
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/disable_auto_association.py.html>`__ to see an example of how to use disable_auto_association API.
|
4667
4667
|
"""
|
4668
4668
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4669
4669
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -4779,7 +4779,7 @@ class LogAnalyticsClient(object):
|
|
4779
4779
|
:rtype: :class:`~oci.response.Response`
|
4780
4780
|
|
4781
4781
|
:example:
|
4782
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4782
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/disable_ingest_time_rule.py.html>`__ to see an example of how to use disable_ingest_time_rule API.
|
4783
4783
|
"""
|
4784
4784
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4785
4785
|
required_arguments = ['namespaceName', 'ingestTimeRuleId']
|
@@ -4891,7 +4891,7 @@ class LogAnalyticsClient(object):
|
|
4891
4891
|
:rtype: :class:`~oci.response.Response`
|
4892
4892
|
|
4893
4893
|
:example:
|
4894
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4894
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/disable_source_event_types.py.html>`__ to see an example of how to use disable_source_event_types API.
|
4895
4895
|
"""
|
4896
4896
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4897
4897
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -5004,7 +5004,7 @@ class LogAnalyticsClient(object):
|
|
5004
5004
|
:rtype: :class:`~oci.response.Response`
|
5005
5005
|
|
5006
5006
|
:example:
|
5007
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5007
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/enable_archiving.py.html>`__ to see an example of how to use enable_archiving API.
|
5008
5008
|
"""
|
5009
5009
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5010
5010
|
required_arguments = ['namespaceName']
|
@@ -5119,7 +5119,7 @@ class LogAnalyticsClient(object):
|
|
5119
5119
|
:rtype: :class:`~oci.response.Response`
|
5120
5120
|
|
5121
5121
|
:example:
|
5122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5122
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/enable_auto_association.py.html>`__ to see an example of how to use enable_auto_association API.
|
5123
5123
|
"""
|
5124
5124
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5125
5125
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -5235,7 +5235,7 @@ class LogAnalyticsClient(object):
|
|
5235
5235
|
:rtype: :class:`~oci.response.Response`
|
5236
5236
|
|
5237
5237
|
:example:
|
5238
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5238
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/enable_ingest_time_rule.py.html>`__ to see an example of how to use enable_ingest_time_rule API.
|
5239
5239
|
"""
|
5240
5240
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5241
5241
|
required_arguments = ['namespaceName', 'ingestTimeRuleId']
|
@@ -5347,7 +5347,7 @@ class LogAnalyticsClient(object):
|
|
5347
5347
|
:rtype: :class:`~oci.response.Response`
|
5348
5348
|
|
5349
5349
|
:example:
|
5350
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5350
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/enable_source_event_types.py.html>`__ to see an example of how to use enable_source_event_types API.
|
5351
5351
|
"""
|
5352
5352
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5353
5353
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -5470,7 +5470,7 @@ class LogAnalyticsClient(object):
|
|
5470
5470
|
:rtype: :class:`~oci.response.Response`
|
5471
5471
|
|
5472
5472
|
:example:
|
5473
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/estimate_purge_data_size.py.html>`__ to see an example of how to use estimate_purge_data_size API.
|
5474
5474
|
"""
|
5475
5475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5476
5476
|
required_arguments = ['namespaceName']
|
@@ -5582,7 +5582,7 @@ class LogAnalyticsClient(object):
|
|
5582
5582
|
:rtype: :class:`~oci.response.Response`
|
5583
5583
|
|
5584
5584
|
:example:
|
5585
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5585
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/estimate_recall_data_size.py.html>`__ to see an example of how to use estimate_recall_data_size API.
|
5586
5586
|
"""
|
5587
5587
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5588
5588
|
required_arguments = ['namespaceName']
|
@@ -5689,7 +5689,7 @@ class LogAnalyticsClient(object):
|
|
5689
5689
|
:rtype: :class:`~oci.response.Response`
|
5690
5690
|
|
5691
5691
|
:example:
|
5692
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5692
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/estimate_release_data_size.py.html>`__ to see an example of how to use estimate_release_data_size API.
|
5693
5693
|
"""
|
5694
5694
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5695
5695
|
required_arguments = ['namespaceName']
|
@@ -5803,7 +5803,7 @@ class LogAnalyticsClient(object):
|
|
5803
5803
|
:rtype: :class:`~oci.response.Response`
|
5804
5804
|
|
5805
5805
|
:example:
|
5806
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5806
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/export_custom_content.py.html>`__ to see an example of how to use export_custom_content API.
|
5807
5807
|
"""
|
5808
5808
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5809
5809
|
required_arguments = ['namespaceName']
|
@@ -5913,7 +5913,7 @@ class LogAnalyticsClient(object):
|
|
5913
5913
|
:rtype: :class:`~oci.response.Response`
|
5914
5914
|
|
5915
5915
|
:example:
|
5916
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5916
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/export_query_result.py.html>`__ to see an example of how to use export_query_result API.
|
5917
5917
|
"""
|
5918
5918
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5919
5919
|
required_arguments = ['namespaceName']
|
@@ -6032,7 +6032,7 @@ class LogAnalyticsClient(object):
|
|
6032
6032
|
:rtype: :class:`~oci.response.Response`
|
6033
6033
|
|
6034
6034
|
:example:
|
6035
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6035
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/extract_structured_log_field_paths.py.html>`__ to see an example of how to use extract_structured_log_field_paths API.
|
6036
6036
|
"""
|
6037
6037
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6038
6038
|
required_arguments = ['namespaceName']
|
@@ -6169,7 +6169,7 @@ class LogAnalyticsClient(object):
|
|
6169
6169
|
:rtype: :class:`~oci.response.Response`
|
6170
6170
|
|
6171
6171
|
:example:
|
6172
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6172
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/extract_structured_log_header_paths.py.html>`__ to see an example of how to use extract_structured_log_header_paths API.
|
6173
6173
|
"""
|
6174
6174
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6175
6175
|
required_arguments = ['namespaceName']
|
@@ -6294,7 +6294,7 @@ class LogAnalyticsClient(object):
|
|
6294
6294
|
:rtype: :class:`~oci.response.Response`
|
6295
6295
|
|
6296
6296
|
:example:
|
6297
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6297
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/filter.py.html>`__ to see an example of how to use filter API.
|
6298
6298
|
"""
|
6299
6299
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6300
6300
|
required_arguments = ['namespaceName']
|
@@ -6401,7 +6401,7 @@ class LogAnalyticsClient(object):
|
|
6401
6401
|
:rtype: :class:`~oci.response.Response`
|
6402
6402
|
|
6403
6403
|
:example:
|
6404
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6404
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_association_summary.py.html>`__ to see an example of how to use get_association_summary API.
|
6405
6405
|
"""
|
6406
6406
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6407
6407
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -6509,7 +6509,7 @@ class LogAnalyticsClient(object):
|
|
6509
6509
|
:rtype: :class:`~oci.response.Response`
|
6510
6510
|
|
6511
6511
|
:example:
|
6512
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6512
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_category.py.html>`__ to see an example of how to use get_category API.
|
6513
6513
|
"""
|
6514
6514
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6515
6515
|
required_arguments = ['namespaceName', 'categoryName']
|
@@ -6618,7 +6618,7 @@ class LogAnalyticsClient(object):
|
|
6618
6618
|
:rtype: :class:`~oci.response.Response`
|
6619
6619
|
|
6620
6620
|
:example:
|
6621
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6621
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_column_names.py.html>`__ to see an example of how to use get_column_names API.
|
6622
6622
|
"""
|
6623
6623
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6624
6624
|
required_arguments = ['namespaceName', 'sqlQuery']
|
@@ -6731,7 +6731,7 @@ class LogAnalyticsClient(object):
|
|
6731
6731
|
:rtype: :class:`~oci.response.Response`
|
6732
6732
|
|
6733
6733
|
:example:
|
6734
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6734
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_config_work_request.py.html>`__ to see an example of how to use get_config_work_request API.
|
6735
6735
|
"""
|
6736
6736
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6737
6737
|
required_arguments = ['namespaceName', 'workRequestId']
|
@@ -6833,7 +6833,7 @@ class LogAnalyticsClient(object):
|
|
6833
6833
|
:rtype: :class:`~oci.response.Response`
|
6834
6834
|
|
6835
6835
|
:example:
|
6836
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6836
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_field.py.html>`__ to see an example of how to use get_field API.
|
6837
6837
|
"""
|
6838
6838
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6839
6839
|
required_arguments = ['namespaceName', 'fieldName']
|
@@ -6935,7 +6935,7 @@ class LogAnalyticsClient(object):
|
|
6935
6935
|
:rtype: :class:`~oci.response.Response`
|
6936
6936
|
|
6937
6937
|
:example:
|
6938
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6938
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_fields_summary.py.html>`__ to see an example of how to use get_fields_summary API.
|
6939
6939
|
"""
|
6940
6940
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6941
6941
|
required_arguments = ['namespaceName']
|
@@ -7044,7 +7044,7 @@ class LogAnalyticsClient(object):
|
|
7044
7044
|
:rtype: :class:`~oci.response.Response`
|
7045
7045
|
|
7046
7046
|
:example:
|
7047
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7047
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_ingest_time_rule.py.html>`__ to see an example of how to use get_ingest_time_rule API.
|
7048
7048
|
"""
|
7049
7049
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7050
7050
|
required_arguments = ['namespaceName', 'ingestTimeRuleId']
|
@@ -7146,7 +7146,7 @@ class LogAnalyticsClient(object):
|
|
7146
7146
|
:rtype: :class:`~oci.response.Response`
|
7147
7147
|
|
7148
7148
|
:example:
|
7149
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7149
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_label.py.html>`__ to see an example of how to use get_label API.
|
7150
7150
|
"""
|
7151
7151
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7152
7152
|
required_arguments = ['namespaceName', 'labelName']
|
@@ -7245,7 +7245,7 @@ class LogAnalyticsClient(object):
|
|
7245
7245
|
:rtype: :class:`~oci.response.Response`
|
7246
7246
|
|
7247
7247
|
:example:
|
7248
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7248
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_label_summary.py.html>`__ to see an example of how to use get_label_summary API.
|
7249
7249
|
"""
|
7250
7250
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7251
7251
|
required_arguments = ['namespaceName']
|
@@ -7346,7 +7346,7 @@ class LogAnalyticsClient(object):
|
|
7346
7346
|
:rtype: :class:`~oci.response.Response`
|
7347
7347
|
|
7348
7348
|
:example:
|
7349
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7349
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_log_analytics_em_bridge.py.html>`__ to see an example of how to use get_log_analytics_em_bridge API.
|
7350
7350
|
"""
|
7351
7351
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7352
7352
|
required_arguments = ['namespaceName', 'logAnalyticsEmBridgeId']
|
@@ -7446,7 +7446,7 @@ class LogAnalyticsClient(object):
|
|
7446
7446
|
:rtype: :class:`~oci.response.Response`
|
7447
7447
|
|
7448
7448
|
:example:
|
7449
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7449
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
7450
7450
|
"""
|
7451
7451
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7452
7452
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -7552,7 +7552,7 @@ class LogAnalyticsClient(object):
|
|
7552
7552
|
:rtype: :class:`~oci.response.Response`
|
7553
7553
|
|
7554
7554
|
:example:
|
7555
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7555
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_log_analytics_entities_summary.py.html>`__ to see an example of how to use get_log_analytics_entities_summary API.
|
7556
7556
|
"""
|
7557
7557
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7558
7558
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -7658,7 +7658,7 @@ class LogAnalyticsClient(object):
|
|
7658
7658
|
:rtype: :class:`~oci.response.Response`
|
7659
7659
|
|
7660
7660
|
:example:
|
7661
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7661
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_log_analytics_entity.py.html>`__ to see an example of how to use get_log_analytics_entity API.
|
7662
7662
|
"""
|
7663
7663
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7664
7664
|
required_arguments = ['namespaceName', 'logAnalyticsEntityId']
|
@@ -7758,7 +7758,7 @@ class LogAnalyticsClient(object):
|
|
7758
7758
|
:rtype: :class:`~oci.response.Response`
|
7759
7759
|
|
7760
7760
|
:example:
|
7761
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7761
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_log_analytics_entity_type.py.html>`__ to see an example of how to use get_log_analytics_entity_type API.
|
7762
7762
|
"""
|
7763
7763
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7764
7764
|
required_arguments = ['namespaceName', 'entityTypeName']
|
@@ -7858,7 +7858,7 @@ class LogAnalyticsClient(object):
|
|
7858
7858
|
:rtype: :class:`~oci.response.Response`
|
7859
7859
|
|
7860
7860
|
:example:
|
7861
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7861
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_log_analytics_log_group.py.html>`__ to see an example of how to use get_log_analytics_log_group API.
|
7862
7862
|
"""
|
7863
7863
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7864
7864
|
required_arguments = ['namespaceName', 'logAnalyticsLogGroupId']
|
@@ -7960,7 +7960,7 @@ class LogAnalyticsClient(object):
|
|
7960
7960
|
:rtype: :class:`~oci.response.Response`
|
7961
7961
|
|
7962
7962
|
:example:
|
7963
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7963
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
7964
7964
|
"""
|
7965
7965
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7966
7966
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -8070,7 +8070,7 @@ class LogAnalyticsClient(object):
|
|
8070
8070
|
:rtype: :class:`~oci.response.Response`
|
8071
8071
|
|
8072
8072
|
:example:
|
8073
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8073
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
8074
8074
|
"""
|
8075
8075
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8076
8076
|
required_arguments = ['namespaceName', 'logAnalyticsObjectCollectionRuleId']
|
@@ -8169,7 +8169,7 @@ class LogAnalyticsClient(object):
|
|
8169
8169
|
:rtype: :class:`~oci.response.Response`
|
8170
8170
|
|
8171
8171
|
:example:
|
8172
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8172
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_log_sets_count.py.html>`__ to see an example of how to use get_log_sets_count API.
|
8173
8173
|
"""
|
8174
8174
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8175
8175
|
required_arguments = ['namespaceName']
|
@@ -8270,7 +8270,7 @@ class LogAnalyticsClient(object):
|
|
8270
8270
|
:rtype: :class:`~oci.response.Response`
|
8271
8271
|
|
8272
8272
|
:example:
|
8273
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8273
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_lookup.py.html>`__ to see an example of how to use get_lookup API.
|
8274
8274
|
"""
|
8275
8275
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8276
8276
|
required_arguments = ['namespaceName', 'lookupName']
|
@@ -8369,7 +8369,7 @@ class LogAnalyticsClient(object):
|
|
8369
8369
|
:rtype: :class:`~oci.response.Response`
|
8370
8370
|
|
8371
8371
|
:example:
|
8372
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8372
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_lookup_summary.py.html>`__ to see an example of how to use get_lookup_summary API.
|
8373
8373
|
"""
|
8374
8374
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8375
8375
|
required_arguments = ['namespaceName']
|
@@ -8467,7 +8467,7 @@ class LogAnalyticsClient(object):
|
|
8467
8467
|
:rtype: :class:`~oci.response.Response`
|
8468
8468
|
|
8469
8469
|
:example:
|
8470
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8470
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_namespace.py.html>`__ to see an example of how to use get_namespace API.
|
8471
8471
|
"""
|
8472
8472
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8473
8473
|
required_arguments = ['namespaceName']
|
@@ -8568,7 +8568,7 @@ class LogAnalyticsClient(object):
|
|
8568
8568
|
:rtype: :class:`~oci.response.Response`
|
8569
8569
|
|
8570
8570
|
:example:
|
8571
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8571
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_parser.py.html>`__ to see an example of how to use get_parser API.
|
8572
8572
|
"""
|
8573
8573
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8574
8574
|
required_arguments = ['namespaceName', 'parserName']
|
@@ -8667,7 +8667,7 @@ class LogAnalyticsClient(object):
|
|
8667
8667
|
:rtype: :class:`~oci.response.Response`
|
8668
8668
|
|
8669
8669
|
:example:
|
8670
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8670
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_parser_summary.py.html>`__ to see an example of how to use get_parser_summary API.
|
8671
8671
|
"""
|
8672
8672
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8673
8673
|
required_arguments = ['namespaceName']
|
@@ -8781,7 +8781,7 @@ class LogAnalyticsClient(object):
|
|
8781
8781
|
:rtype: :class:`~oci.response.Response`
|
8782
8782
|
|
8783
8783
|
:example:
|
8784
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8784
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_preferences.py.html>`__ to see an example of how to use get_preferences API.
|
8785
8785
|
"""
|
8786
8786
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8787
8787
|
required_arguments = ['namespaceName']
|
@@ -8930,7 +8930,7 @@ class LogAnalyticsClient(object):
|
|
8930
8930
|
:rtype: :class:`~oci.response.Response`
|
8931
8931
|
|
8932
8932
|
:example:
|
8933
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8933
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_query_result.py.html>`__ to see an example of how to use get_query_result API.
|
8934
8934
|
"""
|
8935
8935
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8936
8936
|
required_arguments = ['namespaceName', 'workRequestId']
|
@@ -9057,7 +9057,7 @@ class LogAnalyticsClient(object):
|
|
9057
9057
|
:rtype: :class:`~oci.response.Response`
|
9058
9058
|
|
9059
9059
|
:example:
|
9060
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9060
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_query_work_request.py.html>`__ to see an example of how to use get_query_work_request API.
|
9061
9061
|
"""
|
9062
9062
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9063
9063
|
required_arguments = ['namespaceName', 'workRequestId']
|
@@ -9160,7 +9160,7 @@ class LogAnalyticsClient(object):
|
|
9160
9160
|
:rtype: :class:`~oci.response.Response`
|
9161
9161
|
|
9162
9162
|
:example:
|
9163
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9163
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_scheduled_task.py.html>`__ to see an example of how to use get_scheduled_task API.
|
9164
9164
|
"""
|
9165
9165
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9166
9166
|
required_arguments = ['namespaceName', 'scheduledTaskId']
|
@@ -9265,7 +9265,7 @@ class LogAnalyticsClient(object):
|
|
9265
9265
|
:rtype: :class:`~oci.response.Response`
|
9266
9266
|
|
9267
9267
|
:example:
|
9268
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9268
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_source.py.html>`__ to see an example of how to use get_source API.
|
9269
9269
|
"""
|
9270
9270
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9271
9271
|
required_arguments = ['namespaceName', 'sourceName', 'compartmentId']
|
@@ -9371,7 +9371,7 @@ class LogAnalyticsClient(object):
|
|
9371
9371
|
:rtype: :class:`~oci.response.Response`
|
9372
9372
|
|
9373
9373
|
:example:
|
9374
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9374
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_source_summary.py.html>`__ to see an example of how to use get_source_summary API.
|
9375
9375
|
"""
|
9376
9376
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9377
9377
|
required_arguments = ['namespaceName']
|
@@ -9469,7 +9469,7 @@ class LogAnalyticsClient(object):
|
|
9469
9469
|
:rtype: :class:`~oci.response.Response`
|
9470
9470
|
|
9471
9471
|
:example:
|
9472
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9472
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_storage.py.html>`__ to see an example of how to use get_storage API.
|
9473
9473
|
"""
|
9474
9474
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9475
9475
|
required_arguments = ['namespaceName']
|
@@ -9568,7 +9568,7 @@ class LogAnalyticsClient(object):
|
|
9568
9568
|
:rtype: :class:`~oci.response.Response`
|
9569
9569
|
|
9570
9570
|
:example:
|
9571
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9571
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_storage_usage.py.html>`__ to see an example of how to use get_storage_usage API.
|
9572
9572
|
"""
|
9573
9573
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9574
9574
|
required_arguments = ['namespaceName']
|
@@ -9672,7 +9672,7 @@ class LogAnalyticsClient(object):
|
|
9672
9672
|
:rtype: :class:`~oci.response.Response`
|
9673
9673
|
|
9674
9674
|
:example:
|
9675
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9675
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_storage_work_request.py.html>`__ to see an example of how to use get_storage_work_request API.
|
9676
9676
|
"""
|
9677
9677
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9678
9678
|
required_arguments = ['workRequestId', 'namespaceName']
|
@@ -9771,7 +9771,7 @@ class LogAnalyticsClient(object):
|
|
9771
9771
|
:rtype: :class:`~oci.response.Response`
|
9772
9772
|
|
9773
9773
|
:example:
|
9774
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9774
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_unprocessed_data_bucket.py.html>`__ to see an example of how to use get_unprocessed_data_bucket API.
|
9775
9775
|
"""
|
9776
9776
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9777
9777
|
required_arguments = ['namespaceName']
|
@@ -9872,7 +9872,7 @@ class LogAnalyticsClient(object):
|
|
9872
9872
|
:rtype: :class:`~oci.response.Response`
|
9873
9873
|
|
9874
9874
|
:example:
|
9875
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9875
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_upload.py.html>`__ to see an example of how to use get_upload API.
|
9876
9876
|
"""
|
9877
9877
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9878
9878
|
required_arguments = ['namespaceName', 'uploadReference']
|
@@ -9976,7 +9976,7 @@ class LogAnalyticsClient(object):
|
|
9976
9976
|
:rtype: :class:`~oci.response.Response`
|
9977
9977
|
|
9978
9978
|
:example:
|
9979
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9979
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
9980
9980
|
"""
|
9981
9981
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9982
9982
|
required_arguments = ['namespaceName', 'workRequestId']
|
@@ -10099,7 +10099,7 @@ class LogAnalyticsClient(object):
|
|
10099
10099
|
:rtype: :class:`~oci.response.Response`
|
10100
10100
|
|
10101
10101
|
:example:
|
10102
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10102
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/import_custom_content.py.html>`__ to see an example of how to use import_custom_content API.
|
10103
10103
|
"""
|
10104
10104
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10105
10105
|
required_arguments = ['namespaceName']
|
@@ -10268,7 +10268,7 @@ class LogAnalyticsClient(object):
|
|
10268
10268
|
:rtype: :class:`~oci.response.Response`
|
10269
10269
|
|
10270
10270
|
:example:
|
10271
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10271
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_associable_entities.py.html>`__ to see an example of how to use list_associable_entities API.
|
10272
10272
|
"""
|
10273
10273
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10274
10274
|
required_arguments = ['namespaceName', 'sourceName', 'compartmentId']
|
@@ -10437,7 +10437,7 @@ class LogAnalyticsClient(object):
|
|
10437
10437
|
:rtype: :class:`~oci.response.Response`
|
10438
10438
|
|
10439
10439
|
:example:
|
10440
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10440
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_associated_entities.py.html>`__ to see an example of how to use list_associated_entities API.
|
10441
10441
|
"""
|
10442
10442
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10443
10443
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -10589,7 +10589,7 @@ class LogAnalyticsClient(object):
|
|
10589
10589
|
:rtype: :class:`~oci.response.Response`
|
10590
10590
|
|
10591
10591
|
:example:
|
10592
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10592
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_auto_associations.py.html>`__ to see an example of how to use list_auto_associations API.
|
10593
10593
|
"""
|
10594
10594
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10595
10595
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -10744,7 +10744,7 @@ class LogAnalyticsClient(object):
|
|
10744
10744
|
:rtype: :class:`~oci.response.Response`
|
10745
10745
|
|
10746
10746
|
:example:
|
10747
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10747
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_categories.py.html>`__ to see an example of how to use list_categories API.
|
10748
10748
|
"""
|
10749
10749
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10750
10750
|
required_arguments = ['namespaceName']
|
@@ -10892,7 +10892,7 @@ class LogAnalyticsClient(object):
|
|
10892
10892
|
:rtype: :class:`~oci.response.Response`
|
10893
10893
|
|
10894
10894
|
:example:
|
10895
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10895
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_config_work_requests.py.html>`__ to see an example of how to use list_config_work_requests API.
|
10896
10896
|
"""
|
10897
10897
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10898
10898
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -11016,7 +11016,7 @@ class LogAnalyticsClient(object):
|
|
11016
11016
|
:rtype: :class:`~oci.response.Response`
|
11017
11017
|
|
11018
11018
|
:example:
|
11019
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11019
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_encryption_key_info.py.html>`__ to see an example of how to use list_encryption_key_info API.
|
11020
11020
|
"""
|
11021
11021
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11022
11022
|
required_arguments = ['namespaceName']
|
@@ -11139,7 +11139,7 @@ class LogAnalyticsClient(object):
|
|
11139
11139
|
:rtype: :class:`~oci.response.Response`
|
11140
11140
|
|
11141
11141
|
:example:
|
11142
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11142
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_entity_associations.py.html>`__ to see an example of how to use list_entity_associations API.
|
11143
11143
|
"""
|
11144
11144
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11145
11145
|
required_arguments = ['namespaceName', 'logAnalyticsEntityId']
|
@@ -11312,7 +11312,7 @@ class LogAnalyticsClient(object):
|
|
11312
11312
|
:rtype: :class:`~oci.response.Response`
|
11313
11313
|
|
11314
11314
|
:example:
|
11315
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11315
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_entity_source_associations.py.html>`__ to see an example of how to use list_entity_source_associations API.
|
11316
11316
|
"""
|
11317
11317
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11318
11318
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -11507,7 +11507,7 @@ class LogAnalyticsClient(object):
|
|
11507
11507
|
:rtype: :class:`~oci.response.Response`
|
11508
11508
|
|
11509
11509
|
:example:
|
11510
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11510
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_fields.py.html>`__ to see an example of how to use list_fields API.
|
11511
11511
|
"""
|
11512
11512
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11513
11513
|
required_arguments = ['namespaceName']
|
@@ -11699,7 +11699,7 @@ class LogAnalyticsClient(object):
|
|
11699
11699
|
:rtype: :class:`~oci.response.Response`
|
11700
11700
|
|
11701
11701
|
:example:
|
11702
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11702
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_ingest_time_rules.py.html>`__ to see an example of how to use list_ingest_time_rules API.
|
11703
11703
|
"""
|
11704
11704
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11705
11705
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -11856,7 +11856,7 @@ class LogAnalyticsClient(object):
|
|
11856
11856
|
:rtype: :class:`~oci.response.Response`
|
11857
11857
|
|
11858
11858
|
:example:
|
11859
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11859
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_label_priorities.py.html>`__ to see an example of how to use list_label_priorities API.
|
11860
11860
|
"""
|
11861
11861
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11862
11862
|
required_arguments = ['namespaceName']
|
@@ -11984,7 +11984,7 @@ class LogAnalyticsClient(object):
|
|
11984
11984
|
:rtype: :class:`~oci.response.Response`
|
11985
11985
|
|
11986
11986
|
:example:
|
11987
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11987
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_label_source_details.py.html>`__ to see an example of how to use list_label_source_details API.
|
11988
11988
|
"""
|
11989
11989
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11990
11990
|
required_arguments = ['namespaceName']
|
@@ -12155,7 +12155,7 @@ class LogAnalyticsClient(object):
|
|
12155
12155
|
:rtype: :class:`~oci.response.Response`
|
12156
12156
|
|
12157
12157
|
:example:
|
12158
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12158
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_labels.py.html>`__ to see an example of how to use list_labels API.
|
12159
12159
|
"""
|
12160
12160
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12161
12161
|
required_arguments = ['namespaceName']
|
@@ -12344,7 +12344,7 @@ class LogAnalyticsClient(object):
|
|
12344
12344
|
:rtype: :class:`~oci.response.Response`
|
12345
12345
|
|
12346
12346
|
:example:
|
12347
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12347
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_log_analytics_em_bridges.py.html>`__ to see an example of how to use list_log_analytics_em_bridges API.
|
12348
12348
|
"""
|
12349
12349
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12350
12350
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -12560,7 +12560,7 @@ class LogAnalyticsClient(object):
|
|
12560
12560
|
:rtype: :class:`~oci.response.Response`
|
12561
12561
|
|
12562
12562
|
:example:
|
12563
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12563
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_log_analytics_entities.py.html>`__ to see an example of how to use list_log_analytics_entities API.
|
12564
12564
|
"""
|
12565
12565
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12566
12566
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -12757,7 +12757,7 @@ class LogAnalyticsClient(object):
|
|
12757
12757
|
:rtype: :class:`~oci.response.Response`
|
12758
12758
|
|
12759
12759
|
:example:
|
12760
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12760
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_log_analytics_entity_topology.py.html>`__ to see an example of how to use list_log_analytics_entity_topology API.
|
12761
12761
|
"""
|
12762
12762
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12763
12763
|
required_arguments = ['namespaceName', 'logAnalyticsEntityId']
|
@@ -12927,7 +12927,7 @@ class LogAnalyticsClient(object):
|
|
12927
12927
|
:rtype: :class:`~oci.response.Response`
|
12928
12928
|
|
12929
12929
|
:example:
|
12930
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12930
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_log_analytics_entity_types.py.html>`__ to see an example of how to use list_log_analytics_entity_types API.
|
12931
12931
|
"""
|
12932
12932
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12933
12933
|
required_arguments = ['namespaceName']
|
@@ -13096,7 +13096,7 @@ class LogAnalyticsClient(object):
|
|
13096
13096
|
:rtype: :class:`~oci.response.Response`
|
13097
13097
|
|
13098
13098
|
:example:
|
13099
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13099
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_log_analytics_log_groups.py.html>`__ to see an example of how to use list_log_analytics_log_groups API.
|
13100
13100
|
"""
|
13101
13101
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13102
13102
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -13253,7 +13253,7 @@ class LogAnalyticsClient(object):
|
|
13253
13253
|
:rtype: :class:`~oci.response.Response`
|
13254
13254
|
|
13255
13255
|
:example:
|
13256
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13256
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
13257
13257
|
"""
|
13258
13258
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13259
13259
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -13405,7 +13405,7 @@ class LogAnalyticsClient(object):
|
|
13405
13405
|
:rtype: :class:`~oci.response.Response`
|
13406
13406
|
|
13407
13407
|
:example:
|
13408
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13408
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_log_sets.py.html>`__ to see an example of how to use list_log_sets API.
|
13409
13409
|
"""
|
13410
13410
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13411
13411
|
required_arguments = ['namespaceName']
|
@@ -13567,7 +13567,7 @@ class LogAnalyticsClient(object):
|
|
13567
13567
|
:rtype: :class:`~oci.response.Response`
|
13568
13568
|
|
13569
13569
|
:example:
|
13570
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13570
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_lookups.py.html>`__ to see an example of how to use list_lookups API.
|
13571
13571
|
"""
|
13572
13572
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13573
13573
|
required_arguments = ['namespaceName', 'type']
|
@@ -13740,7 +13740,7 @@ class LogAnalyticsClient(object):
|
|
13740
13740
|
:rtype: :class:`~oci.response.Response`
|
13741
13741
|
|
13742
13742
|
:example:
|
13743
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13743
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_meta_source_types.py.html>`__ to see an example of how to use list_meta_source_types API.
|
13744
13744
|
"""
|
13745
13745
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13746
13746
|
required_arguments = ['namespaceName']
|
@@ -13867,7 +13867,7 @@ class LogAnalyticsClient(object):
|
|
13867
13867
|
:rtype: :class:`~oci.response.Response`
|
13868
13868
|
|
13869
13869
|
:example:
|
13870
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13870
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_namespaces.py.html>`__ to see an example of how to use list_namespaces API.
|
13871
13871
|
"""
|
13872
13872
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13873
13873
|
required_arguments = ['compartmentId']
|
@@ -13979,7 +13979,7 @@ class LogAnalyticsClient(object):
|
|
13979
13979
|
:rtype: :class:`~oci.response.Response`
|
13980
13980
|
|
13981
13981
|
:example:
|
13982
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13982
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_parser_functions.py.html>`__ to see an example of how to use list_parser_functions API.
|
13983
13983
|
"""
|
13984
13984
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13985
13985
|
required_arguments = ['namespaceName']
|
@@ -14123,7 +14123,7 @@ class LogAnalyticsClient(object):
|
|
14123
14123
|
:rtype: :class:`~oci.response.Response`
|
14124
14124
|
|
14125
14125
|
:example:
|
14126
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14126
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_parser_meta_plugins.py.html>`__ to see an example of how to use list_parser_meta_plugins API.
|
14127
14127
|
"""
|
14128
14128
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14129
14129
|
required_arguments = ['namespaceName']
|
@@ -14301,7 +14301,7 @@ class LogAnalyticsClient(object):
|
|
14301
14301
|
:rtype: :class:`~oci.response.Response`
|
14302
14302
|
|
14303
14303
|
:example:
|
14304
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14304
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_parsers.py.html>`__ to see an example of how to use list_parsers API.
|
14305
14305
|
"""
|
14306
14306
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14307
14307
|
required_arguments = ['namespaceName']
|
@@ -14486,7 +14486,7 @@ class LogAnalyticsClient(object):
|
|
14486
14486
|
:rtype: :class:`~oci.response.Response`
|
14487
14487
|
|
14488
14488
|
:example:
|
14489
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14489
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_query_work_requests.py.html>`__ to see an example of how to use list_query_work_requests API.
|
14490
14490
|
"""
|
14491
14491
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14492
14492
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -14645,7 +14645,7 @@ class LogAnalyticsClient(object):
|
|
14645
14645
|
:rtype: :class:`~oci.response.Response`
|
14646
14646
|
|
14647
14647
|
:example:
|
14648
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14648
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_recalled_data.py.html>`__ to see an example of how to use list_recalled_data API.
|
14649
14649
|
"""
|
14650
14650
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14651
14651
|
required_arguments = ['namespaceName']
|
@@ -14803,7 +14803,7 @@ class LogAnalyticsClient(object):
|
|
14803
14803
|
:rtype: :class:`~oci.response.Response`
|
14804
14804
|
|
14805
14805
|
:example:
|
14806
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14806
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_resource_categories.py.html>`__ to see an example of how to use list_resource_categories API.
|
14807
14807
|
"""
|
14808
14808
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14809
14809
|
required_arguments = ['namespaceName']
|
@@ -14970,7 +14970,7 @@ class LogAnalyticsClient(object):
|
|
14970
14970
|
:rtype: :class:`~oci.response.Response`
|
14971
14971
|
|
14972
14972
|
:example:
|
14973
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14973
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_rules.py.html>`__ to see an example of how to use list_rules API.
|
14974
14974
|
"""
|
14975
14975
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14976
14976
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -15151,7 +15151,7 @@ class LogAnalyticsClient(object):
|
|
15151
15151
|
:rtype: :class:`~oci.response.Response`
|
15152
15152
|
|
15153
15153
|
:example:
|
15154
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15154
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_scheduled_tasks.py.html>`__ to see an example of how to use list_scheduled_tasks API.
|
15155
15155
|
"""
|
15156
15156
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15157
15157
|
required_arguments = ['namespaceName', 'taskType', 'compartmentId']
|
@@ -15325,7 +15325,7 @@ class LogAnalyticsClient(object):
|
|
15325
15325
|
:rtype: :class:`~oci.response.Response`
|
15326
15326
|
|
15327
15327
|
:example:
|
15328
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15328
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_source_associations.py.html>`__ to see an example of how to use list_source_associations API.
|
15329
15329
|
"""
|
15330
15330
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15331
15331
|
required_arguments = ['namespaceName', 'sourceName', 'compartmentId']
|
@@ -15499,7 +15499,7 @@ class LogAnalyticsClient(object):
|
|
15499
15499
|
:rtype: :class:`~oci.response.Response`
|
15500
15500
|
|
15501
15501
|
:example:
|
15502
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15502
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_source_event_types.py.html>`__ to see an example of how to use list_source_event_types API.
|
15503
15503
|
"""
|
15504
15504
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15505
15505
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -15658,7 +15658,7 @@ class LogAnalyticsClient(object):
|
|
15658
15658
|
:rtype: :class:`~oci.response.Response`
|
15659
15659
|
|
15660
15660
|
:example:
|
15661
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15661
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_source_extended_field_definitions.py.html>`__ to see an example of how to use list_source_extended_field_definitions API.
|
15662
15662
|
"""
|
15663
15663
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15664
15664
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -15801,7 +15801,7 @@ class LogAnalyticsClient(object):
|
|
15801
15801
|
:rtype: :class:`~oci.response.Response`
|
15802
15802
|
|
15803
15803
|
:example:
|
15804
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15804
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_source_label_operators.py.html>`__ to see an example of how to use list_source_label_operators API.
|
15805
15805
|
"""
|
15806
15806
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15807
15807
|
required_arguments = ['namespaceName']
|
@@ -15943,7 +15943,7 @@ class LogAnalyticsClient(object):
|
|
15943
15943
|
:rtype: :class:`~oci.response.Response`
|
15944
15944
|
|
15945
15945
|
:example:
|
15946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_source_meta_functions.py.html>`__ to see an example of how to use list_source_meta_functions API.
|
15947
15947
|
"""
|
15948
15948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15949
15949
|
required_arguments = ['namespaceName']
|
@@ -16091,7 +16091,7 @@ class LogAnalyticsClient(object):
|
|
16091
16091
|
:rtype: :class:`~oci.response.Response`
|
16092
16092
|
|
16093
16093
|
:example:
|
16094
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16094
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_source_patterns.py.html>`__ to see an example of how to use list_source_patterns API.
|
16095
16095
|
"""
|
16096
16096
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16097
16097
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -16271,7 +16271,7 @@ class LogAnalyticsClient(object):
|
|
16271
16271
|
:rtype: :class:`~oci.response.Response`
|
16272
16272
|
|
16273
16273
|
:example:
|
16274
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16274
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_sources.py.html>`__ to see an example of how to use list_sources API.
|
16275
16275
|
"""
|
16276
16276
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16277
16277
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -16443,7 +16443,7 @@ class LogAnalyticsClient(object):
|
|
16443
16443
|
:rtype: :class:`~oci.response.Response`
|
16444
16444
|
|
16445
16445
|
:example:
|
16446
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16446
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_storage_work_request_errors.py.html>`__ to see an example of how to use list_storage_work_request_errors API.
|
16447
16447
|
"""
|
16448
16448
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16449
16449
|
required_arguments = ['workRequestId', 'namespaceName', 'compartmentId']
|
@@ -16613,7 +16613,7 @@ class LogAnalyticsClient(object):
|
|
16613
16613
|
:rtype: :class:`~oci.response.Response`
|
16614
16614
|
|
16615
16615
|
:example:
|
16616
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16616
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_storage_work_requests.py.html>`__ to see an example of how to use list_storage_work_requests API.
|
16617
16617
|
"""
|
16618
16618
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16619
16619
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -16772,7 +16772,7 @@ class LogAnalyticsClient(object):
|
|
16772
16772
|
:rtype: :class:`~oci.response.Response`
|
16773
16773
|
|
16774
16774
|
:example:
|
16775
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16775
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_supported_char_encodings.py.html>`__ to see an example of how to use list_supported_char_encodings API.
|
16776
16776
|
"""
|
16777
16777
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16778
16778
|
required_arguments = ['namespaceName']
|
@@ -16886,7 +16886,7 @@ class LogAnalyticsClient(object):
|
|
16886
16886
|
:rtype: :class:`~oci.response.Response`
|
16887
16887
|
|
16888
16888
|
:example:
|
16889
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16889
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_supported_timezones.py.html>`__ to see an example of how to use list_supported_timezones API.
|
16890
16890
|
"""
|
16891
16891
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16892
16892
|
required_arguments = ['namespaceName']
|
@@ -17022,7 +17022,7 @@ class LogAnalyticsClient(object):
|
|
17022
17022
|
:rtype: :class:`~oci.response.Response`
|
17023
17023
|
|
17024
17024
|
:example:
|
17025
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17025
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_upload_files.py.html>`__ to see an example of how to use list_upload_files API.
|
17026
17026
|
"""
|
17027
17027
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17028
17028
|
required_arguments = ['namespaceName', 'uploadReference']
|
@@ -17170,7 +17170,7 @@ class LogAnalyticsClient(object):
|
|
17170
17170
|
:rtype: :class:`~oci.response.Response`
|
17171
17171
|
|
17172
17172
|
:example:
|
17173
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17173
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_upload_warnings.py.html>`__ to see an example of how to use list_upload_warnings API.
|
17174
17174
|
"""
|
17175
17175
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17176
17176
|
required_arguments = ['namespaceName', 'uploadReference']
|
@@ -17309,7 +17309,7 @@ class LogAnalyticsClient(object):
|
|
17309
17309
|
:rtype: :class:`~oci.response.Response`
|
17310
17310
|
|
17311
17311
|
:example:
|
17312
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17312
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_uploads.py.html>`__ to see an example of how to use list_uploads API.
|
17313
17313
|
"""
|
17314
17314
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17315
17315
|
required_arguments = ['namespaceName']
|
@@ -17507,7 +17507,7 @@ class LogAnalyticsClient(object):
|
|
17507
17507
|
:rtype: :class:`~oci.response.Response`
|
17508
17508
|
|
17509
17509
|
:example:
|
17510
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17510
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_warnings.py.html>`__ to see an example of how to use list_warnings API.
|
17511
17511
|
"""
|
17512
17512
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17513
17513
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -17672,7 +17672,7 @@ class LogAnalyticsClient(object):
|
|
17672
17672
|
:rtype: :class:`~oci.response.Response`
|
17673
17673
|
|
17674
17674
|
:example:
|
17675
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17675
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
17676
17676
|
"""
|
17677
17677
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17678
17678
|
required_arguments = ['namespaceName', 'workRequestId']
|
@@ -17790,7 +17790,7 @@ class LogAnalyticsClient(object):
|
|
17790
17790
|
:rtype: :class:`~oci.response.Response`
|
17791
17791
|
|
17792
17792
|
:example:
|
17793
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17793
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
17794
17794
|
"""
|
17795
17795
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17796
17796
|
required_arguments = ['namespaceName', 'workRequestId']
|
@@ -17906,7 +17906,7 @@ class LogAnalyticsClient(object):
|
|
17906
17906
|
:rtype: :class:`~oci.response.Response`
|
17907
17907
|
|
17908
17908
|
:example:
|
17909
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17909
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
17910
17910
|
"""
|
17911
17911
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17912
17912
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -18020,7 +18020,7 @@ class LogAnalyticsClient(object):
|
|
18020
18020
|
:rtype: :class:`~oci.response.Response`
|
18021
18021
|
|
18022
18022
|
:example:
|
18023
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18023
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/offboard_namespace.py.html>`__ to see an example of how to use offboard_namespace API.
|
18024
18024
|
"""
|
18025
18025
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18026
18026
|
required_arguments = ['namespaceName']
|
@@ -18124,7 +18124,7 @@ class LogAnalyticsClient(object):
|
|
18124
18124
|
:rtype: :class:`~oci.response.Response`
|
18125
18125
|
|
18126
18126
|
:example:
|
18127
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18127
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/onboard_namespace.py.html>`__ to see an example of how to use onboard_namespace API.
|
18128
18128
|
"""
|
18129
18129
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18130
18130
|
required_arguments = ['namespaceName']
|
@@ -18224,7 +18224,7 @@ class LogAnalyticsClient(object):
|
|
18224
18224
|
:rtype: :class:`~oci.response.Response`
|
18225
18225
|
|
18226
18226
|
:example:
|
18227
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18227
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/parse_query.py.html>`__ to see an example of how to use parse_query API.
|
18228
18228
|
"""
|
18229
18229
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18230
18230
|
required_arguments = ['namespaceName']
|
@@ -18339,7 +18339,7 @@ class LogAnalyticsClient(object):
|
|
18339
18339
|
:rtype: :class:`~oci.response.Response`
|
18340
18340
|
|
18341
18341
|
:example:
|
18342
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18342
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/pause_scheduled_task.py.html>`__ to see an example of how to use pause_scheduled_task API.
|
18343
18343
|
"""
|
18344
18344
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18345
18345
|
required_arguments = ['namespaceName', 'scheduledTaskId']
|
@@ -18458,7 +18458,7 @@ class LogAnalyticsClient(object):
|
|
18458
18458
|
:rtype: :class:`~oci.response.Response`
|
18459
18459
|
|
18460
18460
|
:example:
|
18461
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18461
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/purge_storage_data.py.html>`__ to see an example of how to use purge_storage_data API.
|
18462
18462
|
"""
|
18463
18463
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18464
18464
|
required_arguments = ['namespaceName']
|
@@ -18575,7 +18575,7 @@ class LogAnalyticsClient(object):
|
|
18575
18575
|
:rtype: :class:`~oci.response.Response`
|
18576
18576
|
|
18577
18577
|
:example:
|
18578
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18578
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/put_query_work_request_background.py.html>`__ to see an example of how to use put_query_work_request_background API.
|
18579
18579
|
"""
|
18580
18580
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18581
18581
|
required_arguments = ['namespaceName', 'workRequestId']
|
@@ -18683,7 +18683,7 @@ class LogAnalyticsClient(object):
|
|
18683
18683
|
:rtype: :class:`~oci.response.Response`
|
18684
18684
|
|
18685
18685
|
:example:
|
18686
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18686
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/query.py.html>`__ to see an example of how to use query API.
|
18687
18687
|
"""
|
18688
18688
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18689
18689
|
required_arguments = ['namespaceName']
|
@@ -18814,7 +18814,7 @@ class LogAnalyticsClient(object):
|
|
18814
18814
|
:rtype: :class:`~oci.response.Response`
|
18815
18815
|
|
18816
18816
|
:example:
|
18817
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18817
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/recall_archived_data.py.html>`__ to see an example of how to use recall_archived_data API.
|
18818
18818
|
"""
|
18819
18819
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18820
18820
|
required_arguments = ['namespaceName']
|
@@ -18959,7 +18959,7 @@ class LogAnalyticsClient(object):
|
|
18959
18959
|
:rtype: :class:`~oci.response.Response`
|
18960
18960
|
|
18961
18961
|
:example:
|
18962
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18962
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/register_lookup.py.html>`__ to see an example of how to use register_lookup API.
|
18963
18963
|
"""
|
18964
18964
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18965
18965
|
required_arguments = ['namespaceName', 'type']
|
@@ -19127,7 +19127,7 @@ class LogAnalyticsClient(object):
|
|
19127
19127
|
:rtype: :class:`~oci.response.Response`
|
19128
19128
|
|
19129
19129
|
:example:
|
19130
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19130
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/release_recalled_data.py.html>`__ to see an example of how to use release_recalled_data API.
|
19131
19131
|
"""
|
19132
19132
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19133
19133
|
required_arguments = ['namespaceName']
|
@@ -19252,7 +19252,7 @@ class LogAnalyticsClient(object):
|
|
19252
19252
|
:rtype: :class:`~oci.response.Response`
|
19253
19253
|
|
19254
19254
|
:example:
|
19255
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19255
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/remove_entity_associations.py.html>`__ to see an example of how to use remove_entity_associations API.
|
19256
19256
|
"""
|
19257
19257
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19258
19258
|
required_arguments = ['namespaceName', 'logAnalyticsEntityId']
|
@@ -19370,7 +19370,7 @@ class LogAnalyticsClient(object):
|
|
19370
19370
|
:rtype: :class:`~oci.response.Response`
|
19371
19371
|
|
19372
19372
|
:example:
|
19373
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19373
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/remove_preferences.py.html>`__ to see an example of how to use remove_preferences API.
|
19374
19374
|
"""
|
19375
19375
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19376
19376
|
required_arguments = ['namespaceName']
|
@@ -19478,7 +19478,7 @@ class LogAnalyticsClient(object):
|
|
19478
19478
|
:rtype: :class:`~oci.response.Response`
|
19479
19479
|
|
19480
19480
|
:example:
|
19481
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19481
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/remove_resource_categories.py.html>`__ to see an example of how to use remove_resource_categories API.
|
19482
19482
|
"""
|
19483
19483
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19484
19484
|
required_arguments = ['namespaceName']
|
@@ -19593,7 +19593,7 @@ class LogAnalyticsClient(object):
|
|
19593
19593
|
:rtype: :class:`~oci.response.Response`
|
19594
19594
|
|
19595
19595
|
:example:
|
19596
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19596
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/remove_source_event_types.py.html>`__ to see an example of how to use remove_source_event_types API.
|
19597
19597
|
"""
|
19598
19598
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19599
19599
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -19710,7 +19710,7 @@ class LogAnalyticsClient(object):
|
|
19710
19710
|
:rtype: :class:`~oci.response.Response`
|
19711
19711
|
|
19712
19712
|
:example:
|
19713
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19713
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/resume_scheduled_task.py.html>`__ to see an example of how to use resume_scheduled_task API.
|
19714
19714
|
"""
|
19715
19715
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19716
19716
|
required_arguments = ['namespaceName', 'scheduledTaskId']
|
@@ -19832,7 +19832,7 @@ class LogAnalyticsClient(object):
|
|
19832
19832
|
:rtype: :class:`~oci.response.Response`
|
19833
19833
|
|
19834
19834
|
:example:
|
19835
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19835
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/run.py.html>`__ to see an example of how to use run API.
|
19836
19836
|
"""
|
19837
19837
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19838
19838
|
required_arguments = ['namespaceName', 'scheduledTaskId']
|
@@ -19949,7 +19949,7 @@ class LogAnalyticsClient(object):
|
|
19949
19949
|
:rtype: :class:`~oci.response.Response`
|
19950
19950
|
|
19951
19951
|
:example:
|
19952
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19952
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/set_unprocessed_data_bucket.py.html>`__ to see an example of how to use set_unprocessed_data_bucket API.
|
19953
19953
|
"""
|
19954
19954
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19955
19955
|
required_arguments = ['namespaceName', 'bucketName']
|
@@ -20057,7 +20057,7 @@ class LogAnalyticsClient(object):
|
|
20057
20057
|
:rtype: :class:`~oci.response.Response`
|
20058
20058
|
|
20059
20059
|
:example:
|
20060
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20060
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/suggest.py.html>`__ to see an example of how to use suggest API.
|
20061
20061
|
"""
|
20062
20062
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20063
20063
|
required_arguments = ['namespaceName']
|
@@ -20174,7 +20174,7 @@ class LogAnalyticsClient(object):
|
|
20174
20174
|
:rtype: :class:`~oci.response.Response`
|
20175
20175
|
|
20176
20176
|
:example:
|
20177
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20177
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/suppress_warning.py.html>`__ to see an example of how to use suppress_warning API.
|
20178
20178
|
"""
|
20179
20179
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20180
20180
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -20305,7 +20305,7 @@ class LogAnalyticsClient(object):
|
|
20305
20305
|
:rtype: :class:`~oci.response.Response`
|
20306
20306
|
|
20307
20307
|
:example:
|
20308
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20308
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/test_parser.py.html>`__ to see an example of how to use test_parser API.
|
20309
20309
|
"""
|
20310
20310
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20311
20311
|
required_arguments = ['namespaceName']
|
@@ -20442,7 +20442,7 @@ class LogAnalyticsClient(object):
|
|
20442
20442
|
:rtype: :class:`~oci.response.Response`
|
20443
20443
|
|
20444
20444
|
:example:
|
20445
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20445
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/unsuppress_warning.py.html>`__ to see an example of how to use unsuppress_warning API.
|
20446
20446
|
"""
|
20447
20447
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20448
20448
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -20567,7 +20567,7 @@ class LogAnalyticsClient(object):
|
|
20567
20567
|
:rtype: :class:`~oci.response.Response`
|
20568
20568
|
|
20569
20569
|
:example:
|
20570
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20570
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/update_ingest_time_rule.py.html>`__ to see an example of how to use update_ingest_time_rule API.
|
20571
20571
|
"""
|
20572
20572
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20573
20573
|
required_arguments = ['namespaceName', 'ingestTimeRuleId']
|
@@ -20687,7 +20687,7 @@ class LogAnalyticsClient(object):
|
|
20687
20687
|
:rtype: :class:`~oci.response.Response`
|
20688
20688
|
|
20689
20689
|
:example:
|
20690
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20690
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/update_log_analytics_em_bridge.py.html>`__ to see an example of how to use update_log_analytics_em_bridge API.
|
20691
20691
|
"""
|
20692
20692
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20693
20693
|
required_arguments = ['namespaceName', 'logAnalyticsEmBridgeId']
|
@@ -20805,7 +20805,7 @@ class LogAnalyticsClient(object):
|
|
20805
20805
|
:rtype: :class:`~oci.response.Response`
|
20806
20806
|
|
20807
20807
|
:example:
|
20808
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20808
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/update_log_analytics_entity.py.html>`__ to see an example of how to use update_log_analytics_entity API.
|
20809
20809
|
"""
|
20810
20810
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20811
20811
|
required_arguments = ['namespaceName', 'logAnalyticsEntityId']
|
@@ -20923,7 +20923,7 @@ class LogAnalyticsClient(object):
|
|
20923
20923
|
:rtype: :class:`~oci.response.Response`
|
20924
20924
|
|
20925
20925
|
:example:
|
20926
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20926
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/update_log_analytics_entity_type.py.html>`__ to see an example of how to use update_log_analytics_entity_type API.
|
20927
20927
|
"""
|
20928
20928
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20929
20929
|
required_arguments = ['namespaceName', 'entityTypeName']
|
@@ -21039,7 +21039,7 @@ class LogAnalyticsClient(object):
|
|
21039
21039
|
:rtype: :class:`~oci.response.Response`
|
21040
21040
|
|
21041
21041
|
:example:
|
21042
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21042
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/update_log_analytics_log_group.py.html>`__ to see an example of how to use update_log_analytics_log_group API.
|
21043
21043
|
"""
|
21044
21044
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21045
21045
|
required_arguments = ['namespaceName', 'logAnalyticsLogGroupId']
|
@@ -21161,7 +21161,7 @@ class LogAnalyticsClient(object):
|
|
21161
21161
|
:rtype: :class:`~oci.response.Response`
|
21162
21162
|
|
21163
21163
|
:example:
|
21164
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21164
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.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.
|
21165
21165
|
"""
|
21166
21166
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21167
21167
|
required_arguments = ['namespaceName', 'logAnalyticsObjectCollectionRuleId']
|
@@ -21286,7 +21286,7 @@ class LogAnalyticsClient(object):
|
|
21286
21286
|
:rtype: :class:`~oci.response.Response`
|
21287
21287
|
|
21288
21288
|
:example:
|
21289
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21289
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/update_lookup.py.html>`__ to see an example of how to use update_lookup API.
|
21290
21290
|
"""
|
21291
21291
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21292
21292
|
required_arguments = ['namespaceName', 'lookupName']
|
@@ -21434,7 +21434,7 @@ class LogAnalyticsClient(object):
|
|
21434
21434
|
:rtype: :class:`~oci.response.Response`
|
21435
21435
|
|
21436
21436
|
:example:
|
21437
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21437
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/update_lookup_data.py.html>`__ to see an example of how to use update_lookup_data API.
|
21438
21438
|
"""
|
21439
21439
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21440
21440
|
required_arguments = ['namespaceName', 'lookupName']
|
@@ -21585,7 +21585,7 @@ class LogAnalyticsClient(object):
|
|
21585
21585
|
:rtype: :class:`~oci.response.Response`
|
21586
21586
|
|
21587
21587
|
:example:
|
21588
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21588
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/update_preferences.py.html>`__ to see an example of how to use update_preferences API.
|
21589
21589
|
"""
|
21590
21590
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21591
21591
|
required_arguments = ['namespaceName']
|
@@ -21693,7 +21693,7 @@ class LogAnalyticsClient(object):
|
|
21693
21693
|
:rtype: :class:`~oci.response.Response`
|
21694
21694
|
|
21695
21695
|
:example:
|
21696
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21696
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/update_resource_categories.py.html>`__ to see an example of how to use update_resource_categories API.
|
21697
21697
|
"""
|
21698
21698
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21699
21699
|
required_arguments = ['namespaceName']
|
@@ -21810,7 +21810,7 @@ class LogAnalyticsClient(object):
|
|
21810
21810
|
:rtype: :class:`~oci.response.Response`
|
21811
21811
|
|
21812
21812
|
:example:
|
21813
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21813
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/update_scheduled_task.py.html>`__ to see an example of how to use update_scheduled_task API.
|
21814
21814
|
"""
|
21815
21815
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21816
21816
|
required_arguments = ['namespaceName', 'scheduledTaskId']
|
@@ -21927,7 +21927,7 @@ class LogAnalyticsClient(object):
|
|
21927
21927
|
:rtype: :class:`~oci.response.Response`
|
21928
21928
|
|
21929
21929
|
:example:
|
21930
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21930
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/update_storage.py.html>`__ to see an example of how to use update_storage API.
|
21931
21931
|
"""
|
21932
21932
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21933
21933
|
required_arguments = ['namespaceName']
|
@@ -22073,7 +22073,7 @@ class LogAnalyticsClient(object):
|
|
22073
22073
|
:rtype: :class:`~oci.response.Response`
|
22074
22074
|
|
22075
22075
|
:example:
|
22076
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22076
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/upload_log_events_file.py.html>`__ to see an example of how to use upload_log_events_file API.
|
22077
22077
|
"""
|
22078
22078
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22079
22079
|
required_arguments = ['namespaceName', 'logGroupId']
|
@@ -22289,7 +22289,7 @@ class LogAnalyticsClient(object):
|
|
22289
22289
|
:rtype: :class:`~oci.response.Response`
|
22290
22290
|
|
22291
22291
|
:example:
|
22292
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22292
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/upload_log_file.py.html>`__ to see an example of how to use upload_log_file API.
|
22293
22293
|
"""
|
22294
22294
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22295
22295
|
required_arguments = ['namespaceName', 'uploadName', 'logSourceName', 'filename']
|
@@ -22462,7 +22462,7 @@ class LogAnalyticsClient(object):
|
|
22462
22462
|
:rtype: :class:`~oci.response.Response`
|
22463
22463
|
|
22464
22464
|
:example:
|
22465
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22465
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/upsert_associations.py.html>`__ to see an example of how to use upsert_associations API.
|
22466
22466
|
"""
|
22467
22467
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22468
22468
|
required_arguments = ['namespaceName']
|
@@ -22592,7 +22592,7 @@ class LogAnalyticsClient(object):
|
|
22592
22592
|
:rtype: :class:`~oci.response.Response`
|
22593
22593
|
|
22594
22594
|
:example:
|
22595
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22595
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/upsert_field.py.html>`__ to see an example of how to use upsert_field API.
|
22596
22596
|
"""
|
22597
22597
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22598
22598
|
required_arguments = ['namespaceName']
|
@@ -22718,7 +22718,7 @@ class LogAnalyticsClient(object):
|
|
22718
22718
|
:rtype: :class:`~oci.response.Response`
|
22719
22719
|
|
22720
22720
|
:example:
|
22721
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22721
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/upsert_label.py.html>`__ to see an example of how to use upsert_label API.
|
22722
22722
|
"""
|
22723
22723
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22724
22724
|
required_arguments = ['namespaceName']
|
@@ -22844,7 +22844,7 @@ class LogAnalyticsClient(object):
|
|
22844
22844
|
:rtype: :class:`~oci.response.Response`
|
22845
22845
|
|
22846
22846
|
:example:
|
22847
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22847
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/upsert_parser.py.html>`__ to see an example of how to use upsert_parser API.
|
22848
22848
|
"""
|
22849
22849
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22850
22850
|
required_arguments = ['namespaceName']
|
@@ -22981,7 +22981,7 @@ class LogAnalyticsClient(object):
|
|
22981
22981
|
:rtype: :class:`~oci.response.Response`
|
22982
22982
|
|
22983
22983
|
:example:
|
22984
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22984
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/upsert_source.py.html>`__ to see an example of how to use upsert_source API.
|
22985
22985
|
"""
|
22986
22986
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22987
22987
|
required_arguments = ['namespaceName']
|
@@ -23128,7 +23128,7 @@ class LogAnalyticsClient(object):
|
|
23128
23128
|
:rtype: :class:`~oci.response.Response`
|
23129
23129
|
|
23130
23130
|
:example:
|
23131
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23131
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/validate_association_parameters.py.html>`__ to see an example of how to use validate_association_parameters API.
|
23132
23132
|
"""
|
23133
23133
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23134
23134
|
required_arguments = ['namespaceName']
|
@@ -23269,7 +23269,7 @@ class LogAnalyticsClient(object):
|
|
23269
23269
|
:rtype: :class:`~oci.response.Response`
|
23270
23270
|
|
23271
23271
|
:example:
|
23272
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23272
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/validate_file.py.html>`__ to see an example of how to use validate_file API.
|
23273
23273
|
"""
|
23274
23274
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23275
23275
|
required_arguments = ['namespaceName', 'objectLocation', 'filename']
|
@@ -23396,7 +23396,7 @@ class LogAnalyticsClient(object):
|
|
23396
23396
|
:rtype: :class:`~oci.response.Response`
|
23397
23397
|
|
23398
23398
|
:example:
|
23399
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23399
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/validate_source.py.html>`__ to see an example of how to use validate_source API.
|
23400
23400
|
"""
|
23401
23401
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23402
23402
|
required_arguments = ['namespaceName']
|
@@ -23525,7 +23525,7 @@ class LogAnalyticsClient(object):
|
|
23525
23525
|
:rtype: :class:`~oci.response.Response`
|
23526
23526
|
|
23527
23527
|
:example:
|
23528
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23528
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/validate_source_extended_field_details.py.html>`__ to see an example of how to use validate_source_extended_field_details API.
|
23529
23529
|
"""
|
23530
23530
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23531
23531
|
required_arguments = ['namespaceName']
|
@@ -23641,7 +23641,7 @@ class LogAnalyticsClient(object):
|
|
23641
23641
|
:rtype: :class:`~oci.response.Response`
|
23642
23642
|
|
23643
23643
|
:example:
|
23644
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23644
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/validate_source_mapping.py.html>`__ to see an example of how to use validate_source_mapping API.
|
23645
23645
|
"""
|
23646
23646
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23647
23647
|
required_arguments = ['namespaceName', 'objectLocation', 'filename', 'logSourceName']
|
@@ -23766,7 +23766,7 @@ class LogAnalyticsClient(object):
|
|
23766
23766
|
:rtype: :class:`~oci.response.Response`
|
23767
23767
|
|
23768
23768
|
:example:
|
23769
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23769
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/loganalytics/verify.py.html>`__ to see an example of how to use verify API.
|
23770
23770
|
"""
|
23771
23771
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23772
23772
|
required_arguments = ['namespaceName', 'scheduledTaskId']
|