All Products
Search
Document Center

Security Center:DescribeOpenApiList

Last Updated:Jul 17, 2025

Queries the API operations of an Alibaba Cloud service.

Operation description

Before you call this operation, make sure that you understand the billing method and pricing of Security Orchestration Automation Response (SOAR) or the pricing for log data added to the Cloud Threat Detection and Response (CTDR) feature. 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:DescribeOpenApiListget
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
PopCodestringYes

The POP code of the Alibaba Cloud service.

Sas
ApiVersionstringYes

The version number of the API.

Note You can call the DescribeGroupProductions operation to query the version number.
2021-10-01
ApiNamestringNo

The operation that you want to perform.

DescribePopApiItemList
LangstringNo

The language of the content within the request and response. Default value: zh. Valid values:

  • zh: Chinese.
  • en: English.
zh
RoleTypestringNo

The type of the view. Default value: 0. Valid values:

  • 0: 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.

137602xxx8718726

Response parameters

ParameterTypeDescriptionExample
object

SophonResult

RequestIdstring

The request ID.

EF2ECA2D-D8E6-5021-BF5C-19DD6D52C5B2
Dataobject

The data returned.

Codestring

The response code. Valid values:

  • 200: successful.
  • 500: failed.
200
Versionstring

The version number of the API.

2018-12-03
Directoriesany

The information about the returned APIs.

[{"apis":[{"summary":"get account information","deprecated":false,"name":"DescAccountSummary","title":"get account information"}],"childrens":[],"title":"account"}]

Examples

Sample success responses

JSONformat

{
  "RequestId": "EF2ECA2D-D8E6-5021-BF5C-19DD6D52C5B2",
  "Data": {
    "Code": 200,
    "Version": "2018-12-03",
    "Directories": [
      {
        "apis": [
          {
            "summary": "get account information",
            "deprecated": false,
            "name": "DescAccountSummary",
            "title": "get account information"
          }
        ],
        "childrens": [],
        "title": "account"
      }
    ]
  }
}

Error codes

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