All Products
Search
Document Center

Security Center:DescribePropertyUsageNewest

Last Updated:Apr 28, 2023

Queries the information about the most recently created five accounts.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
TypestringNo

The type of the accounts.

Valid values:

  • user
  • system
user

Response parameters

ParameterTypeDescriptionExample
object
Typestring

The type of the accounts that are created on the server. The value is fixed as user, which indicates user accounts.

user
ItemCountinteger

The number of accounts.

5
RequestIdstring

The ID of the request.

27C78A20-0833-4519-B392-F7963CCFC6AC
NewestStatisticItemsarray

An array that consists of the accounts.

object
Namestring

The username of the account.

root
Createlong

The time when the account was created.

1566178646000

Examples

Sample success responses

JSONformat

{
  "Type": "user",
  "ItemCount": 5,
  "RequestId": "27C78A20-0833-4519-B392-F7963CCFC6AC",
  "NewestStatisticItems": [
    {
      "Name": "root",
      "Create": 1566178646000
    }
  ]
}

Error codes

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