All Products
Search
Document Center

Service Catalog:ListProvisionedProductPlanApprovers

Last Updated:Jul 25, 2025

Queries a list of plan reviewers.

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
servicecatalog:ListProvisionedProductPlanApproversget
*All Resources
*
  • servicecatalog:UserLevel
  • servicecatalog:ApprovalActor
none

Request parameters

ParameterTypeRequiredDescriptionExample
AccessLevelFilterstringNo

The access filter. Valid values:

  • User (default): queries the plans that are created by the current requester.
  • Account: queries the plans that belong to the current Alibaba Cloud account.
  • ResourceDirectory: queries the plans that belong to the current resource directory.
Note You must specify one of the ApprovalFilter and AccessLevelFilter parameters, but not both.
User
Filtersarray<object>No

An array that consists of filter conditions.

objectNo
KeystringNo

The name of the filter condition. Valid values:

  • ProvisionedProductPlanApproverName: performs fuzzy match by reviewer name.
ProvisionedProductPlanApproverName
ValuestringNo

The value of the filter condition.

approver
ApprovalFilterstringNo

The access filter of the review dimension. Valid values:

  • AccountRequests: queries all reviewed plans that belong to the current Alibaba Cloud account.
  • ResourceDirectoryRequests: queries all plans that belong to the current resource directory.
Note You must specify one of the ApprovalFilter and AccessLevelFilter parameters, but not both.
AccountRequests

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The ID of the request.

0FEEF92D-4052-5202-87D0-3D8EC16F****
Approversarray<object>

An array that consists of reviewers.

Approverobject
PrincipalNamestring

The name of the reviewer.

approver-1
PrincipalTypestring

The type of the Resource Access Management (RAM) entity of the reviewer. Valid values:

  • RamUser: a RAM user
  • RamRole: a RAM role
RamUser

Examples

Sample success responses

JSONformat

{
  "RequestId": "0FEEF92D-4052-5202-87D0-3D8EC16F****",
  "Approvers": [
    {
      "PrincipalName": "approver-1",
      "PrincipalType": "RamUser"
    }
  ]
}

Error codes

HTTP status codeError codeError message
500InternalErrorA system error occurred.

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