StageDetailV1Dot1
StageDetailV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| active_deployment required | Active Deployment Example : 2024-05-17T00:23:17Z | string (date-time) | |
| allow_credentials optional | Allow Credentials Example : True | any of [boolean, null] | |
| allow_headers optional | Allow Headers Example : ['Content-Type', 'Authorization'] | any of [array[string], null] | |
| allow_methods optional | Allow Methods Example : ['GET', 'POST', 'PUT', 'PATCH'] | any of [array[enum (GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS, ANY)], null] | |
| allow_origins optional | Allow Origins Example : ['*'] | any of [array[string], null] | |
| api_id required | Api ID Example : 27bb070b564349f8a31cc60734cc36a5 | string | |
| api_key_required required | Api Key Required Example : False | boolean | |
| cors_enabled required | Cors Enabled Example : False | boolean | |
| created_at required | Creation Date Example : | string (date-time) | |
| deployment_id required | Deployment ID Example : 27bb070b564349f8a31cc60734cc36a5 | string | |
| description optional | Description Example : description | any of [string, null] | |
| expose_headers optional | Expose Headers Example : ['test1', 'test2'] | any of [array[string], null] | |
| invoke_url required | Invoke URL Example : http://test.com/stg | string | |
| jwt_enabled required | JWT Enabled Example : False | boolean | |
| max_age optional | Max Age Example : 3600 | any of [integer, null] | |
| name required | Stage Name Example : test-stage | string | |
| usage_plan_api_keys optional | API Keys | any of [array[ApiKeyInStage], null] | |
| usage_plan_id optional | Usage Plan ID Example : 27bb070b564349f8a31cc60734cc36a5 | any of [string, null] | |
| usage_plan_limit optional | Usage Plan Limit Example : 10 | any of [integer, null] | |
| usage_plan_name optional | Name Example : usage-plan-name | any of [string, null] | |
| usage_plan_rate optional | Usage Plan Rate Example : day | any of [enum (hour, day, month), null] |