Queries the resource types supported by Resource Center.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
AcceptLanguage | string | No | The language of the response. Valid values:
| zh-CN |
ResourceType | string | No | The resource type. For more information about the resource types that are supported by Resource Center, see Services that work with Resource Center. | ACS::ACK::Cluster |
Query | array | No | The query conditions. | |
string | No | The field for the query. Valid values:
| ResourceType |
Response parameters
Examples
Sample success responses
JSON
format
{
"ResourceTypes": [
{
"ResourceType": "ACS::ACK::Cluster",
"ProductName": "Container Service for Kubernetes\n",
"ResourceTypeName": "Cluster\n",
"FilterKeys": [
"ResourceName"
]
}
],
"RequestId": "E5556E4C-479A-5BBB-B325-F07563E7E917"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
409 | InvalidParameter.Query | The specified parameter Query is not valid. | The Query parameter is invalid. |
409 | InvalidParameter.ResourceType | The specified parameter ResourceType is not valid. | The ResourceType parameter is invalid. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history