Deployment

A service deployment record on the platform

Cloud PlatformEnterpriseFinancial-ServicesInsurancePlatform EngineeringKubernetes

Properties

Name Type Description
deployment_id string Unique identifier for the deployment
service_id string Service this deployment belongs to
version string Version being deployed
image string Container image with tag
status string Current deployment status
strategy string Deployment strategy used
deployed_at string Timestamp when the deployment completed
deployed_by string Actor that triggered the deployment
initiated_at string Timestamp when the deployment was initiated
View JSON Schema on GitHub

JSON Schema

platform-services-deployment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/allianz-future-cloud-platform/refs/heads/main/json-schema/platform-services-deployment-schema.json",
  "title": "Deployment",
  "description": "A service deployment record on the platform",
  "type": "object",
  "properties": {
    "deployment_id": {
      "type": "string",
      "description": "Unique identifier for the deployment",
      "example": "dep-500789"
    },
    "service_id": {
      "type": "string",
      "description": "Service this deployment belongs to",
      "example": "svc-500123"
    },
    "version": {
      "type": "string",
      "description": "Version being deployed",
      "example": "2.5.1"
    },
    "image": {
      "type": "string",
      "description": "Container image with tag",
      "example": "allianz/policy-service:2.5.1"
    },
    "status": {
      "type": "string",
      "description": "Current deployment status",
      "enum": [
        "in_progress",
        "succeeded",
        "failed",
        "rolled_back"
      ],
      "example": "succeeded"
    },
    "strategy": {
      "type": "string",
      "description": "Deployment strategy used",
      "enum": [
        "rolling",
        "blue_green",
        "canary"
      ],
      "example": "rolling"
    },
    "deployed_at": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the deployment completed",
      "example": "2026-04-15T14:30:00Z"
    },
    "deployed_by": {
      "type": "string",
      "description": "Actor that triggered the deployment",
      "example": "argo-cd"
    },
    "initiated_at": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the deployment was initiated",
      "example": "2026-04-19T10:30:00Z"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/platform-services-deployment"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.