APIs.io Engineering Platform · Schema
CreateStageRequest
Requests API Gateway to create a Stage resource.
APIs.ioEngineeringPlatform
Properties
| Name | Type | Description |
|---|---|---|
| stageName | object | |
| deploymentId | object | |
| description | object | |
| cacheClusterEnabled | object | |
| cacheClusterSize | object | |
| variables | object | |
| documentationVersion | object | |
| canarySettings | object | |
| tracingEnabled | object | |
| tags | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CreateStageRequest",
"title": "CreateStageRequest",
"type": "object",
"required": [
"stageName",
"deploymentId"
],
"properties": {
"stageName": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The name for the Stage resource. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters."
}
]
},
"deploymentId": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The identifier of the Deployment resource for the Stage resource."
}
]
},
"description": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The description of the Stage resource."
}
]
},
"cacheClusterEnabled": {
"allOf": [
{
"$ref": "#/components/schemas/Boolean"
},
{
"description": "Whether cache clustering is enabled for the stage."
}
]
},
"cacheClusterSize": {
"allOf": [
{
"$ref": "#/components/schemas/CacheClusterSize"
},
{
"description": "The stage's cache capacity in GB. For more information about choosing a cache size, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-caching.html\">Enabling API caching to enhance responsiveness</a>."
}
]
},
"variables": {
"allOf": [
{
"$ref": "#/components/schemas/MapOfStringToString"
},
{
"description": "A map that defines the stage variables for the new Stage resource. Variable names can have alphanumeric and underscore characters, and the values must match <code>[A-Za-z0-9-._~:/?#&=,]+</code>."
}
]
},
"documentationVersion": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The version of the associated API documentation."
}
]
},
"canarySettings": {
"allOf": [
{
"$ref": "#/components/schemas/CanarySettings"
},
{
"description": "The canary deployment settings of this stage."
}
]
},
"tracingEnabled": {
"allOf": [
{
"$ref": "#/components/schemas/Boolean"
},
{
"description": "Specifies whether active tracing with X-ray is enabled for the Stage."
}
]
},
"tags": {
"allOf": [
{
"$ref": "#/components/schemas/MapOfStringToString"
},
{
"description": "The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with <code>aws:</code>. The tag value can be up to 256 characters."
}
]
}
},
"description": "Requests API Gateway to create a Stage resource."
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/apis-io-engineering-platform-createstagerequest"
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 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.