Skip to main content

Start_Deployment

statusboolean

Whether the request succeeded.

Example: false
messagestring

Human-readable description of the result.

Example: Bad request
deployment object
idinteger

Unique numeric identifier.

namestring

Resource name.

descriptionstring

Human-readable description of the resource.

templatestring

Marketplace template used to deploy the resource.

statusstring

Current lifecycle state of the resource.

variablesstring
created_atstring<date-time>

ISO 8601 UTC timestamp marking when the resource was created.

Start_Deployment
{
"status": false,
"message": "Bad request",
"deployment": {
"id": 0,
"name": "string",
"description": "string",
"template": "string",
"status": "string",
"variables": "string",
"created_at": "2024-07-29T15:51:28.071Z"
}
}