Resource Center/CloudFormation Operations
GETCloudFormation OperationsSince 2.6.0SynchronousAuth Required
GetSupportedCloudFormationResources
GetSupportedCloudFormationResources
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
versionStringOptional. The template version No. For example, v1.
typeStringOptional. The template type. Default type: zstack.
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
GET/zstack/v1/cloudformation/resources
/zstack/v1/cloudformation/resources
Request Example
curl -X GET 'http://{host}/zstack/v1/cloudformation/resources?version=<version>&type=<type>&systemTags=<systemTags>&userTags=<userTags>' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "resources": [ { "name": "VmInstance", "type": "Resource", "actionName": "CreateVmInstanceAction", "resources": [ "InstanceOffering", "Image", "L3Network", "DiskOffering", "Zone", "Cluster", "Host", "PrimaryStorage" ] }, { "name": "AttachDataVolumeToVm", "type": "Action", "actionName": "AttachDataVolumeToVmAction", "resources": [ "VmInstance", "Volume" ] } ] }Change History
This API has no change history records yet.
