Autonomous Databases¶
Provider: Oracle Cloud
Service ID: oci_autonomous_databases
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'oci_autonomous_databases',
provider: 'oci',
region: 'default',
source: 'live',
attributes: ['name', 'db_id', 'db_name', 'db_workload', 'cpu_core_count', 'data_storage_size_in_tbs']
});
</script>
<div data-sd-service="oci_autonomous_databases" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
attributes: ['name', 'db_id', 'db_name', 'db_workload', 'cpu_core_count', 'data_storage_size_in_tbs', 'lifecycle_state']
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Name | text |
From API field: display_name |
db_id |
Database ID | oci_resource_name |
From API field: id |
db_name |
DB Name | text |
From API field: db_name |
db_workload |
Workload Type | text |
From API field: db_workload |
cpu_core_count |
CPU Cores | text |
From API field: cpu_core_count |
data_storage_size_in_tbs |
Storage (TB) | text |
From API field: data_storage_size_in_tbs |
lifecycle_state |
State | status_badge |
From API field: lifecycle_state |
is_free_tier |
Free Tier | boolean |
From API field: is_free_tier |
db_version |
DB Version | text |
From API field: db_version |
time_created |
Created | datetime |
From API field: time_created |
compartment_id |
Compartment | oci_resource_name |
From API field: compartment_id |
tags |
Tags | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name