Apache Ignite · Schema

DeploymentStatus

Status of deployment process.

CachingCompute GridDistributed DatabaseIn-MemoryOpen SourceSQL
View JSON Schema on GitHub

JSON Schema

rest-api-deployment-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-ignite/refs/heads/main/json-schema/rest-api-deployment-status-schema.json",
  "title": "DeploymentStatus",
  "description": "Status of deployment process.",
  "type": "string",
  "enum": [
    "UPLOADING",
    "DEPLOYED",
    "OBSOLETE",
    "REMOVING"
  ]
}