Security Groups¶
Provider: Alibaba Cloud
Service ID: alibaba_security_groups
Rendering: Table with expandable rows containing tabbed sub-tables
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'alibaba_security_groups',
provider: 'alibaba',
region: 'default',
source: 'live',
attributes: ['name', 'security_group_id', 'vpc_id', 'security_group_type', 'rules']
});
</script>
<div data-sd-service="alibaba_security_groups" 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: SecurityGroupName |
security_group_id |
Security Group ID | text |
From API field: SecurityGroupId |
vpc_id |
VPC ID | text |
From API field: VpcId |
security_group_type |
Type | text |
From API field: SecurityGroupType |
description |
Description | text |
From API field: Description |
creation_time |
Creation Time | datetime |
From API field: CreationTime |
rules |
Rules | compound_sub_table |
Expandable sub-table: Inbound Rules, Outbound Rules |
tags |
Tags | tags_table |
All tags/labels as a key-value table |
= included in default view
Sub-Table: Rules¶
Inbound Rules¶
| Column | Display Name |
|---|---|
priority |
Priority |
ip_protocol |
Protocol |
port_range |
Port Range |
source_cidr |
Source CIDR |
policy |
Policy |
description |
Description |
Outbound Rules¶
| Column | Display Name |
|---|---|
priority |
Priority |
ip_protocol |
Protocol |
port_range |
Port Range |
dest_cidr |
Dest CIDR |
policy |
Policy |
description |
Description |
Sort Order¶
Results are sorted by: name