All Products
Search
Document Center

Web Application Firewall:DescribeMemberAccounts

Last Updated:Apr 23, 2024

Queries information about members.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ResourceManagerResourceGroupIdstringNo

The ID of the Alibaba Cloud resource group.

rg-acfm***q
RegionIdstringNo

The region in which the WAF instance is deployed. Valid values:

  • cn-hangzhou: Chinese mainland.
  • ap-southeast-1: outside the Chinese mainland.
cn-hangzhou
InstanceIdstringYes

The ID of the Web Application Firewall (WAF) instance.

Note You can call the DescribeInstance operation to query the ID of the WAF instance.
waf_cdnsdf3****
SourceIpstringNo

The source IP address of the request. The system specifies this parameter.

0.0.XX.XX
AccountStatusstringNo

The status of the member that you want to query.

  • enabled: managed.
  • disabled: not managed.
  • disabling: being deleted.
enabled

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

50C4A80D-D46C-57E0-9A7D-03C0****4852
AccountInfosobject []

The information about the member.

AccountIdstring

The ID of the member.

169************21
AccountNamestring

The name of the member.

ipflgmqqnbjg
AccountStatusstring

The status of the member.

  • enabled: managed.
  • disabled: not managed.
  • disabling: being deleted.
enabled
Descriptionstring

The description of the member.

test
GmtCreatelong

The time when the member was added.

1683367751000

Examples

Sample success responses

JSONformat

{
  "RequestId": "50C4A80D-D46C-57E0-9A7D-03C0****4852",
  "AccountInfos": [
    {
      "AccountId": "169************21",
      "AccountName": "ipflgmqqnbjg",
      "AccountStatus": "enabled",
      "Description": "test",
      "GmtCreate": 1683367751000
    }
  ]
}

Error codes

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