oci 2.155.0__py3-none-any.whl → 2.155.1__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 +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +140 -26
- oci/ai_document/models/__init__.py +50 -0
- oci/ai_document/models/analyze_document_result.py +62 -0
- oci/ai_document/models/bar_code.py +159 -0
- oci/ai_document/models/capabilities.py +70 -0
- oci/ai_document/models/capability.py +70 -0
- oci/ai_document/models/create_model_details.py +93 -0
- oci/ai_document/models/detected_document_type.py +35 -0
- oci/ai_document/models/document_classification_feature.py +36 -5
- oci/ai_document/models/document_classification_model_metrics.py +1 -1
- oci/ai_document/models/document_elements_extraction_feature.py +80 -0
- oci/ai_document/models/document_elements_sub_type.py +103 -0
- oci/ai_document/models/document_feature.py +13 -3
- oci/ai_document/models/document_key_value_extraction_feature.py +36 -5
- oci/ai_document/models/document_language_classification_feature.py +1 -1
- oci/ai_document/models/document_table_extraction_feature.py +34 -3
- oci/ai_document/models/document_text_extraction_feature.py +65 -3
- oci/ai_document/models/driving_license_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/field_value.py +64 -2
- oci/ai_document/models/general_processor_config.py +1 -1
- oci/ai_document/models/health_insurance_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/inline_document_content.py +33 -2
- oci/ai_document/models/inline_document_details.py +33 -2
- oci/ai_document/models/invoice_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/invoice_processor_config.py +107 -0
- oci/ai_document/models/key_value_detection_model_metrics.py +1 -1
- oci/ai_document/models/kv_model_sub_type.py +121 -0
- oci/ai_document/models/model.py +116 -3
- oci/ai_document/models/model_metrics.py +43 -3
- oci/ai_document/models/model_sub_type.py +113 -0
- oci/ai_document/models/model_summary.py +31 -0
- oci/ai_document/models/model_type_info.py +101 -0
- oci/ai_document/models/normalization_fields.py +70 -0
- oci/ai_document/models/normalization_fields_map_value.py +70 -0
- oci/ai_document/models/object_location.py +33 -2
- oci/ai_document/models/object_storage_document_details.py +33 -2
- oci/ai_document/models/output_location.py +1 -1
- oci/ai_document/models/page.py +95 -2
- oci/ai_document/models/passport_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/pre_trained_document_elements_extraction_model_details.py +56 -0
- oci/ai_document/models/pretrained_document_classification_model_details.py +56 -0
- oci/ai_document/models/pretrained_key_value_extraction_model_details.py +56 -0
- oci/ai_document/models/pretrained_table_extraction_model_details.py +56 -0
- oci/ai_document/models/pretrained_text_extraction_model_details.py +56 -0
- oci/ai_document/models/processor_config.py +11 -3
- oci/ai_document/models/qr_bar_code_sub_type_details.py +92 -0
- oci/ai_document/models/receipt_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/selection_mark.py +144 -0
- oci/ai_document/models/signature.py +97 -0
- oci/ai_document/models/signature_sub_type_details.py +92 -0
- oci/ai_document/models/update_model_details.py +31 -0
- oci/ai_document/models/value_array.py +14 -0
- oci/ai_document/models/value_date.py +14 -0
- oci/ai_document/models/value_integer.py +14 -0
- oci/ai_document/models/value_number.py +14 -0
- oci/ai_document/models/value_phone_number.py +14 -0
- oci/ai_document/models/value_string.py +14 -0
- oci/ai_document/models/value_time.py +14 -0
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +19 -19
- oci/ai_vision/ai_service_vision_client.py +28 -28
- oci/analytics/analytics_client.py +24 -24
- oci/announcements_service/announcement_client.py +5 -5
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/announcements_service/service_client.py +1 -1
- oci/apiaccesscontrol/api_metadata_client.py +3 -3
- oci/apiaccesscontrol/privileged_api_control_client.py +6 -6
- oci/apiaccesscontrol/privileged_api_requests_client.py +7 -7
- oci/apiaccesscontrol/privileged_api_work_request_client.py +5 -5
- 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 +12 -12
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/scheduled_query_client.py +5 -5
- oci/apm_traces/trace_client.py +5 -5
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +88 -88
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +32 -32
- oci/capacity_management/demand_signal_client.py +13 -13
- oci/capacity_management/internal_demand_signal_client.py +12 -12
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +6 -6
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +15 -15
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +46 -46
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +125 -125
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +258 -258
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +45 -45
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +317 -317
- oci/data_science/data_science_client.py +145 -145
- oci/database/database_client.py +421 -421
- oci/database_management/db_management_client.py +229 -229
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +15 -15
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +43 -43
- oci/database_tools/database_tools_client.py +23 -23
- oci/dblm/db_life_cycle_management_client.py +28 -28
- oci/dbmulticloud/multi_cloud_resource_discovery_client.py +6 -6
- oci/dbmulticloud/oracle_db_azure_blob_container_client.py +6 -6
- oci/dbmulticloud/oracle_db_azure_blob_mount_client.py +6 -6
- oci/dbmulticloud/oracle_db_azure_connector_client.py +7 -7
- oci/dbmulticloud/oracle_db_azure_key_client.py +2 -2
- oci/dbmulticloud/oracle_db_azure_vault_association_client.py +7 -7
- oci/dbmulticloud/oracle_db_azure_vault_client.py +7 -7
- oci/dbmulticloud/work_request_client.py +5 -5
- oci/delegate_access_control/delegate_access_control_client.py +26 -26
- oci/delegate_access_control/work_request_client.py +4 -4
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +141 -141
- oci/disaster_recovery/disaster_recovery_client.py +31 -31
- oci/distributed_database/distributed_autonomous_db_service_client.py +18 -18
- oci/distributed_database/distributed_db_private_endpoint_service_client.py +7 -7
- oci/distributed_database/distributed_db_service_client.py +19 -19
- oci/distributed_database/distributed_db_work_request_service_client.py +4 -4
- oci/dns/dns_client.py +54 -54
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +74 -74
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +27 -27
- oci/fleet_apps_management/fleet_apps_management_catalog_client.py +7 -7
- oci/fleet_apps_management/fleet_apps_management_client.py +32 -32
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +29 -29
- oci/fleet_apps_management/fleet_apps_management_provision_client.py +6 -6
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +19 -19
- oci/fleet_apps_management/fleet_apps_management_work_request_client.py +4 -4
- oci/fleet_software_update/fleet_software_update_client.py +46 -46
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_agent/generative_ai_agent_client.py +38 -38
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +6 -6
- oci/generative_ai_inference/generative_ai_inference_client.py +6 -6
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +89 -89
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +311 -311
- oci/integration/integration_instance_client.py +19 -19
- oci/jms/java_management_service_client.py +79 -79
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +200 -200
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/lustre_file_storage/lustre_file_storage_client.py +11 -11
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +18 -18
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_private_offer/attachment_client.py +5 -5
- oci/marketplace_private_offer/offer_client.py +6 -6
- oci/marketplace_publisher/attachment_client.py +5 -5
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/offer_client.py +6 -6
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/mngdmac/mac_device_client.py +3 -3
- oci/mngdmac/mac_order_client.py +11 -11
- oci/model_deployment/model_deployment_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +8 -8
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +92 -92
- oci/network_load_balancer/network_load_balancer_client.py +35 -35
- oci/nosql/nosql_client.py +27 -27
- oci/object_storage/object_storage_client.py +55 -55
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +17 -17
- oci/opensearch/opensearch_cluster_pipeline_client.py +5 -5
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/models/__init__.py +20 -0
- oci/opsi/models/autonomous_database_configuration_summary.py +1 -1
- oci/opsi/models/autonomous_database_insight.py +1 -1
- oci/opsi/models/autonomous_database_insight_summary.py +1 -1
- oci/opsi/models/change_macs_managed_autonomous_database_insight_connection_details.py +128 -0
- oci/opsi/models/create_autonomous_database_insight_details.py +1 -1
- oci/opsi/models/create_database_insight_details.py +11 -3
- oci/opsi/models/create_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/create_external_mysql_database_insight_details.py +1 -1
- oci/opsi/models/create_macs_managed_autonomous_database_insight_details.py +301 -0
- oci/opsi/models/create_macs_managed_cloud_database_insight_details.py +1 -1
- oci/opsi/models/create_macs_managed_cloud_exadata_cluster_details.py +7 -3
- oci/opsi/models/create_macs_managed_cloud_exadata_vmcluster_details.py +34 -3
- oci/opsi/models/create_mds_my_sql_database_insight_details.py +1 -1
- oci/opsi/models/create_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/create_pe_comanaged_exadata_vmcluster_details.py +78 -0
- oci/opsi/models/credential_by_iam.py +1 -1
- oci/opsi/models/credential_by_named_credentials.py +91 -0
- oci/opsi/models/credential_by_vault.py +1 -1
- oci/opsi/models/credential_details.py +14 -6
- oci/opsi/models/credentials_by_source.py +1 -1
- oci/opsi/models/database_configuration_summary.py +11 -3
- oci/opsi/models/database_insight.py +11 -3
- oci/opsi/models/database_insight_summary.py +11 -3
- oci/opsi/models/em_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/em_managed_external_database_insight.py +1 -1
- oci/opsi/models/em_managed_external_database_insight_summary.py +1 -1
- oci/opsi/models/em_managed_external_exadata_insight.py +1 -1
- oci/opsi/models/em_managed_external_exadata_insight_summary.py +1 -1
- oci/opsi/models/enable_autonomous_database_insight_details.py +1 -1
- oci/opsi/models/enable_database_insight_details.py +11 -3
- oci/opsi/models/enable_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/enable_external_mysql_database_insight_details.py +1 -1
- oci/opsi/models/enable_macs_managed_autonomous_database_insight_details.py +272 -0
- oci/opsi/models/enable_macs_managed_cloud_database_insight_details.py +1 -1
- oci/opsi/models/enable_mds_my_sql_database_insight_details.py +1 -1
- oci/opsi/models/enable_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/exadata_configuration_summary.py +7 -3
- oci/opsi/models/exadata_database_machine_configuration_summary.py +69 -3
- oci/opsi/models/exadata_exacc_configuration_summary.py +1 -1
- oci/opsi/models/exadata_exacs_configuration_summary.py +1 -1
- oci/opsi/models/exadata_insight.py +7 -3
- oci/opsi/models/exadata_insight_summary.py +7 -3
- oci/opsi/models/exadata_member_collection.py +7 -3
- oci/opsi/models/external_mysql_database_configuration_summary.py +1 -1
- oci/opsi/models/external_mysql_database_insight.py +1 -1
- oci/opsi/models/external_mysql_database_insight_summary.py +1 -1
- oci/opsi/models/macs_managed_autonomous_database_configuration_summary.py +251 -0
- oci/opsi/models/macs_managed_autonomous_database_insight.py +467 -0
- oci/opsi/models/macs_managed_autonomous_database_insight_summary.py +313 -0
- oci/opsi/models/macs_managed_cloud_database_configuration_summary.py +1 -1
- oci/opsi/models/macs_managed_cloud_database_insight.py +1 -1
- oci/opsi/models/macs_managed_cloud_database_insight_summary.py +1 -1
- oci/opsi/models/macs_managed_cloud_exadata_insight.py +1 -1
- oci/opsi/models/macs_managed_cloud_exadata_insight_summary.py +1 -1
- oci/opsi/models/macs_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/macs_managed_external_database_insight.py +1 -1
- oci/opsi/models/macs_managed_external_database_insight_summary.py +1 -1
- oci/opsi/models/mds_my_sql_database_insight.py +1 -1
- oci/opsi/models/mds_my_sql_database_insight_summary.py +1 -1
- oci/opsi/models/mds_mysql_database_configuration_summary.py +1 -1
- oci/opsi/models/pe_comanaged_database_insight.py +1 -1
- oci/opsi/models/pe_comanaged_database_insight_summary.py +1 -1
- oci/opsi/models/pe_comanaged_exadata_insight.py +1 -1
- oci/opsi/models/pe_comanaged_exadata_insight_summary.py +1 -1
- oci/opsi/models/pe_comanaged_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/synchronize_autonomous_database_to_exadata_details.py +110 -0
- oci/opsi/models/test_macs_managed_autonomous_database_insight_connection_details.py +128 -0
- oci/opsi/models/update_autonomous_database_insight_details.py +1 -1
- oci/opsi/models/update_database_insight_details.py +11 -3
- oci/opsi/models/update_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/update_external_mysql_database_insight_details.py +1 -1
- oci/opsi/models/update_macs_managed_autonomous_database_insight_details.py +63 -0
- oci/opsi/models/update_macs_managed_cloud_database_insight_details.py +1 -1
- oci/opsi/models/update_macs_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/update_mds_my_sql_database_insight.py +1 -1
- oci/opsi/models/update_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/vm_cluster_summary.py +64 -2
- oci/opsi/models/work_request.py +15 -3
- oci/opsi/operations_insights_client.py +580 -202
- oci/opsi/operations_insights_client_composite_operations.py +125 -0
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +13 -13
- oci/os_management_hub/managed_instance_client.py +33 -33
- oci/os_management_hub/managed_instance_group_client.py +26 -26
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +13 -13
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +33 -33
- oci/os_management_hub/work_request_client.py +5 -5
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/models/subscription.py +38 -3
- oci/osp_gateway/models/subscription_summary.py +38 -3
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +34 -34
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +26 -26
- oci/redis/oci_cache_user_client.py +7 -7
- oci/redis/redis_cluster_client.py +15 -15
- oci/redis/redis_identity_client.py +1 -1
- oci/regions_definitions.py +9 -4
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +14 -14
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/security_attribute/security_attribute_client.py +18 -18
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +87 -87
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +14 -14
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/wlms/weblogic_management_service_client.py +41 -41
- oci/wlms/weblogic_management_service_configuration_client.py +2 -2
- oci/work_requests/work_request_client.py +4 -4
- oci/zpr/zpr_client.py +15 -15
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/METADATA +1 -1
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/RECORD +430 -395
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/LICENSE.txt +0 -0
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/WHEEL +0 -0
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/top_level.txt +0 -0
@@ -164,7 +164,7 @@ class LogAnalyticsClient(object):
|
|
164
164
|
:rtype: :class:`~oci.response.Response`
|
165
165
|
|
166
166
|
:example:
|
167
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
167
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/add_entity_association.py.html>`__ to see an example of how to use add_entity_association API.
|
168
168
|
"""
|
169
169
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
170
170
|
required_arguments = ['namespaceName', 'logAnalyticsEntityId']
|
@@ -285,7 +285,7 @@ class LogAnalyticsClient(object):
|
|
285
285
|
:rtype: :class:`~oci.response.Response`
|
286
286
|
|
287
287
|
:example:
|
288
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
288
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/add_source_event_types.py.html>`__ to see an example of how to use add_source_event_types API.
|
289
289
|
"""
|
290
290
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
291
291
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -429,7 +429,7 @@ class LogAnalyticsClient(object):
|
|
429
429
|
:rtype: :class:`~oci.response.Response`
|
430
430
|
|
431
431
|
:example:
|
432
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
432
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/append_lookup_data.py.html>`__ to see an example of how to use append_lookup_data API.
|
433
433
|
"""
|
434
434
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
435
435
|
required_arguments = ['namespaceName', 'lookupName']
|
@@ -587,7 +587,7 @@ class LogAnalyticsClient(object):
|
|
587
587
|
:rtype: :class:`~oci.response.Response`
|
588
588
|
|
589
589
|
:example:
|
590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/assign_encryption_key.py.html>`__ to see an example of how to use assign_encryption_key API.
|
591
591
|
"""
|
592
592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
593
593
|
required_arguments = ['namespaceName']
|
@@ -714,7 +714,7 @@ class LogAnalyticsClient(object):
|
|
714
714
|
:rtype: :class:`~oci.response.Response`
|
715
715
|
|
716
716
|
:example:
|
717
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
717
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/batch_get_basic_info.py.html>`__ to see an example of how to use batch_get_basic_info API.
|
718
718
|
"""
|
719
719
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
720
720
|
required_arguments = ['namespaceName', 'isIncludeDeleted']
|
@@ -859,7 +859,7 @@ class LogAnalyticsClient(object):
|
|
859
859
|
:rtype: :class:`~oci.response.Response`
|
860
860
|
|
861
861
|
:example:
|
862
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
862
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/cancel_query_work_request.py.html>`__ to see an example of how to use cancel_query_work_request API.
|
863
863
|
"""
|
864
864
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
865
865
|
required_arguments = ['namespaceName', 'workRequestId']
|
@@ -978,7 +978,7 @@ class LogAnalyticsClient(object):
|
|
978
978
|
:rtype: :class:`~oci.response.Response`
|
979
979
|
|
980
980
|
:example:
|
981
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
981
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/change_ingest_time_rule_compartment.py.html>`__ to see an example of how to use change_ingest_time_rule_compartment API.
|
982
982
|
"""
|
983
983
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
984
984
|
required_arguments = ['namespaceName', 'ingestTimeRuleId']
|
@@ -1106,7 +1106,7 @@ class LogAnalyticsClient(object):
|
|
1106
1106
|
:rtype: :class:`~oci.response.Response`
|
1107
1107
|
|
1108
1108
|
:example:
|
1109
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1109
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/change_log_analytics_em_bridge_compartment.py.html>`__ to see an example of how to use change_log_analytics_em_bridge_compartment API.
|
1110
1110
|
"""
|
1111
1111
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1112
1112
|
required_arguments = ['namespaceName', 'logAnalyticsEmBridgeId']
|
@@ -1234,7 +1234,7 @@ class LogAnalyticsClient(object):
|
|
1234
1234
|
:rtype: :class:`~oci.response.Response`
|
1235
1235
|
|
1236
1236
|
:example:
|
1237
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1237
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/change_log_analytics_entity_compartment.py.html>`__ to see an example of how to use change_log_analytics_entity_compartment API.
|
1238
1238
|
"""
|
1239
1239
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1240
1240
|
required_arguments = ['namespaceName', 'logAnalyticsEntityId']
|
@@ -1362,7 +1362,7 @@ class LogAnalyticsClient(object):
|
|
1362
1362
|
:rtype: :class:`~oci.response.Response`
|
1363
1363
|
|
1364
1364
|
:example:
|
1365
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1365
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/change_log_analytics_log_group_compartment.py.html>`__ to see an example of how to use change_log_analytics_log_group_compartment API.
|
1366
1366
|
"""
|
1367
1367
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1368
1368
|
required_arguments = ['namespaceName', 'logAnalyticsLogGroupId']
|
@@ -1485,7 +1485,7 @@ class LogAnalyticsClient(object):
|
|
1485
1485
|
:rtype: :class:`~oci.response.Response`
|
1486
1486
|
|
1487
1487
|
:example:
|
1488
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1488
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/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.
|
1489
1489
|
"""
|
1490
1490
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1491
1491
|
required_arguments = ['namespaceName', 'logAnalyticsObjectCollectionRuleId']
|
@@ -1608,7 +1608,7 @@ class LogAnalyticsClient(object):
|
|
1608
1608
|
:rtype: :class:`~oci.response.Response`
|
1609
1609
|
|
1610
1610
|
:example:
|
1611
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1611
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/change_lookup_compartment.py.html>`__ to see an example of how to use change_lookup_compartment API.
|
1612
1612
|
"""
|
1613
1613
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1614
1614
|
required_arguments = ['namespaceName', 'lookupName']
|
@@ -1737,7 +1737,7 @@ class LogAnalyticsClient(object):
|
|
1737
1737
|
:rtype: :class:`~oci.response.Response`
|
1738
1738
|
|
1739
1739
|
:example:
|
1740
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1740
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/change_scheduled_task_compartment.py.html>`__ to see an example of how to use change_scheduled_task_compartment API.
|
1741
1741
|
"""
|
1742
1742
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1743
1743
|
required_arguments = ['namespaceName', 'scheduledTaskId']
|
@@ -1863,7 +1863,7 @@ class LogAnalyticsClient(object):
|
|
1863
1863
|
:rtype: :class:`~oci.response.Response`
|
1864
1864
|
|
1865
1865
|
:example:
|
1866
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1866
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/clean.py.html>`__ to see an example of how to use clean API.
|
1867
1867
|
"""
|
1868
1868
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1869
1869
|
required_arguments = ['namespaceName', 'scheduledTaskId']
|
@@ -1976,7 +1976,7 @@ class LogAnalyticsClient(object):
|
|
1976
1976
|
:rtype: :class:`~oci.response.Response`
|
1977
1977
|
|
1978
1978
|
:example:
|
1979
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1979
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/compare_content.py.html>`__ to see an example of how to use compare_content API.
|
1980
1980
|
"""
|
1981
1981
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1982
1982
|
required_arguments = ['namespaceName']
|
@@ -2090,7 +2090,7 @@ class LogAnalyticsClient(object):
|
|
2090
2090
|
:rtype: :class:`~oci.response.Response`
|
2091
2091
|
|
2092
2092
|
:example:
|
2093
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2093
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/create_ingest_time_rule.py.html>`__ to see an example of how to use create_ingest_time_rule API.
|
2094
2094
|
"""
|
2095
2095
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2096
2096
|
required_arguments = ['namespaceName']
|
@@ -2207,7 +2207,7 @@ class LogAnalyticsClient(object):
|
|
2207
2207
|
:rtype: :class:`~oci.response.Response`
|
2208
2208
|
|
2209
2209
|
:example:
|
2210
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2210
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/create_log_analytics_em_bridge.py.html>`__ to see an example of how to use create_log_analytics_em_bridge API.
|
2211
2211
|
"""
|
2212
2212
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2213
2213
|
required_arguments = ['namespaceName']
|
@@ -2324,7 +2324,7 @@ class LogAnalyticsClient(object):
|
|
2324
2324
|
:rtype: :class:`~oci.response.Response`
|
2325
2325
|
|
2326
2326
|
:example:
|
2327
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2327
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/create_log_analytics_entity.py.html>`__ to see an example of how to use create_log_analytics_entity API.
|
2328
2328
|
"""
|
2329
2329
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2330
2330
|
required_arguments = ['namespaceName']
|
@@ -2441,7 +2441,7 @@ class LogAnalyticsClient(object):
|
|
2441
2441
|
:rtype: :class:`~oci.response.Response`
|
2442
2442
|
|
2443
2443
|
:example:
|
2444
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2444
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/create_log_analytics_entity_type.py.html>`__ to see an example of how to use create_log_analytics_entity_type API.
|
2445
2445
|
"""
|
2446
2446
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2447
2447
|
required_arguments = ['namespaceName']
|
@@ -2556,7 +2556,7 @@ class LogAnalyticsClient(object):
|
|
2556
2556
|
:rtype: :class:`~oci.response.Response`
|
2557
2557
|
|
2558
2558
|
:example:
|
2559
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2559
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/create_log_analytics_log_group.py.html>`__ to see an example of how to use create_log_analytics_log_group API.
|
2560
2560
|
"""
|
2561
2561
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2562
2562
|
required_arguments = ['namespaceName']
|
@@ -2666,7 +2666,7 @@ class LogAnalyticsClient(object):
|
|
2666
2666
|
:rtype: :class:`~oci.response.Response`
|
2667
2667
|
|
2668
2668
|
:example:
|
2669
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2669
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/create_log_analytics_object_collection_rule.py.html>`__ to see an example of how to use create_log_analytics_object_collection_rule API.
|
2670
2670
|
"""
|
2671
2671
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2672
2672
|
required_arguments = ['namespaceName']
|
@@ -2778,7 +2778,7 @@ class LogAnalyticsClient(object):
|
|
2778
2778
|
:rtype: :class:`~oci.response.Response`
|
2779
2779
|
|
2780
2780
|
:example:
|
2781
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2781
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/create_scheduled_task.py.html>`__ to see an example of how to use create_scheduled_task API.
|
2782
2782
|
"""
|
2783
2783
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2784
2784
|
required_arguments = ['namespaceName']
|
@@ -2893,7 +2893,7 @@ class LogAnalyticsClient(object):
|
|
2893
2893
|
:rtype: :class:`~oci.response.Response`
|
2894
2894
|
|
2895
2895
|
:example:
|
2896
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2896
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/delete_associations.py.html>`__ to see an example of how to use delete_associations API.
|
2897
2897
|
"""
|
2898
2898
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2899
2899
|
required_arguments = ['namespaceName']
|
@@ -3015,7 +3015,7 @@ class LogAnalyticsClient(object):
|
|
3015
3015
|
:rtype: :class:`~oci.response.Response`
|
3016
3016
|
|
3017
3017
|
:example:
|
3018
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3018
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/delete_field.py.html>`__ to see an example of how to use delete_field API.
|
3019
3019
|
"""
|
3020
3020
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3021
3021
|
required_arguments = ['namespaceName', 'fieldName']
|
@@ -3127,7 +3127,7 @@ class LogAnalyticsClient(object):
|
|
3127
3127
|
:rtype: :class:`~oci.response.Response`
|
3128
3128
|
|
3129
3129
|
:example:
|
3130
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3130
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/delete_ingest_time_rule.py.html>`__ to see an example of how to use delete_ingest_time_rule API.
|
3131
3131
|
"""
|
3132
3132
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3133
3133
|
required_arguments = ['namespaceName', 'ingestTimeRuleId']
|
@@ -3243,7 +3243,7 @@ class LogAnalyticsClient(object):
|
|
3243
3243
|
:rtype: :class:`~oci.response.Response`
|
3244
3244
|
|
3245
3245
|
:example:
|
3246
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3246
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/delete_label.py.html>`__ to see an example of how to use delete_label API.
|
3247
3247
|
"""
|
3248
3248
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3249
3249
|
required_arguments = ['namespaceName', 'labelName']
|
@@ -3358,7 +3358,7 @@ class LogAnalyticsClient(object):
|
|
3358
3358
|
:rtype: :class:`~oci.response.Response`
|
3359
3359
|
|
3360
3360
|
:example:
|
3361
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3361
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/delete_log_analytics_em_bridge.py.html>`__ to see an example of how to use delete_log_analytics_em_bridge API.
|
3362
3362
|
"""
|
3363
3363
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3364
3364
|
required_arguments = ['namespaceName', 'logAnalyticsEmBridgeId']
|
@@ -3476,7 +3476,7 @@ class LogAnalyticsClient(object):
|
|
3476
3476
|
:rtype: :class:`~oci.response.Response`
|
3477
3477
|
|
3478
3478
|
:example:
|
3479
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3479
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/delete_log_analytics_entity.py.html>`__ to see an example of how to use delete_log_analytics_entity API.
|
3480
3480
|
"""
|
3481
3481
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3482
3482
|
required_arguments = ['namespaceName', 'logAnalyticsEntityId']
|
@@ -3591,7 +3591,7 @@ class LogAnalyticsClient(object):
|
|
3591
3591
|
:rtype: :class:`~oci.response.Response`
|
3592
3592
|
|
3593
3593
|
:example:
|
3594
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3594
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/delete_log_analytics_entity_type.py.html>`__ to see an example of how to use delete_log_analytics_entity_type API.
|
3595
3595
|
"""
|
3596
3596
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3597
3597
|
required_arguments = ['namespaceName', 'entityTypeName']
|
@@ -3698,7 +3698,7 @@ class LogAnalyticsClient(object):
|
|
3698
3698
|
:rtype: :class:`~oci.response.Response`
|
3699
3699
|
|
3700
3700
|
:example:
|
3701
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3701
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/delete_log_analytics_log_group.py.html>`__ to see an example of how to use delete_log_analytics_log_group API.
|
3702
3702
|
"""
|
3703
3703
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3704
3704
|
required_arguments = ['namespaceName', 'logAnalyticsLogGroupId']
|
@@ -3810,7 +3810,7 @@ class LogAnalyticsClient(object):
|
|
3810
3810
|
:rtype: :class:`~oci.response.Response`
|
3811
3811
|
|
3812
3812
|
:example:
|
3813
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3813
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/delete_log_analytics_object_collection_rule.py.html>`__ to see an example of how to use delete_log_analytics_object_collection_rule API.
|
3814
3814
|
"""
|
3815
3815
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3816
3816
|
required_arguments = ['namespaceName', 'logAnalyticsObjectCollectionRuleId']
|
@@ -3927,7 +3927,7 @@ class LogAnalyticsClient(object):
|
|
3927
3927
|
:rtype: :class:`~oci.response.Response`
|
3928
3928
|
|
3929
3929
|
:example:
|
3930
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3930
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/delete_lookup.py.html>`__ to see an example of how to use delete_lookup API.
|
3931
3931
|
"""
|
3932
3932
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3933
3933
|
required_arguments = ['namespaceName', 'lookupName']
|
@@ -4054,7 +4054,7 @@ class LogAnalyticsClient(object):
|
|
4054
4054
|
:rtype: :class:`~oci.response.Response`
|
4055
4055
|
|
4056
4056
|
:example:
|
4057
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4057
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/delete_parser.py.html>`__ to see an example of how to use delete_parser API.
|
4058
4058
|
"""
|
4059
4059
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4060
4060
|
required_arguments = ['namespaceName', 'parserName']
|
@@ -4167,7 +4167,7 @@ class LogAnalyticsClient(object):
|
|
4167
4167
|
:rtype: :class:`~oci.response.Response`
|
4168
4168
|
|
4169
4169
|
:example:
|
4170
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4170
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/delete_scheduled_task.py.html>`__ to see an example of how to use delete_scheduled_task API.
|
4171
4171
|
"""
|
4172
4172
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4173
4173
|
required_arguments = ['namespaceName', 'scheduledTaskId']
|
@@ -4283,7 +4283,7 @@ class LogAnalyticsClient(object):
|
|
4283
4283
|
:rtype: :class:`~oci.response.Response`
|
4284
4284
|
|
4285
4285
|
:example:
|
4286
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4286
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/delete_source.py.html>`__ to see an example of how to use delete_source API.
|
4287
4287
|
"""
|
4288
4288
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4289
4289
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -4396,7 +4396,7 @@ class LogAnalyticsClient(object):
|
|
4396
4396
|
:rtype: :class:`~oci.response.Response`
|
4397
4397
|
|
4398
4398
|
:example:
|
4399
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4399
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/delete_upload.py.html>`__ to see an example of how to use delete_upload API.
|
4400
4400
|
"""
|
4401
4401
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4402
4402
|
required_arguments = ['namespaceName', 'uploadReference']
|
@@ -4500,7 +4500,7 @@ class LogAnalyticsClient(object):
|
|
4500
4500
|
:rtype: :class:`~oci.response.Response`
|
4501
4501
|
|
4502
4502
|
:example:
|
4503
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4503
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/delete_upload_file.py.html>`__ to see an example of how to use delete_upload_file API.
|
4504
4504
|
"""
|
4505
4505
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4506
4506
|
required_arguments = ['namespaceName', 'uploadReference', 'fileReference']
|
@@ -4602,7 +4602,7 @@ class LogAnalyticsClient(object):
|
|
4602
4602
|
:rtype: :class:`~oci.response.Response`
|
4603
4603
|
|
4604
4604
|
:example:
|
4605
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4605
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/delete_upload_warning.py.html>`__ to see an example of how to use delete_upload_warning API.
|
4606
4606
|
"""
|
4607
4607
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4608
4608
|
required_arguments = ['namespaceName', 'uploadReference', 'warningReference']
|
@@ -4705,7 +4705,7 @@ class LogAnalyticsClient(object):
|
|
4705
4705
|
:rtype: :class:`~oci.response.Response`
|
4706
4706
|
|
4707
4707
|
:example:
|
4708
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4708
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/disable_archiving.py.html>`__ to see an example of how to use disable_archiving API.
|
4709
4709
|
"""
|
4710
4710
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4711
4711
|
required_arguments = ['namespaceName']
|
@@ -4820,7 +4820,7 @@ class LogAnalyticsClient(object):
|
|
4820
4820
|
:rtype: :class:`~oci.response.Response`
|
4821
4821
|
|
4822
4822
|
:example:
|
4823
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4823
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/disable_auto_association.py.html>`__ to see an example of how to use disable_auto_association API.
|
4824
4824
|
"""
|
4825
4825
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4826
4826
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -4936,7 +4936,7 @@ class LogAnalyticsClient(object):
|
|
4936
4936
|
:rtype: :class:`~oci.response.Response`
|
4937
4937
|
|
4938
4938
|
:example:
|
4939
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4939
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/disable_ingest_time_rule.py.html>`__ to see an example of how to use disable_ingest_time_rule API.
|
4940
4940
|
"""
|
4941
4941
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4942
4942
|
required_arguments = ['namespaceName', 'ingestTimeRuleId']
|
@@ -5048,7 +5048,7 @@ class LogAnalyticsClient(object):
|
|
5048
5048
|
:rtype: :class:`~oci.response.Response`
|
5049
5049
|
|
5050
5050
|
:example:
|
5051
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5051
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/disable_source_event_types.py.html>`__ to see an example of how to use disable_source_event_types API.
|
5052
5052
|
"""
|
5053
5053
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5054
5054
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -5161,7 +5161,7 @@ class LogAnalyticsClient(object):
|
|
5161
5161
|
:rtype: :class:`~oci.response.Response`
|
5162
5162
|
|
5163
5163
|
:example:
|
5164
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5164
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/enable_archiving.py.html>`__ to see an example of how to use enable_archiving API.
|
5165
5165
|
"""
|
5166
5166
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5167
5167
|
required_arguments = ['namespaceName']
|
@@ -5276,7 +5276,7 @@ class LogAnalyticsClient(object):
|
|
5276
5276
|
:rtype: :class:`~oci.response.Response`
|
5277
5277
|
|
5278
5278
|
:example:
|
5279
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5279
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/enable_auto_association.py.html>`__ to see an example of how to use enable_auto_association API.
|
5280
5280
|
"""
|
5281
5281
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5282
5282
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -5392,7 +5392,7 @@ class LogAnalyticsClient(object):
|
|
5392
5392
|
:rtype: :class:`~oci.response.Response`
|
5393
5393
|
|
5394
5394
|
:example:
|
5395
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5395
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/enable_ingest_time_rule.py.html>`__ to see an example of how to use enable_ingest_time_rule API.
|
5396
5396
|
"""
|
5397
5397
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5398
5398
|
required_arguments = ['namespaceName', 'ingestTimeRuleId']
|
@@ -5504,7 +5504,7 @@ class LogAnalyticsClient(object):
|
|
5504
5504
|
:rtype: :class:`~oci.response.Response`
|
5505
5505
|
|
5506
5506
|
:example:
|
5507
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5507
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/enable_source_event_types.py.html>`__ to see an example of how to use enable_source_event_types API.
|
5508
5508
|
"""
|
5509
5509
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5510
5510
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -5627,7 +5627,7 @@ class LogAnalyticsClient(object):
|
|
5627
5627
|
:rtype: :class:`~oci.response.Response`
|
5628
5628
|
|
5629
5629
|
:example:
|
5630
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5630
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/estimate_purge_data_size.py.html>`__ to see an example of how to use estimate_purge_data_size API.
|
5631
5631
|
"""
|
5632
5632
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5633
5633
|
required_arguments = ['namespaceName']
|
@@ -5739,7 +5739,7 @@ class LogAnalyticsClient(object):
|
|
5739
5739
|
:rtype: :class:`~oci.response.Response`
|
5740
5740
|
|
5741
5741
|
:example:
|
5742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/estimate_recall_data_size.py.html>`__ to see an example of how to use estimate_recall_data_size API.
|
5743
5743
|
"""
|
5744
5744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5745
5745
|
required_arguments = ['namespaceName']
|
@@ -5846,7 +5846,7 @@ class LogAnalyticsClient(object):
|
|
5846
5846
|
:rtype: :class:`~oci.response.Response`
|
5847
5847
|
|
5848
5848
|
:example:
|
5849
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5849
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/estimate_release_data_size.py.html>`__ to see an example of how to use estimate_release_data_size API.
|
5850
5850
|
"""
|
5851
5851
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5852
5852
|
required_arguments = ['namespaceName']
|
@@ -5960,7 +5960,7 @@ class LogAnalyticsClient(object):
|
|
5960
5960
|
:rtype: :class:`~oci.response.Response`
|
5961
5961
|
|
5962
5962
|
:example:
|
5963
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5963
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/export_custom_content.py.html>`__ to see an example of how to use export_custom_content API.
|
5964
5964
|
"""
|
5965
5965
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5966
5966
|
required_arguments = ['namespaceName']
|
@@ -6070,7 +6070,7 @@ class LogAnalyticsClient(object):
|
|
6070
6070
|
:rtype: :class:`~oci.response.Response`
|
6071
6071
|
|
6072
6072
|
:example:
|
6073
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6073
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/export_query_result.py.html>`__ to see an example of how to use export_query_result API.
|
6074
6074
|
"""
|
6075
6075
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6076
6076
|
required_arguments = ['namespaceName']
|
@@ -6189,7 +6189,7 @@ class LogAnalyticsClient(object):
|
|
6189
6189
|
:rtype: :class:`~oci.response.Response`
|
6190
6190
|
|
6191
6191
|
:example:
|
6192
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6192
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/extract_structured_log_field_paths.py.html>`__ to see an example of how to use extract_structured_log_field_paths API.
|
6193
6193
|
"""
|
6194
6194
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6195
6195
|
required_arguments = ['namespaceName']
|
@@ -6326,7 +6326,7 @@ class LogAnalyticsClient(object):
|
|
6326
6326
|
:rtype: :class:`~oci.response.Response`
|
6327
6327
|
|
6328
6328
|
:example:
|
6329
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6329
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/extract_structured_log_header_paths.py.html>`__ to see an example of how to use extract_structured_log_header_paths API.
|
6330
6330
|
"""
|
6331
6331
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6332
6332
|
required_arguments = ['namespaceName']
|
@@ -6451,7 +6451,7 @@ class LogAnalyticsClient(object):
|
|
6451
6451
|
:rtype: :class:`~oci.response.Response`
|
6452
6452
|
|
6453
6453
|
:example:
|
6454
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6454
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/filter.py.html>`__ to see an example of how to use filter API.
|
6455
6455
|
"""
|
6456
6456
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6457
6457
|
required_arguments = ['namespaceName']
|
@@ -6558,7 +6558,7 @@ class LogAnalyticsClient(object):
|
|
6558
6558
|
:rtype: :class:`~oci.response.Response`
|
6559
6559
|
|
6560
6560
|
:example:
|
6561
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6561
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_association_summary.py.html>`__ to see an example of how to use get_association_summary API.
|
6562
6562
|
"""
|
6563
6563
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6564
6564
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -6666,7 +6666,7 @@ class LogAnalyticsClient(object):
|
|
6666
6666
|
:rtype: :class:`~oci.response.Response`
|
6667
6667
|
|
6668
6668
|
:example:
|
6669
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6669
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_category.py.html>`__ to see an example of how to use get_category API.
|
6670
6670
|
"""
|
6671
6671
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6672
6672
|
required_arguments = ['namespaceName', 'categoryName']
|
@@ -6775,7 +6775,7 @@ class LogAnalyticsClient(object):
|
|
6775
6775
|
:rtype: :class:`~oci.response.Response`
|
6776
6776
|
|
6777
6777
|
:example:
|
6778
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6778
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_column_names.py.html>`__ to see an example of how to use get_column_names API.
|
6779
6779
|
"""
|
6780
6780
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6781
6781
|
required_arguments = ['namespaceName', 'sqlQuery']
|
@@ -6888,7 +6888,7 @@ class LogAnalyticsClient(object):
|
|
6888
6888
|
:rtype: :class:`~oci.response.Response`
|
6889
6889
|
|
6890
6890
|
:example:
|
6891
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6891
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_config_work_request.py.html>`__ to see an example of how to use get_config_work_request API.
|
6892
6892
|
"""
|
6893
6893
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6894
6894
|
required_arguments = ['namespaceName', 'workRequestId']
|
@@ -6990,7 +6990,7 @@ class LogAnalyticsClient(object):
|
|
6990
6990
|
:rtype: :class:`~oci.response.Response`
|
6991
6991
|
|
6992
6992
|
:example:
|
6993
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6993
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_field.py.html>`__ to see an example of how to use get_field API.
|
6994
6994
|
"""
|
6995
6995
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6996
6996
|
required_arguments = ['namespaceName', 'fieldName']
|
@@ -7092,7 +7092,7 @@ class LogAnalyticsClient(object):
|
|
7092
7092
|
:rtype: :class:`~oci.response.Response`
|
7093
7093
|
|
7094
7094
|
:example:
|
7095
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7095
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_field_usages.py.html>`__ to see an example of how to use get_field_usages API.
|
7096
7096
|
"""
|
7097
7097
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7098
7098
|
required_arguments = ['namespaceName', 'fieldName']
|
@@ -7194,7 +7194,7 @@ class LogAnalyticsClient(object):
|
|
7194
7194
|
:rtype: :class:`~oci.response.Response`
|
7195
7195
|
|
7196
7196
|
:example:
|
7197
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7197
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_fields_summary.py.html>`__ to see an example of how to use get_fields_summary API.
|
7198
7198
|
"""
|
7199
7199
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7200
7200
|
required_arguments = ['namespaceName']
|
@@ -7303,7 +7303,7 @@ class LogAnalyticsClient(object):
|
|
7303
7303
|
:rtype: :class:`~oci.response.Response`
|
7304
7304
|
|
7305
7305
|
:example:
|
7306
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7306
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_ingest_time_rule.py.html>`__ to see an example of how to use get_ingest_time_rule API.
|
7307
7307
|
"""
|
7308
7308
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7309
7309
|
required_arguments = ['namespaceName', 'ingestTimeRuleId']
|
@@ -7405,7 +7405,7 @@ class LogAnalyticsClient(object):
|
|
7405
7405
|
:rtype: :class:`~oci.response.Response`
|
7406
7406
|
|
7407
7407
|
:example:
|
7408
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7408
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_label.py.html>`__ to see an example of how to use get_label API.
|
7409
7409
|
"""
|
7410
7410
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7411
7411
|
required_arguments = ['namespaceName', 'labelName']
|
@@ -7504,7 +7504,7 @@ class LogAnalyticsClient(object):
|
|
7504
7504
|
:rtype: :class:`~oci.response.Response`
|
7505
7505
|
|
7506
7506
|
:example:
|
7507
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7507
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_label_summary.py.html>`__ to see an example of how to use get_label_summary API.
|
7508
7508
|
"""
|
7509
7509
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7510
7510
|
required_arguments = ['namespaceName']
|
@@ -7605,7 +7605,7 @@ class LogAnalyticsClient(object):
|
|
7605
7605
|
:rtype: :class:`~oci.response.Response`
|
7606
7606
|
|
7607
7607
|
:example:
|
7608
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7608
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_log_analytics_em_bridge.py.html>`__ to see an example of how to use get_log_analytics_em_bridge API.
|
7609
7609
|
"""
|
7610
7610
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7611
7611
|
required_arguments = ['namespaceName', 'logAnalyticsEmBridgeId']
|
@@ -7705,7 +7705,7 @@ class LogAnalyticsClient(object):
|
|
7705
7705
|
:rtype: :class:`~oci.response.Response`
|
7706
7706
|
|
7707
7707
|
:example:
|
7708
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7708
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_log_analytics_em_bridge_summary.py.html>`__ to see an example of how to use get_log_analytics_em_bridge_summary API.
|
7709
7709
|
"""
|
7710
7710
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7711
7711
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -7811,7 +7811,7 @@ class LogAnalyticsClient(object):
|
|
7811
7811
|
:rtype: :class:`~oci.response.Response`
|
7812
7812
|
|
7813
7813
|
:example:
|
7814
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7814
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_log_analytics_entities_summary.py.html>`__ to see an example of how to use get_log_analytics_entities_summary API.
|
7815
7815
|
"""
|
7816
7816
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7817
7817
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -7920,7 +7920,7 @@ class LogAnalyticsClient(object):
|
|
7920
7920
|
:rtype: :class:`~oci.response.Response`
|
7921
7921
|
|
7922
7922
|
:example:
|
7923
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7923
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_log_analytics_entity.py.html>`__ to see an example of how to use get_log_analytics_entity API.
|
7924
7924
|
"""
|
7925
7925
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7926
7926
|
required_arguments = ['namespaceName', 'logAnalyticsEntityId']
|
@@ -8028,7 +8028,7 @@ class LogAnalyticsClient(object):
|
|
8028
8028
|
:rtype: :class:`~oci.response.Response`
|
8029
8029
|
|
8030
8030
|
:example:
|
8031
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8031
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_log_analytics_entity_type.py.html>`__ to see an example of how to use get_log_analytics_entity_type API.
|
8032
8032
|
"""
|
8033
8033
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8034
8034
|
required_arguments = ['namespaceName', 'entityTypeName']
|
@@ -8128,7 +8128,7 @@ class LogAnalyticsClient(object):
|
|
8128
8128
|
:rtype: :class:`~oci.response.Response`
|
8129
8129
|
|
8130
8130
|
:example:
|
8131
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8131
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_log_analytics_log_group.py.html>`__ to see an example of how to use get_log_analytics_log_group API.
|
8132
8132
|
"""
|
8133
8133
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8134
8134
|
required_arguments = ['namespaceName', 'logAnalyticsLogGroupId']
|
@@ -8230,7 +8230,7 @@ class LogAnalyticsClient(object):
|
|
8230
8230
|
:rtype: :class:`~oci.response.Response`
|
8231
8231
|
|
8232
8232
|
:example:
|
8233
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8233
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_log_analytics_log_groups_summary.py.html>`__ to see an example of how to use get_log_analytics_log_groups_summary API.
|
8234
8234
|
"""
|
8235
8235
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8236
8236
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -8340,7 +8340,7 @@ class LogAnalyticsClient(object):
|
|
8340
8340
|
:rtype: :class:`~oci.response.Response`
|
8341
8341
|
|
8342
8342
|
:example:
|
8343
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8343
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_log_analytics_object_collection_rule.py.html>`__ to see an example of how to use get_log_analytics_object_collection_rule API.
|
8344
8344
|
"""
|
8345
8345
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8346
8346
|
required_arguments = ['namespaceName', 'logAnalyticsObjectCollectionRuleId']
|
@@ -8439,7 +8439,7 @@ class LogAnalyticsClient(object):
|
|
8439
8439
|
:rtype: :class:`~oci.response.Response`
|
8440
8440
|
|
8441
8441
|
:example:
|
8442
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8442
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_log_sets_count.py.html>`__ to see an example of how to use get_log_sets_count API.
|
8443
8443
|
"""
|
8444
8444
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8445
8445
|
required_arguments = ['namespaceName']
|
@@ -8540,7 +8540,7 @@ class LogAnalyticsClient(object):
|
|
8540
8540
|
:rtype: :class:`~oci.response.Response`
|
8541
8541
|
|
8542
8542
|
:example:
|
8543
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8543
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_lookup.py.html>`__ to see an example of how to use get_lookup API.
|
8544
8544
|
"""
|
8545
8545
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8546
8546
|
required_arguments = ['namespaceName', 'lookupName']
|
@@ -8642,7 +8642,7 @@ class LogAnalyticsClient(object):
|
|
8642
8642
|
:rtype: :class:`~oci.response.Response`
|
8643
8643
|
|
8644
8644
|
:example:
|
8645
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8645
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_lookup_summary.py.html>`__ to see an example of how to use get_lookup_summary API.
|
8646
8646
|
"""
|
8647
8647
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8648
8648
|
required_arguments = ['namespaceName']
|
@@ -8748,7 +8748,7 @@ class LogAnalyticsClient(object):
|
|
8748
8748
|
:rtype: :class:`~oci.response.Response`
|
8749
8749
|
|
8750
8750
|
:example:
|
8751
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8751
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_namespace.py.html>`__ to see an example of how to use get_namespace API.
|
8752
8752
|
"""
|
8753
8753
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8754
8754
|
required_arguments = ['namespaceName']
|
@@ -8849,7 +8849,7 @@ class LogAnalyticsClient(object):
|
|
8849
8849
|
:rtype: :class:`~oci.response.Response`
|
8850
8850
|
|
8851
8851
|
:example:
|
8852
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8852
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_parser.py.html>`__ to see an example of how to use get_parser API.
|
8853
8853
|
"""
|
8854
8854
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8855
8855
|
required_arguments = ['namespaceName', 'parserName']
|
@@ -8948,7 +8948,7 @@ class LogAnalyticsClient(object):
|
|
8948
8948
|
:rtype: :class:`~oci.response.Response`
|
8949
8949
|
|
8950
8950
|
:example:
|
8951
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8951
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_parser_summary.py.html>`__ to see an example of how to use get_parser_summary API.
|
8952
8952
|
"""
|
8953
8953
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8954
8954
|
required_arguments = ['namespaceName']
|
@@ -9062,7 +9062,7 @@ class LogAnalyticsClient(object):
|
|
9062
9062
|
:rtype: :class:`~oci.response.Response`
|
9063
9063
|
|
9064
9064
|
:example:
|
9065
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9065
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_preferences.py.html>`__ to see an example of how to use get_preferences API.
|
9066
9066
|
"""
|
9067
9067
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9068
9068
|
required_arguments = ['namespaceName']
|
@@ -9211,7 +9211,7 @@ class LogAnalyticsClient(object):
|
|
9211
9211
|
:rtype: :class:`~oci.response.Response`
|
9212
9212
|
|
9213
9213
|
:example:
|
9214
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9214
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_query_result.py.html>`__ to see an example of how to use get_query_result API.
|
9215
9215
|
"""
|
9216
9216
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9217
9217
|
required_arguments = ['namespaceName', 'workRequestId']
|
@@ -9338,7 +9338,7 @@ class LogAnalyticsClient(object):
|
|
9338
9338
|
:rtype: :class:`~oci.response.Response`
|
9339
9339
|
|
9340
9340
|
:example:
|
9341
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9341
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_query_work_request.py.html>`__ to see an example of how to use get_query_work_request API.
|
9342
9342
|
"""
|
9343
9343
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9344
9344
|
required_arguments = ['namespaceName', 'workRequestId']
|
@@ -9437,7 +9437,7 @@ class LogAnalyticsClient(object):
|
|
9437
9437
|
:rtype: :class:`~oci.response.Response`
|
9438
9438
|
|
9439
9439
|
:example:
|
9440
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9440
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_recall_count.py.html>`__ to see an example of how to use get_recall_count API.
|
9441
9441
|
"""
|
9442
9442
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9443
9443
|
required_arguments = ['namespaceName']
|
@@ -9541,7 +9541,7 @@ class LogAnalyticsClient(object):
|
|
9541
9541
|
:rtype: :class:`~oci.response.Response`
|
9542
9542
|
|
9543
9543
|
:example:
|
9544
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9544
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_recalled_data_size.py.html>`__ to see an example of how to use get_recalled_data_size API.
|
9545
9545
|
"""
|
9546
9546
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9547
9547
|
required_arguments = ['namespaceName']
|
@@ -9652,7 +9652,7 @@ class LogAnalyticsClient(object):
|
|
9652
9652
|
:rtype: :class:`~oci.response.Response`
|
9653
9653
|
|
9654
9654
|
:example:
|
9655
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9655
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_rules_summary.py.html>`__ to see an example of how to use get_rules_summary API.
|
9656
9656
|
"""
|
9657
9657
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9658
9658
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -9761,7 +9761,7 @@ class LogAnalyticsClient(object):
|
|
9761
9761
|
:rtype: :class:`~oci.response.Response`
|
9762
9762
|
|
9763
9763
|
:example:
|
9764
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9764
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_scheduled_task.py.html>`__ to see an example of how to use get_scheduled_task API.
|
9765
9765
|
"""
|
9766
9766
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9767
9767
|
required_arguments = ['namespaceName', 'scheduledTaskId']
|
@@ -9866,7 +9866,7 @@ class LogAnalyticsClient(object):
|
|
9866
9866
|
:rtype: :class:`~oci.response.Response`
|
9867
9867
|
|
9868
9868
|
:example:
|
9869
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9869
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_source.py.html>`__ to see an example of how to use get_source API.
|
9870
9870
|
"""
|
9871
9871
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9872
9872
|
required_arguments = ['namespaceName', 'sourceName', 'compartmentId']
|
@@ -9972,7 +9972,7 @@ class LogAnalyticsClient(object):
|
|
9972
9972
|
:rtype: :class:`~oci.response.Response`
|
9973
9973
|
|
9974
9974
|
:example:
|
9975
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9975
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_source_summary.py.html>`__ to see an example of how to use get_source_summary API.
|
9976
9976
|
"""
|
9977
9977
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9978
9978
|
required_arguments = ['namespaceName']
|
@@ -10070,7 +10070,7 @@ class LogAnalyticsClient(object):
|
|
10070
10070
|
:rtype: :class:`~oci.response.Response`
|
10071
10071
|
|
10072
10072
|
:example:
|
10073
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10073
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_storage.py.html>`__ to see an example of how to use get_storage API.
|
10074
10074
|
"""
|
10075
10075
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10076
10076
|
required_arguments = ['namespaceName']
|
@@ -10169,7 +10169,7 @@ class LogAnalyticsClient(object):
|
|
10169
10169
|
:rtype: :class:`~oci.response.Response`
|
10170
10170
|
|
10171
10171
|
:example:
|
10172
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10172
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_storage_usage.py.html>`__ to see an example of how to use get_storage_usage API.
|
10173
10173
|
"""
|
10174
10174
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10175
10175
|
required_arguments = ['namespaceName']
|
@@ -10273,7 +10273,7 @@ class LogAnalyticsClient(object):
|
|
10273
10273
|
:rtype: :class:`~oci.response.Response`
|
10274
10274
|
|
10275
10275
|
:example:
|
10276
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_storage_work_request.py.html>`__ to see an example of how to use get_storage_work_request API.
|
10277
10277
|
"""
|
10278
10278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10279
10279
|
required_arguments = ['workRequestId', 'namespaceName']
|
@@ -10375,7 +10375,7 @@ class LogAnalyticsClient(object):
|
|
10375
10375
|
:rtype: :class:`~oci.response.Response`
|
10376
10376
|
|
10377
10377
|
:example:
|
10378
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10378
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_template.py.html>`__ to see an example of how to use get_template API.
|
10379
10379
|
"""
|
10380
10380
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10381
10381
|
required_arguments = ['namespaceName', 'templateId']
|
@@ -10474,7 +10474,7 @@ class LogAnalyticsClient(object):
|
|
10474
10474
|
:rtype: :class:`~oci.response.Response`
|
10475
10475
|
|
10476
10476
|
:example:
|
10477
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10477
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_unprocessed_data_bucket.py.html>`__ to see an example of how to use get_unprocessed_data_bucket API.
|
10478
10478
|
"""
|
10479
10479
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10480
10480
|
required_arguments = ['namespaceName']
|
@@ -10575,7 +10575,7 @@ class LogAnalyticsClient(object):
|
|
10575
10575
|
:rtype: :class:`~oci.response.Response`
|
10576
10576
|
|
10577
10577
|
:example:
|
10578
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10578
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_upload.py.html>`__ to see an example of how to use get_upload API.
|
10579
10579
|
"""
|
10580
10580
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10581
10581
|
required_arguments = ['namespaceName', 'uploadReference']
|
@@ -10679,7 +10679,7 @@ class LogAnalyticsClient(object):
|
|
10679
10679
|
:rtype: :class:`~oci.response.Response`
|
10680
10680
|
|
10681
10681
|
:example:
|
10682
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10682
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
10683
10683
|
"""
|
10684
10684
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10685
10685
|
required_arguments = ['namespaceName', 'workRequestId']
|
@@ -10802,7 +10802,7 @@ class LogAnalyticsClient(object):
|
|
10802
10802
|
:rtype: :class:`~oci.response.Response`
|
10803
10803
|
|
10804
10804
|
:example:
|
10805
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10805
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/import_custom_content.py.html>`__ to see an example of how to use import_custom_content API.
|
10806
10806
|
"""
|
10807
10807
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10808
10808
|
required_arguments = ['namespaceName']
|
@@ -10971,7 +10971,7 @@ class LogAnalyticsClient(object):
|
|
10971
10971
|
:rtype: :class:`~oci.response.Response`
|
10972
10972
|
|
10973
10973
|
:example:
|
10974
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10974
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_associable_entities.py.html>`__ to see an example of how to use list_associable_entities API.
|
10975
10975
|
"""
|
10976
10976
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10977
10977
|
required_arguments = ['namespaceName', 'sourceName', 'compartmentId']
|
@@ -11140,7 +11140,7 @@ class LogAnalyticsClient(object):
|
|
11140
11140
|
:rtype: :class:`~oci.response.Response`
|
11141
11141
|
|
11142
11142
|
:example:
|
11143
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11143
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_associated_entities.py.html>`__ to see an example of how to use list_associated_entities API.
|
11144
11144
|
"""
|
11145
11145
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11146
11146
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -11292,7 +11292,7 @@ class LogAnalyticsClient(object):
|
|
11292
11292
|
:rtype: :class:`~oci.response.Response`
|
11293
11293
|
|
11294
11294
|
:example:
|
11295
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11295
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_auto_associations.py.html>`__ to see an example of how to use list_auto_associations API.
|
11296
11296
|
"""
|
11297
11297
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11298
11298
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -11447,7 +11447,7 @@ class LogAnalyticsClient(object):
|
|
11447
11447
|
:rtype: :class:`~oci.response.Response`
|
11448
11448
|
|
11449
11449
|
:example:
|
11450
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11450
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_categories.py.html>`__ to see an example of how to use list_categories API.
|
11451
11451
|
"""
|
11452
11452
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11453
11453
|
required_arguments = ['namespaceName']
|
@@ -11595,7 +11595,7 @@ class LogAnalyticsClient(object):
|
|
11595
11595
|
:rtype: :class:`~oci.response.Response`
|
11596
11596
|
|
11597
11597
|
:example:
|
11598
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11598
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_config_work_requests.py.html>`__ to see an example of how to use list_config_work_requests API.
|
11599
11599
|
"""
|
11600
11600
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11601
11601
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -11756,7 +11756,7 @@ class LogAnalyticsClient(object):
|
|
11756
11756
|
:rtype: :class:`~oci.response.Response`
|
11757
11757
|
|
11758
11758
|
:example:
|
11759
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11759
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_effective_properties.py.html>`__ to see an example of how to use list_effective_properties API.
|
11760
11760
|
"""
|
11761
11761
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11762
11762
|
required_arguments = ['namespaceName']
|
@@ -11896,7 +11896,7 @@ class LogAnalyticsClient(object):
|
|
11896
11896
|
:rtype: :class:`~oci.response.Response`
|
11897
11897
|
|
11898
11898
|
:example:
|
11899
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11899
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_encryption_key_info.py.html>`__ to see an example of how to use list_encryption_key_info API.
|
11900
11900
|
"""
|
11901
11901
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11902
11902
|
required_arguments = ['namespaceName']
|
@@ -12019,7 +12019,7 @@ class LogAnalyticsClient(object):
|
|
12019
12019
|
:rtype: :class:`~oci.response.Response`
|
12020
12020
|
|
12021
12021
|
:example:
|
12022
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12022
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_entity_associations.py.html>`__ to see an example of how to use list_entity_associations API.
|
12023
12023
|
"""
|
12024
12024
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12025
12025
|
required_arguments = ['namespaceName', 'logAnalyticsEntityId']
|
@@ -12192,7 +12192,7 @@ class LogAnalyticsClient(object):
|
|
12192
12192
|
:rtype: :class:`~oci.response.Response`
|
12193
12193
|
|
12194
12194
|
:example:
|
12195
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12195
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_entity_source_associations.py.html>`__ to see an example of how to use list_entity_source_associations API.
|
12196
12196
|
"""
|
12197
12197
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12198
12198
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -12387,7 +12387,7 @@ class LogAnalyticsClient(object):
|
|
12387
12387
|
:rtype: :class:`~oci.response.Response`
|
12388
12388
|
|
12389
12389
|
:example:
|
12390
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12390
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_fields.py.html>`__ to see an example of how to use list_fields API.
|
12391
12391
|
"""
|
12392
12392
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12393
12393
|
required_arguments = ['namespaceName']
|
@@ -12579,7 +12579,7 @@ class LogAnalyticsClient(object):
|
|
12579
12579
|
:rtype: :class:`~oci.response.Response`
|
12580
12580
|
|
12581
12581
|
:example:
|
12582
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12582
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_ingest_time_rules.py.html>`__ to see an example of how to use list_ingest_time_rules API.
|
12583
12583
|
"""
|
12584
12584
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12585
12585
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -12736,7 +12736,7 @@ class LogAnalyticsClient(object):
|
|
12736
12736
|
:rtype: :class:`~oci.response.Response`
|
12737
12737
|
|
12738
12738
|
:example:
|
12739
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12739
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_label_priorities.py.html>`__ to see an example of how to use list_label_priorities API.
|
12740
12740
|
"""
|
12741
12741
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12742
12742
|
required_arguments = ['namespaceName']
|
@@ -12864,7 +12864,7 @@ class LogAnalyticsClient(object):
|
|
12864
12864
|
:rtype: :class:`~oci.response.Response`
|
12865
12865
|
|
12866
12866
|
:example:
|
12867
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12867
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_label_source_details.py.html>`__ to see an example of how to use list_label_source_details API.
|
12868
12868
|
"""
|
12869
12869
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12870
12870
|
required_arguments = ['namespaceName']
|
@@ -13035,7 +13035,7 @@ class LogAnalyticsClient(object):
|
|
13035
13035
|
:rtype: :class:`~oci.response.Response`
|
13036
13036
|
|
13037
13037
|
:example:
|
13038
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13038
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_labels.py.html>`__ to see an example of how to use list_labels API.
|
13039
13039
|
"""
|
13040
13040
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13041
13041
|
required_arguments = ['namespaceName']
|
@@ -13224,7 +13224,7 @@ class LogAnalyticsClient(object):
|
|
13224
13224
|
:rtype: :class:`~oci.response.Response`
|
13225
13225
|
|
13226
13226
|
:example:
|
13227
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13227
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_log_analytics_em_bridges.py.html>`__ to see an example of how to use list_log_analytics_em_bridges API.
|
13228
13228
|
"""
|
13229
13229
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13230
13230
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -13472,7 +13472,7 @@ class LogAnalyticsClient(object):
|
|
13472
13472
|
:rtype: :class:`~oci.response.Response`
|
13473
13473
|
|
13474
13474
|
:example:
|
13475
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13475
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_log_analytics_entities.py.html>`__ to see an example of how to use list_log_analytics_entities API.
|
13476
13476
|
"""
|
13477
13477
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13478
13478
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -13688,7 +13688,7 @@ class LogAnalyticsClient(object):
|
|
13688
13688
|
:rtype: :class:`~oci.response.Response`
|
13689
13689
|
|
13690
13690
|
:example:
|
13691
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13691
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_log_analytics_entity_topology.py.html>`__ to see an example of how to use list_log_analytics_entity_topology API.
|
13692
13692
|
"""
|
13693
13693
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13694
13694
|
required_arguments = ['namespaceName', 'logAnalyticsEntityId']
|
@@ -13862,7 +13862,7 @@ class LogAnalyticsClient(object):
|
|
13862
13862
|
:rtype: :class:`~oci.response.Response`
|
13863
13863
|
|
13864
13864
|
:example:
|
13865
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13865
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_log_analytics_entity_types.py.html>`__ to see an example of how to use list_log_analytics_entity_types API.
|
13866
13866
|
"""
|
13867
13867
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13868
13868
|
required_arguments = ['namespaceName']
|
@@ -14031,7 +14031,7 @@ class LogAnalyticsClient(object):
|
|
14031
14031
|
:rtype: :class:`~oci.response.Response`
|
14032
14032
|
|
14033
14033
|
:example:
|
14034
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14034
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_log_analytics_log_groups.py.html>`__ to see an example of how to use list_log_analytics_log_groups API.
|
14035
14035
|
"""
|
14036
14036
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14037
14037
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -14188,7 +14188,7 @@ class LogAnalyticsClient(object):
|
|
14188
14188
|
:rtype: :class:`~oci.response.Response`
|
14189
14189
|
|
14190
14190
|
:example:
|
14191
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14191
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_log_analytics_object_collection_rules.py.html>`__ to see an example of how to use list_log_analytics_object_collection_rules API.
|
14192
14192
|
"""
|
14193
14193
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14194
14194
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -14340,7 +14340,7 @@ class LogAnalyticsClient(object):
|
|
14340
14340
|
:rtype: :class:`~oci.response.Response`
|
14341
14341
|
|
14342
14342
|
:example:
|
14343
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14343
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_log_sets.py.html>`__ to see an example of how to use list_log_sets API.
|
14344
14344
|
"""
|
14345
14345
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14346
14346
|
required_arguments = ['namespaceName']
|
@@ -14505,7 +14505,7 @@ class LogAnalyticsClient(object):
|
|
14505
14505
|
:rtype: :class:`~oci.response.Response`
|
14506
14506
|
|
14507
14507
|
:example:
|
14508
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14508
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_lookups.py.html>`__ to see an example of how to use list_lookups API.
|
14509
14509
|
"""
|
14510
14510
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14511
14511
|
required_arguments = ['namespaceName', 'type']
|
@@ -14680,7 +14680,7 @@ class LogAnalyticsClient(object):
|
|
14680
14680
|
:rtype: :class:`~oci.response.Response`
|
14681
14681
|
|
14682
14682
|
:example:
|
14683
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14683
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_meta_source_types.py.html>`__ to see an example of how to use list_meta_source_types API.
|
14684
14684
|
"""
|
14685
14685
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14686
14686
|
required_arguments = ['namespaceName']
|
@@ -14807,7 +14807,7 @@ class LogAnalyticsClient(object):
|
|
14807
14807
|
:rtype: :class:`~oci.response.Response`
|
14808
14808
|
|
14809
14809
|
:example:
|
14810
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14810
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_namespaces.py.html>`__ to see an example of how to use list_namespaces API.
|
14811
14811
|
"""
|
14812
14812
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14813
14813
|
required_arguments = ['compartmentId']
|
@@ -14923,7 +14923,7 @@ class LogAnalyticsClient(object):
|
|
14923
14923
|
:rtype: :class:`~oci.response.Response`
|
14924
14924
|
|
14925
14925
|
:example:
|
14926
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14926
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_overlapping_recalls.py.html>`__ to see an example of how to use list_overlapping_recalls API.
|
14927
14927
|
"""
|
14928
14928
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14929
14929
|
required_arguments = ['namespaceName']
|
@@ -15075,7 +15075,7 @@ class LogAnalyticsClient(object):
|
|
15075
15075
|
:rtype: :class:`~oci.response.Response`
|
15076
15076
|
|
15077
15077
|
:example:
|
15078
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15078
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_parser_actions.py.html>`__ to see an example of how to use list_parser_actions API.
|
15079
15079
|
"""
|
15080
15080
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15081
15081
|
required_arguments = ['namespaceName']
|
@@ -15224,7 +15224,7 @@ class LogAnalyticsClient(object):
|
|
15224
15224
|
:rtype: :class:`~oci.response.Response`
|
15225
15225
|
|
15226
15226
|
:example:
|
15227
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15227
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_parser_functions.py.html>`__ to see an example of how to use list_parser_functions API.
|
15228
15228
|
"""
|
15229
15229
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15230
15230
|
required_arguments = ['namespaceName']
|
@@ -15368,7 +15368,7 @@ class LogAnalyticsClient(object):
|
|
15368
15368
|
:rtype: :class:`~oci.response.Response`
|
15369
15369
|
|
15370
15370
|
:example:
|
15371
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15371
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_parser_meta_plugins.py.html>`__ to see an example of how to use list_parser_meta_plugins API.
|
15372
15372
|
"""
|
15373
15373
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15374
15374
|
required_arguments = ['namespaceName']
|
@@ -15546,7 +15546,7 @@ class LogAnalyticsClient(object):
|
|
15546
15546
|
:rtype: :class:`~oci.response.Response`
|
15547
15547
|
|
15548
15548
|
:example:
|
15549
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15549
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_parsers.py.html>`__ to see an example of how to use list_parsers API.
|
15550
15550
|
"""
|
15551
15551
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15552
15552
|
required_arguments = ['namespaceName']
|
@@ -15736,7 +15736,7 @@ class LogAnalyticsClient(object):
|
|
15736
15736
|
:rtype: :class:`~oci.response.Response`
|
15737
15737
|
|
15738
15738
|
:example:
|
15739
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15739
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_properties_metadata.py.html>`__ to see an example of how to use list_properties_metadata API.
|
15740
15740
|
"""
|
15741
15741
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15742
15742
|
required_arguments = ['namespaceName']
|
@@ -15894,7 +15894,7 @@ class LogAnalyticsClient(object):
|
|
15894
15894
|
:rtype: :class:`~oci.response.Response`
|
15895
15895
|
|
15896
15896
|
:example:
|
15897
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15897
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_query_work_requests.py.html>`__ to see an example of how to use list_query_work_requests API.
|
15898
15898
|
"""
|
15899
15899
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15900
15900
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -16053,7 +16053,7 @@ class LogAnalyticsClient(object):
|
|
16053
16053
|
:rtype: :class:`~oci.response.Response`
|
16054
16054
|
|
16055
16055
|
:example:
|
16056
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16056
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_recalled_data.py.html>`__ to see an example of how to use list_recalled_data API.
|
16057
16057
|
"""
|
16058
16058
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16059
16059
|
required_arguments = ['namespaceName']
|
@@ -16209,7 +16209,7 @@ class LogAnalyticsClient(object):
|
|
16209
16209
|
:rtype: :class:`~oci.response.Response`
|
16210
16210
|
|
16211
16211
|
:example:
|
16212
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16212
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_recalled_info.py.html>`__ to see an example of how to use list_recalled_info API.
|
16213
16213
|
"""
|
16214
16214
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16215
16215
|
required_arguments = ['namespaceName']
|
@@ -16372,7 +16372,7 @@ class LogAnalyticsClient(object):
|
|
16372
16372
|
:rtype: :class:`~oci.response.Response`
|
16373
16373
|
|
16374
16374
|
:example:
|
16375
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16375
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_resource_categories.py.html>`__ to see an example of how to use list_resource_categories API.
|
16376
16376
|
"""
|
16377
16377
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16378
16378
|
required_arguments = ['namespaceName']
|
@@ -16544,7 +16544,7 @@ class LogAnalyticsClient(object):
|
|
16544
16544
|
:rtype: :class:`~oci.response.Response`
|
16545
16545
|
|
16546
16546
|
:example:
|
16547
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16547
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_rules.py.html>`__ to see an example of how to use list_rules API.
|
16548
16548
|
"""
|
16549
16549
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16550
16550
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -16734,7 +16734,7 @@ class LogAnalyticsClient(object):
|
|
16734
16734
|
:rtype: :class:`~oci.response.Response`
|
16735
16735
|
|
16736
16736
|
:example:
|
16737
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16737
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_scheduled_tasks.py.html>`__ to see an example of how to use list_scheduled_tasks API.
|
16738
16738
|
"""
|
16739
16739
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16740
16740
|
required_arguments = ['namespaceName', 'taskType', 'compartmentId']
|
@@ -16912,7 +16912,7 @@ class LogAnalyticsClient(object):
|
|
16912
16912
|
:rtype: :class:`~oci.response.Response`
|
16913
16913
|
|
16914
16914
|
:example:
|
16915
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16915
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_source_associations.py.html>`__ to see an example of how to use list_source_associations API.
|
16916
16916
|
"""
|
16917
16917
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16918
16918
|
required_arguments = ['namespaceName', 'sourceName', 'compartmentId']
|
@@ -17086,7 +17086,7 @@ class LogAnalyticsClient(object):
|
|
17086
17086
|
:rtype: :class:`~oci.response.Response`
|
17087
17087
|
|
17088
17088
|
:example:
|
17089
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17089
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_source_event_types.py.html>`__ to see an example of how to use list_source_event_types API.
|
17090
17090
|
"""
|
17091
17091
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17092
17092
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -17245,7 +17245,7 @@ class LogAnalyticsClient(object):
|
|
17245
17245
|
:rtype: :class:`~oci.response.Response`
|
17246
17246
|
|
17247
17247
|
:example:
|
17248
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17248
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_source_extended_field_definitions.py.html>`__ to see an example of how to use list_source_extended_field_definitions API.
|
17249
17249
|
"""
|
17250
17250
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17251
17251
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -17388,7 +17388,7 @@ class LogAnalyticsClient(object):
|
|
17388
17388
|
:rtype: :class:`~oci.response.Response`
|
17389
17389
|
|
17390
17390
|
:example:
|
17391
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17391
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_source_label_operators.py.html>`__ to see an example of how to use list_source_label_operators API.
|
17392
17392
|
"""
|
17393
17393
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17394
17394
|
required_arguments = ['namespaceName']
|
@@ -17530,7 +17530,7 @@ class LogAnalyticsClient(object):
|
|
17530
17530
|
:rtype: :class:`~oci.response.Response`
|
17531
17531
|
|
17532
17532
|
:example:
|
17533
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17533
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_source_meta_functions.py.html>`__ to see an example of how to use list_source_meta_functions API.
|
17534
17534
|
"""
|
17535
17535
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17536
17536
|
required_arguments = ['namespaceName']
|
@@ -17678,7 +17678,7 @@ class LogAnalyticsClient(object):
|
|
17678
17678
|
:rtype: :class:`~oci.response.Response`
|
17679
17679
|
|
17680
17680
|
:example:
|
17681
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17681
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_source_patterns.py.html>`__ to see an example of how to use list_source_patterns API.
|
17682
17682
|
"""
|
17683
17683
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17684
17684
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -17865,7 +17865,7 @@ class LogAnalyticsClient(object):
|
|
17865
17865
|
:rtype: :class:`~oci.response.Response`
|
17866
17866
|
|
17867
17867
|
:example:
|
17868
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17868
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_sources.py.html>`__ to see an example of how to use list_sources API.
|
17869
17869
|
"""
|
17870
17870
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17871
17871
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -18041,7 +18041,7 @@ class LogAnalyticsClient(object):
|
|
18041
18041
|
:rtype: :class:`~oci.response.Response`
|
18042
18042
|
|
18043
18043
|
:example:
|
18044
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18044
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_storage_work_request_errors.py.html>`__ to see an example of how to use list_storage_work_request_errors API.
|
18045
18045
|
"""
|
18046
18046
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18047
18047
|
required_arguments = ['workRequestId', 'namespaceName', 'compartmentId']
|
@@ -18211,7 +18211,7 @@ class LogAnalyticsClient(object):
|
|
18211
18211
|
:rtype: :class:`~oci.response.Response`
|
18212
18212
|
|
18213
18213
|
:example:
|
18214
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18214
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_storage_work_requests.py.html>`__ to see an example of how to use list_storage_work_requests API.
|
18215
18215
|
"""
|
18216
18216
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18217
18217
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -18370,7 +18370,7 @@ class LogAnalyticsClient(object):
|
|
18370
18370
|
:rtype: :class:`~oci.response.Response`
|
18371
18371
|
|
18372
18372
|
:example:
|
18373
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18373
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_supported_char_encodings.py.html>`__ to see an example of how to use list_supported_char_encodings API.
|
18374
18374
|
"""
|
18375
18375
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18376
18376
|
required_arguments = ['namespaceName']
|
@@ -18484,7 +18484,7 @@ class LogAnalyticsClient(object):
|
|
18484
18484
|
:rtype: :class:`~oci.response.Response`
|
18485
18485
|
|
18486
18486
|
:example:
|
18487
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18487
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_supported_timezones.py.html>`__ to see an example of how to use list_supported_timezones API.
|
18488
18488
|
"""
|
18489
18489
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18490
18490
|
required_arguments = ['namespaceName']
|
@@ -18631,7 +18631,7 @@ class LogAnalyticsClient(object):
|
|
18631
18631
|
:rtype: :class:`~oci.response.Response`
|
18632
18632
|
|
18633
18633
|
:example:
|
18634
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18634
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_templates.py.html>`__ to see an example of how to use list_templates API.
|
18635
18635
|
"""
|
18636
18636
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18637
18637
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -18803,7 +18803,7 @@ class LogAnalyticsClient(object):
|
|
18803
18803
|
:rtype: :class:`~oci.response.Response`
|
18804
18804
|
|
18805
18805
|
:example:
|
18806
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18806
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_upload_files.py.html>`__ to see an example of how to use list_upload_files API.
|
18807
18807
|
"""
|
18808
18808
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18809
18809
|
required_arguments = ['namespaceName', 'uploadReference']
|
@@ -18951,7 +18951,7 @@ class LogAnalyticsClient(object):
|
|
18951
18951
|
:rtype: :class:`~oci.response.Response`
|
18952
18952
|
|
18953
18953
|
:example:
|
18954
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18954
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_upload_warnings.py.html>`__ to see an example of how to use list_upload_warnings API.
|
18955
18955
|
"""
|
18956
18956
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18957
18957
|
required_arguments = ['namespaceName', 'uploadReference']
|
@@ -19090,7 +19090,7 @@ class LogAnalyticsClient(object):
|
|
19090
19090
|
:rtype: :class:`~oci.response.Response`
|
19091
19091
|
|
19092
19092
|
:example:
|
19093
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19093
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_uploads.py.html>`__ to see an example of how to use list_uploads API.
|
19094
19094
|
"""
|
19095
19095
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19096
19096
|
required_arguments = ['namespaceName']
|
@@ -19288,7 +19288,7 @@ class LogAnalyticsClient(object):
|
|
19288
19288
|
:rtype: :class:`~oci.response.Response`
|
19289
19289
|
|
19290
19290
|
:example:
|
19291
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19291
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_warnings.py.html>`__ to see an example of how to use list_warnings API.
|
19292
19292
|
"""
|
19293
19293
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19294
19294
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -19453,7 +19453,7 @@ class LogAnalyticsClient(object):
|
|
19453
19453
|
:rtype: :class:`~oci.response.Response`
|
19454
19454
|
|
19455
19455
|
:example:
|
19456
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19456
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
19457
19457
|
"""
|
19458
19458
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19459
19459
|
required_arguments = ['namespaceName', 'workRequestId']
|
@@ -19571,7 +19571,7 @@ class LogAnalyticsClient(object):
|
|
19571
19571
|
:rtype: :class:`~oci.response.Response`
|
19572
19572
|
|
19573
19573
|
:example:
|
19574
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19574
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
19575
19575
|
"""
|
19576
19576
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19577
19577
|
required_arguments = ['namespaceName', 'workRequestId']
|
@@ -19687,7 +19687,7 @@ class LogAnalyticsClient(object):
|
|
19687
19687
|
:rtype: :class:`~oci.response.Response`
|
19688
19688
|
|
19689
19689
|
:example:
|
19690
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19690
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
19691
19691
|
"""
|
19692
19692
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19693
19693
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -19801,7 +19801,7 @@ class LogAnalyticsClient(object):
|
|
19801
19801
|
:rtype: :class:`~oci.response.Response`
|
19802
19802
|
|
19803
19803
|
:example:
|
19804
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19804
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/offboard_namespace.py.html>`__ to see an example of how to use offboard_namespace API.
|
19805
19805
|
"""
|
19806
19806
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19807
19807
|
required_arguments = ['namespaceName']
|
@@ -19905,7 +19905,7 @@ class LogAnalyticsClient(object):
|
|
19905
19905
|
:rtype: :class:`~oci.response.Response`
|
19906
19906
|
|
19907
19907
|
:example:
|
19908
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19908
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/onboard_namespace.py.html>`__ to see an example of how to use onboard_namespace API.
|
19909
19909
|
"""
|
19910
19910
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19911
19911
|
required_arguments = ['namespaceName']
|
@@ -20005,7 +20005,7 @@ class LogAnalyticsClient(object):
|
|
20005
20005
|
:rtype: :class:`~oci.response.Response`
|
20006
20006
|
|
20007
20007
|
:example:
|
20008
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20008
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/parse_query.py.html>`__ to see an example of how to use parse_query API.
|
20009
20009
|
"""
|
20010
20010
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20011
20011
|
required_arguments = ['namespaceName']
|
@@ -20120,7 +20120,7 @@ class LogAnalyticsClient(object):
|
|
20120
20120
|
:rtype: :class:`~oci.response.Response`
|
20121
20121
|
|
20122
20122
|
:example:
|
20123
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20123
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/pause_scheduled_task.py.html>`__ to see an example of how to use pause_scheduled_task API.
|
20124
20124
|
"""
|
20125
20125
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20126
20126
|
required_arguments = ['namespaceName', 'scheduledTaskId']
|
@@ -20239,7 +20239,7 @@ class LogAnalyticsClient(object):
|
|
20239
20239
|
:rtype: :class:`~oci.response.Response`
|
20240
20240
|
|
20241
20241
|
:example:
|
20242
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20242
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/purge_storage_data.py.html>`__ to see an example of how to use purge_storage_data API.
|
20243
20243
|
"""
|
20244
20244
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20245
20245
|
required_arguments = ['namespaceName']
|
@@ -20356,7 +20356,7 @@ class LogAnalyticsClient(object):
|
|
20356
20356
|
:rtype: :class:`~oci.response.Response`
|
20357
20357
|
|
20358
20358
|
:example:
|
20359
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20359
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/put_query_work_request_background.py.html>`__ to see an example of how to use put_query_work_request_background API.
|
20360
20360
|
"""
|
20361
20361
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20362
20362
|
required_arguments = ['namespaceName', 'workRequestId']
|
@@ -20464,7 +20464,7 @@ class LogAnalyticsClient(object):
|
|
20464
20464
|
:rtype: :class:`~oci.response.Response`
|
20465
20465
|
|
20466
20466
|
:example:
|
20467
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20467
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/query.py.html>`__ to see an example of how to use query API.
|
20468
20468
|
"""
|
20469
20469
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20470
20470
|
required_arguments = ['namespaceName']
|
@@ -20595,7 +20595,7 @@ class LogAnalyticsClient(object):
|
|
20595
20595
|
:rtype: :class:`~oci.response.Response`
|
20596
20596
|
|
20597
20597
|
:example:
|
20598
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20598
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/recall_archived_data.py.html>`__ to see an example of how to use recall_archived_data API.
|
20599
20599
|
"""
|
20600
20600
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20601
20601
|
required_arguments = ['namespaceName']
|
@@ -20747,7 +20747,7 @@ class LogAnalyticsClient(object):
|
|
20747
20747
|
:rtype: :class:`~oci.response.Response`
|
20748
20748
|
|
20749
20749
|
:example:
|
20750
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20750
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/register_lookup.py.html>`__ to see an example of how to use register_lookup API.
|
20751
20751
|
"""
|
20752
20752
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20753
20753
|
required_arguments = ['namespaceName', 'type']
|
@@ -20917,7 +20917,7 @@ class LogAnalyticsClient(object):
|
|
20917
20917
|
:rtype: :class:`~oci.response.Response`
|
20918
20918
|
|
20919
20919
|
:example:
|
20920
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20920
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/release_recalled_data.py.html>`__ to see an example of how to use release_recalled_data API.
|
20921
20921
|
"""
|
20922
20922
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20923
20923
|
required_arguments = ['namespaceName']
|
@@ -21042,7 +21042,7 @@ class LogAnalyticsClient(object):
|
|
21042
21042
|
:rtype: :class:`~oci.response.Response`
|
21043
21043
|
|
21044
21044
|
:example:
|
21045
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
21045
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/remove_entity_associations.py.html>`__ to see an example of how to use remove_entity_associations API.
|
21046
21046
|
"""
|
21047
21047
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21048
21048
|
required_arguments = ['namespaceName', 'logAnalyticsEntityId']
|
@@ -21160,7 +21160,7 @@ class LogAnalyticsClient(object):
|
|
21160
21160
|
:rtype: :class:`~oci.response.Response`
|
21161
21161
|
|
21162
21162
|
:example:
|
21163
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
21163
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/remove_preferences.py.html>`__ to see an example of how to use remove_preferences API.
|
21164
21164
|
"""
|
21165
21165
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21166
21166
|
required_arguments = ['namespaceName']
|
@@ -21268,7 +21268,7 @@ class LogAnalyticsClient(object):
|
|
21268
21268
|
:rtype: :class:`~oci.response.Response`
|
21269
21269
|
|
21270
21270
|
:example:
|
21271
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
21271
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/remove_resource_categories.py.html>`__ to see an example of how to use remove_resource_categories API.
|
21272
21272
|
"""
|
21273
21273
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21274
21274
|
required_arguments = ['namespaceName']
|
@@ -21383,7 +21383,7 @@ class LogAnalyticsClient(object):
|
|
21383
21383
|
:rtype: :class:`~oci.response.Response`
|
21384
21384
|
|
21385
21385
|
:example:
|
21386
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
21386
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/remove_source_event_types.py.html>`__ to see an example of how to use remove_source_event_types API.
|
21387
21387
|
"""
|
21388
21388
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21389
21389
|
required_arguments = ['namespaceName', 'sourceName']
|
@@ -21500,7 +21500,7 @@ class LogAnalyticsClient(object):
|
|
21500
21500
|
:rtype: :class:`~oci.response.Response`
|
21501
21501
|
|
21502
21502
|
:example:
|
21503
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
21503
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/resume_scheduled_task.py.html>`__ to see an example of how to use resume_scheduled_task API.
|
21504
21504
|
"""
|
21505
21505
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21506
21506
|
required_arguments = ['namespaceName', 'scheduledTaskId']
|
@@ -21622,7 +21622,7 @@ class LogAnalyticsClient(object):
|
|
21622
21622
|
:rtype: :class:`~oci.response.Response`
|
21623
21623
|
|
21624
21624
|
:example:
|
21625
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
21625
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/run.py.html>`__ to see an example of how to use run API.
|
21626
21626
|
"""
|
21627
21627
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21628
21628
|
required_arguments = ['namespaceName', 'scheduledTaskId']
|
@@ -21739,7 +21739,7 @@ class LogAnalyticsClient(object):
|
|
21739
21739
|
:rtype: :class:`~oci.response.Response`
|
21740
21740
|
|
21741
21741
|
:example:
|
21742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
21742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/set_unprocessed_data_bucket.py.html>`__ to see an example of how to use set_unprocessed_data_bucket API.
|
21743
21743
|
"""
|
21744
21744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21745
21745
|
required_arguments = ['namespaceName', 'bucketName']
|
@@ -21847,7 +21847,7 @@ class LogAnalyticsClient(object):
|
|
21847
21847
|
:rtype: :class:`~oci.response.Response`
|
21848
21848
|
|
21849
21849
|
:example:
|
21850
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
21850
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/suggest.py.html>`__ to see an example of how to use suggest API.
|
21851
21851
|
"""
|
21852
21852
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21853
21853
|
required_arguments = ['namespaceName']
|
@@ -21964,7 +21964,7 @@ class LogAnalyticsClient(object):
|
|
21964
21964
|
:rtype: :class:`~oci.response.Response`
|
21965
21965
|
|
21966
21966
|
:example:
|
21967
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
21967
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/suppress_warning.py.html>`__ to see an example of how to use suppress_warning API.
|
21968
21968
|
"""
|
21969
21969
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21970
21970
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -22095,7 +22095,7 @@ class LogAnalyticsClient(object):
|
|
22095
22095
|
:rtype: :class:`~oci.response.Response`
|
22096
22096
|
|
22097
22097
|
:example:
|
22098
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
22098
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/test_parser.py.html>`__ to see an example of how to use test_parser API.
|
22099
22099
|
"""
|
22100
22100
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22101
22101
|
required_arguments = ['namespaceName']
|
@@ -22232,7 +22232,7 @@ class LogAnalyticsClient(object):
|
|
22232
22232
|
:rtype: :class:`~oci.response.Response`
|
22233
22233
|
|
22234
22234
|
:example:
|
22235
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
22235
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/unsuppress_warning.py.html>`__ to see an example of how to use unsuppress_warning API.
|
22236
22236
|
"""
|
22237
22237
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22238
22238
|
required_arguments = ['namespaceName', 'compartmentId']
|
@@ -22357,7 +22357,7 @@ class LogAnalyticsClient(object):
|
|
22357
22357
|
:rtype: :class:`~oci.response.Response`
|
22358
22358
|
|
22359
22359
|
:example:
|
22360
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
22360
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/update_ingest_time_rule.py.html>`__ to see an example of how to use update_ingest_time_rule API.
|
22361
22361
|
"""
|
22362
22362
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22363
22363
|
required_arguments = ['namespaceName', 'ingestTimeRuleId']
|
@@ -22477,7 +22477,7 @@ class LogAnalyticsClient(object):
|
|
22477
22477
|
:rtype: :class:`~oci.response.Response`
|
22478
22478
|
|
22479
22479
|
:example:
|
22480
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
22480
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/update_log_analytics_em_bridge.py.html>`__ to see an example of how to use update_log_analytics_em_bridge API.
|
22481
22481
|
"""
|
22482
22482
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22483
22483
|
required_arguments = ['namespaceName', 'logAnalyticsEmBridgeId']
|
@@ -22595,7 +22595,7 @@ class LogAnalyticsClient(object):
|
|
22595
22595
|
:rtype: :class:`~oci.response.Response`
|
22596
22596
|
|
22597
22597
|
:example:
|
22598
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
22598
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/update_log_analytics_entity.py.html>`__ to see an example of how to use update_log_analytics_entity API.
|
22599
22599
|
"""
|
22600
22600
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22601
22601
|
required_arguments = ['namespaceName', 'logAnalyticsEntityId']
|
@@ -22713,7 +22713,7 @@ class LogAnalyticsClient(object):
|
|
22713
22713
|
:rtype: :class:`~oci.response.Response`
|
22714
22714
|
|
22715
22715
|
:example:
|
22716
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
22716
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/update_log_analytics_entity_type.py.html>`__ to see an example of how to use update_log_analytics_entity_type API.
|
22717
22717
|
"""
|
22718
22718
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22719
22719
|
required_arguments = ['namespaceName', 'entityTypeName']
|
@@ -22829,7 +22829,7 @@ class LogAnalyticsClient(object):
|
|
22829
22829
|
:rtype: :class:`~oci.response.Response`
|
22830
22830
|
|
22831
22831
|
:example:
|
22832
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
22832
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/update_log_analytics_log_group.py.html>`__ to see an example of how to use update_log_analytics_log_group API.
|
22833
22833
|
"""
|
22834
22834
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22835
22835
|
required_arguments = ['namespaceName', 'logAnalyticsLogGroupId']
|
@@ -22951,7 +22951,7 @@ class LogAnalyticsClient(object):
|
|
22951
22951
|
:rtype: :class:`~oci.response.Response`
|
22952
22952
|
|
22953
22953
|
:example:
|
22954
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
22954
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/update_log_analytics_object_collection_rule.py.html>`__ to see an example of how to use update_log_analytics_object_collection_rule API.
|
22955
22955
|
"""
|
22956
22956
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22957
22957
|
required_arguments = ['namespaceName', 'logAnalyticsObjectCollectionRuleId']
|
@@ -23076,7 +23076,7 @@ class LogAnalyticsClient(object):
|
|
23076
23076
|
:rtype: :class:`~oci.response.Response`
|
23077
23077
|
|
23078
23078
|
:example:
|
23079
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
23079
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/update_lookup.py.html>`__ to see an example of how to use update_lookup API.
|
23080
23080
|
"""
|
23081
23081
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23082
23082
|
required_arguments = ['namespaceName', 'lookupName']
|
@@ -23224,7 +23224,7 @@ class LogAnalyticsClient(object):
|
|
23224
23224
|
:rtype: :class:`~oci.response.Response`
|
23225
23225
|
|
23226
23226
|
:example:
|
23227
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
23227
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/update_lookup_data.py.html>`__ to see an example of how to use update_lookup_data API.
|
23228
23228
|
"""
|
23229
23229
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23230
23230
|
required_arguments = ['namespaceName', 'lookupName']
|
@@ -23375,7 +23375,7 @@ class LogAnalyticsClient(object):
|
|
23375
23375
|
:rtype: :class:`~oci.response.Response`
|
23376
23376
|
|
23377
23377
|
:example:
|
23378
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
23378
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/update_preferences.py.html>`__ to see an example of how to use update_preferences API.
|
23379
23379
|
"""
|
23380
23380
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23381
23381
|
required_arguments = ['namespaceName']
|
@@ -23483,7 +23483,7 @@ class LogAnalyticsClient(object):
|
|
23483
23483
|
:rtype: :class:`~oci.response.Response`
|
23484
23484
|
|
23485
23485
|
:example:
|
23486
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
23486
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/update_resource_categories.py.html>`__ to see an example of how to use update_resource_categories API.
|
23487
23487
|
"""
|
23488
23488
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23489
23489
|
required_arguments = ['namespaceName']
|
@@ -23600,7 +23600,7 @@ class LogAnalyticsClient(object):
|
|
23600
23600
|
:rtype: :class:`~oci.response.Response`
|
23601
23601
|
|
23602
23602
|
:example:
|
23603
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
23603
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/update_scheduled_task.py.html>`__ to see an example of how to use update_scheduled_task API.
|
23604
23604
|
"""
|
23605
23605
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23606
23606
|
required_arguments = ['namespaceName', 'scheduledTaskId']
|
@@ -23717,7 +23717,7 @@ class LogAnalyticsClient(object):
|
|
23717
23717
|
:rtype: :class:`~oci.response.Response`
|
23718
23718
|
|
23719
23719
|
:example:
|
23720
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
23720
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/update_storage.py.html>`__ to see an example of how to use update_storage API.
|
23721
23721
|
"""
|
23722
23722
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23723
23723
|
required_arguments = ['namespaceName']
|
@@ -23864,7 +23864,7 @@ class LogAnalyticsClient(object):
|
|
23864
23864
|
:rtype: :class:`~oci.response.Response`
|
23865
23865
|
|
23866
23866
|
:example:
|
23867
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
23867
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/upload_discovery_data.py.html>`__ to see an example of how to use upload_discovery_data API.
|
23868
23868
|
"""
|
23869
23869
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23870
23870
|
required_arguments = ['namespaceName']
|
@@ -24067,7 +24067,7 @@ class LogAnalyticsClient(object):
|
|
24067
24067
|
:rtype: :class:`~oci.response.Response`
|
24068
24068
|
|
24069
24069
|
:example:
|
24070
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
24070
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/upload_log_events_file.py.html>`__ to see an example of how to use upload_log_events_file API.
|
24071
24071
|
"""
|
24072
24072
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24073
24073
|
required_arguments = ['namespaceName', 'logGroupId']
|
@@ -24285,7 +24285,7 @@ class LogAnalyticsClient(object):
|
|
24285
24285
|
:rtype: :class:`~oci.response.Response`
|
24286
24286
|
|
24287
24287
|
:example:
|
24288
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
24288
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/upload_log_file.py.html>`__ to see an example of how to use upload_log_file API.
|
24289
24289
|
"""
|
24290
24290
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24291
24291
|
required_arguments = ['namespaceName', 'logSourceName', 'filename']
|
@@ -24481,7 +24481,7 @@ class LogAnalyticsClient(object):
|
|
24481
24481
|
:rtype: :class:`~oci.response.Response`
|
24482
24482
|
|
24483
24483
|
:example:
|
24484
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
24484
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/upload_otlp_logs.py.html>`__ to see an example of how to use upload_otlp_logs API.
|
24485
24485
|
"""
|
24486
24486
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24487
24487
|
required_arguments = ['namespaceName']
|
@@ -24631,7 +24631,7 @@ class LogAnalyticsClient(object):
|
|
24631
24631
|
:rtype: :class:`~oci.response.Response`
|
24632
24632
|
|
24633
24633
|
:example:
|
24634
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
24634
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/upsert_associations.py.html>`__ to see an example of how to use upsert_associations API.
|
24635
24635
|
"""
|
24636
24636
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24637
24637
|
required_arguments = ['namespaceName']
|
@@ -24761,7 +24761,7 @@ class LogAnalyticsClient(object):
|
|
24761
24761
|
:rtype: :class:`~oci.response.Response`
|
24762
24762
|
|
24763
24763
|
:example:
|
24764
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
24764
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/upsert_field.py.html>`__ to see an example of how to use upsert_field API.
|
24765
24765
|
"""
|
24766
24766
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24767
24767
|
required_arguments = ['namespaceName']
|
@@ -24887,7 +24887,7 @@ class LogAnalyticsClient(object):
|
|
24887
24887
|
:rtype: :class:`~oci.response.Response`
|
24888
24888
|
|
24889
24889
|
:example:
|
24890
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
24890
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/upsert_label.py.html>`__ to see an example of how to use upsert_label API.
|
24891
24891
|
"""
|
24892
24892
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24893
24893
|
required_arguments = ['namespaceName']
|
@@ -25013,7 +25013,7 @@ class LogAnalyticsClient(object):
|
|
25013
25013
|
:rtype: :class:`~oci.response.Response`
|
25014
25014
|
|
25015
25015
|
:example:
|
25016
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
25016
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/upsert_parser.py.html>`__ to see an example of how to use upsert_parser API.
|
25017
25017
|
"""
|
25018
25018
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25019
25019
|
required_arguments = ['namespaceName']
|
@@ -25150,7 +25150,7 @@ class LogAnalyticsClient(object):
|
|
25150
25150
|
:rtype: :class:`~oci.response.Response`
|
25151
25151
|
|
25152
25152
|
:example:
|
25153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
25153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/upsert_source.py.html>`__ to see an example of how to use upsert_source API.
|
25154
25154
|
"""
|
25155
25155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25156
25156
|
required_arguments = ['namespaceName']
|
@@ -25297,7 +25297,7 @@ class LogAnalyticsClient(object):
|
|
25297
25297
|
:rtype: :class:`~oci.response.Response`
|
25298
25298
|
|
25299
25299
|
:example:
|
25300
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
25300
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/validate_association_parameters.py.html>`__ to see an example of how to use validate_association_parameters API.
|
25301
25301
|
"""
|
25302
25302
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25303
25303
|
required_arguments = ['namespaceName']
|
@@ -25435,7 +25435,7 @@ class LogAnalyticsClient(object):
|
|
25435
25435
|
:rtype: :class:`~oci.response.Response`
|
25436
25436
|
|
25437
25437
|
:example:
|
25438
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
25438
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/validate_endpoint.py.html>`__ to see an example of how to use validate_endpoint API.
|
25439
25439
|
"""
|
25440
25440
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25441
25441
|
required_arguments = ['namespaceName']
|
@@ -25545,7 +25545,7 @@ class LogAnalyticsClient(object):
|
|
25545
25545
|
:rtype: :class:`~oci.response.Response`
|
25546
25546
|
|
25547
25547
|
:example:
|
25548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
25548
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/validate_file.py.html>`__ to see an example of how to use validate_file API.
|
25549
25549
|
"""
|
25550
25550
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25551
25551
|
required_arguments = ['namespaceName', 'objectLocation', 'filename']
|
@@ -25658,7 +25658,7 @@ class LogAnalyticsClient(object):
|
|
25658
25658
|
:rtype: :class:`~oci.response.Response`
|
25659
25659
|
|
25660
25660
|
:example:
|
25661
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
25661
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/validate_label_condition.py.html>`__ to see an example of how to use validate_label_condition API.
|
25662
25662
|
"""
|
25663
25663
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25664
25664
|
required_arguments = ['namespaceName']
|
@@ -25783,7 +25783,7 @@ class LogAnalyticsClient(object):
|
|
25783
25783
|
:rtype: :class:`~oci.response.Response`
|
25784
25784
|
|
25785
25785
|
:example:
|
25786
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
25786
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/validate_source.py.html>`__ to see an example of how to use validate_source API.
|
25787
25787
|
"""
|
25788
25788
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25789
25789
|
required_arguments = ['namespaceName']
|
@@ -25912,7 +25912,7 @@ class LogAnalyticsClient(object):
|
|
25912
25912
|
:rtype: :class:`~oci.response.Response`
|
25913
25913
|
|
25914
25914
|
:example:
|
25915
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
25915
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/validate_source_extended_field_details.py.html>`__ to see an example of how to use validate_source_extended_field_details API.
|
25916
25916
|
"""
|
25917
25917
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25918
25918
|
required_arguments = ['namespaceName']
|
@@ -26028,7 +26028,7 @@ class LogAnalyticsClient(object):
|
|
26028
26028
|
:rtype: :class:`~oci.response.Response`
|
26029
26029
|
|
26030
26030
|
:example:
|
26031
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
26031
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/validate_source_mapping.py.html>`__ to see an example of how to use validate_source_mapping API.
|
26032
26032
|
"""
|
26033
26033
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26034
26034
|
required_arguments = ['namespaceName', 'objectLocation', 'filename', 'logSourceName']
|
@@ -26153,7 +26153,7 @@ class LogAnalyticsClient(object):
|
|
26153
26153
|
:rtype: :class:`~oci.response.Response`
|
26154
26154
|
|
26155
26155
|
:example:
|
26156
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
26156
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/loganalytics/verify.py.html>`__ to see an example of how to use verify API.
|
26157
26157
|
"""
|
26158
26158
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26159
26159
|
required_arguments = ['namespaceName', 'scheduledTaskId']
|