Queries the asset types and asset subtypes for configuration assessment.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Lang | string | No | The language of the content within the request and response. Valid values:
| zh |
RegionId | string | No | The ID of the region in which the asset resides. Valid values:
| cn-hangzhou |
Types | array | No | The types of check standards. | |
string | No | The type of the check standard. Valid values:
| RISK | |
StandardIds | array | No | The IDs of standards. | |
long | No | The IDs of standards. Note
You can call the ListCheckStandard operation to query the ID.
| 2 | |
RequirementIds | array | No | The IDs of requirement items. | |
long | No | The IDs of requirement items. Note
You can call the ListCheckStandard operation to query the ID.
| 27 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "0D42A83F-CE33-5F54-A5AE-05DA39F59E1B",
"Vendors": [
{
"Name": "ALIYUN",
"InstanceTypes": [
{
"Name": "ECS",
"InstanceSubTypes": [
{
"Name": "SECURITY_GROUP"
}
]
}
]
}
]
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history