You can call this operation to query information about the most recently created five accounts.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribePropertyUsageNewest |
The operation that you want to perform. Set the value to DescribePropertyUsageNewest. |
Type | String | No | user |
The type of the account. Valid values:
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 27C78A20-0833-4519-B392-F7963CCFC6AC |
The ID of the request. |
ItemCount | Integer | 5 |
The number of accounts. |
Type | String | user |
The type of the account created on the server. The value is fixed to user, which represents user accounts. |
NewestStatisticItems | Array |
The account information. |
|
Name | String | root |
The name of the account. |
Create | Long | 1566178646000 |
The time when the account was created. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=DescribePropertyUsageNewest
&<Common request parameters>
Sample success responses
XML
format
<DescribePropertyUsageNewestResponse>
<NewestStatisticItems>
<Create>1566178646000</Create>
<Name>dbus</Name>
</NewestStatisticItems>
<NewestStatisticItems>
<Create>1566178646000</Create>
<Name>halt</Name>
</NewestStatisticItems>
<NewestStatisticItems>
<Create>1566178646000</Create>
<Name>root</Name>
</NewestStatisticItems>
<NewestStatisticItems>
<Create>1566178646000</Create>
<Name>postfix</Name>
</NewestStatisticItems>
<NewestStatisticItems>
<Create>1566178646000</Create>
<Name>operator</Name>
</NewestStatisticItems>
<Type>user</Type>
<ItemCount>5</ItemCount>
<requestId>27C78A20-0833-4519-B392-F7963CCFC6AC</requestId>
</DescribePropertyUsageNewestResponse>
JSON
format
{
"NewestStatisticItems":[
{
"Create":1566178646000,
"Name":"dbus"
},
{
"Create":1566178646000,
"Name":"halt"
},
{
"Create":1566178646000,
"Name":"root"
},
{
"Create":1566178646000,
"Name":"postfix"
},
{
"Create":1566178646000,
"Name":"operator"
}
],
"Type":"user",
"ItemCount":5,
"requestId":"27C78A20-0833-4519-B392-F7963CCFC6AC"
}
Error codes
For a list of error codes, visit the API Error Center.