Files
cloudflare-php/tests/Fixtures/Endpoints/getCustomHostnameFallbackOrigin.json
Phil Young 5394ec3cc8 Add Cuystom Hostname Fallback Origin Retrieval
I would like to surface this endpoint via the SDK
2021-06-15 13:55:41 +01:00

19 lines
384 B
JSON

{
"success": true,
"errors": [
{}
],
"messages": [
{}
],
"result": {
"origin": "fallback.example.com",
"status": "pending_deployment",
"errors": [
"DNS records are not setup correctly. Origin should be a proxied A/AAAA/CNAME dns record"
],
"created_at": "2019-10-28T18:11:23.37411Z",
"updated_at": "2020-03-16T18:11:23.531995Z"
}
}