{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/DeploymentResponse",
"title": "DeploymentResponse",
"type": "object",
"description": "Response returned when a deployment operation is successfully initiated. Contains the UUID for tracking the deployment and its current status.",
"properties": {
"uuid": {
"type": "string",
"format": "uuid",
"description": "Unique identifier for the deployment operation. Use this UUID to retrieve deployment results and logs.",
"example": "d243b14c-3ba5-41c3-9f51-76da51beb8f5"
},
"url": {
"type": "string",
"format": "uri",
"description": "URL endpoint for retrieving the deployment details and results.",
"example": "https://mysite.appiancloud.com/suite/deployment-management/v2/deployments/d243b14c-3ba5-41c3-9f51-76da51beb8f5/"
},
"status": {
"$ref": "#/components/schemas/DeploymentStatus"
}
},
"required": [
"uuid",
"url",
"status"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.