All Products
Search
Document Center

Cloud Firewall:DescribeInstanceMembers

Last Updated:Dec 15, 2025

Queries information about the member accounts of Cloud Firewall.

Operation description

You can call this operation to query information about the member accounts of Cloud Firewall.

QPS limit

The queries per second (QPS) limit for this operation is 10 calls per second per user. If you exceed the limit, API calls are throttled. This may affect your business. Call this operation at a reasonable rate.

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

CurrentPage

string

No

The page number. The default value is 1.

1

PageSize

string

No

The number of entries per page.

The default value is 20.

20

MemberUid

string

No

The UID of the Cloud Firewall member account.

258039427902****

MemberDisplayName

string

No

The name of the Cloud Firewall member account.

cloudfirewall_2

MemberDesc

string

No

The description of the Cloud Firewall member account. The description must be 1 to 256 characters in length.

renewal

Response elements

Element

Type

Description

Example

object

RequestId

string

The ID of the request.

A531AE1A-FBA2-48B6-BAB8-84D02BD409EE

PageInfo

object

The pagination information.

CurrentPage

integer

The page number of the returned page.

1

PageSize

integer

The number of entries returned per page.

20

TotalCount

integer

The total number of Cloud Firewall member accounts.

20

Members

array<object>

The information about the Cloud Firewall member accounts.

object

MemberDesc

string

The description of the Cloud Firewall member account.

renewal

MemberDisplayName

string

The name of the Cloud Firewall member account.

cloudfirewall_2

CreateTime

integer

The time when the member account was added to Cloud Firewall. This value is a UNIX timestamp. Unit: seconds.

1615189819

MemberUid

integer

The UID of the Cloud Firewall member account.

258039427902****

MemberStatus

string

The status of the Cloud Firewall member account. Valid values:

  • normal: Normal

  • deleting: Deleting

normal

ModifyTime

integer

The time when the member account was last modified. This value is a UNIX timestamp. Unit: seconds.

1615189819

Examples

Success response

JSON format

{
  "RequestId": "A531AE1A-FBA2-48B6-BAB8-84D02BD409EE",
  "PageInfo": {
    "CurrentPage": 1,
    "PageSize": 20,
    "TotalCount": 20
  },
  "Members": [
    {
      "MemberDesc": "renewal",
      "MemberDisplayName": "cloudfirewall_2",
      "CreateTime": 1615189819,
      "MemberUid": 0,
      "MemberStatus": "normal",
      "ModifyTime": 1615189819
    }
  ]
}

Error codes

HTTP status code

Error code

Error message

Description

400 ErrorParameters A parameter error occurred. A parameter error occurred.
400 ErrorDBSelect An error occurred while querying database. An error occurred while querying database.
400 ErrorParamsNotEnough Parameters are insufficient. Parameters are insufficient.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.