Retrieve a list of all revisions for a name cloud resource
Retrieve a list of all revisions for a name cloud resource
Path Parameters
name stringrequired
name of the cloud resource to retrieve revisions for
Responses
- 200
- 500
Retrieved all known cloud resources
- application/json
- Schema
- Example (from schema)
Schema array
outputs undefined[]
description string
name string
sensitive boolean
userFacing boolean
revision string
source string
variables undefined[]
default string
description string
name string
required boolean
sensitive boolean
type string
[
{
"outputs": [
{
"description": "string",
"name": "string",
"sensitive": true,
"userFacing": true
}
],
"revision": "string",
"source": "string",
"variables": [
{
"default": "string",
"description": "string",
"name": "string",
"required": true,
"sensitive": true,
"type": "string"
}
]
}
]
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
code int32
detail string
message string
uri string
verb string
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...