Skip to main content

Deployments

statusboolean

Whether the request succeeded.

Example: true
messagestring

Human-readable description of the result.

Example: Getting deployments success
deployments object[]
  • Array [
  • 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.

    created_atstring<date-time>

    ISO 8601 UTC timestamp marking when the resource was created.

  • ]
  • Deployments
    {
    "status": true,
    "message": "Getting deployments success",
    "deployments": [
    {
    "id": 0,
    "name": "string",
    "description": "string",
    "template": "string",
    "status": "string",
    "created_at": "2024-07-29T15:51:28.071Z"
    }
    ]
    }