ApiStage

API stage name of the associated API stage in a usage plan.

APIs.ioEngineeringPlatform

Properties

Name Type Description
apiId object
stage object
throttle object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-apistage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiStage",
  "title": "ApiStage",
  "type": "object",
  "properties": {
    "apiId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "API Id of the associated API stage in a usage plan."
        }
      ]
    },
    "stage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "API stage name of the associated API stage in a usage plan."
        }
      ]
    },
    "throttle": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MapOfApiStageThrottleSettings"
        },
        {
          "description": "Map containing method level throttling information for API stage in a usage plan."
        }
      ]
    }
  },
  "description": "API stage name of the associated API stage in a usage plan."
}