APIRevisionDeployment Info object with basic API deployment details
APIRevisionDeployment schema from WSO2 API Manager
API ManagementGatewaysOpen-SourceAPI LifecycleGraphQLSOAPREST
Properties
| Name |
Type |
Description |
| revisionUuid |
string |
|
| name |
string |
|
| status |
string |
|
| vhost |
string |
|
| displayOnDevportal |
boolean |
|
| deployedTime |
string |
|
| successDeployedTime |
string |
|
| liveGatewayCount |
integer |
The number of gateways that are currently live in the gateway environment |
| deployedGatewayCount |
integer |
The number of gateways in which the API revision is deployed successfully |
| failedGatewayCount |
integer |
The number of gateways where the API revision deployment has failed |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/wso2/refs/heads/main/json-schema/publisher-api-api-revision-deployment-schema.json",
"title": "APIRevisionDeployment Info object with basic API deployment details",
"description": "APIRevisionDeployment schema from WSO2 API Manager",
"type": "object",
"properties": {
"revisionUuid": {
"maxLength": 255,
"minLength": 0,
"type": "string",
"example": "c26b2b9b-4632-4ca4-b6f3-521c8863990c"
},
"name": {
"maxLength": 255,
"minLength": 1,
"type": "string",
"example": "Default"
},
"status": {
"type": "string",
"example": "CREATED",
"default": "CREATED",
"enum": [
"CREATED",
"APPROVED",
"REJECTED"
]
},
"vhost": {
"maxLength": 255,
"minLength": 1,
"pattern": "^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9])$",
"type": "string",
"example": "mg.wso2.com"
},
"displayOnDevportal": {
"type": "boolean",
"example": true,
"default": true
},
"deployedTime": {
"readOnly": true,
"type": "string",
"format": "date-time"
},
"successDeployedTime": {
"readOnly": true,
"type": "string",
"format": "date-time"
},
"liveGatewayCount": {
"readOnly": true,
"type": "integer",
"description": "The number of gateways that are currently live in the gateway environment\n",
"example": 1
},
"deployedGatewayCount": {
"readOnly": true,
"type": "integer",
"description": "The number of gateways in which the API revision is deployed successfully\n",
"example": 1
},
"failedGatewayCount": {
"readOnly": true,
"type": "integer",
"description": "The number of gateways where the API revision deployment has failed\n",
"example": 1
}
}
}
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/publisher-api-api-revision-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.