Add Cuystom Hostname Fallback Origin Retrieval

I would like to surface this endpoint via the SDK
This commit is contained in:
Phil Young
2021-06-15 13:55:41 +01:00
parent 1e58a65888
commit 5394ec3cc8
3 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"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"
}
}