This topic provides an example on how to query the details of \`ALIYUN::ROS::WaitConditionHandle\`.
Operation Description
For more information about common request parameters, see Common parameters.
debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ResourceType | string | Yes | The ID of the request. | ALIYUN::ROS::WaitConditionHandle |
VersionId | string | No | The version ID. If you want to query a specific version of the resource type, you must specify this parameter. If you do not specify this parameter, only the resource type is queried. Note
This parameter is supported only for modules.
| v1 |
HttpCode | Error codes | Error message | Description |
---|---|---|---|
404 | ResourceTypeNotFound | The Resource Type ({name}) could not be found. | The error message returned because the specified resource type does not exist. name indicates the name of the resource type. |
Response parameters
The operation that you want to perform. Set the value to GetResourceType.
Examples
Sample success responses
JSON
format
{
"RequestId": "A28FBA2E-B6B3-5822-AA45-AB875EF23641",
"Attributes": {
"test": "test",
"test2": 1
},
"ResourceType": "ALIYUN::ROS::WaitConditionHandle",
"Properties": {
"test": "test",
"test2": 1
},
"SupportDriftDetection": false,
"SupportScratchDetection": false,
"EntityType": "Resource",
"Provider": "ROS",
"Description": "It is a demo.",
"DefaultVersionId": "v1",
"LatestVersionId": "v10",
"CreateTime": "2023-02-24T08:25:21\n",
"UpdateTime": "2023-02-24T08:25:21\n",
"TotalVersionCount": 10,
"IsDefaultVersion": true,
"TemplateBody": "{\"ROSTemplateFormatVersion\":\"2015-09-01\"}"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||||||
---|---|---|---|---|---|---|---|---|
2023-05-10 | The input parameters of the API operation change.,The response structure of the API operation changes. | see changesets | ||||||
| ||||||||
2022-01-18 | The response structure of the API operation changes. | see changesets | ||||||
|