Queries the statistics of asset tags.
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
MachineTypes | string | No | The type of the asset to query. If you do not specify this parameter, the tags of all asset types are queried. Valid values:
| ecs |
Response parameters
Examples
Sample success responses
JSON
format
{
"HttpStatusCode": 200,
"RequestId": "151F6EB6-D5F3-417A-AF7B-4D84975DB586",
"Success": true,
"Count": 0,
"GroupedFileds": [
{
"Name": "InternetIp",
"Count": "152",
"TagId": 3252366
}
]
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
400 | NoPermission | no permission |
500 | ServerError | ServerError |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
2022-12-23 | API Description Update,The API operation is not deprecated.,The error codes of the API operation change. | |||||||||
|