SLB Instances¶
Provider: Alibaba Cloud
Service ID: alibaba_slb_instances
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'alibaba_slb_instances',
provider: 'alibaba',
region: 'default',
source: 'live',
attributes: ['name', 'lb_id', 'address', 'address_type', 'status', 'network_type']
});
</script>
<div data-sd-service="alibaba_slb_instances" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Name | text |
From API field: LoadBalancerName |
lb_id |
SLB ID | text |
From API field: LoadBalancerId |
address |
Address | text |
From API field: Address |
address_type |
Address Type | text |
From API field: AddressType |
status |
Status | status_badge |
From API field: LoadBalancerStatus |
network_type |
Network Type | text |
From API field: NetworkType |
vpc_id |
VPC ID | text |
From API field: VpcId |
region_id |
Region | text |
From API field: RegionId |
bandwidth |
Bandwidth | text |
From API field: Bandwidth |
creation_time |
Creation Time | datetime |
From API field: CreateTime |
tags |
Tags | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name