All Products
Search
Document Center

Cloud Firewall:DescribeInstanceRdAccounts

Last Updated:Nov 12, 2025

Queries the member accounts in a resource directory for a Cloud Firewall instance.

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

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

SourceIp

string

No

The source IP address of the request.

47.100.170.XXX

Lang

string

No

The language of the request and response.

Valid values:

  • en :

    English

  • zh :

    Chinese

zh

CurrentPage

string

No

The number of the page to return.

1

PageSize

string

No

The number of the page to return.

10

MemberUid

string

No

The UID of the member account.

258039427902****

MemberDisplayName

string

No

The display name of the member account.

cloudfirewall_2

MemberDesc

string

No

The description of the member account.

renewal

Response elements

Element

Type

Description

Example

object

RequestId

string

The ID of the request.

06D1EC07-C9EB-58AC-A750-C87C9A0****

Accounts

array<object>

The information about the accounts.

object

The information about the account.

DisplayName

string

The display name of the member.

test

AccountId

string

The ID of the member account.

171054237268****

Examples

Success response

JSON format

{
  "RequestId": "06D1EC07-C9EB-58AC-A750-C87C9A0****",
  "Accounts": [
    {
      "DisplayName": "test",
      "AccountId": "171054237268****"
    }
  ]
}

Error codes

HTTP status code

Error code

Error message

Description

400 ErrorParamsNotEnough Parameters are insufficient. Parameters are insufficient.
400 ErrorNoInstanceInDb no instance for process in db. The specified instance does not exist.
400 ErrorParamsInvalid Invalid Params The parameter is invalid.
400 ErrorInstanceAliuidNotDaMa instance aliuid not DA or MA. The Alibaba Cloud account to which Cloud Firewall belongs is not specified as a delegated administrator account or management account.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.