Queries the account information about an asset.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribePropertyUserItem |
The operation that you want to perform. Set the value to DescribePropertyUserItem. |
ForceFlush | Boolean | No | true |
Specifies whether to forcibly refresh the data that you want to query. Valid values:
|
User | String | No | adm |
The name of the account. |
CurrentPage | Integer | No | 1 |
The page number of the current page. |
PageSize | Integer | No | 2 |
The number of entries to return on each page. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
PageInfo | Struct |
The page information. |
|
Count | Integer | 2 |
The number of entries returned on the current page. |
CurrentPage | Integer | 1 |
The page number of the current page. |
PageSize | Integer | 2 |
The number of entries returned per page. |
TotalCount | Integer | 114 |
The total number of returned entries. |
PropertyItems | Array |
The information of the account |
|
Count | Integer | 384 |
The number of servers that belong to the account. |
User | String | adm |
The name of the account. |
RequestId | String | 76068BE2-F9C4-4EDD-967B-F503B8CCDD3D |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DescribePropertyUserItem
&<Common request parameters>
Sample success responses
XML
format
<DescribePropertyUserItemResponse>
<PropertyItems>
<User>a123456</User>
<Count>1</Count>
</PropertyItems>
<PropertyItems>
<User>aaaa</User>
<Count>1</Count>
</PropertyItems>
<PropertyItems>
<User>aaaa1</User>
<Count>1</Count>
</PropertyItems>
<RequestId>76068BE2-F9C4-4EDD-967B-F503B8CCDD3D</RequestId>
<PageInfo>
<Count>3</Count>
<TotalCount>340</TotalCount>
<PageSize>3</PageSize>
<CurrentPage>1</CurrentPage>
</PageInfo>
</DescribePropertyUserItemResponse>
JSON
format
{
"PropertyItems": [
{
"User": "a123456",
"Count": 1
},
{
"User": "aaaa",
"Count": 1
},
{
"User": "aaaa1",
"Count": 1
}
],
"RequestId": "76068BE2-F9C4-4EDD-967B-F503B8CCDD3D",
"PageInfo": {
"Count": 3,
"TotalCount": 340,
"PageSize": 3,
"CurrentPage": 1
}
}
Error codes
For a list of error codes, visit the API Error Center.