Queries details of stack groups in a specified Alibaba Cloud region.
Operation description
This topic provides an example of how to query stack groups that are in the ACTIVE state in the China (Hangzhou) region.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ros:ListStackGroups |
get |
*StackGroup
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID of the stack group. You can call the DescribeRegions operation to query the most recent list of Alibaba Cloud regions. |
cn-hangzhou |
| Status |
string |
No |
The status of the stack group. If you do not specify this parameter, stack groups in all states in the specified region are queried. Valid values:
|
ACTIVE |
| PageSize |
integer |
No |
The number of entries to return on each page.
|
10 |
| PageNumber |
integer |
No |
The page number.
|
1 |
| ResourceGroupId |
string |
No |
The ID of the resource group. If you do not specify this parameter, the stack groups in all resource groups are queried. Note
You can obtain the resource group ID on the Resource Groups page in the Resource Management console. For more information, refer to View the basic information of a resource group. |
rg-acfmzawhxxcj**** |
| Tags |
array<object> |
No |
The tags of the stack group. |
|
|
object |
No |
|||
| Key |
string |
Yes |
The tag key of the stack group. Note
Tags is an optional parameter. If you specify Tags, you must specify Tags.N.Key. |
usage |
| Value |
string |
No |
The tag value of the stack group. |
test |
For more information about common request parameters, refer to Common parameters.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| StackGroups |
array<object> |
The list of the stack groups. |
|
|
array<object> |
|||
| StackGroupId |
string |
The ID of the stack group. |
fd0ddef9-9540-4b42-a464-94f77835**** |
| Status |
string |
The status of the stack group. Valid values:
|
ACTIVE |
| DriftDetectionTime |
string |
The time when the last successful drift detection was performed on the stack group. |
2020-02-27T07:47:47 |
| Description |
string |
The description of the stack group. |
My Stack Group |
| StackGroupDriftStatus |
string |
The drift status of the stack group detected by the last successful drift detection. Valid values:
|
IN_SYNC |
| StackGroupName |
string |
The name of the stack group. |
MyStackGroup |
| Tags |
array<object> |
The tags of the stack group. |
|
|
object |
|||
| Key |
string |
The tag key of the stack group. |
usage1 |
| Value |
string |
The tag value of the stack group. |
test1 |
| ResourceGroupId |
string |
The ID of the resource group. |
rg-acfmzawhxxcj**** |
| PermissionModel |
string |
The permission model. Valid values:
Note
For more information about the permission models of stack groups, refer to Overview. |
SELF_MANAGED |
| AutoDeployment |
object |
The information about the automatic deployment settings. |
|
| Enabled |
boolean |
Indicates whether to enable or disable automatic deployment. Valid values:
|
true |
| RetainStacksOnAccountRemoval |
boolean |
Indicates whether to retain the stacks in the member accounts when the member accounts are removed from the folder. Valid values:
Note
RetainStacksOnAccountRemoval is returned only when Enabled is true. |
true |
| CreateTime |
string |
The time when the stack group was created. |
2024-01-05T05:38:31 |
| UpdateTime |
string |
The time when the stack group was last updated. |
2024-02-15T16:40:25 |
| TotalCount |
integer |
The total number of stack groups. |
1 |
| RequestId |
string |
The ID of the request. |
14A07460-EBE7-47CA-9757-12CC4761D47A |
| PageSize |
integer |
The number of entries returned per page. |
10 |
| PageNumber |
integer |
The page number. |
1 |
Examples
Success response
JSON format
{
"StackGroups": [
{
"StackGroupId": "fd0ddef9-9540-4b42-a464-94f77835****",
"Status": "ACTIVE",
"DriftDetectionTime": "2020-02-27T07:47:47",
"Description": "My Stack Group",
"StackGroupDriftStatus": "IN_SYNC",
"StackGroupName": "MyStackGroup",
"Tags": [
{
"Key": "usage1",
"Value": "test1"
}
],
"ResourceGroupId": "rg-acfmzawhxxcj****",
"PermissionModel": "SELF_MANAGED",
"AutoDeployment": {
"Enabled": true,
"RetainStacksOnAccountRemoval": true
},
"CreateTime": "2024-01-05T05:38:31",
"UpdateTime": "2024-02-15T16:40:25"
}
],
"TotalCount": 1,
"RequestId": "14A07460-EBE7-47CA-9757-12CC4761D47A",
"PageSize": 10,
"PageNumber": 1
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.