oci 2.101.0__py3-none-any.whl → 2.103.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/access_governance_cp/access_governance_cp_client_composite_operations.py +9 -1
- oci/adm/application_dependency_management_client.py +18 -18
- oci/adm/application_dependency_management_client_composite_operations.py +9 -1
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client_composite_operations.py +18 -2
- oci/ai_document/ai_service_document_client.py +3 -3
- oci/ai_language/ai_service_language_client.py +35 -35
- oci/ai_speech/ai_service_speech_client.py +9 -9
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcement_subscription_client_composite_operations.py +9 -1
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +30 -30
- oci/artifacts/artifacts_client_composite_operations.py +36 -4
- oci/audit/audit_client.py +3 -3
- oci/auth/signers/instance_principals_security_token_signer.py +9 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +40 -40
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/budget/budget_client_composite_operations.py +9 -1
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/certificates_management/certificates_management_client_composite_operations.py +9 -1
- oci/cims/incident_client.py +7 -7
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/discovery_client_composite_operations.py +9 -1
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/inventory_client_composite_operations.py +9 -1
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_bridge/ocb_agent_svc_client_composite_operations.py +27 -3
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_guard/cloud_guard_client_composite_operations.py +63 -7
- oci/cloud_migrations/migration_client.py +43 -43
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +36 -36
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/blockstorage_client_composite_operations.py +54 -6
- oci/core/compute_client.py +89 -89
- oci/core/compute_client_composite_operations.py +72 -8
- oci/core/compute_management_client.py +32 -32
- oci/core/compute_management_client_composite_operations.py +9 -1
- oci/core/virtual_network_client.py +241 -241
- oci/core/virtual_network_client_composite_operations.py +216 -24
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_client_composite_operations.py +9 -1
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/dashboard_service/dashboard_group_client_composite_operations.py +9 -1
- oci/data_catalog/data_catalog_client.py +139 -139
- oci/data_flow/data_flow_client.py +28 -28
- oci/data_flow/data_flow_client_composite_operations.py +18 -2
- oci/data_integration/data_integration_client.py +152 -152
- oci/data_labeling_service/data_labeling_management_client.py +16 -16
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_labeling_service_dataplane/data_labeling_client_composite_operations.py +18 -2
- oci/data_safe/data_safe_client.py +214 -214
- oci/data_safe/data_safe_client_composite_operations.py +18 -2
- oci/data_science/data_science_client.py +85 -85
- oci/data_science/data_science_client_composite_operations.py +27 -3
- oci/database/database_client.py +428 -304
- oci/database/database_client_composite_operations.py +18 -2
- oci/database/models/__init__.py +4 -0
- oci/database/models/autonomous_container_database.py +2 -2
- oci/database/models/autonomous_container_database_summary.py +2 -2
- oci/database/models/autonomous_database.py +6 -2
- oci/database/models/autonomous_database_summary.py +6 -2
- oci/database/models/autonomous_virtual_machine.py +37 -2
- oci/database/models/autonomous_virtual_machine_summary.py +37 -2
- oci/database/models/autonomous_vm_cluster.py +10 -6
- oci/database/models/autonomous_vm_cluster_resource_details.py +105 -0
- oci/database/models/autonomous_vm_cluster_summary.py +10 -6
- oci/database/models/cloud_autonomous_vm_cluster.py +43 -4
- oci/database/models/cloud_autonomous_vm_cluster_summary.py +43 -4
- oci/database/models/create_autonomous_container_database_details.py +2 -2
- oci/database/models/create_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/create_cloud_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/exadata_infrastructure.py +31 -0
- oci/database/models/exadata_infrastructure_summary.py +31 -0
- oci/database/models/exadata_infrastructure_un_allocated_resources.py +260 -0
- oci/database/models/rotate_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_autonomous_vm_cluster_ssl_certs_details.py +3 -3
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ssl_certs_details.py +2 -2
- oci/database/models/vm_cluster.py +31 -0
- oci/database/models/vm_cluster_summary.py +31 -0
- oci/database_management/db_management_client.py +157 -157
- oci/database_management/db_management_client_composite_operations.py +45 -5
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/sql_tuning_client.py +10 -10
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_migration/database_migration_client_composite_operations.py +9 -1
- oci/database_tools/database_tools_client.py +19 -19
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/disaster_recovery/disaster_recovery_client_composite_operations.py +9 -1
- oci/dns/dns_client.py +197 -51
- oci/dns/dns_client_composite_operations.py +45 -5
- oci/dns/models/__init__.py +2 -0
- oci/dns/models/create_zone_details.py +35 -2
- oci/dns/models/external_downstream.py +137 -0
- oci/dns/models/update_zone_details.py +35 -2
- oci/dns/models/zone.py +33 -0
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/appliance_export_job_client_composite_operations.py +9 -1
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_job_client_composite_operations.py +9 -1
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +25 -25
- oci/email/email_client_composite_operations.py +9 -1
- oci/events/events_client.py +6 -6
- oci/events/events_client_composite_operations.py +9 -1
- oci/file_storage/file_storage_client.py +35 -35
- oci/file_storage/file_storage_client_composite_operations.py +54 -6
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/functions/functions_management_client_composite_operations.py +18 -2
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +357 -36
- oci/fusion_apps/fusion_applications_client_composite_operations.py +90 -0
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/models/__init__.py +2 -12
- oci/fusion_apps/models/create_service_attachment_details.py +45 -52
- oci/fusion_apps/models/service_attachment.py +0 -31
- oci/fusion_apps/models/verify_service_attachment_details.py +101 -0
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +53 -53
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity/identity_client_composite_operations.py +63 -7
- oci/identity_data_plane/dataplane_client.py +1 -1
- oci/identity_domains/identity_domains_client.py +134 -134
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +44 -44
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/license_manager/license_manager_client_composite_operations.py +18 -2
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/limits/quotas_client_composite_operations.py +9 -1
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +22 -22
- oci/lockbox/lockbox_client_composite_operations.py +18 -2
- oci/log_analytics/log_analytics_client.py +184 -184
- oci/logging/logging_management_client.py +62 -300
- oci/logging/logging_management_client_composite_operations.py +12 -4
- oci/logging/models/__init__.py +2 -6
- oci/logging/models/archiving.py +2 -2
- oci/logging/models/category.py +2 -2
- oci/logging/models/change_log_saved_search_compartment_details.py +1 -1
- oci/logging/models/create_log_details.py +2 -2
- oci/logging/models/create_log_saved_search_details.py +1 -1
- oci/logging/models/log.py +2 -2
- oci/logging/models/log_saved_search.py +1 -1
- oci/logging/models/log_saved_search_summary.py +1 -1
- oci/logging/models/log_summary.py +2 -2
- oci/logging/models/parameter.py +77 -5
- oci/logging/models/unified_agent_apache2_parser.py +1 -1
- oci/logging/models/unified_agent_apache_error_parser.py +1 -1
- oci/logging/models/unified_agent_auditd_parser.py +1 -1
- oci/logging/models/unified_agent_cri_parser.py +160 -0
- oci/logging/models/unified_agent_csv_parser.py +10 -2
- oci/logging/models/unified_agent_grok_parser.py +14 -2
- oci/logging/models/unified_agent_logging_configuration.py +6 -2
- oci/logging/models/unified_agent_msgpack_parser.py +1 -1
- oci/logging/models/unified_agent_multiline_grok_parser.py +18 -2
- oci/logging/models/unified_agent_multiline_parser.py +10 -2
- oci/logging/models/unified_agent_none_parser.py +5 -1
- oci/logging/models/unified_agent_parser.py +51 -3
- oci/logging/models/unified_agent_regex_parser.py +10 -2
- oci/logging/models/unified_agent_syslog_parser.py +25 -1
- oci/logging/models/unified_agent_tail_log_source.py +5 -1
- oci/logging/models/unified_agent_tsv_parser.py +10 -2
- oci/logging/models/unified_agent_windows_event_source.py +5 -1
- oci/logging/models/unified_json_parser.py +9 -1
- oci/logging/models/update_log_details.py +2 -2
- oci/logging/models/update_log_saved_search_details.py +1 -1
- oci/logging/models/work_request.py +2 -2
- oci/logging/models/work_request_summary.py +2 -2
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +23 -23
- oci/management_agent/management_agent_client_composite_operations.py +18 -2
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/management_dashboard/dashx_apis_client_composite_operations.py +18 -2
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +25 -25
- oci/marketplace/marketplace_client_composite_operations.py +9 -1
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_services_client_composite_operations.py +63 -7
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/monitoring/monitoring_client_composite_operations.py +9 -1
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +26 -26
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/mysqlaas_client_composite_operations.py +9 -1
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +17 -17
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +22 -22
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/ocvp/esxi_host_client.py +5 -5
- oci/ocvp/sddc_client.py +13 -13
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +56 -56
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/ons/notification_data_plane_client_composite_operations.py +9 -1
- oci/opa/opa_instance_client.py +11 -11
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_assignment_client_composite_operations.py +9 -1
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/operator_access_control/operator_control_client_composite_operations.py +9 -1
- oci/opsi/operations_insights_client.py +151 -151
- oci/optimizer/optimizer_client.py +26 -26
- oci/optimizer/optimizer_client_composite_operations.py +9 -1
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management/os_management_client_composite_operations.py +27 -3
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +7 -7
- oci/recovery/database_recovery_client.py +23 -23
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_manager/resource_manager_client_composite_operations.py +45 -5
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_cluster_client.py +7 -7
- oci/rover/rover_cluster_client_composite_operations.py +9 -1
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_entitlement_client_composite_operations.py +9 -1
- oci/rover/rover_node_client.py +10 -10
- oci/rover/rover_node_client_composite_operations.py +9 -1
- oci/rover/shape_client.py +1 -1
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_catalog/service_catalog_client_composite_operations.py +9 -1
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +22 -22
- oci/stack_monitoring/stack_monitoring_client_composite_operations.py +9 -1
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_admin_client_composite_operations.py +27 -3
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +9 -9
- oci/tenant_manager_control_plane/subscription_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/rewards_client.py +6 -6
- oci/usage_api/usageapi_client.py +19 -19
- oci/usage_api/usageapi_client_composite_operations.py +9 -1
- oci/vault/vaults_client.py +11 -11
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vn_monitoring/vn_monitoring_client_composite_operations.py +9 -1
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waas/waas_client_composite_operations.py +27 -3
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/METADATA +1 -1
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/RECORD +341 -336
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/WHEEL +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/top_level.txt +0 -0
@@ -234,7 +234,7 @@ class LoggingManagementClientCompositeOperations(object):
|
|
234
234
|
to enter the given state(s).
|
235
235
|
|
236
236
|
:param oci.logging.models.CreateLogSavedSearchDetails create_log_saved_search_details: (required)
|
237
|
-
Specification of the
|
237
|
+
Specification of the saved search to create.
|
238
238
|
|
239
239
|
:param list[str] wait_for_states:
|
240
240
|
An array of states to wait on. These should be valid values for :py:attr:`~oci.logging.models.LogSavedSearch.lifecycle_state`
|
@@ -410,7 +410,7 @@ class LoggingManagementClientCompositeOperations(object):
|
|
410
410
|
to enter the given state(s).
|
411
411
|
|
412
412
|
:param str log_saved_search_id: (required)
|
413
|
-
OCID of the logSavedSearch
|
413
|
+
OCID of the logSavedSearch.
|
414
414
|
|
415
415
|
:param list[str] wait_for_states:
|
416
416
|
An array of states to wait on. These should be valid values for :py:attr:`~oci.logging.models.LogSavedSearch.lifecycle_state`
|
@@ -438,11 +438,19 @@ class LoggingManagementClientCompositeOperations(object):
|
|
438
438
|
lowered_wait_for_states = [w.lower() for w in wait_for_states]
|
439
439
|
|
440
440
|
try:
|
441
|
+
if ("succeed_on_not_found" in waiter_kwargs) and (waiter_kwargs["succeed_on_not_found"] is False):
|
442
|
+
self.client.base_client.logger.warning("The waiter kwarg succeed_on_not_found was passed as False for the delete composite operation delete_log_saved_search, this would result in the operation to fail if the resource is not found! Please, do not pass this kwarg if this was not intended")
|
443
|
+
else:
|
444
|
+
"""
|
445
|
+
If the user does not send in this value, we set it to True by default.
|
446
|
+
We are doing this because during a delete resource scenario and waiting on its state, the service can
|
447
|
+
return a 404 NOT FOUND exception as the resource was deleted and a get on its state would fail
|
448
|
+
"""
|
449
|
+
waiter_kwargs["succeed_on_not_found"] = True
|
441
450
|
waiter_result = oci.wait_until(
|
442
451
|
self.client,
|
443
452
|
initial_get_result, # noqa: F821
|
444
453
|
evaluate_response=lambda r: getattr(r.data, 'lifecycle_state') and getattr(r.data, 'lifecycle_state').lower() in lowered_wait_for_states,
|
445
|
-
succeed_on_not_found=True,
|
446
454
|
**waiter_kwargs
|
447
455
|
)
|
448
456
|
result_to_return = waiter_result
|
@@ -639,7 +647,7 @@ class LoggingManagementClientCompositeOperations(object):
|
|
639
647
|
to enter the given state(s).
|
640
648
|
|
641
649
|
:param str log_saved_search_id: (required)
|
642
|
-
OCID of the logSavedSearch
|
650
|
+
OCID of the logSavedSearch.
|
643
651
|
|
644
652
|
:param oci.logging.models.UpdateLogSavedSearchDetails update_log_saved_search_details: (required)
|
645
653
|
Updates to the saved search.
|
oci/logging/models/__init__.py
CHANGED
@@ -20,9 +20,6 @@ from .group_association_details import GroupAssociationDetails
|
|
20
20
|
from .log import Log
|
21
21
|
from .log_group import LogGroup
|
22
22
|
from .log_group_summary import LogGroupSummary
|
23
|
-
from .log_included_search import LogIncludedSearch
|
24
|
-
from .log_included_search_summary import LogIncludedSearchSummary
|
25
|
-
from .log_included_search_summary_collection import LogIncludedSearchSummaryCollection
|
26
23
|
from .log_saved_search import LogSavedSearch
|
27
24
|
from .log_saved_search_summary import LogSavedSearchSummary
|
28
25
|
from .log_saved_search_summary_collection import LogSavedSearchSummaryCollection
|
@@ -39,6 +36,7 @@ from .unified_agent_auditd_parser import UnifiedAgentAuditdParser
|
|
39
36
|
from .unified_agent_configuration import UnifiedAgentConfiguration
|
40
37
|
from .unified_agent_configuration_collection import UnifiedAgentConfigurationCollection
|
41
38
|
from .unified_agent_configuration_summary import UnifiedAgentConfigurationSummary
|
39
|
+
from .unified_agent_cri_parser import UnifiedAgentCriParser
|
42
40
|
from .unified_agent_csv_parser import UnifiedAgentCsvParser
|
43
41
|
from .unified_agent_grok_parser import UnifiedAgentGrokParser
|
44
42
|
from .unified_agent_logging_configuration import UnifiedAgentLoggingConfiguration
|
@@ -85,9 +83,6 @@ logging_type_mapping = {
|
|
85
83
|
"Log": Log,
|
86
84
|
"LogGroup": LogGroup,
|
87
85
|
"LogGroupSummary": LogGroupSummary,
|
88
|
-
"LogIncludedSearch": LogIncludedSearch,
|
89
|
-
"LogIncludedSearchSummary": LogIncludedSearchSummary,
|
90
|
-
"LogIncludedSearchSummaryCollection": LogIncludedSearchSummaryCollection,
|
91
86
|
"LogSavedSearch": LogSavedSearch,
|
92
87
|
"LogSavedSearchSummary": LogSavedSearchSummary,
|
93
88
|
"LogSavedSearchSummaryCollection": LogSavedSearchSummaryCollection,
|
@@ -104,6 +99,7 @@ logging_type_mapping = {
|
|
104
99
|
"UnifiedAgentConfiguration": UnifiedAgentConfiguration,
|
105
100
|
"UnifiedAgentConfigurationCollection": UnifiedAgentConfigurationCollection,
|
106
101
|
"UnifiedAgentConfigurationSummary": UnifiedAgentConfigurationSummary,
|
102
|
+
"UnifiedAgentCriParser": UnifiedAgentCriParser,
|
107
103
|
"UnifiedAgentCsvParser": UnifiedAgentCsvParser,
|
108
104
|
"UnifiedAgentGrokParser": UnifiedAgentGrokParser,
|
109
105
|
"UnifiedAgentLoggingConfiguration": UnifiedAgentLoggingConfiguration,
|
oci/logging/models/archiving.py
CHANGED
@@ -37,7 +37,7 @@ class Archiving(object):
|
|
37
37
|
def is_enabled(self):
|
38
38
|
"""
|
39
39
|
Gets the is_enabled of this Archiving.
|
40
|
-
True if archiving enabled. This field is now
|
40
|
+
True if archiving enabled. This field is now deprecated, you should use Service Connector Hub to enable archiving.
|
41
41
|
|
42
42
|
|
43
43
|
:return: The is_enabled of this Archiving.
|
@@ -49,7 +49,7 @@ class Archiving(object):
|
|
49
49
|
def is_enabled(self, is_enabled):
|
50
50
|
"""
|
51
51
|
Sets the is_enabled of this Archiving.
|
52
|
-
True if archiving enabled. This field is now
|
52
|
+
True if archiving enabled. This field is now deprecated, you should use Service Connector Hub to enable archiving.
|
53
53
|
|
54
54
|
|
55
55
|
:param is_enabled: The is_enabled of this Archiving.
|
oci/logging/models/category.py
CHANGED
@@ -75,7 +75,7 @@ class Category(object):
|
|
75
75
|
def display_name(self):
|
76
76
|
"""
|
77
77
|
Gets the display_name of this Category.
|
78
|
-
Category display name.
|
78
|
+
Category display name. Avoid entering confidential information.
|
79
79
|
|
80
80
|
|
81
81
|
:return: The display_name of this Category.
|
@@ -87,7 +87,7 @@ class Category(object):
|
|
87
87
|
def display_name(self, display_name):
|
88
88
|
"""
|
89
89
|
Sets the display_name of this Category.
|
90
|
-
Category display name.
|
90
|
+
Category display name. Avoid entering confidential information.
|
91
91
|
|
92
92
|
|
93
93
|
:param display_name: The display_name of this Category.
|
@@ -10,7 +10,7 @@ from oci.decorators import init_model_state_from_kwargs
|
|
10
10
|
@init_model_state_from_kwargs
|
11
11
|
class ChangeLogSavedSearchCompartmentDetails(object):
|
12
12
|
"""
|
13
|
-
Contains details indicating which compartment the resource should move to
|
13
|
+
Contains details indicating which compartment the resource should move to.
|
14
14
|
"""
|
15
15
|
|
16
16
|
def __init__(self, **kwargs):
|
@@ -256,7 +256,7 @@ class CreateLogDetails(object):
|
|
256
256
|
def retention_duration(self):
|
257
257
|
"""
|
258
258
|
Gets the retention_duration of this CreateLogDetails.
|
259
|
-
Log retention duration in 30-day increments (30, 60, 90 and so on).
|
259
|
+
Log retention duration in 30-day increments (30, 60, 90 and so on until 180).
|
260
260
|
|
261
261
|
|
262
262
|
:return: The retention_duration of this CreateLogDetails.
|
@@ -268,7 +268,7 @@ class CreateLogDetails(object):
|
|
268
268
|
def retention_duration(self, retention_duration):
|
269
269
|
"""
|
270
270
|
Sets the retention_duration of this CreateLogDetails.
|
271
|
-
Log retention duration in 30-day increments (30, 60, 90 and so on).
|
271
|
+
Log retention duration in 30-day increments (30, 60, 90 and so on until 180).
|
272
272
|
|
273
273
|
|
274
274
|
:param retention_duration: The retention_duration of this CreateLogDetails.
|
@@ -10,7 +10,7 @@ from oci.decorators import init_model_state_from_kwargs
|
|
10
10
|
@init_model_state_from_kwargs
|
11
11
|
class CreateLogSavedSearchDetails(object):
|
12
12
|
"""
|
13
|
-
A
|
13
|
+
A LogSavedSearch that can be used to save and share a given search result.
|
14
14
|
"""
|
15
15
|
|
16
16
|
def __init__(self, **kwargs):
|
oci/logging/models/log.py
CHANGED
@@ -480,7 +480,7 @@ class Log(object):
|
|
480
480
|
def retention_duration(self):
|
481
481
|
"""
|
482
482
|
Gets the retention_duration of this Log.
|
483
|
-
Log retention duration in 30-day increments (30, 60, 90 and so on).
|
483
|
+
Log retention duration in 30-day increments (30, 60, 90 and so on until 180).
|
484
484
|
|
485
485
|
|
486
486
|
:return: The retention_duration of this Log.
|
@@ -492,7 +492,7 @@ class Log(object):
|
|
492
492
|
def retention_duration(self, retention_duration):
|
493
493
|
"""
|
494
494
|
Sets the retention_duration of this Log.
|
495
|
-
Log retention duration in 30-day increments (30, 60, 90 and so on).
|
495
|
+
Log retention duration in 30-day increments (30, 60, 90 and so on until 180).
|
496
496
|
|
497
497
|
|
498
498
|
:param retention_duration: The retention_duration of this Log.
|
@@ -10,7 +10,7 @@ from oci.decorators import init_model_state_from_kwargs
|
|
10
10
|
@init_model_state_from_kwargs
|
11
11
|
class LogSavedSearch(object):
|
12
12
|
"""
|
13
|
-
A
|
13
|
+
A LogSavedSearch that can be used to save and share a given search result.
|
14
14
|
"""
|
15
15
|
|
16
16
|
#: A constant which can be used with the lifecycle_state property of a LogSavedSearch.
|
@@ -10,7 +10,7 @@ from oci.decorators import init_model_state_from_kwargs
|
|
10
10
|
@init_model_state_from_kwargs
|
11
11
|
class LogSavedSearchSummary(object):
|
12
12
|
"""
|
13
|
-
A summary of a
|
13
|
+
A summary of a LogSavedSearch that can be used to save and share a given search result.
|
14
14
|
"""
|
15
15
|
|
16
16
|
#: A constant which can be used with the lifecycle_state property of a LogSavedSearchSummary.
|
@@ -449,7 +449,7 @@ class LogSummary(object):
|
|
449
449
|
def retention_duration(self):
|
450
450
|
"""
|
451
451
|
Gets the retention_duration of this LogSummary.
|
452
|
-
Log retention duration in 30-day increments (30, 60, 90 and so on).
|
452
|
+
Log retention duration in 30-day increments (30, 60, 90 and so on until 180).
|
453
453
|
|
454
454
|
|
455
455
|
:return: The retention_duration of this LogSummary.
|
@@ -461,7 +461,7 @@ class LogSummary(object):
|
|
461
461
|
def retention_duration(self, retention_duration):
|
462
462
|
"""
|
463
463
|
Sets the retention_duration of this LogSummary.
|
464
|
-
Log retention duration in 30-day increments (30, 60, 90 and so on).
|
464
|
+
Log retention duration in 30-day increments (30, 60, 90 and so on until 180).
|
465
465
|
|
466
466
|
|
467
467
|
:param retention_duration: The retention_duration of this LogSummary.
|
oci/logging/models/parameter.py
CHANGED
@@ -25,6 +25,14 @@ class Parameter(object):
|
|
25
25
|
#: This constant has a value of "boolean"
|
26
26
|
TYPE_BOOLEAN = "boolean"
|
27
27
|
|
28
|
+
#: A constant which can be used with the type property of a Parameter.
|
29
|
+
#: This constant has a value of "ENUM_STRING"
|
30
|
+
TYPE_ENUM_STRING = "ENUM_STRING"
|
31
|
+
|
32
|
+
#: A constant which can be used with the type property of a Parameter.
|
33
|
+
#: This constant has a value of "RQS_FILTER"
|
34
|
+
TYPE_RQS_FILTER = "RQS_FILTER"
|
35
|
+
|
28
36
|
def __init__(self, **kwargs):
|
29
37
|
"""
|
30
38
|
Initializes a new Parameter object with values from keyword arguments.
|
@@ -34,12 +42,20 @@ class Parameter(object):
|
|
34
42
|
The value to assign to the name property of this Parameter.
|
35
43
|
:type name: str
|
36
44
|
|
45
|
+
:param display_name:
|
46
|
+
The value to assign to the display_name property of this Parameter.
|
47
|
+
:type display_name: str
|
48
|
+
|
37
49
|
:param type:
|
38
50
|
The value to assign to the type property of this Parameter.
|
39
|
-
Allowed values for this property are: "integer", "string", "boolean", 'UNKNOWN_ENUM_VALUE'.
|
51
|
+
Allowed values for this property are: "integer", "string", "boolean", "ENUM_STRING", "RQS_FILTER", 'UNKNOWN_ENUM_VALUE'.
|
40
52
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
41
53
|
:type type: str
|
42
54
|
|
55
|
+
:param rqs_type:
|
56
|
+
The value to assign to the rqs_type property of this Parameter.
|
57
|
+
:type rqs_type: str
|
58
|
+
|
43
59
|
:param pattern:
|
44
60
|
The value to assign to the pattern property of this Parameter.
|
45
61
|
:type pattern: str
|
@@ -47,18 +63,24 @@ class Parameter(object):
|
|
47
63
|
"""
|
48
64
|
self.swagger_types = {
|
49
65
|
'name': 'str',
|
66
|
+
'display_name': 'str',
|
50
67
|
'type': 'str',
|
68
|
+
'rqs_type': 'str',
|
51
69
|
'pattern': 'str'
|
52
70
|
}
|
53
71
|
|
54
72
|
self.attribute_map = {
|
55
73
|
'name': 'name',
|
74
|
+
'display_name': 'displayName',
|
56
75
|
'type': 'type',
|
76
|
+
'rqs_type': 'rqsType',
|
57
77
|
'pattern': 'pattern'
|
58
78
|
}
|
59
79
|
|
60
80
|
self._name = None
|
81
|
+
self._display_name = None
|
61
82
|
self._type = None
|
83
|
+
self._rqs_type = None
|
62
84
|
self._pattern = None
|
63
85
|
|
64
86
|
@property
|
@@ -85,13 +107,39 @@ class Parameter(object):
|
|
85
107
|
"""
|
86
108
|
self._name = name
|
87
109
|
|
110
|
+
@property
|
111
|
+
def display_name(self):
|
112
|
+
"""
|
113
|
+
Gets the display_name of this Parameter.
|
114
|
+
The user-friendly display name. This must be unique within the enclosing resource,
|
115
|
+
and it's changeable. Avoid entering confidential information.
|
116
|
+
|
117
|
+
|
118
|
+
:return: The display_name of this Parameter.
|
119
|
+
:rtype: str
|
120
|
+
"""
|
121
|
+
return self._display_name
|
122
|
+
|
123
|
+
@display_name.setter
|
124
|
+
def display_name(self, display_name):
|
125
|
+
"""
|
126
|
+
Sets the display_name of this Parameter.
|
127
|
+
The user-friendly display name. This must be unique within the enclosing resource,
|
128
|
+
and it's changeable. Avoid entering confidential information.
|
129
|
+
|
130
|
+
|
131
|
+
:param display_name: The display_name of this Parameter.
|
132
|
+
:type: str
|
133
|
+
"""
|
134
|
+
self._display_name = display_name
|
135
|
+
|
88
136
|
@property
|
89
137
|
def type(self):
|
90
138
|
"""
|
91
139
|
**[Required]** Gets the type of this Parameter.
|
92
|
-
Parameter type.
|
140
|
+
Parameter type.
|
93
141
|
|
94
|
-
Allowed values for this property are: "integer", "string", "boolean", 'UNKNOWN_ENUM_VALUE'.
|
142
|
+
Allowed values for this property are: "integer", "string", "boolean", "ENUM_STRING", "RQS_FILTER", 'UNKNOWN_ENUM_VALUE'.
|
95
143
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
96
144
|
|
97
145
|
|
@@ -104,17 +152,41 @@ class Parameter(object):
|
|
104
152
|
def type(self, type):
|
105
153
|
"""
|
106
154
|
Sets the type of this Parameter.
|
107
|
-
Parameter type.
|
155
|
+
Parameter type.
|
108
156
|
|
109
157
|
|
110
158
|
:param type: The type of this Parameter.
|
111
159
|
:type: str
|
112
160
|
"""
|
113
|
-
allowed_values = ["integer", "string", "boolean"]
|
161
|
+
allowed_values = ["integer", "string", "boolean", "ENUM_STRING", "RQS_FILTER"]
|
114
162
|
if not value_allowed_none_or_none_sentinel(type, allowed_values):
|
115
163
|
type = 'UNKNOWN_ENUM_VALUE'
|
116
164
|
self._type = type
|
117
165
|
|
166
|
+
@property
|
167
|
+
def rqs_type(self):
|
168
|
+
"""
|
169
|
+
Gets the rqs_type of this Parameter.
|
170
|
+
Parameter rqsType if applicable.
|
171
|
+
|
172
|
+
|
173
|
+
:return: The rqs_type of this Parameter.
|
174
|
+
:rtype: str
|
175
|
+
"""
|
176
|
+
return self._rqs_type
|
177
|
+
|
178
|
+
@rqs_type.setter
|
179
|
+
def rqs_type(self, rqs_type):
|
180
|
+
"""
|
181
|
+
Sets the rqs_type of this Parameter.
|
182
|
+
Parameter rqsType if applicable.
|
183
|
+
|
184
|
+
|
185
|
+
:param rqs_type: The rqs_type of this Parameter.
|
186
|
+
:type: str
|
187
|
+
"""
|
188
|
+
self._rqs_type = rqs_type
|
189
|
+
|
118
190
|
@property
|
119
191
|
def pattern(self):
|
120
192
|
"""
|
@@ -21,7 +21,7 @@ class UnifiedAgentApache2Parser(UnifiedAgentParser):
|
|
21
21
|
|
22
22
|
:param parser_type:
|
23
23
|
The value to assign to the parser_type property of this UnifiedAgentApache2Parser.
|
24
|
-
Allowed values for this property are: "AUDITD", "JSON", "TSV", "CSV", "NONE", "SYSLOG", "APACHE2", "APACHE_ERROR", "MSGPACK", "REGEXP", "MULTILINE", "GROK", "MULTILINE_GROK"
|
24
|
+
Allowed values for this property are: "AUDITD", "CRI", "JSON", "TSV", "CSV", "NONE", "SYSLOG", "APACHE2", "APACHE_ERROR", "MSGPACK", "REGEXP", "MULTILINE", "GROK", "MULTILINE_GROK"
|
25
25
|
:type parser_type: str
|
26
26
|
|
27
27
|
:param field_time_key:
|
@@ -21,7 +21,7 @@ class UnifiedAgentApacheErrorParser(UnifiedAgentParser):
|
|
21
21
|
|
22
22
|
:param parser_type:
|
23
23
|
The value to assign to the parser_type property of this UnifiedAgentApacheErrorParser.
|
24
|
-
Allowed values for this property are: "AUDITD", "JSON", "TSV", "CSV", "NONE", "SYSLOG", "APACHE2", "APACHE_ERROR", "MSGPACK", "REGEXP", "MULTILINE", "GROK", "MULTILINE_GROK"
|
24
|
+
Allowed values for this property are: "AUDITD", "CRI", "JSON", "TSV", "CSV", "NONE", "SYSLOG", "APACHE2", "APACHE_ERROR", "MSGPACK", "REGEXP", "MULTILINE", "GROK", "MULTILINE_GROK"
|
25
25
|
:type parser_type: str
|
26
26
|
|
27
27
|
:param field_time_key:
|
@@ -21,7 +21,7 @@ class UnifiedAgentAuditdParser(UnifiedAgentParser):
|
|
21
21
|
|
22
22
|
:param parser_type:
|
23
23
|
The value to assign to the parser_type property of this UnifiedAgentAuditdParser.
|
24
|
-
Allowed values for this property are: "AUDITD", "JSON", "TSV", "CSV", "NONE", "SYSLOG", "APACHE2", "APACHE_ERROR", "MSGPACK", "REGEXP", "MULTILINE", "GROK", "MULTILINE_GROK"
|
24
|
+
Allowed values for this property are: "AUDITD", "CRI", "JSON", "TSV", "CSV", "NONE", "SYSLOG", "APACHE2", "APACHE_ERROR", "MSGPACK", "REGEXP", "MULTILINE", "GROK", "MULTILINE_GROK"
|
25
25
|
:type parser_type: str
|
26
26
|
|
27
27
|
:param field_time_key:
|
@@ -0,0 +1,160 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
# Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
|
3
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
4
|
+
|
5
|
+
from .unified_agent_parser import UnifiedAgentParser
|
6
|
+
from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401
|
7
|
+
from oci.decorators import init_model_state_from_kwargs
|
8
|
+
|
9
|
+
|
10
|
+
@init_model_state_from_kwargs
|
11
|
+
class UnifiedAgentCriParser(UnifiedAgentParser):
|
12
|
+
"""
|
13
|
+
CRI parser.
|
14
|
+
"""
|
15
|
+
|
16
|
+
def __init__(self, **kwargs):
|
17
|
+
"""
|
18
|
+
Initializes a new UnifiedAgentCriParser object with values from keyword arguments. The default value of the :py:attr:`~oci.logging.models.UnifiedAgentCriParser.parser_type` attribute
|
19
|
+
of this class is ``CRI`` and it should not be changed.
|
20
|
+
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
21
|
+
|
22
|
+
:param parser_type:
|
23
|
+
The value to assign to the parser_type property of this UnifiedAgentCriParser.
|
24
|
+
Allowed values for this property are: "AUDITD", "CRI", "JSON", "TSV", "CSV", "NONE", "SYSLOG", "APACHE2", "APACHE_ERROR", "MSGPACK", "REGEXP", "MULTILINE", "GROK", "MULTILINE_GROK"
|
25
|
+
:type parser_type: str
|
26
|
+
|
27
|
+
:param field_time_key:
|
28
|
+
The value to assign to the field_time_key property of this UnifiedAgentCriParser.
|
29
|
+
:type field_time_key: str
|
30
|
+
|
31
|
+
:param types:
|
32
|
+
The value to assign to the types property of this UnifiedAgentCriParser.
|
33
|
+
:type types: dict(str, str)
|
34
|
+
|
35
|
+
:param null_value_pattern:
|
36
|
+
The value to assign to the null_value_pattern property of this UnifiedAgentCriParser.
|
37
|
+
:type null_value_pattern: str
|
38
|
+
|
39
|
+
:param is_null_empty_string:
|
40
|
+
The value to assign to the is_null_empty_string property of this UnifiedAgentCriParser.
|
41
|
+
:type is_null_empty_string: bool
|
42
|
+
|
43
|
+
:param is_estimate_current_event:
|
44
|
+
The value to assign to the is_estimate_current_event property of this UnifiedAgentCriParser.
|
45
|
+
:type is_estimate_current_event: bool
|
46
|
+
|
47
|
+
:param is_keep_time_key:
|
48
|
+
The value to assign to the is_keep_time_key property of this UnifiedAgentCriParser.
|
49
|
+
:type is_keep_time_key: bool
|
50
|
+
|
51
|
+
:param timeout_in_milliseconds:
|
52
|
+
The value to assign to the timeout_in_milliseconds property of this UnifiedAgentCriParser.
|
53
|
+
:type timeout_in_milliseconds: int
|
54
|
+
|
55
|
+
:param is_merge_cri_fields:
|
56
|
+
The value to assign to the is_merge_cri_fields property of this UnifiedAgentCriParser.
|
57
|
+
:type is_merge_cri_fields: bool
|
58
|
+
|
59
|
+
:param nested_parser:
|
60
|
+
The value to assign to the nested_parser property of this UnifiedAgentCriParser.
|
61
|
+
:type nested_parser: oci.logging.models.UnifiedJSONParser
|
62
|
+
|
63
|
+
"""
|
64
|
+
self.swagger_types = {
|
65
|
+
'parser_type': 'str',
|
66
|
+
'field_time_key': 'str',
|
67
|
+
'types': 'dict(str, str)',
|
68
|
+
'null_value_pattern': 'str',
|
69
|
+
'is_null_empty_string': 'bool',
|
70
|
+
'is_estimate_current_event': 'bool',
|
71
|
+
'is_keep_time_key': 'bool',
|
72
|
+
'timeout_in_milliseconds': 'int',
|
73
|
+
'is_merge_cri_fields': 'bool',
|
74
|
+
'nested_parser': 'UnifiedJSONParser'
|
75
|
+
}
|
76
|
+
|
77
|
+
self.attribute_map = {
|
78
|
+
'parser_type': 'parserType',
|
79
|
+
'field_time_key': 'fieldTimeKey',
|
80
|
+
'types': 'types',
|
81
|
+
'null_value_pattern': 'nullValuePattern',
|
82
|
+
'is_null_empty_string': 'isNullEmptyString',
|
83
|
+
'is_estimate_current_event': 'isEstimateCurrentEvent',
|
84
|
+
'is_keep_time_key': 'isKeepTimeKey',
|
85
|
+
'timeout_in_milliseconds': 'timeoutInMilliseconds',
|
86
|
+
'is_merge_cri_fields': 'isMergeCriFields',
|
87
|
+
'nested_parser': 'nestedParser'
|
88
|
+
}
|
89
|
+
|
90
|
+
self._parser_type = None
|
91
|
+
self._field_time_key = None
|
92
|
+
self._types = None
|
93
|
+
self._null_value_pattern = None
|
94
|
+
self._is_null_empty_string = None
|
95
|
+
self._is_estimate_current_event = None
|
96
|
+
self._is_keep_time_key = None
|
97
|
+
self._timeout_in_milliseconds = None
|
98
|
+
self._is_merge_cri_fields = None
|
99
|
+
self._nested_parser = None
|
100
|
+
self._parser_type = 'CRI'
|
101
|
+
|
102
|
+
@property
|
103
|
+
def is_merge_cri_fields(self):
|
104
|
+
"""
|
105
|
+
Gets the is_merge_cri_fields of this UnifiedAgentCriParser.
|
106
|
+
If you don't need stream/logtag fields, set this to false.
|
107
|
+
|
108
|
+
|
109
|
+
:return: The is_merge_cri_fields of this UnifiedAgentCriParser.
|
110
|
+
:rtype: bool
|
111
|
+
"""
|
112
|
+
return self._is_merge_cri_fields
|
113
|
+
|
114
|
+
@is_merge_cri_fields.setter
|
115
|
+
def is_merge_cri_fields(self, is_merge_cri_fields):
|
116
|
+
"""
|
117
|
+
Sets the is_merge_cri_fields of this UnifiedAgentCriParser.
|
118
|
+
If you don't need stream/logtag fields, set this to false.
|
119
|
+
|
120
|
+
|
121
|
+
:param is_merge_cri_fields: The is_merge_cri_fields of this UnifiedAgentCriParser.
|
122
|
+
:type: bool
|
123
|
+
"""
|
124
|
+
self._is_merge_cri_fields = is_merge_cri_fields
|
125
|
+
|
126
|
+
@property
|
127
|
+
def nested_parser(self):
|
128
|
+
"""
|
129
|
+
Gets the nested_parser of this UnifiedAgentCriParser.
|
130
|
+
Optional nested JSON Parser for CRI Parser. Supported fields are fieldTimeKey, timeFormat, and isKeepTimeKey.
|
131
|
+
|
132
|
+
|
133
|
+
:return: The nested_parser of this UnifiedAgentCriParser.
|
134
|
+
:rtype: oci.logging.models.UnifiedJSONParser
|
135
|
+
"""
|
136
|
+
return self._nested_parser
|
137
|
+
|
138
|
+
@nested_parser.setter
|
139
|
+
def nested_parser(self, nested_parser):
|
140
|
+
"""
|
141
|
+
Sets the nested_parser of this UnifiedAgentCriParser.
|
142
|
+
Optional nested JSON Parser for CRI Parser. Supported fields are fieldTimeKey, timeFormat, and isKeepTimeKey.
|
143
|
+
|
144
|
+
|
145
|
+
:param nested_parser: The nested_parser of this UnifiedAgentCriParser.
|
146
|
+
:type: oci.logging.models.UnifiedJSONParser
|
147
|
+
"""
|
148
|
+
self._nested_parser = nested_parser
|
149
|
+
|
150
|
+
def __repr__(self):
|
151
|
+
return formatted_flat_dict(self)
|
152
|
+
|
153
|
+
def __eq__(self, other):
|
154
|
+
if other is None:
|
155
|
+
return False
|
156
|
+
|
157
|
+
return self.__dict__ == other.__dict__
|
158
|
+
|
159
|
+
def __ne__(self, other):
|
160
|
+
return not self == other
|
@@ -21,7 +21,7 @@ class UnifiedAgentCsvParser(UnifiedAgentParser):
|
|
21
21
|
|
22
22
|
:param parser_type:
|
23
23
|
The value to assign to the parser_type property of this UnifiedAgentCsvParser.
|
24
|
-
Allowed values for this property are: "AUDITD", "JSON", "TSV", "CSV", "NONE", "SYSLOG", "APACHE2", "APACHE_ERROR", "MSGPACK", "REGEXP", "MULTILINE", "GROK", "MULTILINE_GROK"
|
24
|
+
Allowed values for this property are: "AUDITD", "CRI", "JSON", "TSV", "CSV", "NONE", "SYSLOG", "APACHE2", "APACHE_ERROR", "MSGPACK", "REGEXP", "MULTILINE", "GROK", "MULTILINE_GROK"
|
25
25
|
:type parser_type: str
|
26
26
|
|
27
27
|
:param field_time_key:
|
@@ -103,6 +103,8 @@ class UnifiedAgentCsvParser(UnifiedAgentParser):
|
|
103
103
|
def delimiter(self):
|
104
104
|
"""
|
105
105
|
Gets the delimiter of this UnifiedAgentCsvParser.
|
106
|
+
csv delimiter.
|
107
|
+
|
106
108
|
|
107
109
|
:return: The delimiter of this UnifiedAgentCsvParser.
|
108
110
|
:rtype: str
|
@@ -113,6 +115,8 @@ class UnifiedAgentCsvParser(UnifiedAgentParser):
|
|
113
115
|
def delimiter(self, delimiter):
|
114
116
|
"""
|
115
117
|
Sets the delimiter of this UnifiedAgentCsvParser.
|
118
|
+
csv delimiter.
|
119
|
+
|
116
120
|
|
117
121
|
:param delimiter: The delimiter of this UnifiedAgentCsvParser.
|
118
122
|
:type: str
|
@@ -122,7 +126,9 @@ class UnifiedAgentCsvParser(UnifiedAgentParser):
|
|
122
126
|
@property
|
123
127
|
def keys(self):
|
124
128
|
"""
|
125
|
-
Gets the keys of this UnifiedAgentCsvParser.
|
129
|
+
**[Required]** Gets the keys of this UnifiedAgentCsvParser.
|
130
|
+
csv keys.
|
131
|
+
|
126
132
|
|
127
133
|
:return: The keys of this UnifiedAgentCsvParser.
|
128
134
|
:rtype: list[str]
|
@@ -133,6 +139,8 @@ class UnifiedAgentCsvParser(UnifiedAgentParser):
|
|
133
139
|
def keys(self, keys):
|
134
140
|
"""
|
135
141
|
Sets the keys of this UnifiedAgentCsvParser.
|
142
|
+
csv keys.
|
143
|
+
|
136
144
|
|
137
145
|
:param keys: The keys of this UnifiedAgentCsvParser.
|
138
146
|
:type: list[str]
|
@@ -21,7 +21,7 @@ class UnifiedAgentGrokParser(UnifiedAgentParser):
|
|
21
21
|
|
22
22
|
:param parser_type:
|
23
23
|
The value to assign to the parser_type property of this UnifiedAgentGrokParser.
|
24
|
-
Allowed values for this property are: "AUDITD", "JSON", "TSV", "CSV", "NONE", "SYSLOG", "APACHE2", "APACHE_ERROR", "MSGPACK", "REGEXP", "MULTILINE", "GROK", "MULTILINE_GROK"
|
24
|
+
Allowed values for this property are: "AUDITD", "CRI", "JSON", "TSV", "CSV", "NONE", "SYSLOG", "APACHE2", "APACHE_ERROR", "MSGPACK", "REGEXP", "MULTILINE", "GROK", "MULTILINE_GROK"
|
25
25
|
:type parser_type: str
|
26
26
|
|
27
27
|
:param field_time_key:
|
@@ -110,6 +110,8 @@ class UnifiedAgentGrokParser(UnifiedAgentParser):
|
|
110
110
|
def grok_name_key(self):
|
111
111
|
"""
|
112
112
|
Gets the grok_name_key of this UnifiedAgentGrokParser.
|
113
|
+
grok name key.
|
114
|
+
|
113
115
|
|
114
116
|
:return: The grok_name_key of this UnifiedAgentGrokParser.
|
115
117
|
:rtype: str
|
@@ -120,6 +122,8 @@ class UnifiedAgentGrokParser(UnifiedAgentParser):
|
|
120
122
|
def grok_name_key(self, grok_name_key):
|
121
123
|
"""
|
122
124
|
Sets the grok_name_key of this UnifiedAgentGrokParser.
|
125
|
+
grok name key.
|
126
|
+
|
123
127
|
|
124
128
|
:param grok_name_key: The grok_name_key of this UnifiedAgentGrokParser.
|
125
129
|
:type: str
|
@@ -130,6 +134,8 @@ class UnifiedAgentGrokParser(UnifiedAgentParser):
|
|
130
134
|
def grok_failure_key(self):
|
131
135
|
"""
|
132
136
|
Gets the grok_failure_key of this UnifiedAgentGrokParser.
|
137
|
+
grok failure key.
|
138
|
+
|
133
139
|
|
134
140
|
:return: The grok_failure_key of this UnifiedAgentGrokParser.
|
135
141
|
:rtype: str
|
@@ -140,6 +146,8 @@ class UnifiedAgentGrokParser(UnifiedAgentParser):
|
|
140
146
|
def grok_failure_key(self, grok_failure_key):
|
141
147
|
"""
|
142
148
|
Sets the grok_failure_key of this UnifiedAgentGrokParser.
|
149
|
+
grok failure key.
|
150
|
+
|
143
151
|
|
144
152
|
:param grok_failure_key: The grok_failure_key of this UnifiedAgentGrokParser.
|
145
153
|
:type: str
|
@@ -149,7 +157,9 @@ class UnifiedAgentGrokParser(UnifiedAgentParser):
|
|
149
157
|
@property
|
150
158
|
def patterns(self):
|
151
159
|
"""
|
152
|
-
Gets the patterns of this UnifiedAgentGrokParser.
|
160
|
+
**[Required]** Gets the patterns of this UnifiedAgentGrokParser.
|
161
|
+
grok pattern object.
|
162
|
+
|
153
163
|
|
154
164
|
:return: The patterns of this UnifiedAgentGrokParser.
|
155
165
|
:rtype: list[oci.logging.models.GrokPattern]
|
@@ -160,6 +170,8 @@ class UnifiedAgentGrokParser(UnifiedAgentParser):
|
|
160
170
|
def patterns(self, patterns):
|
161
171
|
"""
|
162
172
|
Sets the patterns of this UnifiedAgentGrokParser.
|
173
|
+
grok pattern object.
|
174
|
+
|
163
175
|
|
164
176
|
:param patterns: The patterns of this UnifiedAgentGrokParser.
|
165
177
|
:type: list[oci.logging.models.GrokPattern]
|