Create a new Upstream
Create a new Upstream
Request body
Example request
{
"algorithm": "round-robin",
"hash_fallback": "none",
"hash_on": "none",
"hash_on_cookie_path": "/",
"healthchecks": {
"active": {
"concurrency": 10,
"healthy": {
"http_statuses": [
200,
302
],
"interval": 0,
"successes": 0
},
"http_path": "/",
"https_verify_certificate": true,
"timeout": 1,
"type": "http",
"unhealthy": {
"http_failures": 0,
"http_statuses": [
429,
404,
500,
501,
502,
503,
504,
505
],
"interval": 0,
"tcp_failures": 0,
"timeouts": 0
}
},
"passive": {
"healthy": {
"http_statuses": [
200,
201,
202,
203,
204,
205,
206,
207,
208,
226,
300,
301,
302,
303,
304,
305,
306,
307,
308
],
"successes": 0
},
"type": "http",
"unhealthy": {
"http_failures": 0,
"http_statuses": [
429,
500,
503
],
"tcp_failures": 0,
"timeouts": 0
}
},
"threshold": 0
},
"id": "6eed5e9c-5398-4026-9a4c-d48f18a2431e",
"name": "api.example.internal",
"slots": 10000
}Response
Successfully created Upstream
Example response
{
"algorithm": "round-robin",
"hash_fallback": "none",
"hash_on": "none",
"hash_on_cookie_path": "/",
"healthchecks": {
"active": {
"concurrency": 10,
"healthy": {
"http_statuses": [
200,
302
],
"interval": 0,
"successes": 0
},
"http_path": "/",
"https_verify_certificate": true,
"timeout": 1,
"type": "http",
"unhealthy": {
"http_failures": 0,
"http_statuses": [
429,
404,
500,
501,
502,
503,
504,
505
],
"interval": 0,
"tcp_failures": 0,
"timeouts": 0
}
},
"passive": {
"healthy": {
"http_statuses": [
200,
201,
202,
203,
204,
205,
206,
207,
208,
226,
300,
301,
302,
303,
304,
305,
306,
307,
308
],
"successes": 0
},
"type": "http",
"unhealthy": {
"http_failures": 0,
"http_statuses": [
429,
500,
503
],
"tcp_failures": 0,
"timeouts": 0
}
},
"threshold": 0
},
"id": "6eed5e9c-5398-4026-9a4c-d48f18a2431e",
"name": "api.example.internal",
"slots": 10000
}Changes
Changed in 9 of the 52 revisions of this API.3037104
- ○
the
request property default value{"concurrency":10,"healthy":{"http_statuses":[200,302],"interval":0,"successes":0},"http_path":"/","https_verify_certificate":true,"timeout":1,"type":"http","unhealthy":{"http_failures":0,"http_statuses":[429,404,500,501,502,503,504,505],"interval":0,"tcp_failures":0,"timeouts":0}}was addedrequest-property-default-value-added
- ○
the
request property default value{"active":{"concurrency":10,"healthy":{"http_statuses":[200,302],"interval":0,"successes":0},"http_path":"/","https_verify_certificate":true,"timeout":1,"type":"http","unhealthy":{"http_failures":0,"http_statuses":[429,404,500,501,502,503,504,505],"interval":0,"tcp_failures":0,"timeouts":0}},"passive":{"healthy":{"http_statuses":[200,201,202,203,204,205,206,207,208,226,300,301,302,303,304,305,306,307,308],"successes":0},"type":"http","unhealthy":{"http_failures":0,"http_statuses":[429,500,503],"tcp_failures":0,"timeouts":0}}}was addedrequest-property-default-value-added
- ○
the
request property default value{"http_statuses":[200,201,202,203,204,205,206,207,208,226,300,301,302,303,304,305,306,307,308],"successes":0}was addedrequest-property-default-value-added
- ○
the
request property default value{"http_statuses":[200,302],"interval":0,"successes":0}was addedrequest-property-default-value-added
- ○
the
request property default value{"healthy":{"http_statuses":[200,201,202,203,204,205,206,207,208,226,300,301,302,303,304,305,306,307,308],"successes":0},"type":"http","unhealthy":{"http_failures":0,"http_statuses":[429,500,503],"tcp_failures":0,"timeouts":0}}was addedrequest-property-default-value-added
- ○
the
request property default value{"http_failures":0,"http_statuses":[429,404,500,501,502,503,504,505],"interval":0,"tcp_failures":0,"timeouts":0}was addedrequest-property-default-value-added
- ○
the
request property default value{"http_failures":0,"http_statuses":[429,500,503],"tcp_failures":0,"timeouts":0}was addedrequest-property-default-value-added
- ○
the
response's property default value{"concurrency":10,"healthy":{"http_statuses":[200,302],"interval":0,"successes":0},"http_path":"/","https_verify_certificate":true,"timeout":1,"type":"http","unhealthy":{"http_failures":0,"http_statuses":[429,404,500,501,502,503,504,505],"interval":0,"tcp_failures":0,"timeouts":0}}was added for the statusresponse-property-default-value-added
- ○
the
response's property default value{"active":{"concurrency":10,"healthy":{"http_statuses":[200,302],"interval":0,"successes":0},"http_path":"/","https_verify_certificate":true,"timeout":1,"type":"http","unhealthy":{"http_failures":0,"http_statuses":[429,404,500,501,502,503,504,505],"interval":0,"tcp_failures":0,"timeouts":0}},"passive":{"healthy":{"http_statuses":[200,201,202,203,204,205,206,207,208,226,300,301,302,303,304,305,306,307,308],"successes":0},"type":"http","unhealthy":{"http_failures":0,"http_statuses":[429,500,503],"tcp_failures":0,"timeouts":0}}}was added for the statusresponse-property-default-value-added
- ○
the
response's property default value{"http_statuses":[200,201,202,203,204,205,206,207,208,226,300,301,302,303,304,305,306,307,308],"successes":0}was added for the statusresponse-property-default-value-added
- ○
the
response's property default value{"http_statuses":[200,302],"interval":0,"successes":0}was added for the statusresponse-property-default-value-added
- ○
the
response's property default value{"healthy":{"http_statuses":[200,201,202,203,204,205,206,207,208,226,300,301,302,303,304,305,306,307,308],"successes":0},"type":"http","unhealthy":{"http_failures":0,"http_statuses":[429,500,503],"tcp_failures":0,"timeouts":0}}was added for the statusresponse-property-default-value-added
- ○
the
response's property default value{"http_failures":0,"http_statuses":[429,404,500,501,502,503,504,505],"interval":0,"tcp_failures":0,"timeouts":0}was added for the statusresponse-property-default-value-added
- ○
the
response's property default value{"http_failures":0,"http_statuses":[429,500,503],"tcp_failures":0,"timeouts":0}was added for the statusresponse-property-default-value-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the
request property's minLength was increased from0to1request-property-min-length-increased
- ▲
the
request property's minLength was increased from0to1request-property-min-length-increased
- ▲
the
request property's minLength was increased from0to1request-property-min-length-increased
- ▲
the
request property's minLength was increased from0to1request-property-min-length-increased
- ●
the
//request property's max was set to2147483648.00request-property-max-set
- ●
the
////request property's max was set to999.00request-property-max-set
- ●
the
///request property's max was set to65535.00request-property-max-set
- ●
the
///request property's max was set to255.00request-property-max-set
- ●
the
//request property's max was set to65535.00request-property-max-set
- ●
the
///request property's max was set to255.00request-property-max-set
- ●
the
////request property's max was set to999.00request-property-max-set
- ●
the
///request property's max was set to65535.00request-property-max-set
- ●
the
///request property's max was set to255.00request-property-max-set
- ●
the
///request property's max was set to255.00request-property-max-set
- ●
the
////request property's max was set to999.00request-property-max-set
- ●
the
///request property's max was set to255.00request-property-max-set
- ●
the
///request property's max was set to255.00request-property-max-set
- ●
the
////request property's max was set to999.00request-property-max-set
- ●
the
///request property's max was set to255.00request-property-max-set
- ●
the
///request property's max was set to255.00request-property-max-set
- ●
the
/request property's max was set to100.00request-property-max-set
- ●
the
request property's max was set to65536.00request-property-max-set
- ●
the
//request property's min was set to1.00request-property-min-set
- ●
the
////request property's min was set to100.00request-property-min-set
- ●
the
///request property's min was set to0.00request-property-min-set
- ●
the
///request property's min was set to0.00request-property-min-set
- ●
the
//request property's min was set to0.00request-property-min-set
- ●
the
///request property's min was set to0.00request-property-min-set
- ●
the
////request property's min was set to100.00request-property-min-set
- ●
the
///request property's min was set to0.00request-property-min-set
- ●
the
///request property's min was set to0.00request-property-min-set
- ●
the
///request property's min was set to0.00request-property-min-set
- ●
the
////request property's min was set to100.00request-property-min-set
- ●
the
///request property's min was set to0.00request-property-min-set
- ●
the
///request property's min was set to0.00request-property-min-set
- ●
the
////request property's min was set to100.00request-property-min-set
- ●
the
///request property's min was set to0.00request-property-min-set
- ●
the
///request property's min was set to0.00request-property-min-set
- ●
the
/request property's min was set to0.00request-property-min-set
- ●
the
request property's min was set to10.00request-property-min-set
- ▲
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ○
the request property
//became nullablerequest-property-became-nullable
- ○
the
request property default valueround-robinwas addedrequest-property-default-value-added
- ○
the
request property default value10was addedrequest-property-default-value-added
- ○
the
request property default valuenonewas addedrequest-property-default-value-added
- ○
the
request property default valuenonewas addedrequest-property-default-value-added
- ○
the
request property default value/was addedrequest-property-default-value-added
- ○
the
request property default value0was addedrequest-property-default-value-added
- ○
the
request property default value0was addedrequest-property-default-value-added
- ○
the
request property default value/was addedrequest-property-default-value-added
- ○
the
request property default value200201202203204205206207208226300301302303304305306307308was addedrequest-property-default-value-added
- ○
the
request property default value200302was addedrequest-property-default-value-added
- ○
the
request property default value429404500501502503504505was addedrequest-property-default-value-added
- ○
the
request property default value429500503was addedrequest-property-default-value-added
- ○
the
request property default valuetruewas addedrequest-property-default-value-added
- ○
the
request property default value0was addedrequest-property-default-value-added
- ○
the
request property default value0was addedrequest-property-default-value-added
- ○
the
request property default value10000was addedrequest-property-default-value-added
- ○
the
request property default value/was addedrequest-property-default-value-added
- ○
the
request property default value0was addedrequest-property-default-value-added
- ○
the
request property default value0was addedrequest-property-default-value-added
- ○
the
request property default value0was addedrequest-property-default-value-added
- ○
the
request property default value0was addedrequest-property-default-value-added
- ○
the
request property default value0was addedrequest-property-default-value-added
- ○
the
request property default value1was addedrequest-property-default-value-added
- ○
the
request property default value0was addedrequest-property-default-value-added
- ○
the
request property default value0was addedrequest-property-default-value-added
- ○
the
request property default valuehttpwas addedrequest-property-default-value-added
- ○
the
request property default valuehttpwas addedrequest-property-default-value-added
- ○
the
request property default valuefalsewas addedrequest-property-default-value-added
- ○
the
response's property default valueround-robinwas added for the statusresponse-property-default-value-added
- ○
the
response's property default value10was added for the statusresponse-property-default-value-added
- ○
the
response's property default valuenonewas added for the statusresponse-property-default-value-added
- ○
the
response's property default valuenonewas added for the statusresponse-property-default-value-added
- ○
the
response's property default value/was added for the statusresponse-property-default-value-added
- ○
the
response's property default value0was added for the statusresponse-property-default-value-added
- ○
the
response's property default value0was added for the statusresponse-property-default-value-added
- ○
the
response's property default value/was added for the statusresponse-property-default-value-added
- ○
the
response's property default value200201202203204205206207208226300301302303304305306307308was added for the statusresponse-property-default-value-added
- ○
the
response's property default value200302was added for the statusresponse-property-default-value-added
- ○
the
response's property default value429404500501502503504505was added for the statusresponse-property-default-value-added
- ○
the
response's property default value429500503was added for the statusresponse-property-default-value-added
- ○
the
response's property default valuetruewas added for the statusresponse-property-default-value-added
- ○
the
response's property default value0was added for the statusresponse-property-default-value-added
- ○
the
response's property default value0was added for the statusresponse-property-default-value-added
- ○
the
response's property default value10000was added for the statusresponse-property-default-value-added
- ○
the
response's property default value/was added for the statusresponse-property-default-value-added
- ○
the
response's property default value0was added for the statusresponse-property-default-value-added
- ○
the
response's property default value0was added for the statusresponse-property-default-value-added
- ○
the
response's property default value0was added for the statusresponse-property-default-value-added
- ○
the
response's property default value0was added for the statusresponse-property-default-value-added
- ○
the
response's property default value0was added for the statusresponse-property-default-value-added
- ○
the
response's property default value1was added for the statusresponse-property-default-value-added
- ○
the
response's property default value0was added for the statusresponse-property-default-value-added
- ○
the
response's property default value0was added for the statusresponse-property-default-value-added
- ○
the
response's property default valuehttpwas added for the statusresponse-property-default-value-added
- ○
the
response's property default valuehttpwas added for the statusresponse-property-default-value-added
- ○
the
response's property default valuefalsewas added for the statusresponse-property-default-value-added
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
///request property type changed fromstringtoarrayrequest-property-type-changed
- ▲
the
///response's property type changed fromstringtoarrayfor statusresponse-property-type-changed
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ○
the request property
became nullablerequest-property-became-nullable
- ▲
- ●
added the new
sticky-sessionsenum value to theresponse property for the response statusresponse-property-enum-value-added
- ○
added the new optional request property
new-optional-request-property
- ○
added the new optional request property
new-optional-request-property
- ○
added the new
sticky-sessionsenum value to the request propertyrequest-property-enum-value-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ●
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ○
the request optional property
became not read-onlyrequest-optional-property-became-not-read-only
- ○
the request optional property
became not read-onlyrequest-optional-property-became-not-read-only
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the response optional property
became not read-only for the statusresponse-optional-property-became-not-read-only
- ○
the response optional property
became not read-only for the statusresponse-optional-property-became-not-read-only
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the request property
became not nullablerequest-property-became-not-nullable
- ▲
- ▲
the request property
became requiredrequest-property-became-required
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ○
the request optional property
became not read-onlyrequest-optional-property-became-not-read-only
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the response optional property
became not read-only for the statusresponse-optional-property-became-not-read-only
- ○
the response property
became required for the statusresponse-property-became-required
This revision also has 88 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲