All Products
Search
Document Center

Security Center:DescribeGroupProductions

Last Updated:Jul 17, 2025

Queries groups of Alibaba Cloud services.

Operation description

Before you call this operation, make sure that you understand the billing method and pricing of Security Orchestration Automation Response (SOAR). For more information, see Pricing .

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-sas:DescribeGroupProductionsget
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
LangstringNo

The language of the content within the response. Valid values:

  • zh (default)
  • en
zh
RoleTypestringNo

The type of the view. Valid values:

  • 0 (default): the view of the current Alibaba Cloud account.
  • 1: the view of all accounts for the enterprise.
0
RoleForlongNo

The ID of the user who switches from the current view to the destination view by using the management account.

118******150980

Response parameters

ParameterTypeDescriptionExample
object

SophonResult<List>

RequestIdstring

The request ID.

358E012F-****-599D-9ED0-****61CDE615
Dataarray<object>

The information about the groups.

Dataobject

The information about the group.

GroupNamestring

The name of the cloud service.

Cloud Communication
Productionsarray<object>

The information about the cloud services.

Productionobject

The information about the cloud service.

Codestring

The code of the cloud service.

DM
Namestring

The name of the cloud service.

DirectMail
ShortNamestring

The short name of the cloud service.

DM
Descriptionstring

The description of the cloud service.

DM
Groupstring

The name of the group.

Cloud Communication
Versionsarray

The API versions.

Versionstring

The API version.

2014-08-15
DefaultVersionstring

The default version.

2014-08-15
DefaultDomainstring

The default requested domain name.

dm.aliyuncs.com
FullDomainsarray

The requested domain names.

FullDomainstring

The requested domain name.

dm.aliyuncs.com
RamCodestring

The Resource Access Management (RAM) code of the POP to which the resource belongs.

dm
Sourcestring

The information source of the cloud service.

next
PolicyListarray<object>

The RAM policies of the cloud service.

PolicyListobject

The RAM policy of the cloud service.

PolicyNamestring

The name of the RAM policy.

AliyunRAMReadOnlyAccess
Typestring

The type of the RAM policy. Valid values:

  • All: permissions.
  • Read-only: permissions.
All
Pageobject

The pagination information.

TotalCountinteger

The total number of entries returned.

100
PageNumberinteger

The page number.

1
PageSizeinteger

The number of entries per page.

10

Examples

Sample success responses

JSONformat

{
  "RequestId": "358E012F-****-599D-9ED0-****61CDE615",
  "Data": [
    {
      "GroupName": "Cloud Communication",
      "Productions": [
        {
          "Code": "DM",
          "Name": "DirectMail",
          "ShortName": "DM",
          "Description": "DM",
          "Group": "Cloud Communication",
          "Versions": [
            "2014-08-15"
          ],
          "DefaultVersion": "2014-08-15",
          "DefaultDomain": "dm.aliyuncs.com",
          "FullDomains": [
            "dm.aliyuncs.com"
          ],
          "RamCode": "dm",
          "Source": "next",
          "PolicyList": [
            {
              "PolicyName": "AliyunRAMReadOnlyAccess",
              "Type": "All"
            }
          ]
        }
      ]
    }
  ],
  "Page": {
    "TotalCount": 100,
    "PageNumber": 1,
    "PageSize": 10
  }
}

Error codes

For a list of error codes, visit the Service error codes.