Retrieves the account information of assets.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DescribePropertyUserItem |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ForceFlush |
boolean |
No |
Specifies whether to forcefully refresh the data to be queried. Valid values:
|
true |
| User |
string |
No |
The account information of Asset Fingerprints. |
adm |
| CurrentPage |
integer |
No |
The page number of the current page to display in a paged query. |
1 |
| PageSize |
integer |
No |
The maximum number of entries to display on each page in a paged query. |
2 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The unique identifier that Alibaba Cloud generated for the request. |
76068BE2-F9C4-4EDD-967B-F503B8CCDD3D |
| PageInfo |
object |
The pagination information. |
|
| CurrentPage |
integer |
The page number of the current page to display in a paged query. |
1 |
| PageSize |
integer |
The maximum number of entries displayed on each page in a paged query. |
2 |
| TotalCount |
integer |
The total number of entries. |
114 |
| Count |
integer |
The number of entries on the current page in a paged query. |
2 |
| PropertyItems |
array<object> |
The account information. |
|
|
object |
|||
| User |
string |
The account name. |
adm |
| Count |
integer |
The number of servers associated with the account. |
384 |
Examples
Success response
JSON format
{
"RequestId": "76068BE2-F9C4-4EDD-967B-F503B8CCDD3D",
"PageInfo": {
"CurrentPage": 1,
"PageSize": 2,
"TotalCount": 114,
"Count": 2
},
"PropertyItems": [
{
"User": "adm",
"Count": 384
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.