ListStackGroups

Updated at:

Queries stack groups in a region.

Operation description

This example queries stack groups in the ACTIVE state in the China (Hangzhou) region.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

ros:ListStackGroups

get

*StackGroup

acs:ros:{#regionId}:{#accountId}:stackgroup/*

None None

Request parameters

Parameter

Type

Required

Description

Example

RegionId

string

Yes

The region ID of the stack group. Call DescribeRegions to query available regions.

cn-hangzhou

Status

string

No

The status of the stack group. If not specified, stack groups in all states are returned.

Valid values:

  • ACTIVE: The stack group is active.

  • DELETED: The stack group is deleted.

ACTIVE

PageSize

integer

No

The number of entries to return on each page.

  • Valid values: 1 to 50.

  • Default value: 10.

10

PageNumber

integer

No

The page number.

  • Starts from 1.

  • Default value: 1.

1

ResourceGroupId

string

No

The ID of the resource group. If not specified, stack groups in all resource groups are returned.

Note

You can find the resource group ID on the Resource Groups page in the Resource Management console. 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 optional. If you specify Tags, Tags.N.Key is required.

usage

Value

string

No

The tag value of the stack group.

test

For common request parameters, see Common parameters.

Response elements

Element

Type

Description

Example

object

StackGroups

array<object>

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

  • DELETED

ACTIVE

DriftDetectionTime

string

The time of the last successful drift detection 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 from the last successful drift detection.

Valid values:

  • DRIFTED: The stack group has drifted from its template.

  • NOT_CHECKED: No drift detection has been performed.

  • IN_SYNC: The stack group matches its template.

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:

  • SELF_MANAGED: self-managed permissions.

  • SERVICE_MANAGED: service-managed permissions.

Note

For details on permission models of stack groups, see Overview.

SELF_MANAGED

AutoDeployment

object

The automatic deployment settings.

Enabled

boolean

Whether automatic deployment is enabled.

Valid values:

  • true: Automatic deployment is enabled. When a member account is added to the target folder, ROS deploys a stack instance for it. When a member account is removed, ROS deletes the stack instance.

  • false: Automatic deployment is disabled. Stack instances remain unchanged when folder membership changes.

true

RetainStacksOnAccountRemoval

boolean

Whether stacks are retained when member accounts are removed from the folder.

Valid values:

  • true: The stacks are retained.

  • false: The stacks are deleted.

Note

Returned only when Enabled is true.

true

CreateTime

string

The creation time of the stack group.

2024-01-05T05:38:31

UpdateTime

string

The last update time of the stack group.

2024-02-15T16:40:25

TotalCount

integer

The total number of stack groups.

1

RequestId

string

The request ID.

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.