Compute Instances¶
Provider: Oracle Cloud
Service ID: oci_compute_instances
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'oci_compute_instances',
provider: 'oci',
region: 'default',
source: 'live',
attributes: ['name', 'instance_id', 'shape', 'lifecycle_state', 'availability_domain', 'fault_domain']
});
</script>
<div data-sd-service="oci_compute_instances" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
attributes: ['name', 'instance_id', 'shape', 'lifecycle_state', 'availability_domain', 'fault_domain', 'region', 'time_created']
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Name | text |
From API field: display_name |
instance_id |
Instance ID | oci_resource_name |
From API field: id |
shape |
Shape | text |
From API field: shape |
lifecycle_state |
State | status_badge |
From API field: lifecycle_state |
availability_domain |
Availability Domain | oci_ad_name |
From API field: availability_domain |
fault_domain |
Fault Domain | text |
From API field: fault_domain |
region |
Region | text |
From API field: region |
image_id |
Image ID | oci_resource_name |
From API field: source_details.image_id |
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