API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Origin group ID.
Origin group name.
"YourOriginGroup"
Defines whether to use the next origin from the origin group if origin responds with the cases specified in proxy_next_upstream.
If you enable it, you must specify cases in proxy_next_upstream.
Possible values:
true
Origin authentication type.
Possible values:
"none"
List of origin sources in the origin group.
[
{
"enabled": true,
"source": "yourdomain.com",
"backup": false
}
]Parameter is deprecated.
""
Defines cases when the request should be passed on to the next origin.
Possible values:
invalid_header - a origin returned an empty or invalid responsehttp_403 - a origin returned a response with the code 403http_404 - a origin returned a response with the code 404http_429 - a origin returned a response with the code 429http_500 - a origin returned a response with the code 500http_502 - a origin returned a response with the code 502http_503 - a origin returned a response with the code 503http_504 - a origin returned a response with the code 504[
"error",
"timeout",
"invalid_header",
"http_500",
"http_502",
"http_503",
"http_504"
]Successful.
Origin group ID.
1
Origin group name.
"YourOriginGroup"
Defines whether to use the next origin from the origin group if origin responds with the cases specified in proxy_next_upstream.
If you enable it, you must specify cases in proxy_next_upstream.
Possible values:
true
Defines cases when the request should be passed on to the next origin.
Possible values:
invalid_header - a origin returned an empty or invalid responsehttp_403 - a origin returned a response with the code 403http_404 - a origin returned a response with the code 404http_429 - a origin returned a response with the code 429http_500 - a origin returned a response with the code 500http_502 - a origin returned a response with the code 502http_503 - a origin returned a response with the code 503http_504 - a origin returned a response with the code 504[
"error",
"timeout",
"invalid_header",
"http_500",
"http_502",
"http_503",
"http_504"
]Origin authentication type.
Possible values:
"none"
List of origin sources in the origin group.
[
{
"backup": false,
"enabled": true,
"source": "yourwebsite.com"
},
{
"backup": true,
"enabled": true,
"source": "1.2.3.4:5500"
}
]Parameter is deprecated.
""
Defines whether the origin group has related CDN resources.
Possible values:
true