Software AG · JSON Structure
Webmethods Api Structure
JSON Structure documentation for the Software AG webMethods API Gateway API resource
Type:
Properties: 0
API ManagementEnterprise IntegrationiPaaSwebMethodsIntegration PlatformAPI Gateway
Webmethods Api Structure is a JSON Structure definition published by Software AG.
Meta-schema:
JSON Structure
{
"title": "webMethods API Gateway - API Resource Structure",
"description": "JSON Structure documentation for the Software AG webMethods API Gateway API resource",
"version": "11.0",
"source": "https://github.com/SoftwareAG/webmethods-api-gateway",
"structures": [
{
"name": "API",
"description": "Core API resource representing a managed API in webMethods API Gateway",
"fields": [
{"name": "id", "type": "string", "required": false, "description": "System-generated unique API identifier"},
{"name": "apiName", "type": "string", "required": true, "description": "Display name of the API"},
{"name": "apiVersion", "type": "string", "required": false, "description": "Version string, defaults to 1.0"},
{"name": "apiDescription", "type": "string", "required": false, "description": "Human-readable description"},
{"name": "type", "type": "enum[REST|SOAP|WEBSOCKET|ODATA]", "required": true, "description": "Protocol type"},
{"name": "isActive", "type": "boolean", "required": false, "description": "Whether API is active"},
{"name": "tags", "type": "array<string>", "required": false, "description": "Categorization tags"},
{"name": "maturityState", "type": "enum[BETA|RELEASED|DEPRECATED]", "required": false, "description": "Lifecycle state"},
{"name": "systemVersion", "type": "integer", "required": false, "description": "Internal version counter"},
{"name": "created", "type": "date-time", "required": false, "description": "Creation timestamp"},
{"name": "modified", "type": "date-time", "required": false, "description": "Last modification timestamp"},
{"name": "gatewayEndpoints", "type": "array<GatewayEndpoint>", "required": false, "description": "Custom gateway endpoints"}
]
},
{
"name": "GatewayEndpoint",
"description": "Custom endpoint configuration for an API",
"fields": [
{"name": "name", "type": "string", "required": false, "description": "Endpoint name"},
{"name": "url", "type": "string", "required": true, "description": "Endpoint URL"},
{"name": "isDefault", "type": "boolean", "required": false, "description": "Whether this is the default endpoint"}
]
},
{
"name": "Application",
"description": "Consumer application registered to use an API",
"fields": [
{"name": "id", "type": "string", "required": false, "description": "System-generated application identifier"},
{"name": "name", "type": "string", "required": true, "description": "Application name"},
{"name": "description", "type": "string", "required": false, "description": "Application description"},
{"name": "owner", "type": "string", "required": false, "description": "Application owner"},
{"name": "identifiers", "type": "array<Identifier>", "required": false, "description": "API keys and credentials"}
]
},
{
"name": "Policy",
"description": "Gateway policy applied to an API",
"fields": [
{"name": "id", "type": "string", "required": false, "description": "Policy identifier"},
{"name": "name", "type": "string", "required": true, "description": "Policy name"},
{"name": "type", "type": "string", "required": false, "description": "Policy type"},
{"name": "enabled", "type": "boolean", "required": false, "description": "Whether the policy is active"}
]
}
]
}
Work with this as data
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/webmethods-api-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.