create an upstream
POST /api/upstreams creates an upstream resource
Required scope: upstreams:manage:all
| Request Body — REQUIRED |
|---|
upstream object — REQUIREDauthorize boolean — REQUIRED | host string — REQUIRED | pool_size int32 — REQUIRED | port string — REQUIRED | required_scopes object — REQUIRED | scheme string — REQUIRED | strip_uri boolean — REQUIRED | uris string[] — REQUIRED |
|
| Responses |
|---|
| Schema — OPTIONAL |
|---|
data object — OPTIONALauthorize boolean | host string | pool_size int32 | port string | required_scopes object | scheme string | strip_uri boolean | uris string[] |
|
|