oci 2.10.0 → 2.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -1
- data/lib/oci.rb +4 -0
- data/lib/oci/api_client.rb +1 -3
- data/lib/oci/apigateway/api_gateway_client.rb +619 -0
- data/lib/oci/apigateway/api_gateway_client_composite_operations.rb +198 -0
- data/lib/oci/apigateway/apigateway.rb +10 -0
- data/lib/oci/apigateway/models/api.rb +340 -0
- data/lib/oci/apigateway/models/api_collection.rb +150 -0
- data/lib/oci/apigateway/models/api_summary.rb +342 -0
- data/lib/oci/apigateway/models/api_validation_detail.rb +191 -0
- data/lib/oci/apigateway/models/api_validation_details.rb +192 -0
- data/lib/oci/apigateway/models/api_validation_result.rb +182 -0
- data/lib/oci/apigateway/models/api_validations.rb +150 -0
- data/lib/oci/{log_analytics/models/create_namespace_details.rb → apigateway/models/change_api_compartment_details.rb} +5 -3
- data/lib/oci/apigateway/models/create_api_details.rb +222 -0
- data/lib/oci/apigateway/models/update_api_details.rb +206 -0
- data/lib/oci/apigateway/models/work_request.rb +4 -0
- data/lib/oci/application_migration/application_migration.rb +2 -0
- data/lib/oci/application_migration/application_migration_client.rb +169 -52
- data/lib/oci/application_migration/application_migration_client_composite_operations.rb +447 -0
- data/lib/oci/application_migration/models/authorization_details.rb +4 -2
- data/lib/oci/application_migration/models/change_compartment_details.rb +2 -2
- data/lib/oci/application_migration/models/configuration_field.rb +9 -7
- data/lib/oci/application_migration/models/create_migration_details.rb +54 -12
- data/lib/oci/application_migration/models/create_source_details.rb +13 -8
- data/lib/oci/application_migration/models/discovery_details.rb +2 -2
- data/lib/oci/application_migration/models/ics_discovery_details.rb +4 -3
- data/lib/oci/application_migration/models/internal_authorization_details.rb +1 -1
- data/lib/oci/application_migration/models/internal_source_details.rb +2 -2
- data/lib/oci/application_migration/models/jcs_discovery_details.rb +5 -3
- data/lib/oci/application_migration/models/migration.rb +111 -18
- data/lib/oci/application_migration/models/migration_summary.rb +63 -15
- data/lib/oci/application_migration/models/oac_discovery_details.rb +3 -3
- data/lib/oci/application_migration/models/ocic_authorization_details.rb +1 -1
- data/lib/oci/application_migration/models/ocic_source_details.rb +8 -3
- data/lib/oci/application_migration/models/oic_discovery_details.rb +4 -3
- data/lib/oci/application_migration/models/pcs_discovery_details.rb +4 -3
- data/lib/oci/application_migration/models/soacs_discovery_details.rb +5 -3
- data/lib/oci/application_migration/models/source.rb +41 -13
- data/lib/oci/application_migration/models/source_application.rb +6 -6
- data/lib/oci/application_migration/models/source_application_summary.rb +7 -6
- data/lib/oci/application_migration/models/source_details.rb +10 -2
- data/lib/oci/application_migration/models/source_summary.rb +36 -14
- data/lib/oci/application_migration/models/target_database_types.rb +11 -0
- data/lib/oci/application_migration/models/update_migration_details.rb +15 -7
- data/lib/oci/application_migration/models/update_source_details.rb +7 -7
- data/lib/oci/application_migration/models/work_request.rb +54 -3
- data/lib/oci/application_migration/models/work_request_error.rb +1 -1
- data/lib/oci/application_migration/models/work_request_log_entry.rb +2 -2
- data/lib/oci/application_migration/models/work_request_resource.rb +1 -1
- data/lib/oci/application_migration/models/work_request_summary.rb +54 -3
- data/lib/oci/auth/signers/instance_principals_delegation_token_signer.rb +1 -1
- data/lib/oci/compute_instance_agent/compute_instance_agent.rb +39 -0
- data/lib/oci/compute_instance_agent/compute_instance_agent_client.rb +522 -0
- data/lib/oci/compute_instance_agent/compute_instance_agent_client_composite_operations.rb +25 -0
- data/lib/oci/compute_instance_agent/models/create_instance_agent_command_details.rb +205 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command.rb +256 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_content.rb +159 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_content_info.rb +236 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_execution.rb +321 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_execution_output_content.rb +218 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_execution_output_via_object_storage_tuple_details.rb +198 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_execution_output_via_object_storage_uri_details.rb +170 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_execution_output_via_text_details.rb +180 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_execution_summary.rb +321 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_output_details.rb +197 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_output_via_object_storage_tuple_details.rb +190 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_output_via_object_storage_uri_details.rb +162 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_output_via_text_details.rb +145 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_source_details.rb +197 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_source_via_object_storage_tuple_details.rb +190 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_source_via_object_storage_uri_details.rb +162 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_source_via_text_details.rb +172 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_summary.rb +224 -0
- data/lib/oci/compute_instance_agent/models/instance_agent_command_target.rb +154 -0
- data/lib/oci/compute_instance_agent/util.rb +3 -0
- data/lib/oci/container_engine/container_engine_client.rb +0 -11
- data/lib/oci/container_engine/models/create_node_shape_config_details.rb +19 -4
- data/lib/oci/container_engine/models/node_shape_config.rb +19 -4
- data/lib/oci/container_engine/models/update_node_shape_config_details.rb +19 -4
- data/lib/oci/core/core.rb +4 -0
- data/lib/oci/core/models/add_vcn_cidr_details.rb +155 -0
- data/lib/oci/core/models/create_vcn_details.rb +24 -2
- data/lib/oci/core/models/create_vlan_details.rb +1 -0
- data/lib/oci/core/models/image_memory_constraints.rb +17 -17
- data/lib/oci/core/models/modify_vcn_cidr_details.rb +172 -0
- data/lib/oci/core/models/remove_vcn_cidr_details.rb +155 -0
- data/lib/oci/core/models/subnet.rb +1 -0
- data/lib/oci/core/models/update_subnet_details.rb +27 -4
- data/lib/oci/core/models/update_vlan_details.rb +25 -4
- data/lib/oci/core/models/vcn.rb +18 -2
- data/lib/oci/core/models/vcn_dns_resolver_association.rb +206 -0
- data/lib/oci/core/virtual_network_client.rb +289 -4
- data/lib/oci/data_catalog/data_catalog.rb +30 -0
- data/lib/oci/data_catalog/data_catalog_client.rb +1763 -112
- data/lib/oci/data_catalog/data_catalog_client_composite_operations.rb +413 -0
- data/lib/oci/data_catalog/models/attribute.rb +15 -1
- data/lib/oci/data_catalog/models/connection.rb +15 -1
- data/lib/oci/data_catalog/models/create_attribute_details.rb +15 -1
- data/lib/oci/data_catalog/models/create_connection_details.rb +15 -1
- data/lib/oci/data_catalog/models/create_custom_property_details.rb +324 -0
- data/lib/oci/data_catalog/models/create_data_asset_details.rb +15 -1
- data/lib/oci/data_catalog/models/create_entity_details.rb +43 -1
- data/lib/oci/data_catalog/models/create_folder_details.rb +15 -1
- data/lib/oci/data_catalog/models/create_glossary_details.rb +18 -4
- data/lib/oci/data_catalog/models/create_namespace_details.rb +182 -0
- data/lib/oci/data_catalog/models/create_pattern_details.rb +243 -0
- data/lib/oci/data_catalog/models/create_term_details.rb +18 -4
- data/lib/oci/data_catalog/models/custom_property.rb +506 -0
- data/lib/oci/data_catalog/models/custom_property_collection.rb +161 -0
- data/lib/oci/data_catalog/models/custom_property_data_type.rb +14 -0
- data/lib/oci/data_catalog/models/custom_property_get_usage.rb +327 -0
- data/lib/oci/data_catalog/models/custom_property_set_usage.rb +188 -0
- data/lib/oci/data_catalog/models/custom_property_summary.rb +432 -0
- data/lib/oci/data_catalog/models/custom_property_type_usage.rb +178 -0
- data/lib/oci/data_catalog/models/data_asset.rb +29 -1
- data/lib/oci/{log_analytics/models/string_list_details.rb → data_catalog/models/data_selector_pattern_details.rb} +11 -10
- data/lib/oci/data_catalog/models/derived_logical_entities.rb +178 -0
- data/lib/oci/data_catalog/models/entity.rb +43 -1
- data/lib/oci/data_catalog/models/entity_summary.rb +29 -1
- data/lib/oci/data_catalog/models/faceted_search_aggregation.rb +160 -0
- data/lib/oci/data_catalog/models/faceted_search_custom_property.rb +174 -0
- data/lib/oci/data_catalog/models/faceted_search_date_filter_request.rb +186 -0
- data/lib/oci/data_catalog/models/faceted_search_filter_request.rb +168 -0
- data/lib/oci/data_catalog/models/faceted_search_sort_request.rb +181 -0
- data/lib/oci/data_catalog/models/faceted_search_string_filter_request.rb +160 -0
- data/lib/oci/data_catalog/models/folder.rb +15 -1
- data/lib/oci/data_catalog/models/glossary.rb +73 -1
- data/lib/oci/data_catalog/models/glossary_summary.rb +62 -4
- data/lib/oci/data_catalog/models/namespace.rb +290 -0
- data/lib/oci/data_catalog/models/namespace_collection.rb +161 -0
- data/lib/oci/data_catalog/models/namespace_summary.rb +247 -0
- data/lib/oci/data_catalog/models/pattern.rb +368 -0
- data/lib/oci/data_catalog/models/pattern_collection.rb +162 -0
- data/lib/oci/data_catalog/models/pattern_summary.rb +258 -0
- data/lib/oci/data_catalog/models/search_criteria.rb +47 -4
- data/lib/oci/data_catalog/models/search_result.rb +28 -4
- data/lib/oci/data_catalog/models/search_result_collection.rb +28 -4
- data/lib/oci/data_catalog/models/term.rb +18 -4
- data/lib/oci/data_catalog/models/type.rb +18 -4
- data/lib/oci/{log_analytics/models/register_entity_types_details.rb → data_catalog/models/type_custom_property_details.rb} +13 -13
- data/lib/oci/data_catalog/models/update_attribute_details.rb +15 -1
- data/lib/oci/data_catalog/models/update_connection_details.rb +15 -1
- data/lib/oci/data_catalog/models/update_custom_property_details.rb +291 -0
- data/lib/oci/data_catalog/models/update_data_asset_details.rb +15 -1
- data/lib/oci/data_catalog/models/update_entity_details.rb +43 -1
- data/lib/oci/data_catalog/models/update_folder_details.rb +15 -1
- data/lib/oci/data_catalog/models/update_glossary_details.rb +18 -4
- data/lib/oci/data_catalog/models/update_namespace_details.rb +182 -0
- data/lib/oci/data_catalog/models/update_pattern_details.rb +243 -0
- data/lib/oci/data_catalog/models/update_term_details.rb +18 -4
- data/lib/oci/data_catalog/models/validate_pattern_details.rb +187 -0
- data/lib/oci/data_catalog/models/validate_pattern_result.rb +184 -0
- data/lib/oci/data_integration/models/source.rb +1 -0
- data/lib/oci/database/database.rb +19 -0
- data/lib/oci/database/database_client.rb +1112 -8
- data/lib/oci/database/database_client_composite_operations.rb +281 -0
- data/lib/oci/database/models/autonomous_container_database.rb +80 -4
- data/lib/oci/database/models/autonomous_container_database_dataguard_association.rb +480 -0
- data/lib/oci/database/models/autonomous_container_database_summary.rb +80 -4
- data/lib/oci/database/models/autonomous_database.rb +141 -8
- data/lib/oci/database/models/autonomous_database_backup.rb +32 -4
- data/lib/oci/database/models/autonomous_database_backup_config.rb +189 -0
- data/lib/oci/database/models/autonomous_database_backup_summary.rb +32 -4
- data/lib/oci/database/models/autonomous_database_dataguard_association.rb +468 -0
- data/lib/oci/database/models/autonomous_database_summary.rb +141 -8
- data/lib/oci/database/models/autonomous_db_version_summary.rb +46 -4
- data/lib/oci/{log_analytics/models/query.rb → database/models/change_key_store_compartment_details.rb} +5 -3
- data/lib/oci/database/models/create_autonomous_container_database_details.rb +138 -5
- data/lib/oci/database/models/create_autonomous_database_base.rb +30 -5
- data/lib/oci/database/models/create_autonomous_database_clone_details.rb +5 -1
- data/lib/oci/database/models/create_autonomous_database_details.rb +5 -1
- data/lib/oci/database/models/create_autonomous_database_from_backup_details.rb +5 -1
- data/lib/oci/database/models/create_autonomous_database_from_backup_timestamp_details.rb +5 -1
- data/lib/oci/database/models/create_data_guard_association_details.rb +15 -1
- data/lib/oci/database/models/create_data_guard_association_to_existing_db_system_details.rb +24 -4
- data/lib/oci/database/models/create_data_guard_association_to_existing_vm_cluster_details.rb +24 -4
- data/lib/oci/database/models/create_data_guard_association_with_new_db_system_details.rb +5 -1
- data/lib/oci/database/models/create_database_details.rb +15 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_details.rb +1 -1
- data/lib/oci/database/models/create_db_home_with_vm_cluster_id_details.rb +1 -1
- data/lib/oci/database/models/create_key_store_details.rb +217 -0
- data/lib/oci/database/models/create_refreshable_autonomous_database_clone_details.rb +5 -1
- data/lib/oci/database/models/database.rb +1 -0
- data/lib/oci/database/models/database_software_image.rb +18 -4
- data/lib/oci/database/models/database_software_image_summary.rb +18 -4
- data/lib/oci/database/models/database_summary.rb +1 -0
- data/lib/oci/database/models/database_upgrade_history_entry.rb +352 -0
- data/lib/oci/database/models/database_upgrade_history_entry_summary.rb +355 -0
- data/lib/oci/database/models/database_upgrade_source_base.rb +188 -0
- data/lib/oci/database/models/database_upgrade_with_database_software_image_details.rb +164 -0
- data/lib/oci/database/models/database_upgrade_with_db_home_details.rb +164 -0
- data/lib/oci/database/models/database_upgrade_with_db_version_details.rb +164 -0
- data/lib/oci/database/models/db_system.rb +1 -0
- data/lib/oci/database/models/db_system_summary.rb +1 -0
- data/lib/oci/database/models/db_version_summary.rb +18 -4
- data/lib/oci/database/models/key_store.rb +300 -0
- data/lib/oci/database/models/key_store_associated_database_details.rb +164 -0
- data/lib/oci/database/models/key_store_summary.rb +303 -0
- data/lib/oci/database/models/key_store_type_details.rb +185 -0
- data/lib/oci/database/models/key_store_type_from_oracle_key_vault_details.rb +204 -0
- data/lib/oci/database/models/maintenance_run.rb +18 -4
- data/lib/oci/database/models/maintenance_run_summary.rb +18 -4
- data/lib/oci/database/models/peer_autonomous_container_database_backup_config.rb +172 -0
- data/lib/oci/database/models/update.rb +1 -0
- data/lib/oci/database/models/update_autonomous_container_database_details.rb +17 -1
- data/lib/oci/database/models/update_autonomous_database_details.rb +30 -5
- data/lib/oci/database/models/update_database_details.rb +43 -1
- data/lib/oci/database/models/update_history_entry.rb +1 -0
- data/lib/oci/database/models/update_history_entry_summary.rb +1 -0
- data/lib/oci/database/models/update_key_store_details.rb +187 -0
- data/lib/oci/database/models/update_summary.rb +1 -0
- data/lib/oci/database/models/upgrade_database_details.rb +179 -0
- data/lib/oci/dns/dns.rb +24 -0
- data/lib/oci/dns/dns_client.rb +1695 -175
- data/lib/oci/dns/dns_client_composite_operations.rb +240 -0
- data/lib/oci/{log_analytics/models/service_tenancy.rb → dns/models/attached_view.rb} +13 -12
- data/lib/oci/dns/models/attached_view_details.rb +155 -0
- data/lib/oci/dns/models/change_resolver_compartment_details.rb +156 -0
- data/lib/oci/{log_analytics/models/query_work_request_resource.rb → dns/models/change_view_compartment_details.rb} +5 -3
- data/lib/oci/dns/models/create_resolver_endpoint_details.rb +261 -0
- data/lib/oci/dns/models/create_resolver_vnic_endpoint_details.rb +203 -0
- data/lib/oci/dns/models/create_view_details.rb +210 -0
- data/lib/oci/dns/models/create_zone_details.rb +41 -2
- data/lib/oci/dns/models/migration_replacement.rb +1 -1
- data/lib/oci/dns/models/record.rb +1 -2
- data/lib/oci/dns/models/record_collection.rb +1 -0
- data/lib/oci/dns/models/record_details.rb +1 -2
- data/lib/oci/dns/models/record_operation.rb +1 -2
- data/lib/oci/dns/models/resolver.rb +393 -0
- data/lib/oci/dns/models/resolver_endpoint.rb +371 -0
- data/lib/oci/dns/models/resolver_endpoint_summary.rb +371 -0
- data/lib/oci/{log_analytics/models/generate_agent_object_name_details.rb → dns/models/resolver_forward_rule.rb} +42 -51
- data/lib/oci/dns/models/resolver_forward_rule_details.rb +187 -0
- data/lib/oci/dns/models/resolver_rule.rb +222 -0
- data/lib/oci/dns/models/resolver_rule_details.rb +215 -0
- data/lib/oci/dns/models/resolver_summary.rb +357 -0
- data/lib/oci/dns/models/resolver_vnic_endpoint.rb +220 -0
- data/lib/oci/dns/models/resolver_vnic_endpoint_summary.rb +205 -0
- data/lib/oci/dns/models/rr_set.rb +1 -0
- data/lib/oci/{log_analytics/models/sort_orders.rb → dns/models/scope.rb} +4 -4
- data/lib/oci/dns/models/steering_policy.rb +12 -12
- data/lib/oci/dns/models/steering_policy_answer.rb +1 -1
- data/lib/oci/dns/models/steering_policy_attachment.rb +10 -10
- data/lib/oci/dns/models/steering_policy_attachment_summary.rb +10 -10
- data/lib/oci/dns/models/steering_policy_summary.rb +10 -10
- data/lib/oci/dns/models/tsig_key.rb +10 -10
- data/lib/oci/dns/models/tsig_key_summary.rb +9 -9
- data/lib/oci/dns/models/update_resolver_details.rb +221 -0
- data/lib/oci/dns/models/update_resolver_endpoint_details.rb +188 -0
- data/lib/oci/dns/models/update_resolver_vnic_endpoint_details.rb +166 -0
- data/lib/oci/dns/models/update_view_details.rb +196 -0
- data/lib/oci/{log_analytics/models/log_analytics.rb → dns/models/view.rb} +105 -77
- data/lib/oci/dns/models/view_summary.rb +321 -0
- data/lib/oci/dns/models/zone.rb +75 -14
- data/lib/oci/dns/models/zone_summary.rb +76 -15
- data/lib/oci/functions/functions_management_client.rb +1 -1
- data/lib/oci/functions/models/application.rb +21 -2
- data/lib/oci/functions/models/application_summary.rb +1 -1
- data/lib/oci/functions/models/create_application_details.rb +20 -1
- data/lib/oci/functions/models/function.rb +1 -1
- data/lib/oci/functions/models/function_summary.rb +1 -1
- data/lib/oci/functions/models/update_application_details.rb +20 -1
- data/lib/oci/identity/identity.rb +5 -0
- data/lib/oci/identity/identity_client.rb +152 -23
- data/lib/oci/identity/identity_client_composite_operations.rb +48 -0
- data/lib/oci/identity/models/bulk_edit_operation_details.rb +193 -0
- data/lib/oci/identity/models/bulk_edit_resource.rb +175 -0
- data/lib/oci/identity/models/bulk_edit_tags_details.rb +181 -0
- data/lib/oci/identity/models/bulk_edit_tags_resource_type.rb +175 -0
- data/lib/oci/identity/models/bulk_edit_tags_resource_type_collection.rb +151 -0
- data/lib/oci/identity/models/customer_secret_key.rb +3 -3
- data/lib/oci/identity/models/tagging_work_request.rb +4 -0
- data/lib/oci/identity/models/tagging_work_request_summary.rb +4 -0
- data/lib/oci/identity/models/user.rb +54 -4
- data/lib/oci/identity/models/work_request_resource.rb +1 -0
- data/lib/oci/load_balancer/load_balancer.rb +1 -0
- data/lib/oci/load_balancer/models/add_http_request_header_rule.rb +2 -1
- data/lib/oci/load_balancer/models/create_load_balancer_details.rb +16 -1
- data/lib/oci/load_balancer/models/ip_address.rb +17 -4
- data/lib/oci/load_balancer/models/remove_http_request_header_rule.rb +0 -2
- data/lib/oci/{log_analytics/models/log_analytics_collection_warning.rb → load_balancer/models/reserved_ip.rb} +2 -4
- data/lib/oci/load_balancer/models/update_load_balancer_shape_details.rb +7 -6
- data/lib/oci/log_analytics/log_analytics.rb +0 -15
- data/lib/oci/log_analytics/log_analytics_client.rb +193 -180
- data/lib/oci/log_analytics/log_analytics_client_composite_operations.rb +68 -17
- data/lib/oci/log_analytics/models/abstract_command_descriptor.rb +1 -1
- data/lib/oci/log_analytics/models/archiving_configuration.rb +3 -3
- data/lib/oci/log_analytics/models/bucket_range.rb +1 -1
- data/lib/oci/log_analytics/models/change_log_analytics_object_collection_rule_compartment_details.rb +1 -1
- data/lib/oci/log_analytics/models/char_encoding_collection.rb +2 -2
- data/lib/oci/log_analytics/models/create_log_analytics_object_collection_rule_details.rb +4 -6
- data/lib/oci/log_analytics/models/estimate_purge_data_size_details.rb +6 -6
- data/lib/oci/log_analytics/models/estimate_purge_data_size_result.rb +1 -1
- data/lib/oci/log_analytics/models/export_content.rb +1 -0
- data/lib/oci/log_analytics/models/extract_log_field_results.rb +1 -1
- data/lib/oci/log_analytics/models/extract_log_header_details.rb +1 -1
- data/lib/oci/log_analytics/models/extract_log_header_results.rb +1 -1
- data/lib/oci/log_analytics/models/file_validation_response.rb +3 -3
- data/lib/oci/log_analytics/models/filter.rb +1 -1
- data/lib/oci/log_analytics/models/filter_details.rb +1 -1
- data/lib/oci/log_analytics/models/label_source_summary.rb +1 -1
- data/lib/oci/log_analytics/models/log_analytics_entity_summary.rb +36 -4
- data/lib/oci/log_analytics/models/log_analytics_field_summary.rb +1 -1
- data/lib/oci/log_analytics/models/log_analytics_import_custom_content.rb +0 -1
- data/lib/oci/log_analytics/models/log_analytics_lookup.rb +0 -2
- data/lib/oci/log_analytics/models/log_analytics_object_collection_rule.rb +4 -6
- data/lib/oci/log_analytics/models/log_analytics_object_collection_rule_summary.rb +1 -3
- data/lib/oci/log_analytics/models/log_analytics_parser_filter.rb +3 -3
- data/lib/oci/log_analytics/models/namespace.rb +5 -4
- data/lib/oci/log_analytics/models/namespace_collection.rb +2 -2
- data/lib/oci/log_analytics/models/namespace_summary.rb +5 -4
- data/lib/oci/log_analytics/models/parsed_content.rb +2 -2
- data/lib/oci/log_analytics/models/parsed_field.rb +1 -1
- data/lib/oci/log_analytics/models/purge_storage_data_details.rb +6 -6
- data/lib/oci/log_analytics/models/query_aggregation.rb +1 -1
- data/lib/oci/log_analytics/models/query_details.rb +5 -5
- data/lib/oci/log_analytics/models/recall_archived_data_details.rb +5 -5
- data/lib/oci/log_analytics/models/release_recalled_data_details.rb +5 -5
- data/lib/oci/log_analytics/models/scope_filter.rb +1 -1
- data/lib/oci/log_analytics/models/source_validate_details.rb +1 -1
- data/lib/oci/log_analytics/models/source_validate_results.rb +1 -1
- data/lib/oci/log_analytics/models/storage.rb +2 -2
- data/lib/oci/log_analytics/models/storage_usage.rb +4 -4
- data/lib/oci/log_analytics/models/storage_work_request.rb +14 -14
- data/lib/oci/log_analytics/models/storage_work_request_collection.rb +2 -2
- data/lib/oci/log_analytics/models/storage_work_request_summary.rb +14 -14
- data/lib/oci/log_analytics/models/timezone_collection.rb +2 -2
- data/lib/oci/log_analytics/models/update_log_analytics_object_collection_rule_details.rb +3 -3
- data/lib/oci/log_analytics/models/update_storage_details.rb +1 -1
- data/lib/oci/log_analytics/models/upload.rb +1 -1
- data/lib/oci/log_analytics/models/upload_collection.rb +1 -1
- data/lib/oci/log_analytics/models/upload_file_collection.rb +1 -1
- data/lib/oci/log_analytics/models/upload_summary.rb +1 -1
- data/lib/oci/log_analytics/models/upload_warning_summary.rb +1 -1
- data/lib/oci/log_analytics/models/work_request_error_collection.rb +2 -2
- data/lib/oci/log_analytics/models/work_request_log.rb +3 -3
- data/lib/oci/log_analytics/models/work_request_log_collection.rb +2 -2
- data/lib/oci/logging/logging_management_client.rb +52 -52
- data/lib/oci/logging/logging_management_client_composite_operations.rb +128 -7
- data/lib/oci/logging/models/category.rb +4 -4
- data/lib/oci/logging/models/change_log_group_compartment_details.rb +2 -2
- data/lib/oci/logging/models/change_log_log_group_details.rb +1 -1
- data/lib/oci/logging/models/change_unified_agent_configuration_compartment_details.rb +2 -2
- data/lib/oci/logging/models/create_log_details.rb +3 -3
- data/lib/oci/logging/models/create_log_group_details.rb +1 -1
- data/lib/oci/logging/models/create_log_saved_search_details.rb +2 -16
- data/lib/oci/logging/models/create_unified_agent_configuration_details.rb +1 -1
- data/lib/oci/logging/models/grok_pattern.rb +6 -6
- data/lib/oci/logging/models/log.rb +5 -5
- data/lib/oci/logging/models/log_group.rb +3 -3
- data/lib/oci/logging/models/log_group_summary.rb +43 -5
- data/lib/oci/logging/models/log_included_search.rb +1 -1
- data/lib/oci/logging/models/log_included_search_summary.rb +1 -1
- data/lib/oci/logging/models/log_saved_search.rb +44 -19
- data/lib/oci/logging/models/log_saved_search_lifecycle_state.rb +5 -1
- data/lib/oci/logging/models/log_saved_search_summary.rb +63 -17
- data/lib/oci/logging/models/log_saved_search_summary_collection.rb +1 -1
- data/lib/oci/logging/models/log_summary.rb +4 -4
- data/lib/oci/logging/models/parameter.rb +2 -2
- data/lib/oci/logging/models/resource_type.rb +2 -2
- data/lib/oci/logging/models/service_summary.rb +6 -6
- data/lib/oci/logging/models/source.rb +1 -1
- data/lib/oci/logging/models/unified_agent_apache2_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_apache_error_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_configuration.rb +2 -2
- data/lib/oci/logging/models/unified_agent_configuration_collection.rb +1 -1
- data/lib/oci/logging/models/unified_agent_configuration_summary.rb +4 -4
- data/lib/oci/logging/models/unified_agent_csv_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_grok_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_logging_destination.rb +1 -1
- data/lib/oci/logging/models/unified_agent_logging_source.rb +2 -2
- data/lib/oci/logging/models/unified_agent_multiline_grok_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_multiline_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_none_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_parser.rb +7 -7
- data/lib/oci/logging/models/unified_agent_regex_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_service_configuration_details.rb +1 -1
- data/lib/oci/logging/models/unified_agent_syslog_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_tail_log_source.rb +1 -1
- data/lib/oci/logging/models/unified_agent_tsv_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_windows_event_source.rb +1 -1
- data/lib/oci/logging/models/unified_json_parser.rb +1 -1
- data/lib/oci/logging/models/update_configuration_details.rb +1 -1
- data/lib/oci/logging/models/update_log_details.rb +3 -3
- data/lib/oci/logging/models/update_log_group_details.rb +1 -1
- data/lib/oci/logging/models/update_log_saved_search_details.rb +2 -16
- data/lib/oci/logging/models/update_unified_agent_configuration_details.rb +2 -2
- data/lib/oci/logging/models/work_request.rb +2 -2
- data/lib/oci/logging/models/work_request_error.rb +3 -3
- data/lib/oci/logging/models/work_request_log.rb +1 -1
- data/lib/oci/logging/models/work_request_resource.rb +3 -3
- data/lib/oci/loggingingestion/logging_client.rb +3 -3
- data/lib/oci/loggingingestion/models/log_entry.rb +4 -5
- data/lib/oci/loggingingestion/models/log_entry_batch.rb +7 -7
- data/lib/oci/loggingsearch/log_search_client.rb +3 -3
- data/lib/oci/loggingsearch/models/field_info.rb +1 -1
- data/lib/oci/loggingsearch/models/search_logs_details.rb +2 -2
- data/lib/oci/loggingsearch/models/search_result.rb +2 -2
- data/lib/oci/management_dashboard/dashx_apis_client.rb +31 -32
- data/lib/oci/management_dashboard/models/change_management_dashboards_compartment_details.rb +2 -2
- data/lib/oci/management_dashboard/models/change_management_saved_searches_compartment_details.rb +2 -2
- data/lib/oci/management_dashboard/models/create_management_dashboard_details.rb +18 -18
- data/lib/oci/management_dashboard/models/create_management_saved_search_details.rb +15 -15
- data/lib/oci/management_dashboard/models/management_dashboard.rb +23 -23
- data/lib/oci/management_dashboard/models/management_dashboard_export_details.rb +1 -1
- data/lib/oci/management_dashboard/models/management_dashboard_for_import_export_details.rb +19 -19
- data/lib/oci/management_dashboard/models/management_dashboard_import_details.rb +1 -1
- data/lib/oci/management_dashboard/models/management_dashboard_summary.rb +14 -14
- data/lib/oci/management_dashboard/models/management_dashboard_tile_details.rb +14 -12
- data/lib/oci/management_dashboard/models/management_saved_search.rb +19 -19
- data/lib/oci/management_dashboard/models/management_saved_search_for_import_details.rb +15 -15
- data/lib/oci/management_dashboard/models/management_saved_search_summary.rb +46 -18
- data/lib/oci/management_dashboard/models/update_management_dashboard_details.rb +17 -17
- data/lib/oci/management_dashboard/models/update_management_saved_search_details.rb +15 -15
- data/lib/oci/mysql/db_system_client.rb +611 -2
- data/lib/oci/mysql/db_system_client_composite_operations.rb +345 -0
- data/lib/oci/mysql/models/add_analytics_cluster_details.rb +173 -0
- data/lib/oci/mysql/models/analytics_cluster.rb +282 -0
- data/lib/oci/mysql/models/analytics_cluster_memory_estimate.rb +236 -0
- data/lib/oci/mysql/models/analytics_cluster_memory_estimate_status.rb +15 -0
- data/lib/oci/mysql/models/analytics_cluster_node.rb +222 -0
- data/lib/oci/mysql/models/analytics_cluster_schema_memory_estimate.rb +172 -0
- data/lib/oci/mysql/models/analytics_cluster_summary.rb +215 -0
- data/lib/oci/mysql/models/analytics_cluster_table_memory_estimate.rb +236 -0
- data/lib/oci/mysql/models/db_system.rb +31 -1
- data/lib/oci/mysql/models/db_system_summary.rb +31 -1
- data/lib/oci/mysql/models/shape_summary.rb +46 -4
- data/lib/oci/mysql/models/update_analytics_cluster_details.rb +179 -0
- data/lib/oci/mysql/models/work_request.rb +7 -0
- data/lib/oci/mysql/models/work_request_operation_type.rb +8 -1
- data/lib/oci/mysql/models/work_request_summary.rb +7 -0
- data/lib/oci/mysql/mysql.rb +9 -0
- data/lib/oci/mysql/mysqlaas_client.rb +14 -0
- data/lib/oci/nosql/models/create_table_details.rb +15 -1
- data/lib/oci/nosql/models/table.rb +55 -4
- data/lib/oci/nosql/models/table_collection.rb +32 -4
- data/lib/oci/nosql/models/table_summary.rb +54 -4
- data/lib/oci/nosql/nosql_client.rb +6 -6
- data/lib/oci/object_storage/models/object_lifecycle_rule.rb +6 -0
- data/lib/oci/ocvp/models/create_esxi_host_details.rb +4 -2
- data/lib/oci/ocvp/models/create_sddc_details.rb +35 -3
- data/lib/oci/ocvp/models/sddc.rb +89 -1
- data/lib/oci/ocvp/models/sddc_summary.rb +29 -1
- data/lib/oci/ocvp/models/update_esxi_host_details.rb +3 -1
- data/lib/oci/ocvp/models/update_sddc_details.rb +17 -1
- data/lib/oci/opsi/models/database_details.rb +210 -0
- data/lib/oci/opsi/models/database_insight_summary.rb +286 -0
- data/lib/oci/opsi/models/database_insights.rb +154 -0
- data/lib/oci/opsi/models/database_insights_collection.rb +150 -0
- data/lib/oci/opsi/models/historical_data_item.rb +165 -0
- data/lib/oci/opsi/models/ingest_sql_bucket_details.rb +151 -0
- data/lib/oci/opsi/models/ingest_sql_bucket_response_details.rb +152 -0
- data/lib/oci/opsi/models/ingest_sql_plan_lines_details.rb +151 -0
- data/lib/oci/opsi/models/ingest_sql_plan_lines_response_details.rb +152 -0
- data/lib/oci/opsi/models/ingest_sql_text_details.rb +151 -0
- data/lib/oci/opsi/models/ingest_sql_text_response_details.rb +152 -0
- data/lib/oci/opsi/models/projected_data_item.rb +195 -0
- data/lib/oci/opsi/models/resource_capacity_trend_aggregation.rb +180 -0
- data/lib/oci/opsi/models/resource_insight_current_utilization.rb +160 -0
- data/lib/oci/opsi/models/resource_insight_projected_utilization.rb +160 -0
- data/lib/oci/opsi/models/resource_insight_projected_utilization_item.rb +164 -0
- data/lib/oci/opsi/models/resource_statistics.rb +219 -0
- data/lib/oci/opsi/models/resource_statistics_aggregation.rb +166 -0
- data/lib/oci/opsi/models/resource_usage_trend_aggregation.rb +176 -0
- data/lib/oci/opsi/models/sort_order.rb +11 -0
- data/lib/oci/opsi/models/sql_bucket.rb +307 -0
- data/lib/oci/opsi/models/sql_insight_aggregation.rb +202 -0
- data/lib/oci/opsi/models/sql_insight_aggregation_collection.rb +199 -0
- data/lib/oci/opsi/models/sql_insight_thresholds.rb +243 -0
- data/lib/oci/opsi/models/sql_inventory.rb +182 -0
- data/lib/oci/opsi/models/sql_plan_collection.rb +180 -0
- data/lib/oci/opsi/models/sql_plan_insight_aggregation.rb +210 -0
- data/lib/oci/opsi/models/sql_plan_insight_aggregation_collection.rb +218 -0
- data/lib/oci/opsi/models/sql_plan_insights.rb +177 -0
- data/lib/oci/opsi/models/sql_plan_line.rb +673 -0
- data/lib/oci/opsi/models/sql_plan_summary.rb +169 -0
- data/lib/oci/opsi/models/sql_response_time_distribution_aggregation.rb +168 -0
- data/lib/oci/opsi/models/sql_response_time_distribution_aggregation_collection.rb +208 -0
- data/lib/oci/opsi/models/sql_search_collection.rb +209 -0
- data/lib/oci/opsi/models/sql_search_summary.rb +224 -0
- data/lib/oci/opsi/models/sql_statistic_aggregation.rb +189 -0
- data/lib/oci/opsi/models/sql_statistic_aggregation_collection.rb +179 -0
- data/lib/oci/opsi/models/sql_statistics.rb +402 -0
- data/lib/oci/opsi/models/sql_statistics_time_series.rb +162 -0
- data/lib/oci/opsi/models/sql_statistics_time_series_aggregation.rb +165 -0
- data/lib/oci/opsi/models/sql_statistics_time_series_aggregation_collection.rb +223 -0
- data/lib/oci/opsi/models/sql_statistics_time_series_by_plan_aggregation.rb +165 -0
- data/lib/oci/opsi/models/sql_statistics_time_series_by_plan_aggregation_collection.rb +237 -0
- data/lib/oci/opsi/models/sql_text.rb +248 -0
- data/lib/oci/opsi/models/sql_text_collection.rb +151 -0
- data/lib/oci/opsi/models/sql_text_summary.rb +184 -0
- data/lib/oci/opsi/models/summarize_database_insight_resource_capacity_trend_aggregation_collection.rb +270 -0
- data/lib/oci/opsi/models/summarize_database_insight_resource_forecast_trend_aggregation.rb +302 -0
- data/lib/oci/opsi/models/summarize_database_insight_resource_statistics_aggregation_collection.rb +249 -0
- data/lib/oci/opsi/models/summarize_database_insight_resource_usage_aggregation.rb +275 -0
- data/lib/oci/opsi/models/summarize_database_insight_resource_usage_trend_aggregation_collection.rb +270 -0
- data/lib/oci/opsi/models/summarize_database_insight_resource_utilization_insight_aggregation.rb +232 -0
- data/lib/oci/opsi/models/usage_unit.rb +13 -0
- data/lib/oci/opsi/operations_insights_client.rb +2008 -0
- data/lib/oci/opsi/operations_insights_client_composite_operations.rb +25 -0
- data/lib/oci/opsi/opsi.rb +72 -0
- data/lib/oci/opsi/util.rb +3 -0
- data/lib/oci/optimizer/models/action.rb +192 -0
- data/lib/oci/optimizer/models/action_type.rb +10 -0
- data/lib/oci/optimizer/models/bulk_apply_recommendations_details.rb +197 -0
- data/lib/oci/optimizer/models/category.rb +298 -0
- data/lib/oci/optimizer/models/category_collection.rb +151 -0
- data/lib/oci/optimizer/models/category_summary.rb +298 -0
- data/lib/oci/optimizer/models/create_profile_details.rb +227 -0
- data/lib/oci/{log_analytics/models/log_analytics_summary.rb → optimizer/models/enrollment_status.rb} +81 -63
- data/lib/oci/optimizer/models/enrollment_status_collection.rb +151 -0
- data/lib/oci/optimizer/models/enrollment_status_summary.rb +279 -0
- data/lib/oci/optimizer/models/history_collection.rb +151 -0
- data/lib/oci/optimizer/models/history_summary.rb +429 -0
- data/lib/oci/optimizer/models/importance.rb +14 -0
- data/lib/oci/{log_analytics/models/field_map.rb → optimizer/models/level_configuration.rb} +19 -24
- data/lib/oci/optimizer/models/levels_configuration.rb +150 -0
- data/lib/oci/optimizer/models/lifecycle_state.rb +18 -0
- data/lib/oci/optimizer/models/operation_status.rb +15 -0
- data/lib/oci/optimizer/models/operation_type.rb +10 -0
- data/lib/oci/optimizer/models/optimizer_enrollment_status.rb +11 -0
- data/lib/oci/optimizer/models/profile.rb +305 -0
- data/lib/oci/optimizer/models/profile_collection.rb +151 -0
- data/lib/oci/optimizer/models/profile_summary.rb +303 -0
- data/lib/oci/optimizer/models/recommendation.rb +409 -0
- data/lib/oci/optimizer/models/recommendation_collection.rb +151 -0
- data/lib/oci/optimizer/models/recommendation_count.rb +183 -0
- data/lib/oci/optimizer/models/recommendation_summary.rb +409 -0
- data/lib/oci/optimizer/models/resource_action.rb +450 -0
- data/lib/oci/optimizer/models/resource_action_collection.rb +151 -0
- data/lib/oci/optimizer/models/resource_action_summary.rb +450 -0
- data/lib/oci/optimizer/models/resource_count.rb +182 -0
- data/lib/oci/optimizer/models/sort_order.rb +11 -0
- data/lib/oci/optimizer/models/status.rb +13 -0
- data/lib/oci/{log_analytics/models/agent_upload.rb → optimizer/models/supported_level.rb} +3 -3
- data/lib/oci/optimizer/models/supported_levels.rb +153 -0
- data/lib/oci/optimizer/models/update_enrollment_status_details.rb +166 -0
- data/lib/oci/optimizer/models/update_profile_details.rb +202 -0
- data/lib/oci/optimizer/models/update_recommendation_details.rb +183 -0
- data/lib/oci/optimizer/models/update_resource_action_details.rb +183 -0
- data/lib/oci/optimizer/models/work_request.rb +300 -0
- data/lib/oci/optimizer/models/work_request_action_type.rb +14 -0
- data/lib/oci/optimizer/models/work_request_collection.rb +151 -0
- data/lib/oci/optimizer/models/work_request_error.rb +173 -0
- data/lib/oci/optimizer/models/work_request_error_collection.rb +151 -0
- data/lib/oci/optimizer/models/work_request_log_entry.rb +161 -0
- data/lib/oci/optimizer/models/work_request_log_entry_collection.rb +151 -0
- data/lib/oci/{log_analytics/models/out_of_box_entity_type_details.rb → optimizer/models/work_request_resource.rb} +60 -57
- data/lib/oci/optimizer/optimizer.rb +66 -0
- data/lib/oci/optimizer/optimizer_client.rb +1652 -0
- data/lib/oci/optimizer/optimizer_client_composite_operations.rb +314 -0
- data/lib/oci/optimizer/util.rb +3 -0
- data/lib/oci/regions.rb +5 -1
- data/lib/oci/sch/models/service_connector.rb +1 -1
- data/lib/oci/sch/models/source_details.rb +1 -1
- data/lib/oci/sch/models/target_details.rb +1 -1
- data/lib/oci/sch/models/task_details.rb +1 -1
- data/lib/oci/sch/models/work_request.rb +1 -1
- data/lib/oci/sch/service_connector_client.rb +8 -8
- data/lib/oci/signer.rb +3 -1
- data/lib/oci/tenant_manager_control_plane/link_client.rb +287 -0
- data/lib/oci/tenant_manager_control_plane/link_client_composite_operations.rb +65 -0
- data/lib/oci/tenant_manager_control_plane/models/action_type.rb +14 -0
- data/lib/oci/tenant_manager_control_plane/models/create_sender_invitation_details.rb +228 -0
- data/lib/oci/tenant_manager_control_plane/models/lifecycle_state.rb +15 -0
- data/lib/oci/tenant_manager_control_plane/models/link.rb +258 -0
- data/lib/oci/tenant_manager_control_plane/models/link_collection.rb +150 -0
- data/lib/oci/tenant_manager_control_plane/models/link_summary.rb +258 -0
- data/lib/oci/tenant_manager_control_plane/models/operation_status.rb +15 -0
- data/lib/oci/tenant_manager_control_plane/models/operation_type.rb +12 -0
- data/lib/oci/tenant_manager_control_plane/models/recipient_invitation.rb +367 -0
- data/lib/oci/tenant_manager_control_plane/models/recipient_invitation_collection.rb +150 -0
- data/lib/oci/tenant_manager_control_plane/models/recipient_invitation_status.rb +15 -0
- data/lib/oci/tenant_manager_control_plane/models/recipient_invitation_summary.rb +367 -0
- data/lib/oci/tenant_manager_control_plane/models/sender_invitation.rb +366 -0
- data/lib/oci/tenant_manager_control_plane/models/sender_invitation_collection.rb +150 -0
- data/lib/oci/tenant_manager_control_plane/models/sender_invitation_status.rb +14 -0
- data/lib/oci/tenant_manager_control_plane/models/sender_invitation_summary.rb +366 -0
- data/lib/oci/tenant_manager_control_plane/models/sort_order.rb +11 -0
- data/lib/oci/tenant_manager_control_plane/models/update_recipient_invitation_details.rb +186 -0
- data/lib/oci/tenant_manager_control_plane/models/update_sender_invitation_details.rb +186 -0
- data/lib/oci/tenant_manager_control_plane/models/work_request.rb +307 -0
- data/lib/oci/tenant_manager_control_plane/models/work_request_collection.rb +150 -0
- data/lib/oci/tenant_manager_control_plane/models/work_request_error.rb +173 -0
- data/lib/oci/tenant_manager_control_plane/models/work_request_error_collection.rb +150 -0
- data/lib/oci/tenant_manager_control_plane/models/work_request_log_entry.rb +160 -0
- data/lib/oci/tenant_manager_control_plane/models/work_request_log_entry_collection.rb +150 -0
- data/lib/oci/tenant_manager_control_plane/models/work_request_resource.rb +219 -0
- data/lib/oci/tenant_manager_control_plane/models/work_request_summary.rb +307 -0
- data/lib/oci/tenant_manager_control_plane/recipient_invitation_client.rb +425 -0
- data/lib/oci/tenant_manager_control_plane/recipient_invitation_client_composite_operations.rb +153 -0
- data/lib/oci/tenant_manager_control_plane/sender_invitation_client.rb +435 -0
- data/lib/oci/tenant_manager_control_plane/sender_invitation_client_composite_operations.rb +163 -0
- data/lib/oci/tenant_manager_control_plane/tenant_manager_control_plane.rb +52 -0
- data/lib/oci/tenant_manager_control_plane/util.rb +3 -0
- data/lib/oci/tenant_manager_control_plane/work_request_client.rb +356 -0
- data/lib/oci/tenant_manager_control_plane/work_request_client_composite_operations.rb +25 -0
- data/lib/oci/usage_api/models/configuration.rb +3 -3
- data/lib/oci/usage_api/models/configuration_aggregation.rb +2 -2
- data/lib/oci/usage_api/models/dimension.rb +3 -3
- data/lib/oci/usage_api/models/filter.rb +1 -1
- data/lib/oci/usage_api/models/request_summarized_usages_details.rb +12 -12
- data/lib/oci/usage_api/models/tag.rb +3 -3
- data/lib/oci/usage_api/models/usage_aggregation.rb +1 -1
- data/lib/oci/usage_api/models/usage_summary.rb +47 -19
- data/lib/oci/usage_api/usageapi_client.rb +4 -4
- data/lib/oci/version.rb +1 -1
- metadata +273 -17
- data/lib/oci/log_analytics/models/attribute.rb +0 -435
@@ -15,6 +15,7 @@ module OCI
|
|
15
15
|
ACTION_TYPE_DELETED = 'DELETED'.freeze,
|
16
16
|
ACTION_TYPE_RELATED = 'RELATED'.freeze,
|
17
17
|
ACTION_TYPE_IN_PROGRESS = 'IN_PROGRESS'.freeze,
|
18
|
+
ACTION_TYPE_FAILED = 'FAILED'.freeze,
|
18
19
|
ACTION_TYPE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
|
19
20
|
].freeze
|
20
21
|
|
@@ -62,6 +62,7 @@ require 'oci/load_balancer/models/redirect_rule'
|
|
62
62
|
require 'oci/load_balancer/models/redirect_uri'
|
63
63
|
require 'oci/load_balancer/models/remove_http_request_header_rule'
|
64
64
|
require 'oci/load_balancer/models/remove_http_response_header_rule'
|
65
|
+
require 'oci/load_balancer/models/reserved_ip'
|
65
66
|
require 'oci/load_balancer/models/rule'
|
66
67
|
require 'oci/load_balancer/models/rule_condition'
|
67
68
|
require 'oci/load_balancer/models/rule_set'
|
@@ -8,12 +8,13 @@ require_relative 'rule'
|
|
8
8
|
module OCI
|
9
9
|
# An object that represents the action of adding a header to a request.
|
10
10
|
# This rule applies only to HTTP listeners.
|
11
|
-
#
|
12
11
|
# **NOTES:**
|
13
12
|
#
|
14
13
|
# * If a matching header already exists in the request, the system removes all of its occurrences, and then adds the
|
15
14
|
# new header.
|
16
15
|
#
|
16
|
+
# * If a customer adds empty value, it has the same effect as dropping that header.
|
17
|
+
#
|
17
18
|
# * The system does not distinquish between underscore and dash characters in headers. That is, it treats
|
18
19
|
# `example_header_name` and `example-header-name` as identical. Oracle recommends that you do not rely on underscore
|
19
20
|
# or dash characters to uniquely distinguish header names.
|
@@ -62,6 +62,11 @@ module OCI
|
|
62
62
|
# @return [String]
|
63
63
|
attr_reader :ip_mode
|
64
64
|
|
65
|
+
# An array of reserved Ips.
|
66
|
+
#
|
67
|
+
# @return [Array<OCI::LoadBalancer::Models::ReservedIP>]
|
68
|
+
attr_accessor :reserved_ips
|
69
|
+
|
65
70
|
# @return [Hash<String, OCI::LoadBalancer::Models::ListenerDetails>]
|
66
71
|
attr_accessor :listeners
|
67
72
|
|
@@ -128,6 +133,7 @@ module OCI
|
|
128
133
|
'shape_name': :'shapeName',
|
129
134
|
'is_private': :'isPrivate',
|
130
135
|
'ip_mode': :'ipMode',
|
136
|
+
'reserved_ips': :'reservedIps',
|
131
137
|
'listeners': :'listeners',
|
132
138
|
'hostnames': :'hostnames',
|
133
139
|
'backend_sets': :'backendSets',
|
@@ -152,6 +158,7 @@ module OCI
|
|
152
158
|
'shape_name': :'String',
|
153
159
|
'is_private': :'BOOLEAN',
|
154
160
|
'ip_mode': :'String',
|
161
|
+
'reserved_ips': :'Array<OCI::LoadBalancer::Models::ReservedIP>',
|
155
162
|
'listeners': :'Hash<String, OCI::LoadBalancer::Models::ListenerDetails>',
|
156
163
|
'hostnames': :'Hash<String, OCI::LoadBalancer::Models::HostnameDetails>',
|
157
164
|
'backend_sets': :'Hash<String, OCI::LoadBalancer::Models::BackendSetDetails>',
|
@@ -178,6 +185,7 @@ module OCI
|
|
178
185
|
# @option attributes [String] :shape_name The value to assign to the {#shape_name} property
|
179
186
|
# @option attributes [BOOLEAN] :is_private The value to assign to the {#is_private} property
|
180
187
|
# @option attributes [String] :ip_mode The value to assign to the {#ip_mode} property
|
188
|
+
# @option attributes [Array<OCI::LoadBalancer::Models::ReservedIP>] :reserved_ips The value to assign to the {#reserved_ips} property
|
181
189
|
# @option attributes [Hash<String, OCI::LoadBalancer::Models::ListenerDetails>] :listeners The value to assign to the {#listeners} property
|
182
190
|
# @option attributes [Hash<String, OCI::LoadBalancer::Models::HostnameDetails>] :hostnames The value to assign to the {#hostnames} property
|
183
191
|
# @option attributes [Hash<String, OCI::LoadBalancer::Models::BackendSetDetails>] :backend_sets The value to assign to the {#backend_sets} property
|
@@ -229,6 +237,12 @@ module OCI
|
|
229
237
|
self.ip_mode = attributes[:'ip_mode'] if attributes[:'ip_mode']
|
230
238
|
self.ip_mode = "IPV4" if ip_mode.nil? && !attributes.key?(:'ipMode') && !attributes.key?(:'ip_mode') # rubocop:disable Style/StringLiterals
|
231
239
|
|
240
|
+
self.reserved_ips = attributes[:'reservedIps'] if attributes[:'reservedIps']
|
241
|
+
|
242
|
+
raise 'You cannot provide both :reservedIps and :reserved_ips' if attributes.key?(:'reservedIps') && attributes.key?(:'reserved_ips')
|
243
|
+
|
244
|
+
self.reserved_ips = attributes[:'reserved_ips'] if attributes[:'reserved_ips']
|
245
|
+
|
232
246
|
self.listeners = attributes[:'listeners'] if attributes[:'listeners']
|
233
247
|
|
234
248
|
self.hostnames = attributes[:'hostnames'] if attributes[:'hostnames']
|
@@ -308,6 +322,7 @@ module OCI
|
|
308
322
|
shape_name == other.shape_name &&
|
309
323
|
is_private == other.is_private &&
|
310
324
|
ip_mode == other.ip_mode &&
|
325
|
+
reserved_ips == other.reserved_ips &&
|
311
326
|
listeners == other.listeners &&
|
312
327
|
hostnames == other.hostnames &&
|
313
328
|
backend_sets == other.backend_sets &&
|
@@ -334,7 +349,7 @@ module OCI
|
|
334
349
|
# Calculates hash code according to all attributes.
|
335
350
|
# @return [Fixnum] Hash code
|
336
351
|
def hash
|
337
|
-
[compartment_id, display_name, shape_name, is_private, ip_mode, listeners, hostnames, backend_sets, network_security_group_ids, subnet_ids, certificates, ssl_cipher_suites, path_route_sets, freeform_tags, defined_tags, rule_sets].hash
|
352
|
+
[compartment_id, display_name, shape_name, is_private, ip_mode, reserved_ips, listeners, hostnames, backend_sets, network_security_group_ids, subnet_ids, certificates, ssl_cipher_suites, path_route_sets, freeform_tags, defined_tags, rule_sets].hash
|
338
353
|
end
|
339
354
|
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
340
355
|
|
@@ -23,12 +23,16 @@ module OCI
|
|
23
23
|
# @return [BOOLEAN]
|
24
24
|
attr_accessor :is_public
|
25
25
|
|
26
|
+
# @return [OCI::LoadBalancer::Models::ReservedIP]
|
27
|
+
attr_accessor :reserved_ip
|
28
|
+
|
26
29
|
# Attribute mapping from ruby-style variable name to JSON key.
|
27
30
|
def self.attribute_map
|
28
31
|
{
|
29
32
|
# rubocop:disable Style/SymbolLiteral
|
30
33
|
'ip_address': :'ipAddress',
|
31
|
-
'is_public': :'isPublic'
|
34
|
+
'is_public': :'isPublic',
|
35
|
+
'reserved_ip': :'reservedIp'
|
32
36
|
# rubocop:enable Style/SymbolLiteral
|
33
37
|
}
|
34
38
|
end
|
@@ -38,7 +42,8 @@ module OCI
|
|
38
42
|
{
|
39
43
|
# rubocop:disable Style/SymbolLiteral
|
40
44
|
'ip_address': :'String',
|
41
|
-
'is_public': :'BOOLEAN'
|
45
|
+
'is_public': :'BOOLEAN',
|
46
|
+
'reserved_ip': :'OCI::LoadBalancer::Models::ReservedIP'
|
42
47
|
# rubocop:enable Style/SymbolLiteral
|
43
48
|
}
|
44
49
|
end
|
@@ -51,6 +56,7 @@ module OCI
|
|
51
56
|
# @param [Hash] attributes Model attributes in the form of hash
|
52
57
|
# @option attributes [String] :ip_address The value to assign to the {#ip_address} property
|
53
58
|
# @option attributes [BOOLEAN] :is_public The value to assign to the {#is_public} property
|
59
|
+
# @option attributes [OCI::LoadBalancer::Models::ReservedIP] :reserved_ip The value to assign to the {#reserved_ip} property
|
54
60
|
def initialize(attributes = {})
|
55
61
|
return unless attributes.is_a?(Hash)
|
56
62
|
|
@@ -68,6 +74,12 @@ module OCI
|
|
68
74
|
raise 'You cannot provide both :isPublic and :is_public' if attributes.key?(:'isPublic') && attributes.key?(:'is_public')
|
69
75
|
|
70
76
|
self.is_public = attributes[:'is_public'] unless attributes[:'is_public'].nil?
|
77
|
+
|
78
|
+
self.reserved_ip = attributes[:'reservedIp'] if attributes[:'reservedIp']
|
79
|
+
|
80
|
+
raise 'You cannot provide both :reservedIp and :reserved_ip' if attributes.key?(:'reservedIp') && attributes.key?(:'reserved_ip')
|
81
|
+
|
82
|
+
self.reserved_ip = attributes[:'reserved_ip'] if attributes[:'reserved_ip']
|
71
83
|
end
|
72
84
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
73
85
|
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
@@ -82,7 +94,8 @@ module OCI
|
|
82
94
|
|
83
95
|
self.class == other.class &&
|
84
96
|
ip_address == other.ip_address &&
|
85
|
-
is_public == other.is_public
|
97
|
+
is_public == other.is_public &&
|
98
|
+
reserved_ip == other.reserved_ip
|
86
99
|
end
|
87
100
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
88
101
|
|
@@ -98,7 +111,7 @@ module OCI
|
|
98
111
|
# Calculates hash code according to all attributes.
|
99
112
|
# @return [Fixnum] Hash code
|
100
113
|
def hash
|
101
|
-
[ip_address, is_public].hash
|
114
|
+
[ip_address, is_public, reserved_ip].hash
|
102
115
|
end
|
103
116
|
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
104
117
|
|
@@ -7,9 +7,7 @@ require_relative 'rule'
|
|
7
7
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
8
8
|
module OCI
|
9
9
|
# An object that represents the action of removing a header from a request. This rule applies only to HTTP listeners.
|
10
|
-
#
|
11
10
|
# If the same header appears more than once in the request, the load balancer removes all occurances of the specified header.
|
12
|
-
#
|
13
11
|
# **Note:** The system does not distinquish between underscore and dash characters in headers. That is, it treats
|
14
12
|
# `example_header_name` and `example-header-name` as identical. Oracle recommends that you do not rely on underscore
|
15
13
|
# or dash characters to uniquely distinguish header names.
|
@@ -5,10 +5,8 @@ require 'date'
|
|
5
5
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
7
7
|
module OCI
|
8
|
-
#
|
9
|
-
|
10
|
-
class LogAnalytics::Models::LogAnalyticsCollectionWarning
|
11
|
-
# The id of the collection warning
|
8
|
+
# ReservedIP model.
|
9
|
+
class LoadBalancer::Models::ReservedIP
|
12
10
|
# @return [String]
|
13
11
|
attr_accessor :id
|
14
12
|
|
@@ -5,14 +5,15 @@ require 'date'
|
|
5
5
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
7
7
|
module OCI
|
8
|
-
#
|
9
|
-
#
|
8
|
+
# UpdateLoadBalancerShapeDetails model.
|
10
9
|
class LoadBalancer::Models::UpdateLoadBalancerShapeDetails
|
11
|
-
# **[Required]**
|
12
|
-
# To get a list of available shapes, use the {#list_shapes list_shapes}
|
13
|
-
# operation.
|
10
|
+
# **[Required]** The new shape name for the load balancer.
|
14
11
|
#
|
15
|
-
#
|
12
|
+
# Allowed values are :
|
13
|
+
# * 10Mbps
|
14
|
+
# * 100Mbps
|
15
|
+
# * 400Mbps
|
16
|
+
# * 8000Mbps
|
16
17
|
#
|
17
18
|
# @return [String]
|
18
19
|
attr_accessor :shape_name
|
@@ -20,11 +20,9 @@ require 'oci/log_analytics/models/action'
|
|
20
20
|
require 'oci/log_analytics/models/action_types'
|
21
21
|
require 'oci/log_analytics/models/add_entity_association_details'
|
22
22
|
require 'oci/log_analytics/models/add_fields_command_descriptor'
|
23
|
-
require 'oci/log_analytics/models/agent_upload'
|
24
23
|
require 'oci/log_analytics/models/archiving_configuration'
|
25
24
|
require 'oci/log_analytics/models/argument'
|
26
25
|
require 'oci/log_analytics/models/association_summary_report'
|
27
|
-
require 'oci/log_analytics/models/attribute'
|
28
26
|
require 'oci/log_analytics/models/auto_lookups'
|
29
27
|
require 'oci/log_analytics/models/bottom_command_descriptor'
|
30
28
|
require 'oci/log_analytics/models/bucket_command_descriptor'
|
@@ -51,7 +49,6 @@ require 'oci/log_analytics/models/create_log_analytics_entity_details'
|
|
51
49
|
require 'oci/log_analytics/models/create_log_analytics_entity_type_details'
|
52
50
|
require 'oci/log_analytics/models/create_log_analytics_log_group_details'
|
53
51
|
require 'oci/log_analytics/models/create_log_analytics_object_collection_rule_details'
|
54
|
-
require 'oci/log_analytics/models/create_namespace_details'
|
55
52
|
require 'oci/log_analytics/models/create_scheduled_task_details'
|
56
53
|
require 'oci/log_analytics/models/create_standard_task_details'
|
57
54
|
require 'oci/log_analytics/models/cron_schedule'
|
@@ -79,7 +76,6 @@ require 'oci/log_analytics/models/extract_log_header_details'
|
|
79
76
|
require 'oci/log_analytics/models/extract_log_header_results'
|
80
77
|
require 'oci/log_analytics/models/field'
|
81
78
|
require 'oci/log_analytics/models/field_argument'
|
82
|
-
require 'oci/log_analytics/models/field_map'
|
83
79
|
require 'oci/log_analytics/models/field_summary_command_descriptor'
|
84
80
|
require 'oci/log_analytics/models/field_summary_report'
|
85
81
|
require 'oci/log_analytics/models/field_value'
|
@@ -91,7 +87,6 @@ require 'oci/log_analytics/models/filter_details'
|
|
91
87
|
require 'oci/log_analytics/models/filter_output'
|
92
88
|
require 'oci/log_analytics/models/fixed_frequency_schedule'
|
93
89
|
require 'oci/log_analytics/models/function_field'
|
94
|
-
require 'oci/log_analytics/models/generate_agent_object_name_details'
|
95
90
|
require 'oci/log_analytics/models/head_command_descriptor'
|
96
91
|
require 'oci/log_analytics/models/highlight_command_descriptor'
|
97
92
|
require 'oci/log_analytics/models/highlight_rows_command_descriptor'
|
@@ -108,14 +103,12 @@ require 'oci/log_analytics/models/lifecycle_states'
|
|
108
103
|
require 'oci/log_analytics/models/link_command_descriptor'
|
109
104
|
require 'oci/log_analytics/models/link_details_command_descriptor'
|
110
105
|
require 'oci/log_analytics/models/literal_argument'
|
111
|
-
require 'oci/log_analytics/models/log_analytics'
|
112
106
|
require 'oci/log_analytics/models/log_analytics_associated_entity'
|
113
107
|
require 'oci/log_analytics/models/log_analytics_associated_entity_collection'
|
114
108
|
require 'oci/log_analytics/models/log_analytics_association'
|
115
109
|
require 'oci/log_analytics/models/log_analytics_association_collection'
|
116
110
|
require 'oci/log_analytics/models/log_analytics_association_parameter'
|
117
111
|
require 'oci/log_analytics/models/log_analytics_association_parameter_collection'
|
118
|
-
require 'oci/log_analytics/models/log_analytics_collection_warning'
|
119
112
|
require 'oci/log_analytics/models/log_analytics_config_work_request'
|
120
113
|
require 'oci/log_analytics/models/log_analytics_config_work_request_collection'
|
121
114
|
require 'oci/log_analytics/models/log_analytics_config_work_request_payload'
|
@@ -181,7 +174,6 @@ require 'oci/log_analytics/models/log_analytics_source_metric'
|
|
181
174
|
require 'oci/log_analytics/models/log_analytics_source_pattern'
|
182
175
|
require 'oci/log_analytics/models/log_analytics_source_pattern_collection'
|
183
176
|
require 'oci/log_analytics/models/log_analytics_source_summary'
|
184
|
-
require 'oci/log_analytics/models/log_analytics_summary'
|
185
177
|
require 'oci/log_analytics/models/log_group_summary_report'
|
186
178
|
require 'oci/log_analytics/models/lookup_command_descriptor'
|
187
179
|
require 'oci/log_analytics/models/lookup_field'
|
@@ -193,7 +185,6 @@ require 'oci/log_analytics/models/namespace_collection'
|
|
193
185
|
require 'oci/log_analytics/models/namespace_summary'
|
194
186
|
require 'oci/log_analytics/models/object_collection_rule_collection_types'
|
195
187
|
require 'oci/log_analytics/models/operation_status'
|
196
|
-
require 'oci/log_analytics/models/out_of_box_entity_type_details'
|
197
188
|
require 'oci/log_analytics/models/parse_query_details'
|
198
189
|
require 'oci/log_analytics/models/parse_query_output'
|
199
190
|
require 'oci/log_analytics/models/parsed_content'
|
@@ -203,18 +194,15 @@ require 'oci/log_analytics/models/parser_test_result'
|
|
203
194
|
require 'oci/log_analytics/models/property_override'
|
204
195
|
require 'oci/log_analytics/models/purge_action'
|
205
196
|
require 'oci/log_analytics/models/purge_storage_data_details'
|
206
|
-
require 'oci/log_analytics/models/query'
|
207
197
|
require 'oci/log_analytics/models/query_aggregation'
|
208
198
|
require 'oci/log_analytics/models/query_details'
|
209
199
|
require 'oci/log_analytics/models/query_operation_type'
|
210
200
|
require 'oci/log_analytics/models/query_work_request'
|
211
201
|
require 'oci/log_analytics/models/query_work_request_collection'
|
212
|
-
require 'oci/log_analytics/models/query_work_request_resource'
|
213
202
|
require 'oci/log_analytics/models/query_work_request_summary'
|
214
203
|
require 'oci/log_analytics/models/recall_archived_data_details'
|
215
204
|
require 'oci/log_analytics/models/regex_command_descriptor'
|
216
205
|
require 'oci/log_analytics/models/regex_match_result'
|
217
|
-
require 'oci/log_analytics/models/register_entity_types_details'
|
218
206
|
require 'oci/log_analytics/models/release_recalled_data_details'
|
219
207
|
require 'oci/log_analytics/models/remove_entity_associations_details'
|
220
208
|
require 'oci/log_analytics/models/rename_command_descriptor'
|
@@ -227,10 +215,8 @@ require 'oci/log_analytics/models/scheduler_resource'
|
|
227
215
|
require 'oci/log_analytics/models/scope_filter'
|
228
216
|
require 'oci/log_analytics/models/search_command_descriptor'
|
229
217
|
require 'oci/log_analytics/models/search_lookup_command_descriptor'
|
230
|
-
require 'oci/log_analytics/models/service_tenancy'
|
231
218
|
require 'oci/log_analytics/models/sort_command_descriptor'
|
232
219
|
require 'oci/log_analytics/models/sort_field'
|
233
|
-
require 'oci/log_analytics/models/sort_orders'
|
234
220
|
require 'oci/log_analytics/models/source_mapping_response'
|
235
221
|
require 'oci/log_analytics/models/source_summary_report'
|
236
222
|
require 'oci/log_analytics/models/source_validate_details'
|
@@ -246,7 +232,6 @@ require 'oci/log_analytics/models/storage_work_request'
|
|
246
232
|
require 'oci/log_analytics/models/storage_work_request_collection'
|
247
233
|
require 'oci/log_analytics/models/storage_work_request_summary'
|
248
234
|
require 'oci/log_analytics/models/stream_action'
|
249
|
-
require 'oci/log_analytics/models/string_list_details'
|
250
235
|
require 'oci/log_analytics/models/sub_system_name'
|
251
236
|
require 'oci/log_analytics/models/success'
|
252
237
|
require 'oci/log_analytics/models/suggest_details'
|
@@ -99,7 +99,7 @@ module OCI
|
|
99
99
|
|
100
100
|
|
101
101
|
# Adds association between input source log analytics entity and destination entities.
|
102
|
-
# @param [String] namespace_name The
|
102
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
103
103
|
#
|
104
104
|
# @param [String] log_analytics_entity_id The log analytics entity OCID.
|
105
105
|
#
|
@@ -173,7 +173,7 @@ module OCI
|
|
173
173
|
|
174
174
|
|
175
175
|
# get basic information about a specified set of labels
|
176
|
-
# @param [String] namespace_name The
|
176
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
177
177
|
#
|
178
178
|
# @param [OCI::LogAnalytics::Models::LabelNames] basic_details List of label names to get information on
|
179
179
|
# @param [BOOLEAN] is_include_deleted flag for whether or not to include information on deleted labels
|
@@ -251,7 +251,7 @@ module OCI
|
|
251
251
|
|
252
252
|
|
253
253
|
# Cancel/Remove query job work request.
|
254
|
-
# @param [String] namespace_name The
|
254
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
255
255
|
#
|
256
256
|
# @param [String] work_request_id Work Request Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the asynchronous request.
|
257
257
|
# @param [Hash] opts the optional parameters
|
@@ -314,7 +314,7 @@ module OCI
|
|
314
314
|
|
315
315
|
|
316
316
|
# Update the compartment of the log analytics entity with the given id.
|
317
|
-
# @param [String] namespace_name The
|
317
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
318
318
|
#
|
319
319
|
# @param [String] log_analytics_entity_id The log analytics entity OCID.
|
320
320
|
#
|
@@ -388,7 +388,7 @@ module OCI
|
|
388
388
|
|
389
389
|
|
390
390
|
# Updates the compartment of the Log-Analytics group with the given id.
|
391
|
-
# @param [String] namespace_name The
|
391
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
392
392
|
#
|
393
393
|
# @param [String] log_analytics_log_group_id unique logAnalytics log group identifier
|
394
394
|
# @param [OCI::LogAnalytics::Models::ChangeLogAnalyticsLogGroupCompartmentDetails] change_log_analytics_log_group_compartment_details The information to be updated.
|
@@ -461,10 +461,10 @@ module OCI
|
|
461
461
|
|
462
462
|
|
463
463
|
# Move the rule from it's current compartment to given compartment.
|
464
|
-
# @param [String] namespace_name The
|
464
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
465
465
|
#
|
466
|
-
# @param [String] log_analytics_object_collection_rule_id The
|
467
|
-
# @param [OCI::LogAnalytics::Models::ChangeLogAnalyticsObjectCollectionRuleCompartmentDetails] change_log_analytics_object_collection_rule_compartment_details
|
466
|
+
# @param [String] log_analytics_object_collection_rule_id The Logging Analytics Object Collection Rule [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
467
|
+
# @param [OCI::LogAnalytics::Models::ChangeLogAnalyticsObjectCollectionRuleCompartmentDetails] change_log_analytics_object_collection_rule_compartment_details The new compartment this Object Collection Rule will be moved to.
|
468
468
|
# @param [Hash] opts the optional parameters
|
469
469
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
470
470
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
@@ -527,7 +527,7 @@ module OCI
|
|
527
527
|
|
528
528
|
# Move the scheduled task into a different compartment within the same tenancy.
|
529
529
|
#
|
530
|
-
# @param [String] namespace_name The
|
530
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
531
531
|
#
|
532
532
|
# @param [String] scheduled_task_id Unique scheduledTask id returned from task create.
|
533
533
|
# If invalid will lead to a 404 not found.
|
@@ -604,7 +604,7 @@ module OCI
|
|
604
604
|
# Clean accumulated acceleration data stored for the accelerated saved search.
|
605
605
|
# The ScheduledTask taskType must be ACCELERATION.
|
606
606
|
#
|
607
|
-
# @param [String] namespace_name The
|
607
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
608
608
|
#
|
609
609
|
# @param [String] scheduled_task_id Unique scheduledTask id returned from task create.
|
610
610
|
# If invalid will lead to a 404 not found.
|
@@ -678,7 +678,7 @@ module OCI
|
|
678
678
|
|
679
679
|
|
680
680
|
# Create a new log analytics entity.
|
681
|
-
# @param [String] namespace_name The
|
681
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
682
682
|
#
|
683
683
|
# @param [OCI::LogAnalytics::Models::CreateLogAnalyticsEntityDetails] create_log_analytics_entity_details Details for the new log analytics entity.
|
684
684
|
# @param [Hash] opts the optional parameters
|
@@ -742,7 +742,7 @@ module OCI
|
|
742
742
|
|
743
743
|
|
744
744
|
# Add custom log analytics entity type.
|
745
|
-
# @param [String] namespace_name The
|
745
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
746
746
|
#
|
747
747
|
# @param [OCI::LogAnalytics::Models::CreateLogAnalyticsEntityTypeDetails] create_log_analytics_entity_type_details Definition for custom log analytics entity type.
|
748
748
|
# @param [Hash] opts the optional parameters
|
@@ -805,7 +805,7 @@ module OCI
|
|
805
805
|
|
806
806
|
|
807
807
|
# Creates a new Log-Analytics group.
|
808
|
-
# @param [String] namespace_name The
|
808
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
809
809
|
#
|
810
810
|
# @param [OCI::LogAnalytics::Models::CreateLogAnalyticsLogGroupDetails] create_log_analytics_log_group_details Details for the new Log-Analytics group.
|
811
811
|
# @param [Hash] opts the optional parameters
|
@@ -869,7 +869,7 @@ module OCI
|
|
869
869
|
|
870
870
|
|
871
871
|
# Create a configuration to collect logs from object storage bucket.
|
872
|
-
# @param [String] namespace_name The
|
872
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
873
873
|
#
|
874
874
|
# @param [OCI::LogAnalytics::Models::CreateLogAnalyticsObjectCollectionRuleDetails] create_log_analytics_object_collection_rule_details Details of the rule to be created.
|
875
875
|
# @param [Hash] opts the optional parameters
|
@@ -925,7 +925,7 @@ module OCI
|
|
925
925
|
|
926
926
|
|
927
927
|
# Schedule a task as specified and return task info.
|
928
|
-
# @param [String] namespace_name The
|
928
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
929
929
|
#
|
930
930
|
# @param [OCI::LogAnalytics::Models::CreateScheduledTaskDetails] create_scheduled_task_details Scheduled task to be created.
|
931
931
|
# @param [Hash] opts the optional parameters
|
@@ -989,7 +989,7 @@ module OCI
|
|
989
989
|
|
990
990
|
|
991
991
|
# delete associations
|
992
|
-
# @param [String] namespace_name The
|
992
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
993
993
|
#
|
994
994
|
# @param [OCI::LogAnalytics::Models::DeleteLogAnalyticsAssociationDetails] delete_log_analytics_association_details details for association
|
995
995
|
# @param [Hash] opts the optional parameters
|
@@ -1002,7 +1002,7 @@ module OCI
|
|
1002
1002
|
# might be rejected.
|
1003
1003
|
#
|
1004
1004
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
1005
|
-
# @return [Response] A Response object with data of type
|
1005
|
+
# @return [Response] A Response object with data of type nil
|
1006
1006
|
def delete_associations(namespace_name, delete_log_analytics_association_details, opts = {})
|
1007
1007
|
logger.debug 'Calling operation LogAnalyticsClient#delete_associations.' if logger
|
1008
1008
|
|
@@ -1037,8 +1037,7 @@ module OCI
|
|
1037
1037
|
header_params: header_params,
|
1038
1038
|
query_params: query_params,
|
1039
1039
|
operation_signing_strategy: operation_signing_strategy,
|
1040
|
-
body: post_body
|
1041
|
-
return_type: 'OCI::LogAnalytics::Models::ErrorDetails'
|
1040
|
+
body: post_body
|
1042
1041
|
)
|
1043
1042
|
end
|
1044
1043
|
# rubocop:enable Metrics/BlockLength
|
@@ -1053,7 +1052,7 @@ module OCI
|
|
1053
1052
|
|
1054
1053
|
|
1055
1054
|
# delete field with specified name
|
1056
|
-
# @param [String] namespace_name The
|
1055
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
1057
1056
|
#
|
1058
1057
|
# @param [String] field_name name of the field to get
|
1059
1058
|
# @param [Hash] opts the optional parameters
|
@@ -1124,7 +1123,7 @@ module OCI
|
|
1124
1123
|
|
1125
1124
|
|
1126
1125
|
# delete a label
|
1127
|
-
# @param [String] namespace_name The
|
1126
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
1128
1127
|
#
|
1129
1128
|
# @param [String] label_name name of the label to get
|
1130
1129
|
# @param [Hash] opts the optional parameters
|
@@ -1195,7 +1194,7 @@ module OCI
|
|
1195
1194
|
|
1196
1195
|
|
1197
1196
|
# Delete log analytics entity with the given id.
|
1198
|
-
# @param [String] namespace_name The
|
1197
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
1199
1198
|
#
|
1200
1199
|
# @param [String] log_analytics_entity_id The log analytics entity OCID.
|
1201
1200
|
#
|
@@ -1259,7 +1258,7 @@ module OCI
|
|
1259
1258
|
|
1260
1259
|
|
1261
1260
|
# Delete the log analytics entity type with the given name.
|
1262
|
-
# @param [String] namespace_name The
|
1261
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
1263
1262
|
#
|
1264
1263
|
# @param [String] entity_type_name Log analytics entity type name.
|
1265
1264
|
#
|
@@ -1323,7 +1322,7 @@ module OCI
|
|
1323
1322
|
|
1324
1323
|
|
1325
1324
|
# Deletes the Log-Analytics group with the given id.
|
1326
|
-
# @param [String] namespace_name The
|
1325
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
1327
1326
|
#
|
1328
1327
|
# @param [String] log_analytics_log_group_id unique logAnalytics log group identifier
|
1329
1328
|
# @param [Hash] opts the optional parameters
|
@@ -1388,9 +1387,9 @@ module OCI
|
|
1388
1387
|
# Deletes a configured object storage bucket based collection rule to stop the log collection of the configured bucket .
|
1389
1388
|
# It will not delete the already collected log data from the configured bucket.
|
1390
1389
|
#
|
1391
|
-
# @param [String] namespace_name The
|
1390
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
1392
1391
|
#
|
1393
|
-
# @param [String] log_analytics_object_collection_rule_id The
|
1392
|
+
# @param [String] log_analytics_object_collection_rule_id The Logging Analytics Object Collection Rule [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
1394
1393
|
# @param [Hash] opts the optional parameters
|
1395
1394
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
1396
1395
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
@@ -1451,7 +1450,7 @@ module OCI
|
|
1451
1450
|
|
1452
1451
|
|
1453
1452
|
# delete parser with specified name
|
1454
|
-
# @param [String] namespace_name The
|
1453
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
1455
1454
|
#
|
1456
1455
|
# @param [String] parser_name parserName
|
1457
1456
|
# @param [Hash] opts the optional parameters
|
@@ -1522,7 +1521,7 @@ module OCI
|
|
1522
1521
|
|
1523
1522
|
|
1524
1523
|
# Delete the scheduled task.
|
1525
|
-
# @param [String] namespace_name The
|
1524
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
1526
1525
|
#
|
1527
1526
|
# @param [String] scheduled_task_id Unique scheduledTask id returned from task create.
|
1528
1527
|
# If invalid will lead to a 404 not found.
|
@@ -1587,7 +1586,7 @@ module OCI
|
|
1587
1586
|
|
1588
1587
|
|
1589
1588
|
# delete source with specified ID
|
1590
|
-
# @param [String] namespace_name The
|
1589
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
1591
1590
|
#
|
1592
1591
|
# @param [String] source_name source name
|
1593
1592
|
# @param [Hash] opts the optional parameters
|
@@ -1660,7 +1659,7 @@ module OCI
|
|
1660
1659
|
# Deletes an Upload by its reference.
|
1661
1660
|
# It deletes all the logs in storage asscoiated with the upload and the corresponding upload metadata.
|
1662
1661
|
#
|
1663
|
-
# @param [String] namespace_name The
|
1662
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
1664
1663
|
#
|
1665
1664
|
# @param [String] upload_reference Unique internal identifier to refer to upload container
|
1666
1665
|
# @param [Hash] opts the optional parameters
|
@@ -1725,7 +1724,7 @@ module OCI
|
|
1725
1724
|
# Deletes a specific log file inside an upload by providing upload file reference.
|
1726
1725
|
# It deletes all the logs in storage asscoiated with the upload file and the corresponding upload metadata.
|
1727
1726
|
#
|
1728
|
-
# @param [String] namespace_name The
|
1727
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
1729
1728
|
#
|
1730
1729
|
# @param [String] upload_reference Unique internal identifier to refer to upload container
|
1731
1730
|
# @param [String] file_reference Unique internal identifier to refer to upload file
|
@@ -1785,7 +1784,7 @@ module OCI
|
|
1785
1784
|
|
1786
1785
|
# Suppresses a specific warning inside an upload.
|
1787
1786
|
#
|
1788
|
-
# @param [String] namespace_name The
|
1787
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
1789
1788
|
#
|
1790
1789
|
# @param [String] upload_reference Unique internal identifier to refer to upload container
|
1791
1790
|
# @param [String] warning_reference Unique internal identifier to refer to upload warning
|
@@ -1843,9 +1842,9 @@ module OCI
|
|
1843
1842
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
1844
1843
|
|
1845
1844
|
|
1846
|
-
#
|
1845
|
+
# This API disables archiving.
|
1847
1846
|
#
|
1848
|
-
# @param [String] namespace_name The
|
1847
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
1849
1848
|
#
|
1850
1849
|
# @param [Hash] opts the optional parameters
|
1851
1850
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
@@ -1905,9 +1904,9 @@ module OCI
|
|
1905
1904
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
1906
1905
|
|
1907
1906
|
|
1908
|
-
#
|
1907
|
+
# THis API enables archiving.
|
1909
1908
|
#
|
1910
|
-
# @param [String] namespace_name The
|
1909
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
1911
1910
|
#
|
1912
1911
|
# @param [Hash] opts the optional parameters
|
1913
1912
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
@@ -1967,11 +1966,11 @@ module OCI
|
|
1967
1966
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
1968
1967
|
|
1969
1968
|
|
1970
|
-
#
|
1969
|
+
# This API estimates the size of data to be purged based based on time interval, purge query etc.
|
1971
1970
|
#
|
1972
|
-
# @param [String] namespace_name The
|
1971
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
1973
1972
|
#
|
1974
|
-
# @param [OCI::LogAnalytics::Models::EstimatePurgeDataSizeDetails] estimate_purge_data_size_details
|
1973
|
+
# @param [OCI::LogAnalytics::Models::EstimatePurgeDataSizeDetails] estimate_purge_data_size_details This is the input to estimate the size of data to be purged.
|
1975
1974
|
# @param [Hash] opts the optional parameters
|
1976
1975
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
1977
1976
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
@@ -2040,9 +2039,9 @@ module OCI
|
|
2040
2039
|
|
2041
2040
|
|
2042
2041
|
# export
|
2043
|
-
# @param [String] namespace_name The
|
2042
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
2044
2043
|
#
|
2045
|
-
# @param [OCI::LogAnalytics::Models::ExportContent] export_custom_content_details
|
2044
|
+
# @param [OCI::LogAnalytics::Models::ExportContent] export_custom_content_details content to export
|
2046
2045
|
# @param [Hash] opts the optional parameters
|
2047
2046
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
2048
2047
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
@@ -2150,7 +2149,7 @@ module OCI
|
|
2150
2149
|
|
2151
2150
|
|
2152
2151
|
# Export data based on query. Endpoint returns a stream of data. Endpoint is synchronous. Queries must deliver first result within 60 seconds or calls are subject to timeout.
|
2153
|
-
# @param [String] namespace_name The
|
2152
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
2154
2153
|
#
|
2155
2154
|
# @param [OCI::LogAnalytics::Models::ExportDetails] export_details Query to be exported
|
2156
2155
|
# @param [Hash] opts the optional parameters
|
@@ -2252,7 +2251,7 @@ module OCI
|
|
2252
2251
|
|
2253
2252
|
|
2254
2253
|
# structured log fieldpaths
|
2255
|
-
# @param [String] namespace_name The
|
2254
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
2256
2255
|
#
|
2257
2256
|
# @param [OCI::LogAnalytics::Models::LogAnalyticsParser] logan_parser_details parser definition
|
2258
2257
|
# @param [Hash] opts the optional parameters
|
@@ -2323,7 +2322,7 @@ module OCI
|
|
2323
2322
|
|
2324
2323
|
|
2325
2324
|
# structured log header paths
|
2326
|
-
# @param [String] namespace_name The
|
2325
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
2327
2326
|
#
|
2328
2327
|
# @param [OCI::LogAnalytics::Models::LogAnalyticsParser] logan_parser_details parser definition
|
2329
2328
|
# @param [Hash] opts the optional parameters
|
@@ -2393,8 +2392,8 @@ module OCI
|
|
2393
2392
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
2394
2393
|
|
2395
2394
|
|
2396
|
-
# Each filter specifies an operator, a field and one or more values.
|
2397
|
-
# @param [String] namespace_name The
|
2395
|
+
# Each filter specifies an operator, a field and one or more values to be inserted into the provided query as criteria.
|
2396
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
2398
2397
|
#
|
2399
2398
|
# @param [OCI::LogAnalytics::Models::FilterDetails] filter_details Query string and filters to add or remove
|
2400
2399
|
# @param [Hash] opts the optional parameters
|
@@ -2450,7 +2449,7 @@ module OCI
|
|
2450
2449
|
|
2451
2450
|
|
2452
2451
|
# association summary
|
2453
|
-
# @param [String] namespace_name The
|
2452
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
2454
2453
|
#
|
2455
2454
|
# @param [String] compartment_id The ID of the compartment in which to list resources.
|
2456
2455
|
# @param [Hash] opts the optional parameters
|
@@ -2507,7 +2506,7 @@ module OCI
|
|
2507
2506
|
|
2508
2507
|
|
2509
2508
|
# extract column names from SQL query
|
2510
|
-
# @param [String] namespace_name The
|
2509
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
2511
2510
|
#
|
2512
2511
|
# @param [String] sql_query sql query to get the columns
|
2513
2512
|
# @param [Hash] opts the optional parameters
|
@@ -2520,7 +2519,7 @@ module OCI
|
|
2520
2519
|
# might be rejected.
|
2521
2520
|
#
|
2522
2521
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
2523
|
-
# @return [Response] A Response object with data of type
|
2522
|
+
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::ColumnNameCollection ColumnNameCollection}
|
2524
2523
|
def get_column_names(namespace_name, sql_query, opts = {})
|
2525
2524
|
logger.debug 'Calling operation LogAnalyticsClient#get_column_names.' if logger
|
2526
2525
|
|
@@ -2556,7 +2555,8 @@ module OCI
|
|
2556
2555
|
header_params: header_params,
|
2557
2556
|
query_params: query_params,
|
2558
2557
|
operation_signing_strategy: operation_signing_strategy,
|
2559
|
-
body: post_body
|
2558
|
+
body: post_body,
|
2559
|
+
return_type: 'OCI::LogAnalytics::Models::ColumnNameCollection'
|
2560
2560
|
)
|
2561
2561
|
end
|
2562
2562
|
# rubocop:enable Metrics/BlockLength
|
@@ -2571,7 +2571,7 @@ module OCI
|
|
2571
2571
|
|
2572
2572
|
|
2573
2573
|
# association summary by source
|
2574
|
-
# @param [String] namespace_name The
|
2574
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
2575
2575
|
#
|
2576
2576
|
# @param [String] work_request_id Work Request Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the asynchronous request.
|
2577
2577
|
# @param [Hash] opts the optional parameters
|
@@ -2628,7 +2628,7 @@ module OCI
|
|
2628
2628
|
|
2629
2629
|
|
2630
2630
|
# get common field with specified name
|
2631
|
-
# @param [String] namespace_name The
|
2631
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
2632
2632
|
#
|
2633
2633
|
# @param [String] field_name name of the field to get
|
2634
2634
|
# @param [Hash] opts the optional parameters
|
@@ -2685,7 +2685,7 @@ module OCI
|
|
2685
2685
|
|
2686
2686
|
|
2687
2687
|
# get field summary
|
2688
|
-
# @param [String] namespace_name The
|
2688
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
2689
2689
|
#
|
2690
2690
|
# @param [Hash] opts the optional parameters
|
2691
2691
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
@@ -2741,7 +2741,7 @@ module OCI
|
|
2741
2741
|
|
2742
2742
|
|
2743
2743
|
# get label with specified name
|
2744
|
-
# @param [String] namespace_name The
|
2744
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
2745
2745
|
#
|
2746
2746
|
# @param [String] label_name name of the label to get
|
2747
2747
|
# @param [Hash] opts the optional parameters
|
@@ -2798,7 +2798,7 @@ module OCI
|
|
2798
2798
|
|
2799
2799
|
|
2800
2800
|
# get total count
|
2801
|
-
# @param [String] namespace_name The
|
2801
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
2802
2802
|
#
|
2803
2803
|
# @param [Hash] opts the optional parameters
|
2804
2804
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
@@ -2852,7 +2852,7 @@ module OCI
|
|
2852
2852
|
|
2853
2853
|
|
2854
2854
|
# Returns log analytics entities count summary.
|
2855
|
-
# @param [String] namespace_name The
|
2855
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
2856
2856
|
#
|
2857
2857
|
# @param [String] compartment_id The ID of the compartment in which to list resources.
|
2858
2858
|
# @param [Hash] opts the optional parameters
|
@@ -2909,7 +2909,7 @@ module OCI
|
|
2909
2909
|
|
2910
2910
|
|
2911
2911
|
# Retrieve the log analytics entity with the given id.
|
2912
|
-
# @param [String] namespace_name The
|
2912
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
2913
2913
|
#
|
2914
2914
|
# @param [String] log_analytics_entity_id The log analytics entity OCID.
|
2915
2915
|
#
|
@@ -2967,7 +2967,7 @@ module OCI
|
|
2967
2967
|
|
2968
2968
|
|
2969
2969
|
# Retrieve the log analytics entity type with the given name.
|
2970
|
-
# @param [String] namespace_name The
|
2970
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
2971
2971
|
#
|
2972
2972
|
# @param [String] entity_type_name Log analytics entity type name.
|
2973
2973
|
#
|
@@ -3025,7 +3025,7 @@ module OCI
|
|
3025
3025
|
|
3026
3026
|
|
3027
3027
|
# Retrieves the Log-Analytics group with the given id.
|
3028
|
-
# @param [String] namespace_name The
|
3028
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
3029
3029
|
#
|
3030
3030
|
# @param [String] log_analytics_log_group_id unique logAnalytics log group identifier
|
3031
3031
|
# @param [Hash] opts the optional parameters
|
@@ -3082,7 +3082,7 @@ module OCI
|
|
3082
3082
|
|
3083
3083
|
|
3084
3084
|
# Returns a count of Log-Analytics groups.
|
3085
|
-
# @param [String] namespace_name The
|
3085
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
3086
3086
|
#
|
3087
3087
|
# @param [String] compartment_id The ID of the compartment in which to list resources.
|
3088
3088
|
# @param [Hash] opts the optional parameters
|
@@ -3139,9 +3139,9 @@ module OCI
|
|
3139
3139
|
|
3140
3140
|
|
3141
3141
|
# Gets a configured object storage based collection rule by given id
|
3142
|
-
# @param [String] namespace_name The
|
3142
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
3143
3143
|
#
|
3144
|
-
# @param [String] log_analytics_object_collection_rule_id The
|
3144
|
+
# @param [String] log_analytics_object_collection_rule_id The Logging Analytics Object Collection Rule [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
3145
3145
|
# @param [Hash] opts the optional parameters
|
3146
3146
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
3147
3147
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
@@ -3195,9 +3195,9 @@ module OCI
|
|
3195
3195
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
3196
3196
|
|
3197
3197
|
|
3198
|
-
#
|
3198
|
+
# This API gets the namespace details of a tenancy already onboarded in Logging Analytics Application
|
3199
3199
|
#
|
3200
|
-
# @param [String] namespace_name The
|
3200
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
3201
3201
|
#
|
3202
3202
|
# @param [Hash] opts the optional parameters
|
3203
3203
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
@@ -3251,7 +3251,7 @@ module OCI
|
|
3251
3251
|
|
3252
3252
|
|
3253
3253
|
# get parser with fields by Name
|
3254
|
-
# @param [String] namespace_name The
|
3254
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
3255
3255
|
#
|
3256
3256
|
# @param [String] parser_name parserName
|
3257
3257
|
# @param [Hash] opts the optional parameters
|
@@ -3308,7 +3308,7 @@ module OCI
|
|
3308
3308
|
|
3309
3309
|
|
3310
3310
|
# parser summary
|
3311
|
-
# @param [String] namespace_name The
|
3311
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
3312
3312
|
#
|
3313
3313
|
# @param [Hash] opts the optional parameters
|
3314
3314
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
@@ -3364,7 +3364,7 @@ module OCI
|
|
3364
3364
|
# Returns the intermediate results for a query that was specified to run asynchronously if the query has not completed,
|
3365
3365
|
# otherwise the final query results identified by a queryWorkRequestId returned when submitting the query execute asynchronously.
|
3366
3366
|
#
|
3367
|
-
# @param [String] namespace_name The
|
3367
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
3368
3368
|
#
|
3369
3369
|
# @param [String] work_request_id Work Request Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the asynchronous request.
|
3370
3370
|
# @param [Hash] opts the optional parameters
|
@@ -3436,7 +3436,7 @@ module OCI
|
|
3436
3436
|
|
3437
3437
|
|
3438
3438
|
# Retrieve work request details by workRequestId. This endpoint can be polled for status tracking of work request. Clients should poll using the interval returned in the retry-after header.
|
3439
|
-
# @param [String] namespace_name The
|
3439
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
3440
3440
|
#
|
3441
3441
|
# @param [String] work_request_id Work Request Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the asynchronous request.
|
3442
3442
|
# @param [Hash] opts the optional parameters
|
@@ -3493,7 +3493,7 @@ module OCI
|
|
3493
3493
|
|
3494
3494
|
|
3495
3495
|
# Get the scheduled task for the specified task identifier.
|
3496
|
-
# @param [String] namespace_name The
|
3496
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
3497
3497
|
#
|
3498
3498
|
# @param [String] scheduled_task_id Unique scheduledTask id returned from task create.
|
3499
3499
|
# If invalid will lead to a 404 not found.
|
@@ -3552,7 +3552,7 @@ module OCI
|
|
3552
3552
|
|
3553
3553
|
|
3554
3554
|
# get source with specified name
|
3555
|
-
# @param [String] namespace_name The
|
3555
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
3556
3556
|
#
|
3557
3557
|
# @param [String] source_name source name
|
3558
3558
|
# @param [String] compartment_id The ID of the compartment in which to list resources.
|
@@ -3612,7 +3612,7 @@ module OCI
|
|
3612
3612
|
|
3613
3613
|
|
3614
3614
|
# source summary
|
3615
|
-
# @param [String] namespace_name The
|
3615
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
3616
3616
|
#
|
3617
3617
|
# @param [Hash] opts the optional parameters
|
3618
3618
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
@@ -3665,9 +3665,9 @@ module OCI
|
|
3665
3665
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
3666
3666
|
|
3667
3667
|
|
3668
|
-
#
|
3668
|
+
# This API gets the storage configuration of a tenancy
|
3669
3669
|
#
|
3670
|
-
# @param [String] namespace_name The
|
3670
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
3671
3671
|
#
|
3672
3672
|
# @param [Hash] opts the optional parameters
|
3673
3673
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
@@ -3720,9 +3720,10 @@ module OCI
|
|
3720
3720
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
3721
3721
|
|
3722
3722
|
|
3723
|
-
#
|
3723
|
+
# This API gets storage usage information of a tenancy. Storage usage information includes active, archived or recalled
|
3724
|
+
# data. The unit of return data is in bytes.
|
3724
3725
|
#
|
3725
|
-
# @param [String] namespace_name The
|
3726
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
3726
3727
|
#
|
3727
3728
|
# @param [Hash] opts the optional parameters
|
3728
3729
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
@@ -3775,11 +3776,11 @@ module OCI
|
|
3775
3776
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
3776
3777
|
|
3777
3778
|
|
3778
|
-
#
|
3779
|
-
# Clients should poll using the interval returned in retry-after header.
|
3779
|
+
# This API returns work request details specified by {workRequestId}. This API can be polled for status tracking of
|
3780
|
+
# work request. Clients should poll using the interval returned in retry-after header.
|
3780
3781
|
#
|
3781
3782
|
# @param [String] work_request_id Work Request Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the asynchronous request.
|
3782
|
-
# @param [String] namespace_name The
|
3783
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
3783
3784
|
#
|
3784
3785
|
# @param [Hash] opts the optional parameters
|
3785
3786
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
@@ -3835,7 +3836,7 @@ module OCI
|
|
3835
3836
|
|
3836
3837
|
|
3837
3838
|
# Gets an On-Demand Upload info by reference
|
3838
|
-
# @param [String] namespace_name The
|
3839
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
3839
3840
|
#
|
3840
3841
|
# @param [String] upload_reference Unique internal identifier to refer to upload container
|
3841
3842
|
# @param [Hash] opts the optional parameters
|
@@ -3892,7 +3893,7 @@ module OCI
|
|
3892
3893
|
|
3893
3894
|
|
3894
3895
|
# Gets the status of the work request with the given ID.
|
3895
|
-
# @param [String] namespace_name The
|
3896
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
3896
3897
|
#
|
3897
3898
|
# @param [String] work_request_id Work Request Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the asynchronous request.
|
3898
3899
|
# @param [Hash] opts the optional parameters
|
@@ -3949,7 +3950,7 @@ module OCI
|
|
3949
3950
|
|
3950
3951
|
|
3951
3952
|
# register custom content
|
3952
|
-
# @param [String] namespace_name The
|
3953
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
3953
3954
|
#
|
3954
3955
|
# @param [String, IO] import_custom_content_file_body The file to upload which contains the custom content.
|
3955
3956
|
# @param [Hash] opts the optional parameters
|
@@ -4015,7 +4016,7 @@ module OCI
|
|
4015
4016
|
|
4016
4017
|
|
4017
4018
|
# list of entities that have been associated to at least one source
|
4018
|
-
# @param [String] namespace_name The
|
4019
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
4019
4020
|
#
|
4020
4021
|
# @param [String] compartment_id The ID of the compartment in which to list resources.
|
4021
4022
|
# @param [Hash] opts the optional parameters
|
@@ -4098,7 +4099,7 @@ module OCI
|
|
4098
4099
|
|
4099
4100
|
|
4100
4101
|
# association summary by source
|
4101
|
-
# @param [String] namespace_name The
|
4102
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
4102
4103
|
#
|
4103
4104
|
# @param [String] compartment_id The ID of the compartment in which to list resources.
|
4104
4105
|
# @param [Hash] opts the optional parameters
|
@@ -4172,7 +4173,7 @@ module OCI
|
|
4172
4173
|
|
4173
4174
|
|
4174
4175
|
# Return a list of log analytics entities associated with input source log analytics entity.
|
4175
|
-
# @param [String] namespace_name The
|
4176
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
4176
4177
|
#
|
4177
4178
|
# @param [String] log_analytics_entity_id The log analytics entity OCID.
|
4178
4179
|
#
|
@@ -4259,7 +4260,7 @@ module OCI
|
|
4259
4260
|
|
4260
4261
|
|
4261
4262
|
# entity associations summary
|
4262
|
-
# @param [String] namespace_name The
|
4263
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
4263
4264
|
#
|
4264
4265
|
# @param [String] compartment_id The ID of the compartment in which to list resources.
|
4265
4266
|
# @param [Hash] opts the optional parameters
|
@@ -4351,7 +4352,7 @@ module OCI
|
|
4351
4352
|
|
4352
4353
|
|
4353
4354
|
# get all common field with specified display name and description
|
4354
|
-
# @param [String] namespace_name The
|
4355
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
4355
4356
|
#
|
4356
4357
|
# @param [Hash] opts the optional parameters
|
4357
4358
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
@@ -4445,7 +4446,7 @@ module OCI
|
|
4445
4446
|
|
4446
4447
|
|
4447
4448
|
# get list of priorities
|
4448
|
-
# @param [String] namespace_name The
|
4449
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
4449
4450
|
#
|
4450
4451
|
# @param [Hash] opts the optional parameters
|
4451
4452
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
@@ -4503,7 +4504,7 @@ module OCI
|
|
4503
4504
|
|
4504
4505
|
|
4505
4506
|
# get details of sources using the label
|
4506
|
-
# @param [String] namespace_name The
|
4507
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
4507
4508
|
#
|
4508
4509
|
# @param [Hash] opts the optional parameters
|
4509
4510
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
@@ -4578,7 +4579,7 @@ module OCI
|
|
4578
4579
|
|
4579
4580
|
|
4580
4581
|
# get labels passing specified filter
|
4581
|
-
# @param [String] namespace_name The
|
4582
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
4582
4583
|
#
|
4583
4584
|
# @param [Hash] opts the optional parameters
|
4584
4585
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
@@ -4674,7 +4675,7 @@ module OCI
|
|
4674
4675
|
|
4675
4676
|
|
4676
4677
|
# Return a list of log analytics entities.
|
4677
|
-
# @param [String] namespace_name The
|
4678
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
4678
4679
|
#
|
4679
4680
|
# @param [String] compartment_id The ID of the compartment in which to list resources.
|
4680
4681
|
# @param [Hash] opts the optional parameters
|
@@ -4796,7 +4797,7 @@ module OCI
|
|
4796
4797
|
|
4797
4798
|
|
4798
4799
|
# Return a list of log analytics entity types.
|
4799
|
-
# @param [String] namespace_name The
|
4800
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
4800
4801
|
#
|
4801
4802
|
# @param [Hash] opts the optional parameters
|
4802
4803
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
@@ -4894,13 +4895,13 @@ module OCI
|
|
4894
4895
|
|
4895
4896
|
|
4896
4897
|
# Returns a list of Log-Analytics groups.
|
4897
|
-
# @param [String] namespace_name The
|
4898
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
4898
4899
|
#
|
4899
4900
|
# @param [String] compartment_id The ID of the compartment in which to list resources.
|
4900
4901
|
# @param [Hash] opts the optional parameters
|
4901
4902
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
4902
4903
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
4903
|
-
# @option opts [String] :display_name A filter to return only log analytics
|
4904
|
+
# @option opts [String] :display_name A filter to return only log analytics log groups whose displayName matches the entire display name given.
|
4904
4905
|
# The match is case-insensitive.
|
4905
4906
|
#
|
4906
4907
|
# @option opts [Integer] :limit The maximum number of items to return. (default to 10)
|
@@ -4975,7 +4976,7 @@ module OCI
|
|
4975
4976
|
|
4976
4977
|
|
4977
4978
|
# Gets list of configuration details of Object Storage based collection rules.
|
4978
|
-
# @param [String] namespace_name The
|
4979
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
4979
4980
|
#
|
4980
4981
|
# @param [String] compartment_id The ID of the compartment in which to list resources.
|
4981
4982
|
# @param [Hash] opts the optional parameters
|
@@ -5062,14 +5063,14 @@ module OCI
|
|
5062
5063
|
|
5063
5064
|
|
5064
5065
|
# get all meta source types
|
5065
|
-
# @param [String] namespace_name The
|
5066
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
5066
5067
|
#
|
5067
5068
|
# @param [Hash] opts the optional parameters
|
5068
5069
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
5069
5070
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
5070
5071
|
# @option opts [Integer] :limit The maximum number of items to return. (default to 10)
|
5071
5072
|
# @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
5072
|
-
# @option opts [String] :sort_by
|
5073
|
+
# @option opts [String] :sort_by sort by field (default to name)
|
5073
5074
|
# @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`).
|
5074
5075
|
#
|
5075
5076
|
# Allowed values are: ASC, DESC
|
@@ -5129,7 +5130,9 @@ module OCI
|
|
5129
5130
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
5130
5131
|
|
5131
5132
|
|
5132
|
-
#
|
5133
|
+
# Given a tenancy OCID, this API returns the namespace of the tenancy if it is valid and subscribed to the region. The
|
5134
|
+
# result also indicates if the tenancy is onboarded with Logging Analytics.
|
5135
|
+
#
|
5133
5136
|
# @param [String] compartment_id The ID of the compartment in which to list resources.
|
5134
5137
|
# @param [Hash] opts the optional parameters
|
5135
5138
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
@@ -5183,7 +5186,7 @@ module OCI
|
|
5183
5186
|
|
5184
5187
|
|
5185
5188
|
# get pre-process plugin instance
|
5186
|
-
# @param [String] namespace_name The
|
5189
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
5187
5190
|
#
|
5188
5191
|
# @param [Hash] opts the optional parameters
|
5189
5192
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
@@ -5191,7 +5194,7 @@ module OCI
|
|
5191
5194
|
# @option opts [String] :parser_name parserName
|
5192
5195
|
# @option opts [Integer] :limit The maximum number of items to return. (default to 10)
|
5193
5196
|
# @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
5194
|
-
# @option opts [String] :sort_by
|
5197
|
+
# @option opts [String] :sort_by sort by field (default to name)
|
5195
5198
|
# @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`).
|
5196
5199
|
#
|
5197
5200
|
# Allowed values are: ASC, DESC
|
@@ -5253,14 +5256,14 @@ module OCI
|
|
5253
5256
|
|
5254
5257
|
|
5255
5258
|
# get pre-process Meta plugins
|
5256
|
-
# @param [String] namespace_name The
|
5259
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
5257
5260
|
#
|
5258
5261
|
# @param [Hash] opts the optional parameters
|
5259
5262
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
5260
5263
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
5261
5264
|
# @option opts [Integer] :limit The maximum number of items to return. (default to 10)
|
5262
5265
|
# @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
5263
|
-
# @option opts [String] :sort_by
|
5266
|
+
# @option opts [String] :sort_by sort by field (default to name)
|
5264
5267
|
# @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`).
|
5265
5268
|
#
|
5266
5269
|
# Allowed values are: ASC, DESC
|
@@ -5321,7 +5324,7 @@ module OCI
|
|
5321
5324
|
|
5322
5325
|
|
5323
5326
|
# List parsers passing specified filter
|
5324
|
-
# @param [String] namespace_name The
|
5327
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
5325
5328
|
#
|
5326
5329
|
# @param [Hash] opts the optional parameters
|
5327
5330
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
@@ -5422,7 +5425,7 @@ module OCI
|
|
5422
5425
|
|
5423
5426
|
|
5424
5427
|
# List active asynchronous queries.
|
5425
|
-
# @param [String] namespace_name The
|
5428
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
5426
5429
|
#
|
5427
5430
|
# @param [String] compartment_id The ID of the compartment in which to list resources.
|
5428
5431
|
# @param [Hash] opts the optional parameters
|
@@ -5505,7 +5508,7 @@ module OCI
|
|
5505
5508
|
|
5506
5509
|
|
5507
5510
|
# Lists scheduled tasks.
|
5508
|
-
# @param [String] namespace_name The
|
5511
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
5509
5512
|
#
|
5510
5513
|
# @param [String] task_type Required parameter to specify schedule task type.
|
5511
5514
|
# @param [String] compartment_id The ID of the compartment in which to list resources.
|
@@ -5592,7 +5595,7 @@ module OCI
|
|
5592
5595
|
|
5593
5596
|
|
5594
5597
|
# association summary by source
|
5595
|
-
# @param [String] namespace_name The
|
5598
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
5596
5599
|
#
|
5597
5600
|
# @param [String] source_name sourceName
|
5598
5601
|
# @param [String] compartment_id The ID of the compartment in which to list resources.
|
@@ -5683,7 +5686,7 @@ module OCI
|
|
5683
5686
|
|
5684
5687
|
|
5685
5688
|
# get source extended fields for source with specified Id
|
5686
|
-
# @param [String] namespace_name The
|
5689
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
5687
5690
|
#
|
5688
5691
|
# @param [String] source_name source name
|
5689
5692
|
# @param [Hash] opts the optional parameters
|
@@ -5759,14 +5762,14 @@ module OCI
|
|
5759
5762
|
|
5760
5763
|
|
5761
5764
|
# list source label operators
|
5762
|
-
# @param [String] namespace_name The
|
5765
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
5763
5766
|
#
|
5764
5767
|
# @param [Hash] opts the optional parameters
|
5765
5768
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
5766
5769
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
5767
5770
|
# @option opts [Integer] :limit The maximum number of items to return. (default to 10)
|
5768
5771
|
# @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
5769
|
-
# @option opts [String] :sort_by
|
5772
|
+
# @option opts [String] :sort_by sort by field (default to name)
|
5770
5773
|
# @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`).
|
5771
5774
|
#
|
5772
5775
|
# Allowed values are: ASC, DESC
|
@@ -5827,14 +5830,14 @@ module OCI
|
|
5827
5830
|
|
5828
5831
|
|
5829
5832
|
# get source meta functions
|
5830
|
-
# @param [String] namespace_name The
|
5833
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
5831
5834
|
#
|
5832
5835
|
# @param [Hash] opts the optional parameters
|
5833
5836
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
5834
5837
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
5835
5838
|
# @option opts [Integer] :limit The maximum number of items to return. (default to 10)
|
5836
5839
|
# @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
5837
|
-
# @option opts [String] :sort_by
|
5840
|
+
# @option opts [String] :sort_by sort by field (default to name)
|
5838
5841
|
# @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`).
|
5839
5842
|
#
|
5840
5843
|
# Allowed values are: ASC, DESC
|
@@ -5895,7 +5898,7 @@ module OCI
|
|
5895
5898
|
|
5896
5899
|
|
5897
5900
|
# get source patterns for source with specified Id
|
5898
|
-
# @param [String] namespace_name The
|
5901
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
5899
5902
|
#
|
5900
5903
|
# @param [String] source_name source name
|
5901
5904
|
# @param [Hash] opts the optional parameters
|
@@ -5973,7 +5976,7 @@ module OCI
|
|
5973
5976
|
|
5974
5977
|
|
5975
5978
|
# source list
|
5976
|
-
# @param [String] namespace_name The
|
5979
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
5977
5980
|
#
|
5978
5981
|
# @param [String] compartment_id The ID of the compartment in which to list resources.
|
5979
5982
|
# @param [Hash] opts the optional parameters
|
@@ -6068,10 +6071,10 @@ module OCI
|
|
6068
6071
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
6069
6072
|
|
6070
6073
|
|
6071
|
-
#
|
6074
|
+
# This API returns the list of work request errors if any.
|
6072
6075
|
# @param [String] compartment_id The ID of the compartment in which to list resources.
|
6073
6076
|
# @param [String] work_request_id Work Request Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the asynchronous request.
|
6074
|
-
# @param [String] namespace_name The
|
6077
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
6075
6078
|
#
|
6076
6079
|
# @param [Hash] opts the optional parameters
|
6077
6080
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
@@ -6148,9 +6151,10 @@ module OCI
|
|
6148
6151
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
6149
6152
|
|
6150
6153
|
|
6151
|
-
#
|
6154
|
+
# This API lists storage work requests. Use query parameters to narrow down or sort the result list.
|
6155
|
+
#
|
6152
6156
|
# @param [String] compartment_id The ID of the compartment in which to list resources.
|
6153
|
-
# @param [String] namespace_name The
|
6157
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
6154
6158
|
#
|
6155
6159
|
# @param [Hash] opts the optional parameters
|
6156
6160
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
@@ -6161,15 +6165,16 @@ module OCI
|
|
6161
6165
|
# @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`).
|
6162
6166
|
#
|
6163
6167
|
# Allowed values are: ASC, DESC
|
6164
|
-
# @option opts [String] :sort_by
|
6168
|
+
# @option opts [String] :sort_by This is the query parameter of which field to sort by. Only one sort order may be provided. Default order for timeAccepted
|
6169
|
+
# is descending. If no value is specified timeAccepted is default.
|
6165
6170
|
# (default to timeAccepted)
|
6166
6171
|
# Allowed values are: timeAccepted, timeExpires, timeFinished
|
6167
|
-
# @option opts [String] :operation_type
|
6168
|
-
# @option opts [String] :status
|
6169
|
-
# @option opts [DateTime] :time_started
|
6170
|
-
# @option opts [DateTime] :time_finished
|
6171
|
-
# @option opts [String] :policy_name
|
6172
|
-
# @option opts [String] :policy_id
|
6172
|
+
# @option opts [String] :operation_type The is the work request type query parameter
|
6173
|
+
# @option opts [String] :status The is the work request status query parameter
|
6174
|
+
# @option opts [DateTime] :time_started The is the query parameter of when the processing of work request was started
|
6175
|
+
# @option opts [DateTime] :time_finished The is the query parameter of when the processing of work request was finished
|
6176
|
+
# @option opts [String] :policy_name This is the query parameter of purge policy name
|
6177
|
+
# @option opts [String] :policy_id This is the query parameter of purge policy ID
|
6173
6178
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::StorageWorkRequestCollection StorageWorkRequestCollection}
|
6174
6179
|
def list_storage_work_requests(compartment_id, namespace_name, opts = {})
|
6175
6180
|
logger.debug 'Calling operation LogAnalyticsClient#list_storage_work_requests.' if logger
|
@@ -6246,7 +6251,7 @@ module OCI
|
|
6246
6251
|
|
6247
6252
|
|
6248
6253
|
# Gets the list of character encodings supported for log files.
|
6249
|
-
# @param [String] namespace_name The
|
6254
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
6250
6255
|
#
|
6251
6256
|
# @param [Hash] opts the optional parameters
|
6252
6257
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
@@ -6304,7 +6309,7 @@ module OCI
|
|
6304
6309
|
|
6305
6310
|
|
6306
6311
|
# Gets timezones that are supported when performing uploads.
|
6307
|
-
# @param [String] namespace_name The
|
6312
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
6308
6313
|
#
|
6309
6314
|
# @param [Hash] opts the optional parameters
|
6310
6315
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
@@ -6362,7 +6367,7 @@ module OCI
|
|
6362
6367
|
|
6363
6368
|
|
6364
6369
|
# Gets list of files in an upload.
|
6365
|
-
# @param [String] namespace_name The
|
6370
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
6366
6371
|
#
|
6367
6372
|
# @param [String] upload_reference Unique internal identifier to refer to upload container
|
6368
6373
|
# @param [Hash] opts the optional parameters
|
@@ -6376,8 +6381,8 @@ module OCI
|
|
6376
6381
|
# @option opts [String] :sort_by The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending.
|
6377
6382
|
# (default to timeCreated)
|
6378
6383
|
# Allowed values are: timeCreated, fileName, logGroup, sourceName, status
|
6379
|
-
# @option opts [String] :search_str Search string
|
6380
|
-
# @option opts [Array<String>] :status Status (default to [])
|
6384
|
+
# @option opts [String] :search_str Search string used to filtering uploads based on file name, log group name and log source name.
|
6385
|
+
# @option opts [Array<String>] :status Upload Status. (default to [])
|
6381
6386
|
# Allowed values are: IN_PROGRESS, SUCCESSFUL, FAILED
|
6382
6387
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
6383
6388
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::UploadFileCollection UploadFileCollection}
|
@@ -6454,7 +6459,7 @@ module OCI
|
|
6454
6459
|
|
6455
6460
|
|
6456
6461
|
# Gets list of warnings in an upload explaining the failures due to incorrect configuration.
|
6457
|
-
# @param [String] namespace_name The
|
6462
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
6458
6463
|
#
|
6459
6464
|
# @param [String] upload_reference Unique internal identifier to refer to upload container
|
6460
6465
|
# @param [Hash] opts the optional parameters
|
@@ -6517,7 +6522,7 @@ module OCI
|
|
6517
6522
|
# Gets a list of all On-demand uploads.
|
6518
6523
|
# To use this and other API operations, you must be authorized in an IAM policy.
|
6519
6524
|
#
|
6520
|
-
# @param [String] namespace_name The
|
6525
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
6521
6526
|
#
|
6522
6527
|
# @param [Hash] opts the optional parameters
|
6523
6528
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
@@ -6598,7 +6603,7 @@ module OCI
|
|
6598
6603
|
|
6599
6604
|
# Return a (paginated) list of errors for a given work request.
|
6600
6605
|
#
|
6601
|
-
# @param [String] namespace_name The
|
6606
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
6602
6607
|
#
|
6603
6608
|
# @param [String] work_request_id Work Request Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the asynchronous request.
|
6604
6609
|
# @param [Hash] opts the optional parameters
|
@@ -6660,7 +6665,7 @@ module OCI
|
|
6660
6665
|
|
6661
6666
|
# Return a (paginated) list of logs for a given work request.
|
6662
6667
|
#
|
6663
|
-
# @param [String] namespace_name The
|
6668
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
6664
6669
|
#
|
6665
6670
|
# @param [String] work_request_id Work Request Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the asynchronous request.
|
6666
6671
|
# @param [Hash] opts the optional parameters
|
@@ -6722,7 +6727,7 @@ module OCI
|
|
6722
6727
|
|
6723
6728
|
# Lists the work requests in a compartment.
|
6724
6729
|
#
|
6725
|
-
# @param [String] namespace_name The
|
6730
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
6726
6731
|
#
|
6727
6732
|
# @param [String] compartment_id The ID of the compartment in which to list resources.
|
6728
6733
|
# @param [Hash] opts the optional parameters
|
@@ -6783,12 +6788,18 @@ module OCI
|
|
6783
6788
|
|
6784
6789
|
|
6785
6790
|
# Off-boards a tenant from Logging Analytics
|
6786
|
-
# @param [String] namespace_name The
|
6791
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
6787
6792
|
#
|
6788
6793
|
# @param [Hash] opts the optional parameters
|
6789
6794
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
6790
6795
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
6791
6796
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
6797
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
|
6798
|
+
# server error without risk of executing that same action again. Retry tokens expire after 24
|
6799
|
+
# hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
6800
|
+
# has been deleted and purged from the system, then a retry of the original creation request
|
6801
|
+
# might be rejected.
|
6802
|
+
#
|
6792
6803
|
# @return [Response] A Response object with data of type nil
|
6793
6804
|
def offboard_namespace(namespace_name, opts = {})
|
6794
6805
|
logger.debug 'Calling operation LogAnalyticsClient#offboard_namespace.' if logger
|
@@ -6808,7 +6819,9 @@ module OCI
|
|
6808
6819
|
header_params[:accept] = 'application/json'
|
6809
6820
|
header_params[:'content-type'] = 'application/json'
|
6810
6821
|
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
6822
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
6811
6823
|
# rubocop:enable Style/NegatedIf
|
6824
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
6812
6825
|
|
6813
6826
|
post_body = nil
|
6814
6827
|
|
@@ -6837,7 +6850,7 @@ module OCI
|
|
6837
6850
|
|
6838
6851
|
# On-boards a tenant to Logging Analytics.
|
6839
6852
|
#
|
6840
|
-
# @param [String] namespace_name The
|
6853
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
6841
6854
|
#
|
6842
6855
|
# @param [Hash] opts the optional parameters
|
6843
6856
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
@@ -6898,7 +6911,7 @@ module OCI
|
|
6898
6911
|
|
6899
6912
|
|
6900
6913
|
# Describe query
|
6901
|
-
# @param [String] namespace_name The
|
6914
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
6902
6915
|
#
|
6903
6916
|
# @param [OCI::LogAnalytics::Models::ParseQueryDetails] parse_query_details Query string to be parsed
|
6904
6917
|
# @param [Hash] opts the optional parameters
|
@@ -6953,11 +6966,12 @@ module OCI
|
|
6953
6966
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
6954
6967
|
|
6955
6968
|
|
6956
|
-
#
|
6969
|
+
# This API submits a work request to purge data. Only data from log groups that the user has permission to delete
|
6970
|
+
# will be purged. To purge all data, the user must have permission to all log groups.
|
6957
6971
|
#
|
6958
|
-
# @param [String] namespace_name The
|
6972
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
6959
6973
|
#
|
6960
|
-
# @param [OCI::LogAnalytics::Models::PurgeStorageDataDetails] purge_storage_data_details purge old data
|
6974
|
+
# @param [OCI::LogAnalytics::Models::PurgeStorageDataDetails] purge_storage_data_details This is the input to purge old data.
|
6961
6975
|
# @param [Hash] opts the optional parameters
|
6962
6976
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
6963
6977
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
@@ -7024,8 +7038,8 @@ module OCI
|
|
7024
7038
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
7025
7039
|
|
7026
7040
|
|
7027
|
-
# Put the work request specified by {workRequestId} into the background.
|
7028
|
-
# @param [String] namespace_name The
|
7041
|
+
# Put the work request specified by {workRequestId} into the background. Backgrounded queries will preserve query results on query completion for up to 7 days for recall. After 7 days the results and query expire.
|
7042
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
7029
7043
|
#
|
7030
7044
|
# @param [String] work_request_id Work Request Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the asynchronous request.
|
7031
7045
|
# @param [Hash] opts the optional parameters
|
@@ -7090,7 +7104,7 @@ module OCI
|
|
7090
7104
|
|
7091
7105
|
# Performs a log analytics search, if shouldRunAsync is false returns the query results once they become available subject to 60 second timeout. If a query is subject to exceed that time then it should be run asynchronously. Asynchronous query submissions return the queryWorkRequestId to use for execution tracking, query submission lifecycle actions and to poll for query results.
|
7092
7106
|
#
|
7093
|
-
# @param [String] namespace_name The
|
7107
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
7094
7108
|
#
|
7095
7109
|
# @param [OCI::LogAnalytics::Models::QueryDetails] query_details Query to be executed.
|
7096
7110
|
# @param [Hash] opts the optional parameters
|
@@ -7149,11 +7163,11 @@ module OCI
|
|
7149
7163
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
7150
7164
|
|
7151
7165
|
|
7152
|
-
#
|
7166
|
+
# This API submits a work request to recall archived data based on time interval and data type.
|
7153
7167
|
#
|
7154
|
-
# @param [String] namespace_name The
|
7168
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
7155
7169
|
#
|
7156
|
-
# @param [OCI::LogAnalytics::Models::RecallArchivedDataDetails] recall_archived_data_details recall archived data
|
7170
|
+
# @param [OCI::LogAnalytics::Models::RecallArchivedDataDetails] recall_archived_data_details This is the input to recall archived data.
|
7157
7171
|
# @param [Hash] opts the optional parameters
|
7158
7172
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
7159
7173
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
@@ -7221,7 +7235,7 @@ module OCI
|
|
7221
7235
|
|
7222
7236
|
|
7223
7237
|
# register lookup
|
7224
|
-
# @param [String] namespace_name The
|
7238
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
7225
7239
|
#
|
7226
7240
|
# @param [String] type type - possible values are Lookup or Dictionary
|
7227
7241
|
# Allowed values are: Lookup, Dictionary
|
@@ -7233,7 +7247,7 @@ module OCI
|
|
7233
7247
|
# is case-insensitive.
|
7234
7248
|
#
|
7235
7249
|
# @option opts [String] :description Description of the fields to get
|
7236
|
-
# @option opts [String] :char_encoding
|
7250
|
+
# @option opts [String] :char_encoding Character Encoding (default to UTF-8)
|
7237
7251
|
# @option opts [BOOLEAN] :is_hidden is hidden
|
7238
7252
|
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
|
7239
7253
|
# server error without risk of executing that same action again. Retry tokens expire after 24
|
@@ -7301,11 +7315,11 @@ module OCI
|
|
7301
7315
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
7302
7316
|
|
7303
7317
|
|
7304
|
-
#
|
7318
|
+
# This API submits a work request to release recalled data based on time interval and data type.
|
7305
7319
|
#
|
7306
|
-
# @param [String] namespace_name The
|
7320
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
7307
7321
|
#
|
7308
|
-
# @param [OCI::LogAnalytics::Models::ReleaseRecalledDataDetails] release_recalled_data_details release recalled data
|
7322
|
+
# @param [OCI::LogAnalytics::Models::ReleaseRecalledDataDetails] release_recalled_data_details This is the input to release recalled data
|
7309
7323
|
# @param [Hash] opts the optional parameters
|
7310
7324
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
7311
7325
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
@@ -7373,7 +7387,7 @@ module OCI
|
|
7373
7387
|
|
7374
7388
|
|
7375
7389
|
# Delete association between input source log analytics entity and destination entities.
|
7376
|
-
# @param [String] namespace_name The
|
7390
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
7377
7391
|
#
|
7378
7392
|
# @param [String] log_analytics_entity_id The log analytics entity OCID.
|
7379
7393
|
#
|
@@ -7450,7 +7464,7 @@ module OCI
|
|
7450
7464
|
# The ScheduledTask taskType must be ACCELERATION.
|
7451
7465
|
# Optionally specify time range (timeStart and timeEnd). The default is all time.
|
7452
7466
|
#
|
7453
|
-
# @param [String] namespace_name The
|
7467
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
7454
7468
|
#
|
7455
7469
|
# @param [String] scheduled_task_id Unique scheduledTask id returned from task create.
|
7456
7470
|
# If invalid will lead to a 404 not found.
|
@@ -7523,8 +7537,8 @@ module OCI
|
|
7523
7537
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
7524
7538
|
|
7525
7539
|
|
7526
|
-
# Returns a context specific list of either commands, fields, or values to
|
7527
|
-
# @param [String] namespace_name The
|
7540
|
+
# Returns a context specific list of either commands, fields, or values to append to the end of the specified query string if applicable.
|
7541
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
7528
7542
|
#
|
7529
7543
|
# @param [OCI::LogAnalytics::Models::SuggestDetails] suggest_details Query string seeking suggestions for.
|
7530
7544
|
# @param [Hash] opts the optional parameters
|
@@ -7580,7 +7594,7 @@ module OCI
|
|
7580
7594
|
|
7581
7595
|
|
7582
7596
|
# test parser
|
7583
|
-
# @param [String] namespace_name The
|
7597
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
7584
7598
|
#
|
7585
7599
|
# @param [OCI::LogAnalytics::Models::TestParserPayloadDetails] test_parser_payload_details Details for test payload
|
7586
7600
|
# @param [Hash] opts the optional parameters
|
@@ -7653,7 +7667,7 @@ module OCI
|
|
7653
7667
|
|
7654
7668
|
|
7655
7669
|
# Update the log analytics entity with the given id.
|
7656
|
-
# @param [String] namespace_name The
|
7670
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
7657
7671
|
#
|
7658
7672
|
# @param [String] log_analytics_entity_id The log analytics entity OCID.
|
7659
7673
|
#
|
@@ -7720,7 +7734,7 @@ module OCI
|
|
7720
7734
|
|
7721
7735
|
|
7722
7736
|
# Update custom log analytics entity type. Out of box entity types cannot be udpated.
|
7723
|
-
# @param [String] namespace_name The
|
7737
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
7724
7738
|
#
|
7725
7739
|
# @param [OCI::LogAnalytics::Models::UpdateLogAnalyticsEntityTypeDetails] update_log_analytics_entity_type_details Log analytics entity type update details.
|
7726
7740
|
# @param [String] entity_type_name Log analytics entity type name.
|
@@ -7786,7 +7800,7 @@ module OCI
|
|
7786
7800
|
|
7787
7801
|
|
7788
7802
|
# Updates the Log-Analytics group with the given id.
|
7789
|
-
# @param [String] namespace_name The
|
7803
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
7790
7804
|
#
|
7791
7805
|
# @param [String] log_analytics_log_group_id unique logAnalytics log group identifier
|
7792
7806
|
# @param [OCI::LogAnalytics::Models::UpdateLogAnalyticsLogGroupDetails] update_log_analytics_log_group_details The information to be updated.
|
@@ -7852,9 +7866,9 @@ module OCI
|
|
7852
7866
|
|
7853
7867
|
|
7854
7868
|
# Update the rule with the given id.
|
7855
|
-
# @param [String] namespace_name The
|
7869
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
7856
7870
|
#
|
7857
|
-
# @param [String] log_analytics_object_collection_rule_id The
|
7871
|
+
# @param [String] log_analytics_object_collection_rule_id The Logging Analytics Object Collection Rule [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
7858
7872
|
# @param [OCI::LogAnalytics::Models::UpdateLogAnalyticsObjectCollectionRuleDetails] update_log_analytics_object_collection_rule_details The rule config to be updated.
|
7859
7873
|
# @param [Hash] opts the optional parameters
|
7860
7874
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
@@ -7918,7 +7932,7 @@ module OCI
|
|
7918
7932
|
|
7919
7933
|
|
7920
7934
|
# Update the scheduled task. Schedules may be updated only for taskType SAVED_SEARCH and PURGE.
|
7921
|
-
# @param [String] namespace_name The
|
7935
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
7922
7936
|
#
|
7923
7937
|
# @param [String] scheduled_task_id Unique scheduledTask id returned from task create.
|
7924
7938
|
# If invalid will lead to a 404 not found.
|
@@ -7987,11 +8001,11 @@ module OCI
|
|
7987
8001
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
7988
8002
|
|
7989
8003
|
|
7990
|
-
#
|
8004
|
+
# This API updates the archiving configuration
|
7991
8005
|
#
|
7992
|
-
# @param [String] namespace_name The
|
8006
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
7993
8007
|
#
|
7994
|
-
# @param [OCI::LogAnalytics::Models::UpdateStorageDetails] update_storage_details archiving configuration
|
8008
|
+
# @param [OCI::LogAnalytics::Models::UpdateStorageDetails] update_storage_details This is the archiving configuration
|
7995
8009
|
# @param [Hash] opts the optional parameters
|
7996
8010
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
7997
8011
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
@@ -8051,9 +8065,9 @@ module OCI
|
|
8051
8065
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
8052
8066
|
|
8053
8067
|
|
8054
|
-
# Accepts log data for processing by
|
8068
|
+
# Accepts log data for processing by Logging Analytics.
|
8055
8069
|
#
|
8056
|
-
# @param [String] namespace_name The
|
8070
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
8057
8071
|
#
|
8058
8072
|
# @param [String] upload_name The name of the upload. This can be considered as a container name where different kind of logs will be collected and searched together. This upload name/id can further be used for retrieving the details of the upload, including its status or deleting the upload.
|
8059
8073
|
#
|
@@ -8062,7 +8076,6 @@ module OCI
|
|
8062
8076
|
# @param [String] filename The name of the file being uploaded. The extension of the filename part will be used to detect the type of file (like zip, tar).
|
8063
8077
|
#
|
8064
8078
|
# @param [String] opc_meta_loggrpid The log group OCID to which the log data in this upload will be mapped to.
|
8065
|
-
# Example: `ocid1.loganalyticsloggroup.oc1..aaaaaaaad3q4sosi5i7z7onw2kgbwyk1581620537198`
|
8066
8079
|
#
|
8067
8080
|
# @param [String, IO] upload_log_file_body Log data
|
8068
8081
|
# @param [Hash] opts the optional parameters
|
@@ -8072,20 +8085,20 @@ module OCI
|
|
8072
8085
|
#
|
8073
8086
|
# @option opts [String] :timezone Timezone to be used when processing log entries whose timestamps do not include an explicit timezone. When this property is not specified, the timezone of the entity specified is used. If the entity is also not specified or do not have a valid timezone then UTC is used
|
8074
8087
|
#
|
8075
|
-
# @option opts [String] :char_encoding
|
8088
|
+
# @option opts [String] :char_encoding Character Encoding (default to UTF-8)
|
8076
8089
|
# @option opts [String] :date_format This property is used to specify the format of the date. This is to be used for ambiguous dates like 12/11/10. This property can take any of the following values - MONTH_DAY_YEAR, DAY_MONTH_YEAR, YEAR_MONTH_DAY, MONTH_DAY, DAY_MONTH.
|
8077
8090
|
#
|
8078
8091
|
# @option opts [String] :date_year Used to indicate the year where the log entries timestamp do not mention year (Ex: Nov 8 20:45:56).
|
8079
8092
|
#
|
8080
8093
|
# @option opts [BOOLEAN] :invalidate_cache This property can be used to reset configuration cache in case of an issue with the upload. (default to false)
|
8081
8094
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
8082
|
-
# @option opts [String] :content_md5 The base-64 encoded MD5 hash of the body. If the Content-MD5 header is present,
|
8095
|
+
# @option opts [String] :content_md5 The base-64 encoded MD5 hash of the body. If the Content-MD5 header is present, Logging Analytics performs an integrity check
|
8083
8096
|
# on the body of the HTTP request by computing the MD5 hash for the body and comparing it to the MD5 hash supplied in the header.
|
8084
8097
|
# If the two hashes do not match, the log data is rejected and an HTTP-400 Unmatched Content MD5 error is returned with the message:
|
8085
8098
|
#
|
8086
8099
|
# \"The computed MD5 of the request body (ACTUAL_MD5) does not match the Content-MD5 header (HEADER_MD5)\"
|
8087
8100
|
#
|
8088
|
-
# @option opts [String] :content_type The content type of the log data.
|
8101
|
+
# @option opts [String] :content_type The content type of the log data.
|
8089
8102
|
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
|
8090
8103
|
# server error without risk of executing that same action again. Retry tokens expire after 24
|
8091
8104
|
# hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
@@ -8159,7 +8172,7 @@ module OCI
|
|
8159
8172
|
|
8160
8173
|
|
8161
8174
|
# create or update associations for a source
|
8162
|
-
# @param [String] namespace_name The
|
8175
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
8163
8176
|
#
|
8164
8177
|
# @param [OCI::LogAnalytics::Models::UpsertLogAnalyticsAssociationDetails] upsert_log_analytics_association_details list of association details
|
8165
8178
|
# @param [Hash] opts the optional parameters
|
@@ -8224,7 +8237,7 @@ module OCI
|
|
8224
8237
|
|
8225
8238
|
|
8226
8239
|
# Defines or update a field.
|
8227
|
-
# @param [String] namespace_name The
|
8240
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
8228
8241
|
#
|
8229
8242
|
# @param [OCI::LogAnalytics::Models::UpsertLogAnalyticsFieldDetails] upsert_log_analytics_field_details Details for the new LogAnalyticsFieldDetails.
|
8230
8243
|
# @param [Hash] opts the optional parameters
|
@@ -8295,7 +8308,7 @@ module OCI
|
|
8295
8308
|
|
8296
8309
|
|
8297
8310
|
# Define or update a label.
|
8298
|
-
# @param [String] namespace_name The
|
8311
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
8299
8312
|
#
|
8300
8313
|
# @param [OCI::LogAnalytics::Models::UpsertLogAnalyticsLabelDetails] upsert_log_analytics_label_details Details for the new LogAnalyticsTagDetails.
|
8301
8314
|
# @param [Hash] opts the optional parameters
|
@@ -8366,7 +8379,7 @@ module OCI
|
|
8366
8379
|
|
8367
8380
|
|
8368
8381
|
# Define or update parser
|
8369
|
-
# @param [String] namespace_name The
|
8382
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
8370
8383
|
#
|
8371
8384
|
# @param [OCI::LogAnalytics::Models::UpsertLogAnalyticsParserDetails] upsert_log_analytics_parser_details Details for the new LoganParserDetails.
|
8372
8385
|
# @param [Hash] opts the optional parameters
|
@@ -8437,7 +8450,7 @@ module OCI
|
|
8437
8450
|
|
8438
8451
|
|
8439
8452
|
# Define or update a source
|
8440
|
-
# @param [String] namespace_name The
|
8453
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
8441
8454
|
#
|
8442
8455
|
# @param [OCI::LogAnalytics::Models::UpsertLogAnalyticsSourceDetails] upsert_log_analytics_source_details Details for the new LoganSourceDetails.
|
8443
8456
|
# @param [Hash] opts the optional parameters
|
@@ -8514,7 +8527,7 @@ module OCI
|
|
8514
8527
|
|
8515
8528
|
|
8516
8529
|
# association parameter validation
|
8517
|
-
# @param [String] namespace_name The
|
8530
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
8518
8531
|
#
|
8519
8532
|
# @param [OCI::LogAnalytics::Models::UpsertLogAnalyticsAssociationDetails] upsert_log_analytics_association_details Details for the new log analytics associations.
|
8520
8533
|
# @param [Hash] opts the optional parameters
|
@@ -8597,7 +8610,7 @@ module OCI
|
|
8597
8610
|
|
8598
8611
|
|
8599
8612
|
# Validates a log file to check whether it is eligible to upload or not.
|
8600
|
-
# @param [String] namespace_name The
|
8613
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
8601
8614
|
#
|
8602
8615
|
# @param [String] object_location Location of the log file
|
8603
8616
|
# @param [String] filename The name of the file being uploaded. The extension of the filename part will be used to detect the type of file (like zip, tar).
|
@@ -8658,7 +8671,7 @@ module OCI
|
|
8658
8671
|
|
8659
8672
|
|
8660
8673
|
# Pre-define or update a source
|
8661
|
-
# @param [String] namespace_name The
|
8674
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
8662
8675
|
#
|
8663
8676
|
# @param [OCI::LogAnalytics::Models::UpsertLogAnalyticsSourceDetails] upsert_log_analytics_source_details Details for the new LoganSourceDetails.
|
8664
8677
|
# @param [Hash] opts the optional parameters
|
@@ -8728,7 +8741,7 @@ module OCI
|
|
8728
8741
|
|
8729
8742
|
|
8730
8743
|
# test extended fields
|
8731
|
-
# @param [String] namespace_name The
|
8744
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
8732
8745
|
#
|
8733
8746
|
# @param [OCI::LogAnalytics::Models::LogAnalyticsSource] log_analytics_source Details for the new LogAnalyticsSource.
|
8734
8747
|
# @param [Hash] opts the optional parameters
|
@@ -8792,7 +8805,7 @@ module OCI
|
|
8792
8805
|
|
8793
8806
|
|
8794
8807
|
# Validates the source mapping for given file and provides match status and parsed representation of log data.
|
8795
|
-
# @param [String] namespace_name The
|
8808
|
+
# @param [String] namespace_name The Logging Analytics namespace used for the request.
|
8796
8809
|
#
|
8797
8810
|
# @param [String] object_location Location of the log file
|
8798
8811
|
# @param [String] filename The name of the file being uploaded. The extension of the filename part will be used to detect the type of file (like zip, tar).
|