Resource Center/CloudFormation Operations
GETCloudFormation OperationsSince 3.9.0SynchronousAuth Required
GetResourceStackFromResource
GetResourceStackFromResource
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
resourceUuidStringRequiredThe resource UUID.
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
GET/zstack/v1/cloudformation/resources/stack
/zstack/v1/cloudformation/resources/stack
Request Example
curl -X GET 'http://{host}/zstack/v1/cloudformation/resources/stack?resourceUuid=<resourceUuid>&systemTags=<systemTags>&userTags=<userTags>' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "stack": { "stackUuid": "4700be6752c037b69c74bd06eedf0308" } }Change History
This API has no change history records yet.
