oci 2.11.0 → 2.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/lib/oci.rb +1 -0
- data/lib/oci/analytics/analytics_client.rb +15 -0
- data/lib/oci/announcements_service/announcement_client.rb +4 -0
- data/lib/oci/apigateway/api_gateway_client.rb +15 -0
- data/lib/oci/apigateway/deployment_client.rb +6 -0
- data/lib/oci/apigateway/gateway_client.rb +6 -0
- data/lib/oci/apigateway/work_requests_client.rb +5 -0
- data/lib/oci/application_migration/application_migration_client.rb +19 -0
- data/lib/oci/audit/audit_client.rb +4 -1
- data/lib/oci/audit/models/audit_event.rb +8 -7
- data/lib/oci/audit/models/data.rb +0 -107
- data/lib/oci/audit/models/identity.rb +0 -17
- data/lib/oci/audit/models/request.rb +0 -46
- data/lib/oci/audit/models/response.rb +0 -34
- data/lib/oci/audit/models/state_change.rb +0 -9
- data/lib/oci/auth/signers/ephemeral_resource_principals_signer.rb +0 -1
- data/lib/oci/auth/signers/resource_principals_signer.rb +1 -1
- data/lib/oci/autoscaling/auto_scaling_client.rb +11 -0
- data/lib/oci/bds/bds_client.rb +16 -0
- data/lib/oci/blockchain/blockchain.rb +1 -0
- data/lib/oci/blockchain/blockchain_platform_client.rb +57 -0
- data/lib/oci/blockchain/models/blockchain_platform.rb +36 -3
- data/lib/oci/blockchain/models/blockchain_platform_by_hostname.rb +1 -1
- data/lib/oci/blockchain/models/blockchain_platform_summary.rb +1 -1
- data/lib/oci/blockchain/models/create_blockchain_platform_details.rb +2 -2
- data/lib/oci/blockchain/models/scaled_blockchain_platform_preview.rb +1 -1
- data/lib/oci/blockchain/models/work_request.rb +1 -0
- data/lib/oci/blockchain/models/work_request_resource.rb +18 -4
- data/lib/oci/blockchain/models/work_request_resource_sub_type_detail.rb +206 -0
- data/lib/oci/blockchain/models/work_request_summary.rb +1 -0
- data/lib/oci/budget/budget_client.rb +10 -0
- data/lib/oci/cims/incident_client.rb +7 -0
- data/lib/oci/cims/user_client.rb +1 -0
- data/lib/oci/cloud_guard/cloud_guard_client.rb +82 -0
- data/lib/oci/cloud_guard/models/rule_summary.rb +1 -0
- data/lib/oci/compute_instance_agent/compute_instance_agent_client.rb +6 -0
- data/lib/oci/container_engine/container_engine_client.rb +18 -0
- data/lib/oci/core/blockstorage_client.rb +53 -0
- data/lib/oci/core/compute_client.rb +71 -0
- data/lib/oci/core/compute_management_client.rb +28 -0
- data/lib/oci/core/virtual_network_client.rb +194 -0
- data/lib/oci/data_catalog/data_catalog.rb +5 -0
- data/lib/oci/data_catalog/data_catalog_client.rb +307 -4
- data/lib/oci/data_catalog/models/attribute.rb +45 -4
- data/lib/oci/data_catalog/models/attribute_summary.rb +45 -4
- data/lib/oci/data_catalog/models/faceted_search_aggregation.rb +55 -4
- data/lib/oci/{database/models/create_autonomous_data_warehouse_backup_details.rb → data_catalog/models/rule_attribute.rb} +25 -18
- data/lib/oci/data_catalog/models/rule_collection.rb +161 -0
- data/lib/oci/data_catalog/models/rule_origin_type.rb +12 -0
- data/lib/oci/data_catalog/models/rule_summary.rb +439 -0
- data/lib/oci/data_catalog/models/rule_type.rb +12 -0
- data/lib/oci/data_catalog/models/search_result_collection.rb +18 -4
- data/lib/oci/data_flow/data_flow_client.rb +24 -0
- data/lib/oci/data_integration/data_integration_client.rb +92 -0
- data/lib/oci/data_safe/data_safe.rb +8 -0
- data/lib/oci/data_safe/data_safe_client.rb +606 -13
- data/lib/oci/data_safe/data_safe_client_composite_operations.rb +198 -0
- data/lib/oci/data_safe/models/change_on_prem_connector_compartment_details.rb +154 -0
- data/lib/oci/data_safe/models/create_data_safe_private_endpoint_details.rb +1 -1
- data/lib/oci/{database/models/update_autonomous_data_warehouse_details.rb → data_safe/models/create_on_prem_connector_details.rb} +27 -49
- data/lib/oci/data_safe/models/data_safe_configuration.rb +5 -5
- data/lib/oci/data_safe/models/data_safe_private_endpoint.rb +2 -2
- data/lib/oci/data_safe/models/data_safe_private_endpoint_summary.rb +1 -1
- data/lib/oci/data_safe/models/enable_data_safe_configuration_details.rb +6 -40
- data/lib/oci/{database/models/generate_autonomous_data_warehouse_wallet_details.rb → data_safe/models/generate_on_prem_connector_configuration_details.rb} +3 -4
- data/lib/oci/{database/models/autonomous_data_warehouse_backup_summary.rb → data_safe/models/on_prem_connector.rb} +98 -98
- data/lib/oci/data_safe/models/on_prem_connector_lifecycle_state.rb +16 -0
- data/lib/oci/{database/models/autonomous_data_warehouse_backup.rb → data_safe/models/on_prem_connector_summary.rb} +90 -99
- data/lib/oci/data_safe/models/service_list.rb +1 -0
- data/lib/oci/data_safe/models/update_data_safe_private_endpoint_details.rb +1 -1
- data/lib/oci/data_safe/models/update_on_prem_connector_details.rb +198 -0
- data/lib/oci/data_safe/models/update_on_prem_connector_wallet_details.rb +156 -0
- data/lib/oci/data_safe/models/work_request.rb +11 -6
- data/lib/oci/data_safe/models/work_request_error.rb +3 -4
- data/lib/oci/data_safe/models/work_request_log_entry.rb +3 -3
- data/lib/oci/data_safe/models/work_request_summary.rb +13 -8
- data/lib/oci/data_science/data_science_client.rb +34 -0
- data/lib/oci/database/database.rb +4 -8
- data/lib/oci/database/database_client.rb +523 -766
- data/lib/oci/database/database_client_composite_operations.rb +1299 -330
- data/lib/oci/database/models/activate_exadata_infrastructure_details.rb +2 -1
- data/lib/oci/database/models/autonomous_container_database.rb +3 -3
- data/lib/oci/database/models/autonomous_container_database_dataguard_association.rb +2 -2
- data/lib/oci/database/models/autonomous_container_database_summary.rb +3 -3
- data/lib/oci/database/models/autonomous_data_warehouse.rb +8 -21
- data/lib/oci/database/models/autonomous_data_warehouse_summary.rb +8 -21
- data/lib/oci/database/models/autonomous_database.rb +35 -3
- data/lib/oci/database/models/autonomous_database_apex.rb +169 -0
- data/lib/oci/database/models/autonomous_database_dataguard_association.rb +2 -2
- data/lib/oci/database/models/autonomous_database_summary.rb +35 -3
- data/lib/oci/database/models/autonomous_db_preview_version_summary.rb +2 -0
- data/lib/oci/database/models/autonomous_db_version_summary.rb +2 -0
- data/lib/oci/database/models/backup.rb +19 -5
- data/lib/oci/database/models/backup_summary.rb +19 -5
- data/lib/oci/database/models/change_cloud_exadata_infrastructure_compartment_details.rb +1 -1
- data/lib/oci/database/models/change_cloud_vm_cluster_compartment_details.rb +1 -1
- data/lib/oci/database/models/cloud_exadata_infrastructure.rb +2 -1
- data/lib/oci/database/models/cloud_exadata_infrastructure_summary.rb +2 -1
- data/lib/oci/database/models/cloud_vm_cluster.rb +1 -1
- data/lib/oci/database/models/cloud_vm_cluster_summary.rb +1 -1
- data/lib/oci/database/models/create_autonomous_container_database_details.rb +1 -1
- data/lib/oci/database/models/create_autonomous_database_base.rb +7 -3
- data/lib/oci/database/models/create_cloud_exadata_infrastructure_details.rb +1 -1
- data/lib/oci/database/models/create_cloud_vm_cluster_details.rb +2 -1
- data/lib/oci/database/models/create_database_base.rb +33 -4
- data/lib/oci/database/models/create_database_from_backup.rb +9 -1
- data/lib/oci/database/models/create_db_home_base.rb +30 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_details.rb +9 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_from_backup_details.rb +9 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_from_database_details.rb +9 -1
- data/lib/oci/database/models/create_db_home_with_vm_cluster_id_details.rb +9 -1
- data/lib/oci/database/models/create_db_home_with_vm_cluster_id_from_backup_details.rb +9 -1
- data/lib/oci/database/models/create_exadata_infrastructure_details.rb +16 -2
- data/lib/oci/database/models/create_new_database_details.rb +9 -1
- data/lib/oci/database/models/create_vm_cluster_details.rb +2 -1
- data/lib/oci/database/models/database.rb +16 -2
- data/lib/oci/database/models/database_summary.rb +16 -2
- data/lib/oci/database/models/db_home.rb +16 -2
- data/lib/oci/database/models/db_home_summary.rb +16 -2
- data/lib/oci/database/models/db_system.rb +16 -2
- data/lib/oci/database/models/db_system_summary.rb +16 -2
- data/lib/oci/database/models/exadata_db_system_migration.rb +1 -1
- data/lib/oci/database/models/exadata_db_system_migration_summary.rb +1 -1
- data/lib/oci/database/models/exadata_infrastructure.rb +15 -1
- data/lib/oci/database/models/exadata_infrastructure_summary.rb +18 -2
- data/lib/oci/database/models/flex_component_collection.rb +150 -0
- data/lib/oci/database/models/flex_component_summary.rb +197 -0
- data/lib/oci/database/models/generate_recommended_network_details.rb +1 -1
- data/lib/oci/database/models/launch_db_system_base.rb +30 -1
- data/lib/oci/database/models/launch_db_system_details.rb +9 -1
- data/lib/oci/database/models/launch_db_system_from_backup_details.rb +9 -1
- data/lib/oci/database/models/launch_db_system_from_database_details.rb +9 -1
- data/lib/oci/database/models/launch_db_system_from_db_system_details.rb +9 -1
- data/lib/oci/database/models/maintenance_run.rb +2 -1
- data/lib/oci/database/models/maintenance_run_summary.rb +2 -1
- data/lib/oci/database/models/migrate_vault_key_details.rb +170 -0
- data/lib/oci/database/models/update_autonomous_container_database_details.rb +1 -1
- data/lib/oci/database/models/update_autonomous_database_details.rb +6 -2
- data/lib/oci/database/models/update_cloud_exadata_infrastructure_details.rb +1 -1
- data/lib/oci/database/models/update_cloud_vm_cluster_details.rb +3 -2
- data/lib/oci/database/models/update_database_details.rb +1 -1
- data/lib/oci/database/models/update_details.rb +1 -1
- data/lib/oci/database/models/update_exadata_infrastructure_details.rb +16 -2
- data/lib/oci/database/models/update_history_entry_summary.rb +2 -1
- data/lib/oci/database/models/update_summary.rb +1 -1
- data/lib/oci/database/models/update_vm_cluster_details.rb +3 -1
- data/lib/oci/database/models/update_vm_cluster_network_details.rb +1 -1
- data/lib/oci/database/models/vm_cluster.rb +2 -1
- data/lib/oci/database/models/vm_cluster_network_details.rb +1 -1
- data/lib/oci/database/models/vm_cluster_network_summary.rb +2 -1
- data/lib/oci/database/models/vm_cluster_summary.rb +1 -0
- data/lib/oci/database/models/vm_network_details.rb +2 -1
- data/lib/oci/dns/dns_client.rb +49 -0
- data/lib/oci/dts/appliance_export_job_client.rb +6 -0
- data/lib/oci/dts/shipping_vendors_client.rb +1 -0
- data/lib/oci/dts/transfer_appliance_client.rb +8 -0
- data/lib/oci/dts/transfer_appliance_entitlement_client.rb +3 -0
- data/lib/oci/dts/transfer_device_client.rb +5 -0
- data/lib/oci/dts/transfer_job_client.rb +6 -0
- data/lib/oci/dts/transfer_package_client.rb +7 -0
- data/lib/oci/email/email_client.rb +10 -0
- data/lib/oci/events/events_client.rb +6 -0
- data/lib/oci/file_storage/file_storage_client.rb +25 -0
- data/lib/oci/functions/functions_invoke_client.rb +1 -0
- data/lib/oci/functions/functions_management_client.rb +11 -0
- data/lib/oci/healthchecks/health_checks_client.rb +17 -0
- data/lib/oci/identity/identity_client.rb +120 -0
- data/lib/oci/identity/models/saml2_identity_provider.rb +12 -1
- data/lib/oci/integration/integration.rb +3 -0
- data/lib/oci/integration/integration_instance_client.rb +12 -0
- data/lib/oci/integration/models/create_custom_endpoint_details.rb +167 -0
- data/lib/oci/integration/models/create_integration_instance_details.rb +44 -1
- data/lib/oci/integration/models/custom_endpoint_details.rb +180 -0
- data/lib/oci/integration/models/integration_instance.rb +43 -1
- data/lib/oci/integration/models/integration_instance_summary.rb +43 -1
- data/lib/oci/integration/models/update_custom_endpoint_details.rb +167 -0
- data/lib/oci/integration/models/update_integration_instance_details.rb +47 -4
- data/lib/oci/key_management/kms_crypto_client.rb +4 -0
- data/lib/oci/key_management/kms_management_client.rb +31 -0
- data/lib/oci/key_management/kms_vault_client.rb +11 -0
- data/lib/oci/limits/limits_client.rb +4 -0
- data/lib/oci/limits/quotas_client.rb +5 -0
- data/lib/oci/load_balancer/load_balancer.rb +1 -0
- data/lib/oci/load_balancer/load_balancer_client.rb +56 -0
- data/lib/oci/load_balancer/models/create_load_balancer_details.rb +16 -1
- data/lib/oci/load_balancer/models/load_balancer.rb +14 -1
- data/lib/oci/load_balancer/models/shape_details.rb +180 -0
- data/lib/oci/load_balancer/models/ssl_configuration.rb +1 -1
- data/lib/oci/load_balancer/models/ssl_configuration_details.rb +1 -1
- data/lib/oci/load_balancer/models/update_load_balancer_shape_details.rb +22 -4
- data/lib/oci/log_analytics/log_analytics_client.rb +126 -0
- data/lib/oci/logging/logging_management_client.rb +32 -0
- data/lib/oci/loggingingestion/logging_client.rb +1 -0
- data/lib/oci/loggingsearch/log_search_client.rb +1 -0
- data/lib/oci/management_agent/management_agent.rb +2 -0
- data/lib/oci/management_agent/management_agent_client.rb +101 -0
- data/lib/oci/management_agent/models/availability_history_summary.rb +217 -0
- data/lib/oci/management_agent/models/availability_status.rb +12 -0
- data/lib/oci/management_agent/models/management_agent.rb +35 -1
- data/lib/oci/management_agent/models/management_agent_summary.rb +49 -1
- data/lib/oci/management_dashboard/dashx_apis_client.rb +14 -0
- data/lib/oci/marketplace/marketplace_client.rb +16 -0
- data/lib/oci/monitoring/monitoring_client.rb +12 -0
- data/lib/oci/mysql/channels_client.rb +625 -0
- data/lib/oci/mysql/channels_client_composite_operations.rb +271 -0
- data/lib/oci/mysql/db_backups_client.rb +11 -0
- data/lib/oci/mysql/db_system_client.rb +17 -0
- data/lib/oci/mysql/models/backup.rb +16 -3
- data/lib/oci/mysql/models/backup_summary.rb +17 -3
- data/lib/oci/mysql/models/ca_certificate.rb +189 -0
- data/lib/oci/mysql/models/channel.rb +340 -0
- data/lib/oci/mysql/models/channel_source.rb +189 -0
- data/lib/oci/mysql/models/channel_source_mysql.rb +230 -0
- data/lib/oci/mysql/models/channel_summary.rb +304 -0
- data/lib/oci/mysql/models/channel_target.rb +189 -0
- data/lib/oci/mysql/models/channel_target_db_system.rb +193 -0
- data/lib/oci/mysql/models/configuration.rb +2 -2
- data/lib/oci/mysql/models/configuration_summary.rb +2 -2
- data/lib/oci/mysql/models/configuration_variables.rb +30 -15
- data/lib/oci/mysql/models/create_backup_details.rb +2 -2
- data/lib/oci/mysql/models/create_backup_policy_details.rb +3 -0
- data/lib/oci/mysql/models/create_channel_details.rb +248 -0
- data/lib/oci/mysql/models/create_channel_source_details.rb +170 -0
- data/lib/oci/mysql/models/create_channel_source_from_mysql_details.rb +224 -0
- data/lib/oci/mysql/models/create_channel_target_details.rb +170 -0
- data/lib/oci/mysql/models/create_channel_target_from_db_system_details.rb +193 -0
- data/lib/oci/mysql/models/create_configuration_details.rb +2 -3
- data/lib/oci/mysql/models/create_db_system_details.rb +1 -1
- data/lib/oci/mysql/models/create_db_system_source_details.rb +1 -0
- data/lib/oci/mysql/models/create_db_system_source_from_none_details.rb +146 -0
- data/lib/oci/mysql/models/db_system.rb +15 -3
- data/lib/oci/mysql/models/db_system_snapshot.rb +437 -0
- data/lib/oci/mysql/models/db_system_source.rb +1 -0
- data/lib/oci/mysql/models/db_system_source_from_none.rb +146 -0
- data/lib/oci/mysql/models/db_system_summary.rb +2 -2
- data/lib/oci/mysql/models/pem_ca_certificate.rb +158 -0
- data/lib/oci/mysql/models/update_backup_details.rb +2 -2
- data/lib/oci/mysql/models/update_backup_policy_details.rb +3 -0
- data/lib/oci/mysql/models/update_channel_details.rb +234 -0
- data/lib/oci/mysql/models/update_channel_source_details.rb +171 -0
- data/lib/oci/mysql/models/update_channel_source_from_mysql_details.rb +224 -0
- data/lib/oci/mysql/models/update_channel_target_details.rb +170 -0
- data/lib/oci/mysql/models/update_channel_target_from_db_system_details.rb +179 -0
- data/lib/oci/mysql/models/update_configuration_details.rb +2 -2
- data/lib/oci/mysql/mysql.rb +23 -0
- data/lib/oci/mysql/mysqlaas_client.rb +7 -0
- data/lib/oci/mysql/work_requests_client.rb +4 -0
- data/lib/oci/nosql/nosql_client.rb +22 -0
- data/lib/oci/object_storage/models/object_lifecycle_rule.rb +11 -9
- data/lib/oci/object_storage/object_storage_client.rb +55 -6
- data/lib/oci/oce/oce_instance_client.rb +10 -0
- data/lib/oci/ocvp/esxi_host_client.rb +5 -0
- data/lib/oci/ocvp/sddc_client.rb +7 -0
- data/lib/oci/ocvp/work_request_client.rb +4 -0
- data/lib/oci/oda/oda_client.rb +12 -0
- data/lib/oci/ons/notification_control_plane_client.rb +6 -0
- data/lib/oci/ons/notification_data_plane_client.rb +10 -0
- data/lib/oci/opsi/models/sql_insight_aggregation.rb +2 -1
- data/lib/oci/opsi/models/sql_insight_thresholds.rb +21 -4
- data/lib/oci/opsi/operations_insights_client.rb +22 -3
- data/lib/oci/optimizer/optimizer_client.rb +22 -0
- data/lib/oci/os_management/os_management_client.rb +53 -0
- data/lib/oci/regions.rb +3 -0
- data/lib/oci/resource_manager/models/configuration_source_provider.rb +5 -1
- data/lib/oci/resource_manager/models/configuration_source_provider_summary.rb +3 -1
- data/lib/oci/resource_manager/models/create_configuration_source_provider_details.rb +4 -1
- data/lib/oci/resource_manager/models/create_github_access_token_configuration_source_provider_details.rb +200 -0
- data/lib/oci/resource_manager/models/create_gitlab_access_token_configuration_source_provider_details.rb +3 -3
- data/lib/oci/resource_manager/models/github_access_token_configuration_source_provider.rb +198 -0
- data/lib/oci/resource_manager/models/github_access_token_configuration_source_provider_summary.rb +198 -0
- data/lib/oci/resource_manager/models/gitlab_access_token_configuration_source_provider.rb +2 -2
- data/lib/oci/resource_manager/models/gitlab_access_token_configuration_source_provider_summary.rb +2 -2
- data/lib/oci/resource_manager/models/update_configuration_source_provider_details.rb +4 -1
- data/lib/oci/resource_manager/models/update_github_access_token_configuration_source_provider_details.rb +196 -0
- data/lib/oci/resource_manager/models/update_gitlab_access_token_configuration_source_provider_details.rb +3 -3
- data/lib/oci/resource_manager/resource_manager.rb +4 -0
- data/lib/oci/resource_manager/resource_manager_client.rb +36 -2
- data/lib/oci/resource_search/resource_search_client.rb +3 -0
- data/lib/oci/rover/models/change_rover_cluster_compartment_details.rb +155 -0
- data/lib/oci/{database/models/autonomous_data_warehouse_console_token_details.rb → rover/models/change_rover_entitlement_compartment_details.rb} +13 -23
- data/lib/oci/rover/models/change_rover_node_compartment_details.rb +155 -0
- data/lib/oci/rover/models/create_rover_cluster_details.rb +459 -0
- data/lib/oci/rover/models/create_rover_entitlement_details.rb +320 -0
- data/lib/oci/rover/models/create_rover_node_details.rb +501 -0
- data/lib/oci/rover/models/enclosure_type.rb +11 -0
- data/lib/oci/rover/models/lifecycle_state.rb +15 -0
- data/lib/oci/rover/models/node_type.rb +11 -0
- data/lib/oci/rover/models/rover_cluster.rb +610 -0
- data/lib/oci/rover/models/rover_cluster_certificate.rb +150 -0
- data/lib/oci/{database/models/restore_autonomous_data_warehouse_details.rb → rover/models/rover_cluster_collection.rb} +11 -12
- data/lib/oci/{database/models/create_autonomous_data_warehouse_details.rb → rover/models/rover_cluster_summary.rb} +99 -84
- data/lib/oci/rover/models/rover_entitlement.rb +363 -0
- data/lib/oci/rover/models/rover_entitlement_collection.rb +150 -0
- data/lib/oci/rover/models/rover_entitlement_summary.rb +285 -0
- data/lib/oci/rover/models/rover_node.rb +661 -0
- data/lib/oci/rover/models/rover_node_action_set_key_details.rb +154 -0
- data/lib/oci/rover/models/rover_node_certificate.rb +150 -0
- data/lib/oci/rover/models/rover_node_collection.rb +150 -0
- data/lib/oci/rover/models/rover_node_encryption_key.rb +154 -0
- data/lib/oci/rover/models/rover_node_get_rpt.rb +168 -0
- data/lib/oci/rover/models/rover_node_set_key.rb +154 -0
- data/lib/oci/rover/models/rover_node_summary.rb +323 -0
- data/lib/oci/rover/models/rover_workload.rb +264 -0
- data/lib/oci/rover/models/shipping_address.rb +276 -0
- data/lib/oci/rover/models/sort_orders.rb +11 -0
- data/lib/oci/rover/models/update_rover_cluster_details.rb +445 -0
- data/lib/oci/rover/models/update_rover_entitlement_details.rb +306 -0
- data/lib/oci/rover/models/update_rover_node_details.rb +487 -0
- data/lib/oci/rover/rover.rb +54 -0
- data/lib/oci/rover/rover_cluster_client.rb +549 -0
- data/lib/oci/rover/rover_cluster_client_composite_operations.rb +144 -0
- data/lib/oci/rover/rover_entitlement_client.rb +514 -0
- data/lib/oci/rover/rover_entitlement_client_composite_operations.rb +144 -0
- data/lib/oci/rover/rover_node_client.rb +738 -0
- data/lib/oci/rover/rover_node_client_composite_operations.rb +144 -0
- data/lib/oci/rover/util.rb +3 -0
- data/lib/oci/sch/service_connector_client.rb +12 -0
- data/lib/oci/secrets/secrets_client.rb +2 -0
- data/lib/oci/streaming/stream_admin_client.rb +18 -0
- data/lib/oci/streaming/stream_client.rb +8 -0
- data/lib/oci/tenant_manager_control_plane/link_client.rb +3 -0
- data/lib/oci/tenant_manager_control_plane/recipient_invitation_client.rb +5 -0
- data/lib/oci/tenant_manager_control_plane/sender_invitation_client.rb +5 -0
- data/lib/oci/tenant_manager_control_plane/work_request_client.rb +4 -0
- data/lib/oci/usage_api/usageapi_client.rb +2 -0
- data/lib/oci/vault/vaults_client.rb +11 -0
- data/lib/oci/version.rb +1 -1
- data/lib/oci/waas/redirect_client.rb +6 -0
- data/lib/oci/waas/waas_client.rb +66 -0
- data/lib/oci/work_requests/work_request_client.rb +4 -0
- metadata +91 -10
|
@@ -116,6 +116,7 @@ module OCI
|
|
|
116
116
|
# a particular request, please provide the request ID.
|
|
117
117
|
#
|
|
118
118
|
# @return [Response] A Response object with data of type nil
|
|
119
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/change_log_group_compartment.rb.html) to see an example of how to use change_log_group_compartment API.
|
|
119
120
|
def change_log_group_compartment(log_group_id, change_log_group_compartment_details, opts = {})
|
|
120
121
|
logger.debug 'Calling operation LoggingManagementClient#change_log_group_compartment.' if logger
|
|
121
122
|
|
|
@@ -181,6 +182,7 @@ module OCI
|
|
|
181
182
|
# a particular request, please provide the request ID.
|
|
182
183
|
#
|
|
183
184
|
# @return [Response] A Response object with data of type nil
|
|
185
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/change_log_log_group.rb.html) to see an example of how to use change_log_log_group API.
|
|
184
186
|
def change_log_log_group(log_group_id, log_id, change_log_log_group_details, opts = {})
|
|
185
187
|
logger.debug 'Calling operation LoggingManagementClient#change_log_log_group.' if logger
|
|
186
188
|
|
|
@@ -256,6 +258,7 @@ module OCI
|
|
|
256
258
|
# a particular request, please provide the request ID.
|
|
257
259
|
#
|
|
258
260
|
# @return [Response] A Response object with data of type nil
|
|
261
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/change_log_saved_search_compartment.rb.html) to see an example of how to use change_log_saved_search_compartment API.
|
|
259
262
|
def change_log_saved_search_compartment(log_saved_search_id, change_log_saved_search_compartment_details, opts = {})
|
|
260
263
|
logger.debug 'Calling operation LoggingManagementClient#change_log_saved_search_compartment.' if logger
|
|
261
264
|
|
|
@@ -330,6 +333,7 @@ module OCI
|
|
|
330
333
|
# a particular request, please provide the request ID.
|
|
331
334
|
#
|
|
332
335
|
# @return [Response] A Response object with data of type nil
|
|
336
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/change_unified_agent_configuration_compartment.rb.html) to see an example of how to use change_unified_agent_configuration_compartment API.
|
|
333
337
|
def change_unified_agent_configuration_compartment(unified_agent_configuration_id, change_unified_agent_configuration_compartment_details, opts = {})
|
|
334
338
|
logger.debug 'Calling operation LoggingManagementClient#change_unified_agent_configuration_compartment.' if logger
|
|
335
339
|
|
|
@@ -398,6 +402,7 @@ module OCI
|
|
|
398
402
|
# a particular request, please provide the request ID.
|
|
399
403
|
#
|
|
400
404
|
# @return [Response] A Response object with data of type nil
|
|
405
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/create_log.rb.html) to see an example of how to use create_log API.
|
|
401
406
|
def create_log(log_group_id, create_log_details, opts = {})
|
|
402
407
|
logger.debug 'Calling operation LoggingManagementClient#create_log.' if logger
|
|
403
408
|
|
|
@@ -464,6 +469,7 @@ module OCI
|
|
|
464
469
|
# a particular request, please provide the request ID.
|
|
465
470
|
#
|
|
466
471
|
# @return [Response] A Response object with data of type nil
|
|
472
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/create_log_group.rb.html) to see an example of how to use create_log_group API.
|
|
467
473
|
def create_log_group(create_log_group_details, opts = {})
|
|
468
474
|
logger.debug 'Calling operation LoggingManagementClient#create_log_group.' if logger
|
|
469
475
|
|
|
@@ -527,6 +533,7 @@ module OCI
|
|
|
527
533
|
# a particular request, please provide the request ID.
|
|
528
534
|
#
|
|
529
535
|
# @return [Response] A Response object with data of type {OCI::Logging::Models::LogSavedSearch LogSavedSearch}
|
|
536
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/create_log_saved_search.rb.html) to see an example of how to use create_log_saved_search API.
|
|
530
537
|
def create_log_saved_search(create_log_saved_search_details, opts = {})
|
|
531
538
|
logger.debug 'Calling operation LoggingManagementClient#create_log_saved_search.' if logger
|
|
532
539
|
|
|
@@ -590,6 +597,7 @@ module OCI
|
|
|
590
597
|
# creation request may be rejected).
|
|
591
598
|
#
|
|
592
599
|
# @return [Response] A Response object with data of type nil
|
|
600
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/create_unified_agent_configuration.rb.html) to see an example of how to use create_unified_agent_configuration API.
|
|
593
601
|
def create_unified_agent_configuration(create_unified_agent_configuration_details, opts = {})
|
|
594
602
|
logger.debug 'Calling operation LoggingManagementClient#create_unified_agent_configuration.' if logger
|
|
595
603
|
|
|
@@ -652,6 +660,7 @@ module OCI
|
|
|
652
660
|
# a particular request, please provide the request ID.
|
|
653
661
|
#
|
|
654
662
|
# @return [Response] A Response object with data of type nil
|
|
663
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/delete_log.rb.html) to see an example of how to use delete_log API.
|
|
655
664
|
def delete_log(log_group_id, log_id, opts = {})
|
|
656
665
|
logger.debug 'Calling operation LoggingManagementClient#delete_log.' if logger
|
|
657
666
|
|
|
@@ -715,6 +724,7 @@ module OCI
|
|
|
715
724
|
# a particular request, please provide the request ID.
|
|
716
725
|
#
|
|
717
726
|
# @return [Response] A Response object with data of type nil
|
|
727
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/delete_log_group.rb.html) to see an example of how to use delete_log_group API.
|
|
718
728
|
def delete_log_group(log_group_id, opts = {})
|
|
719
729
|
logger.debug 'Calling operation LoggingManagementClient#delete_log_group.' if logger
|
|
720
730
|
|
|
@@ -777,6 +787,7 @@ module OCI
|
|
|
777
787
|
# a particular request, please provide the request ID.
|
|
778
788
|
#
|
|
779
789
|
# @return [Response] A Response object with data of type nil
|
|
790
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/delete_log_saved_search.rb.html) to see an example of how to use delete_log_saved_search API.
|
|
780
791
|
def delete_log_saved_search(log_saved_search_id, opts = {})
|
|
781
792
|
logger.debug 'Calling operation LoggingManagementClient#delete_log_saved_search.' if logger
|
|
782
793
|
|
|
@@ -838,6 +849,7 @@ module OCI
|
|
|
838
849
|
# current etag value.
|
|
839
850
|
#
|
|
840
851
|
# @return [Response] A Response object with data of type nil
|
|
852
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/delete_unified_agent_configuration.rb.html) to see an example of how to use delete_unified_agent_configuration API.
|
|
841
853
|
def delete_unified_agent_configuration(unified_agent_configuration_id, opts = {})
|
|
842
854
|
logger.debug 'Calling operation LoggingManagementClient#delete_unified_agent_configuration.' if logger
|
|
843
855
|
|
|
@@ -900,6 +912,7 @@ module OCI
|
|
|
900
912
|
# a particular request, please provide the request ID.
|
|
901
913
|
#
|
|
902
914
|
# @return [Response] A Response object with data of type nil
|
|
915
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/delete_work_request.rb.html) to see an example of how to use delete_work_request API.
|
|
903
916
|
def delete_work_request(work_request_id, opts = {})
|
|
904
917
|
logger.debug 'Calling operation LoggingManagementClient#delete_work_request.' if logger
|
|
905
918
|
|
|
@@ -957,6 +970,7 @@ module OCI
|
|
|
957
970
|
# a particular request, please provide the request ID.
|
|
958
971
|
#
|
|
959
972
|
# @return [Response] A Response object with data of type {OCI::Logging::Models::Log Log}
|
|
973
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/get_log.rb.html) to see an example of how to use get_log API.
|
|
960
974
|
def get_log(log_group_id, log_id, opts = {})
|
|
961
975
|
logger.debug 'Calling operation LoggingManagementClient#get_log.' if logger
|
|
962
976
|
|
|
@@ -1014,6 +1028,7 @@ module OCI
|
|
|
1014
1028
|
# a particular request, please provide the request ID.
|
|
1015
1029
|
#
|
|
1016
1030
|
# @return [Response] A Response object with data of type {OCI::Logging::Models::LogGroup LogGroup}
|
|
1031
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/get_log_group.rb.html) to see an example of how to use get_log_group API.
|
|
1017
1032
|
def get_log_group(log_group_id, opts = {})
|
|
1018
1033
|
logger.debug 'Calling operation LoggingManagementClient#get_log_group.' if logger
|
|
1019
1034
|
|
|
@@ -1073,6 +1088,7 @@ module OCI
|
|
|
1073
1088
|
# a particular request, please provide the request ID.
|
|
1074
1089
|
#
|
|
1075
1090
|
# @return [Response] A Response object with data of type {OCI::Logging::Models::LogIncludedSearch LogIncludedSearch}
|
|
1091
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/get_log_included_search.rb.html) to see an example of how to use get_log_included_search API.
|
|
1076
1092
|
def get_log_included_search(compartment_id, log_included_search_id, opts = {})
|
|
1077
1093
|
logger.debug 'Calling operation LoggingManagementClient#get_log_included_search.' if logger
|
|
1078
1094
|
|
|
@@ -1131,6 +1147,7 @@ module OCI
|
|
|
1131
1147
|
# a particular request, please provide the request ID.
|
|
1132
1148
|
#
|
|
1133
1149
|
# @return [Response] A Response object with data of type {OCI::Logging::Models::LogSavedSearch LogSavedSearch}
|
|
1150
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/get_log_saved_search.rb.html) to see an example of how to use get_log_saved_search API.
|
|
1134
1151
|
def get_log_saved_search(log_saved_search_id, opts = {})
|
|
1135
1152
|
logger.debug 'Calling operation LoggingManagementClient#get_log_saved_search.' if logger
|
|
1136
1153
|
|
|
@@ -1186,6 +1203,7 @@ module OCI
|
|
|
1186
1203
|
# a particular request, please provide the request ID.
|
|
1187
1204
|
#
|
|
1188
1205
|
# @return [Response] A Response object with data of type {OCI::Logging::Models::UnifiedAgentConfiguration UnifiedAgentConfiguration}
|
|
1206
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/get_unified_agent_configuration.rb.html) to see an example of how to use get_unified_agent_configuration API.
|
|
1189
1207
|
def get_unified_agent_configuration(unified_agent_configuration_id, opts = {})
|
|
1190
1208
|
logger.debug 'Calling operation LoggingManagementClient#get_unified_agent_configuration.' if logger
|
|
1191
1209
|
|
|
@@ -1241,6 +1259,7 @@ module OCI
|
|
|
1241
1259
|
# a particular request, please provide the request ID.
|
|
1242
1260
|
#
|
|
1243
1261
|
# @return [Response] A Response object with data of type {OCI::Logging::Models::WorkRequest WorkRequest}
|
|
1262
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/get_work_request.rb.html) to see an example of how to use get_work_request API.
|
|
1244
1263
|
def get_work_request(work_request_id, opts = {})
|
|
1245
1264
|
logger.debug 'Calling operation LoggingManagementClient#get_work_request.' if logger
|
|
1246
1265
|
|
|
@@ -1312,6 +1331,7 @@ module OCI
|
|
|
1312
1331
|
# a particular request, please provide the request ID.
|
|
1313
1332
|
#
|
|
1314
1333
|
# @return [Response] A Response object with data of type Array<{OCI::Logging::Models::LogGroupSummary LogGroupSummary}>
|
|
1334
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/list_log_groups.rb.html) to see an example of how to use list_log_groups API.
|
|
1315
1335
|
def list_log_groups(compartment_id, opts = {})
|
|
1316
1336
|
logger.debug 'Calling operation LoggingManagementClient#list_log_groups.' if logger
|
|
1317
1337
|
|
|
@@ -1399,6 +1419,7 @@ module OCI
|
|
|
1399
1419
|
# a particular request, please provide the request ID.
|
|
1400
1420
|
#
|
|
1401
1421
|
# @return [Response] A Response object with data of type {OCI::Logging::Models::LogIncludedSearchSummaryCollection LogIncludedSearchSummaryCollection}
|
|
1422
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/list_log_included_searches.rb.html) to see an example of how to use list_log_included_searches API.
|
|
1402
1423
|
def list_log_included_searches(compartment_id, opts = {})
|
|
1403
1424
|
logger.debug 'Calling operation LoggingManagementClient#list_log_included_searches.' if logger
|
|
1404
1425
|
|
|
@@ -1486,6 +1507,7 @@ module OCI
|
|
|
1486
1507
|
# a particular request, please provide the request ID.
|
|
1487
1508
|
#
|
|
1488
1509
|
# @return [Response] A Response object with data of type {OCI::Logging::Models::LogSavedSearchSummaryCollection LogSavedSearchSummaryCollection}
|
|
1510
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/list_log_saved_searches.rb.html) to see an example of how to use list_log_saved_searches API.
|
|
1489
1511
|
def list_log_saved_searches(compartment_id, opts = {})
|
|
1490
1512
|
logger.debug 'Calling operation LoggingManagementClient#list_log_saved_searches.' if logger
|
|
1491
1513
|
|
|
@@ -1573,6 +1595,7 @@ module OCI
|
|
|
1573
1595
|
# a particular request, please provide the request ID.
|
|
1574
1596
|
#
|
|
1575
1597
|
# @return [Response] A Response object with data of type Array<{OCI::Logging::Models::LogSummary LogSummary}>
|
|
1598
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/list_logs.rb.html) to see an example of how to use list_logs API.
|
|
1576
1599
|
def list_logs(log_group_id, opts = {})
|
|
1577
1600
|
logger.debug 'Calling operation LoggingManagementClient#list_logs.' if logger
|
|
1578
1601
|
|
|
@@ -1652,6 +1675,7 @@ module OCI
|
|
|
1652
1675
|
# a particular request, please provide the request ID.
|
|
1653
1676
|
#
|
|
1654
1677
|
# @return [Response] A Response object with data of type Array<{OCI::Logging::Models::ServiceSummary ServiceSummary}>
|
|
1678
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/list_services.rb.html) to see an example of how to use list_services API.
|
|
1655
1679
|
def list_services(opts = {})
|
|
1656
1680
|
logger.debug 'Calling operation LoggingManagementClient#list_services.' if logger
|
|
1657
1681
|
|
|
@@ -1725,6 +1749,7 @@ module OCI
|
|
|
1725
1749
|
# a particular request, please provide the request ID.
|
|
1726
1750
|
#
|
|
1727
1751
|
# @return [Response] A Response object with data of type {OCI::Logging::Models::UnifiedAgentConfigurationCollection UnifiedAgentConfigurationCollection}
|
|
1752
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/list_unified_agent_configurations.rb.html) to see an example of how to use list_unified_agent_configurations API.
|
|
1728
1753
|
def list_unified_agent_configurations(compartment_id, opts = {})
|
|
1729
1754
|
logger.debug 'Calling operation LoggingManagementClient#list_unified_agent_configurations.' if logger
|
|
1730
1755
|
|
|
@@ -1807,6 +1832,7 @@ module OCI
|
|
|
1807
1832
|
# @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
|
|
1808
1833
|
# (default to 100)
|
|
1809
1834
|
# @return [Response] A Response object with data of type Array<{OCI::Logging::Models::WorkRequestError WorkRequestError}>
|
|
1835
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/list_work_request_errors.rb.html) to see an example of how to use list_work_request_errors API.
|
|
1810
1836
|
def list_work_request_errors(work_request_id, opts = {})
|
|
1811
1837
|
logger.debug 'Calling operation LoggingManagementClient#list_work_request_errors.' if logger
|
|
1812
1838
|
|
|
@@ -1870,6 +1896,7 @@ module OCI
|
|
|
1870
1896
|
# @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
|
|
1871
1897
|
# (default to 100)
|
|
1872
1898
|
# @return [Response] A Response object with data of type Array<{OCI::Logging::Models::WorkRequestLog WorkRequestLog}>
|
|
1899
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/list_work_request_logs.rb.html) to see an example of how to use list_work_request_logs API.
|
|
1873
1900
|
def list_work_request_logs(work_request_id, opts = {})
|
|
1874
1901
|
logger.debug 'Calling operation LoggingManagementClient#list_work_request_logs.' if logger
|
|
1875
1902
|
|
|
@@ -1944,6 +1971,7 @@ module OCI
|
|
|
1944
1971
|
#
|
|
1945
1972
|
# Allowed values are: operationType, status, timeAccepted
|
|
1946
1973
|
# @return [Response] A Response object with data of type Array<{OCI::Logging::Models::WorkRequestSummary WorkRequestSummary}>
|
|
1974
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/list_work_requests.rb.html) to see an example of how to use list_work_requests API.
|
|
1947
1975
|
def list_work_requests(compartment_id, opts = {})
|
|
1948
1976
|
logger.debug 'Calling operation LoggingManagementClient#list_work_requests.' if logger
|
|
1949
1977
|
|
|
@@ -2027,6 +2055,7 @@ module OCI
|
|
|
2027
2055
|
# a particular request, please provide the request ID.
|
|
2028
2056
|
#
|
|
2029
2057
|
# @return [Response] A Response object with data of type nil
|
|
2058
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/update_log.rb.html) to see an example of how to use update_log API.
|
|
2030
2059
|
def update_log(log_group_id, log_id, update_log_details, opts = {})
|
|
2031
2060
|
logger.debug 'Calling operation LoggingManagementClient#update_log.' if logger
|
|
2032
2061
|
|
|
@@ -2094,6 +2123,7 @@ module OCI
|
|
|
2094
2123
|
# a particular request, please provide the request ID.
|
|
2095
2124
|
#
|
|
2096
2125
|
# @return [Response] A Response object with data of type nil
|
|
2126
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/update_log_group.rb.html) to see an example of how to use update_log_group API.
|
|
2097
2127
|
def update_log_group(log_group_id, update_log_group_details, opts = {})
|
|
2098
2128
|
logger.debug 'Calling operation LoggingManagementClient#update_log_group.' if logger
|
|
2099
2129
|
|
|
@@ -2159,6 +2189,7 @@ module OCI
|
|
|
2159
2189
|
# a particular request, please provide the request ID.
|
|
2160
2190
|
#
|
|
2161
2191
|
# @return [Response] A Response object with data of type {OCI::Logging::Models::LogSavedSearch LogSavedSearch}
|
|
2192
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/update_log_saved_search.rb.html) to see an example of how to use update_log_saved_search API.
|
|
2162
2193
|
def update_log_saved_search(log_saved_search_id, update_log_saved_search_details, opts = {})
|
|
2163
2194
|
logger.debug 'Calling operation LoggingManagementClient#update_log_saved_search.' if logger
|
|
2164
2195
|
|
|
@@ -2226,6 +2257,7 @@ module OCI
|
|
|
2226
2257
|
# a particular request, please provide the request ID.
|
|
2227
2258
|
#
|
|
2228
2259
|
# @return [Response] A Response object with data of type nil
|
|
2260
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/logging/update_unified_agent_configuration.rb.html) to see an example of how to use update_unified_agent_configuration API.
|
|
2229
2261
|
def update_unified_agent_configuration(unified_agent_configuration_id, update_unified_agent_configuration_details, opts = {})
|
|
2230
2262
|
logger.debug 'Calling operation LoggingManagementClient#update_unified_agent_configuration.' if logger
|
|
2231
2263
|
|
|
@@ -114,6 +114,7 @@ module OCI
|
|
|
114
114
|
# a particular request, please provide the request ID.
|
|
115
115
|
#
|
|
116
116
|
# @return [Response] A Response object with data of type nil
|
|
117
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loggingingestion/put_logs.rb.html) to see an example of how to use put_logs API.
|
|
117
118
|
def put_logs(log_id, put_logs_details, opts = {})
|
|
118
119
|
logger.debug 'Calling operation LoggingClient#put_logs.' if logger
|
|
119
120
|
|
|
@@ -115,6 +115,7 @@ module OCI
|
|
|
115
115
|
# pagination, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
116
116
|
#
|
|
117
117
|
# @return [Response] A Response object with data of type {OCI::Loggingsearch::Models::SearchResponse SearchResponse}
|
|
118
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loggingsearch/search_logs.rb.html) to see an example of how to use search_logs API.
|
|
118
119
|
def search_logs(search_logs_details, opts = {})
|
|
119
120
|
logger.debug 'Calling operation LogSearchClient#search_logs.' if logger
|
|
120
121
|
|
|
@@ -12,6 +12,8 @@ end
|
|
|
12
12
|
|
|
13
13
|
# Require models
|
|
14
14
|
require 'oci/management_agent/models/action_types'
|
|
15
|
+
require 'oci/management_agent/models/availability_history_summary'
|
|
16
|
+
require 'oci/management_agent/models/availability_status'
|
|
15
17
|
require 'oci/management_agent/models/create_management_agent_install_key_details'
|
|
16
18
|
require 'oci/management_agent/models/datatypes'
|
|
17
19
|
require 'oci/management_agent/models/deploy_plugins_details'
|
|
@@ -112,6 +112,7 @@ module OCI
|
|
|
112
112
|
#
|
|
113
113
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
114
114
|
# @return [Response] A Response object with data of type {OCI::ManagementAgent::Models::ManagementAgentInstallKey ManagementAgentInstallKey}
|
|
115
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/managementagent/create_management_agent_install_key.rb.html) to see an example of how to use create_management_agent_install_key API.
|
|
115
116
|
def create_management_agent_install_key(create_management_agent_install_key_details, opts = {})
|
|
116
117
|
logger.debug 'Calling operation ManagementAgentClient#create_management_agent_install_key.' if logger
|
|
117
118
|
|
|
@@ -172,6 +173,7 @@ module OCI
|
|
|
172
173
|
#
|
|
173
174
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
174
175
|
# @return [Response] A Response object with data of type nil
|
|
176
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/managementagent/delete_management_agent.rb.html) to see an example of how to use delete_management_agent API.
|
|
175
177
|
def delete_management_agent(management_agent_id, opts = {})
|
|
176
178
|
logger.debug 'Calling operation ManagementAgentClient#delete_management_agent.' if logger
|
|
177
179
|
|
|
@@ -231,6 +233,7 @@ module OCI
|
|
|
231
233
|
#
|
|
232
234
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
233
235
|
# @return [Response] A Response object with data of type nil
|
|
236
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/managementagent/delete_management_agent_install_key.rb.html) to see an example of how to use delete_management_agent_install_key API.
|
|
234
237
|
def delete_management_agent_install_key(management_agent_install_key_id, opts = {})
|
|
235
238
|
logger.debug 'Calling operation ManagementAgentClient#delete_management_agent_install_key.' if logger
|
|
236
239
|
|
|
@@ -290,6 +293,7 @@ module OCI
|
|
|
290
293
|
# provide matches the resource's current etag value.
|
|
291
294
|
#
|
|
292
295
|
# @return [Response] A Response object with data of type nil
|
|
296
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/managementagent/delete_work_request.rb.html) to see an example of how to use delete_work_request API.
|
|
293
297
|
def delete_work_request(work_request_id, opts = {})
|
|
294
298
|
logger.debug 'Calling operation ManagementAgentClient#delete_work_request.' if logger
|
|
295
299
|
|
|
@@ -350,6 +354,7 @@ module OCI
|
|
|
350
354
|
#
|
|
351
355
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
352
356
|
# @return [Response] A Response object with data of type nil
|
|
357
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/managementagent/deploy_plugins.rb.html) to see an example of how to use deploy_plugins API.
|
|
353
358
|
def deploy_plugins(deploy_plugins_details, opts = {})
|
|
354
359
|
logger.debug 'Calling operation ManagementAgentClient#deploy_plugins.' if logger
|
|
355
360
|
|
|
@@ -403,6 +408,7 @@ module OCI
|
|
|
403
408
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
404
409
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
405
410
|
# @return [Response] A Response object with data of type {OCI::ManagementAgent::Models::ManagementAgent ManagementAgent}
|
|
411
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/managementagent/get_management_agent.rb.html) to see an example of how to use get_management_agent API.
|
|
406
412
|
def get_management_agent(management_agent_id, opts = {})
|
|
407
413
|
logger.debug 'Calling operation ManagementAgentClient#get_management_agent.' if logger
|
|
408
414
|
|
|
@@ -456,6 +462,7 @@ module OCI
|
|
|
456
462
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
457
463
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
458
464
|
# @return [Response] A Response object with data of type {OCI::ManagementAgent::Models::ManagementAgentInstallKey ManagementAgentInstallKey}
|
|
465
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/managementagent/get_management_agent_install_key.rb.html) to see an example of how to use get_management_agent_install_key API.
|
|
459
466
|
def get_management_agent_install_key(management_agent_install_key_id, opts = {})
|
|
460
467
|
logger.debug 'Calling operation ManagementAgentClient#get_management_agent_install_key.' if logger
|
|
461
468
|
|
|
@@ -513,6 +520,7 @@ module OCI
|
|
|
513
520
|
# @option opts [String, IO] :response_target Streaming http body into a file (specified by file name or File object) or IO object if the block is not given
|
|
514
521
|
# @option [Block] &block Streaming http body to the block
|
|
515
522
|
# @return [Response] A Response object with data of type String if response_target and block are not given, otherwise with nil data
|
|
523
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/managementagent/get_management_agent_install_key_content.rb.html) to see an example of how to use get_management_agent_install_key_content API.
|
|
516
524
|
def get_management_agent_install_key_content(management_agent_install_key_id, opts = {}, &block)
|
|
517
525
|
logger.debug 'Calling operation ManagementAgentClient#get_management_agent_install_key_content.' if logger
|
|
518
526
|
|
|
@@ -611,6 +619,7 @@ module OCI
|
|
|
611
619
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
612
620
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
613
621
|
# @return [Response] A Response object with data of type {OCI::ManagementAgent::Models::WorkRequest WorkRequest}
|
|
622
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/managementagent/get_work_request.rb.html) to see an example of how to use get_work_request API.
|
|
614
623
|
def get_work_request(work_request_id, opts = {})
|
|
615
624
|
logger.debug 'Calling operation ManagementAgentClient#get_work_request.' if logger
|
|
616
625
|
|
|
@@ -657,6 +666,89 @@ module OCI
|
|
|
657
666
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
658
667
|
|
|
659
668
|
|
|
669
|
+
# Lists the availability history records of Management Agent
|
|
670
|
+
# @param [String] management_agent_id Unique Management Agent identifier
|
|
671
|
+
# @param [Hash] opts the optional parameters
|
|
672
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
673
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
674
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
675
|
+
# @option opts [DateTime] :time_availability_status_ended_greater_than Filter to limit the availability history results to that of time after the input time including the boundary record.
|
|
676
|
+
# Defaulted to current date minus one year.
|
|
677
|
+
# The date and time to be given as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
|
|
678
|
+
#
|
|
679
|
+
# @option opts [DateTime] :time_availability_status_started_less_than Filter to limit the availability history results to that of time before the input time including the boundary record
|
|
680
|
+
# Defaulted to current date.
|
|
681
|
+
# The date and time to be given as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
|
|
682
|
+
#
|
|
683
|
+
# @option opts [Integer] :limit The maximum number of items to return. (default to 10)
|
|
684
|
+
# @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.
|
|
685
|
+
# @option opts [String] :sort_order The sort order to use, either 'asc' or 'desc'. (default to DESC)
|
|
686
|
+
# Allowed values are: ASC, DESC
|
|
687
|
+
# @option opts [String] :sort_by The field to sort by. Default order for timeAvailabilityStatusStarted is descending.
|
|
688
|
+
# (default to timeAvailabilityStatusStarted)
|
|
689
|
+
# Allowed values are: timeAvailabilityStatusStarted
|
|
690
|
+
# @return [Response] A Response object with data of type Array<{OCI::ManagementAgent::Models::AvailabilityHistorySummary AvailabilityHistorySummary}>
|
|
691
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/managementagent/list_availability_histories.rb.html) to see an example of how to use list_availability_histories API.
|
|
692
|
+
def list_availability_histories(management_agent_id, opts = {})
|
|
693
|
+
logger.debug 'Calling operation ManagementAgentClient#list_availability_histories.' if logger
|
|
694
|
+
|
|
695
|
+
raise "Missing the required parameter 'management_agent_id' when calling list_availability_histories." if management_agent_id.nil?
|
|
696
|
+
|
|
697
|
+
if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
|
|
698
|
+
raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
|
|
699
|
+
end
|
|
700
|
+
|
|
701
|
+
if opts[:sort_by] && !%w[timeAvailabilityStatusStarted].include?(opts[:sort_by])
|
|
702
|
+
raise 'Invalid value for "sort_by", must be one of timeAvailabilityStatusStarted.'
|
|
703
|
+
end
|
|
704
|
+
raise "Parameter value for 'management_agent_id' must not be blank" if OCI::Internal::Util.blank_string?(management_agent_id)
|
|
705
|
+
|
|
706
|
+
path = '/managementAgents/{managementAgentId}/availabilityHistories'.sub('{managementAgentId}', management_agent_id.to_s)
|
|
707
|
+
operation_signing_strategy = :standard
|
|
708
|
+
|
|
709
|
+
# rubocop:disable Style/NegatedIf
|
|
710
|
+
# Query Params
|
|
711
|
+
query_params = {}
|
|
712
|
+
query_params[:timeAvailabilityStatusEndedGreaterThan] = opts[:time_availability_status_ended_greater_than] if opts[:time_availability_status_ended_greater_than]
|
|
713
|
+
query_params[:timeAvailabilityStatusStartedLessThan] = opts[:time_availability_status_started_less_than] if opts[:time_availability_status_started_less_than]
|
|
714
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
|
715
|
+
query_params[:page] = opts[:page] if opts[:page]
|
|
716
|
+
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
|
717
|
+
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
|
718
|
+
|
|
719
|
+
# Header Params
|
|
720
|
+
header_params = {}
|
|
721
|
+
header_params[:accept] = 'application/json'
|
|
722
|
+
header_params[:'content-type'] = 'application/json'
|
|
723
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
724
|
+
# rubocop:enable Style/NegatedIf
|
|
725
|
+
|
|
726
|
+
post_body = nil
|
|
727
|
+
|
|
728
|
+
# rubocop:disable Metrics/BlockLength
|
|
729
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementAgentClient#list_availability_histories') do
|
|
730
|
+
@api_client.call_api(
|
|
731
|
+
:GET,
|
|
732
|
+
path,
|
|
733
|
+
endpoint,
|
|
734
|
+
header_params: header_params,
|
|
735
|
+
query_params: query_params,
|
|
736
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
737
|
+
body: post_body,
|
|
738
|
+
return_type: 'Array<OCI::ManagementAgent::Models::AvailabilityHistorySummary>'
|
|
739
|
+
)
|
|
740
|
+
end
|
|
741
|
+
# rubocop:enable Metrics/BlockLength
|
|
742
|
+
end
|
|
743
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
744
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
745
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
746
|
+
|
|
747
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
748
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
749
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
750
|
+
|
|
751
|
+
|
|
660
752
|
# Get supported agent image information
|
|
661
753
|
#
|
|
662
754
|
# @param [String] compartment_id The ID of the compartment from which the Management Agents to be listed.
|
|
@@ -680,6 +772,7 @@ module OCI
|
|
|
680
772
|
# @option opts [String] :name A filter to return only resources that match the entire platform name given.
|
|
681
773
|
# @option opts [String] :lifecycle_state Filter to return only Management Agents in the particular lifecycle state.
|
|
682
774
|
# @return [Response] A Response object with data of type Array<{OCI::ManagementAgent::Models::ManagementAgentImageSummary ManagementAgentImageSummary}>
|
|
775
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/managementagent/list_management_agent_images.rb.html) to see an example of how to use list_management_agent_images API.
|
|
683
776
|
def list_management_agent_images(compartment_id, opts = {})
|
|
684
777
|
logger.debug 'Calling operation ManagementAgentClient#list_management_agent_images.' if logger
|
|
685
778
|
|
|
@@ -764,6 +857,7 @@ module OCI
|
|
|
764
857
|
# Allowed values are: timeCreated, displayName
|
|
765
858
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
766
859
|
# @return [Response] A Response object with data of type Array<{OCI::ManagementAgent::Models::ManagementAgentInstallKeySummary ManagementAgentInstallKeySummary}>
|
|
860
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/managementagent/list_management_agent_install_keys.rb.html) to see an example of how to use list_management_agent_install_keys API.
|
|
767
861
|
def list_management_agent_install_keys(compartment_id, opts = {})
|
|
768
862
|
logger.debug 'Calling operation ManagementAgentClient#list_management_agent_install_keys.' if logger
|
|
769
863
|
|
|
@@ -846,6 +940,7 @@ module OCI
|
|
|
846
940
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
847
941
|
# @option opts [String] :lifecycle_state Filter to return only Management Agents in the particular lifecycle state.
|
|
848
942
|
# @return [Response] A Response object with data of type Array<{OCI::ManagementAgent::Models::ManagementAgentPluginSummary ManagementAgentPluginSummary}>
|
|
943
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/managementagent/list_management_agent_plugins.rb.html) to see an example of how to use list_management_agent_plugins API.
|
|
849
944
|
def list_management_agent_plugins(compartment_id, opts = {})
|
|
850
945
|
logger.debug 'Calling operation ManagementAgentClient#list_management_agent_plugins.' if logger
|
|
851
946
|
|
|
@@ -930,6 +1025,7 @@ module OCI
|
|
|
930
1025
|
# Allowed values are: timeCreated, displayName
|
|
931
1026
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
932
1027
|
# @return [Response] A Response object with data of type Array<{OCI::ManagementAgent::Models::ManagementAgentSummary ManagementAgentSummary}>
|
|
1028
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/managementagent/list_management_agents.rb.html) to see an example of how to use list_management_agents API.
|
|
933
1029
|
def list_management_agents(compartment_id, opts = {})
|
|
934
1030
|
logger.debug 'Calling operation ManagementAgentClient#list_management_agents.' if logger
|
|
935
1031
|
|
|
@@ -1016,6 +1112,7 @@ module OCI
|
|
|
1016
1112
|
# (default to timestamp)
|
|
1017
1113
|
# Allowed values are: timestamp
|
|
1018
1114
|
# @return [Response] A Response object with data of type Array<{OCI::ManagementAgent::Models::WorkRequestError WorkRequestError}>
|
|
1115
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/managementagent/list_work_request_errors.rb.html) to see an example of how to use list_work_request_errors API.
|
|
1019
1116
|
def list_work_request_errors(work_request_id, opts = {})
|
|
1020
1117
|
logger.debug 'Calling operation ManagementAgentClient#list_work_request_errors.' if logger
|
|
1021
1118
|
|
|
@@ -1089,6 +1186,7 @@ module OCI
|
|
|
1089
1186
|
# (default to timestamp)
|
|
1090
1187
|
# Allowed values are: timestamp
|
|
1091
1188
|
# @return [Response] A Response object with data of type Array<{OCI::ManagementAgent::Models::WorkRequestLogEntry WorkRequestLogEntry}>
|
|
1189
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/managementagent/list_work_request_logs.rb.html) to see an example of how to use list_work_request_logs API.
|
|
1092
1190
|
def list_work_request_logs(work_request_id, opts = {})
|
|
1093
1191
|
logger.debug 'Calling operation ManagementAgentClient#list_work_request_logs.' if logger
|
|
1094
1192
|
|
|
@@ -1168,6 +1266,7 @@ module OCI
|
|
|
1168
1266
|
# (default to timeAccepted)
|
|
1169
1267
|
# Allowed values are: timeAccepted
|
|
1170
1268
|
# @return [Response] A Response object with data of type Array<{OCI::ManagementAgent::Models::WorkRequestSummary WorkRequestSummary}>
|
|
1269
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/managementagent/list_work_requests.rb.html) to see an example of how to use list_work_requests API.
|
|
1171
1270
|
def list_work_requests(compartment_id, opts = {})
|
|
1172
1271
|
logger.debug 'Calling operation ManagementAgentClient#list_work_requests.' if logger
|
|
1173
1272
|
|
|
@@ -1254,6 +1353,7 @@ module OCI
|
|
|
1254
1353
|
# provide matches the resource's current etag value.
|
|
1255
1354
|
#
|
|
1256
1355
|
# @return [Response] A Response object with data of type {OCI::ManagementAgent::Models::ManagementAgent ManagementAgent}
|
|
1356
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/managementagent/update_management_agent.rb.html) to see an example of how to use update_management_agent API.
|
|
1257
1357
|
def update_management_agent(management_agent_id, update_management_agent_details, opts = {})
|
|
1258
1358
|
logger.debug 'Calling operation ManagementAgentClient#update_management_agent.' if logger
|
|
1259
1359
|
|
|
@@ -1325,6 +1425,7 @@ module OCI
|
|
|
1325
1425
|
# provide matches the resource's current etag value.
|
|
1326
1426
|
#
|
|
1327
1427
|
# @return [Response] A Response object with data of type {OCI::ManagementAgent::Models::ManagementAgentInstallKey ManagementAgentInstallKey}
|
|
1428
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/managementagent/update_management_agent_install_key.rb.html) to see an example of how to use update_management_agent_install_key API.
|
|
1328
1429
|
def update_management_agent_install_key(management_agent_install_key_id, update_management_agent_install_key_details, opts = {})
|
|
1329
1430
|
logger.debug 'Calling operation ManagementAgentClient#update_management_agent_install_key.' if logger
|
|
1330
1431
|
|