Tablestore Instances¶
Provider: Alibaba Cloud
Service ID: alibaba_tablestore_instances
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'alibaba_tablestore_instances',
provider: 'alibaba',
region: 'default',
source: 'live',
attributes: ['name', 'status', 'cluster_type', 'read_capacity', 'write_capacity', 'table_count']
});
</script>
<div data-sd-service="alibaba_tablestore_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: InstanceName |
status |
Status | status_badge |
From API field: InstanceStatus |
cluster_type |
Cluster Type | text |
From API field: ClusterType |
read_capacity |
Read Capacity | text |
From API field: ReadCapacity |
write_capacity |
Write Capacity | text |
From API field: WriteCapacity |
table_count |
Table Quota | text |
From API field: TableQuota |
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