Elastic IP Addresses¶
Provider: Alibaba Cloud
Service ID: alibaba_eips
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'alibaba_eips',
provider: 'alibaba',
region: 'default',
source: 'live',
attributes: ['name', 'allocation_id', 'ip_address', 'status', 'bandwidth', 'instance_id']
});
</script>
<div data-sd-service="alibaba_eips" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
attributes: ['name', 'allocation_id', 'ip_address', 'status', 'bandwidth', 'instance_id', 'instance_type']
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Name | text |
From API field: Name |
allocation_id |
Allocation ID | text |
From API field: AllocationId |
ip_address |
IP Address | text |
From API field: IpAddress |
status |
Status | status_badge |
From API field: Status |
bandwidth |
Bandwidth | text |
From API field: Bandwidth |
instance_id |
Instance ID | text |
From API field: InstanceId |
instance_type |
Instance Type | text |
From API field: InstanceType |
region_id |
Region | text |
From API field: RegionId |
creation_time |
Creation Time | datetime |
From API field: AllocationTime |
tags |
Tags | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name