ECS Instances¶
Provider: Alibaba Cloud
Service ID: alibaba_ecs_instances
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'alibaba_ecs_instances',
provider: 'alibaba',
region: 'default',
source: 'live',
attributes: ['name', 'instance_id', 'instance_type', 'status', 'zone_id', 'private_ip']
});
</script>
<div data-sd-service="alibaba_ecs_instances" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
attributes: ['name', 'instance_id', 'instance_type', 'status', 'zone_id', 'private_ip', 'public_ip', 'os_type', 'cpu']
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Name | text |
From API field: InstanceName |
instance_id |
Instance ID | text |
From API field: InstanceId |
instance_type |
Instance Type | text |
From API field: InstanceType |
status |
Status | status_badge |
From API field: Status |
zone_id |
Zone | text |
From API field: ZoneId |
region_id |
Region | text |
From API field: RegionId |
private_ip |
Private IP | text |
From API field: VpcAttributes.PrivateIpAddress.IpAddress[0] |
public_ip |
Public IP | text |
From API field: PublicIpAddress.IpAddress[0] |
os_type |
OS Type | text |
From API field: OSType |
cpu |
vCPUs | text |
From API field: Cpu |
memory |
Memory (MB) | text |
From API field: Memory |
vpc_id |
VPC ID | text |
From API field: VpcAttributes.VpcId |
creation_time |
Creation Time | datetime |
From API field: CreationTime |
tags |
Tags | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name