PUT /accounts/{account_id}/devices/policy/fallback_domains
Sets the list of domains to bypass Gateway DNS resolution. These domains will use the specified local DNS resolver instead.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
Name | Type | Required | Description |
---|---|---|---|
account_id |
Yes |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
[] |
Array | Yes | |
[].description |
String | No |
A description of the fallback domain, displayed in the client UI. |
[].suffix |
String | Yes |
The domain suffix to match when resolving locally. |
[].dns_server[] |
Array | No |
A list of IP addresses to handle domain resolution. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.