Get the Local Domain Fallback list for a device settings profile
GET
/accounts/{account_id}/devices/policy/{policy_id}/fallback_domains https://api.cloudflare.com/client/v4
Fetches the list of domains to bypass Gateway DNS resolution from a specified device settings profile. These domains will use the specified local DNS resolver instead.
Parameters
path Path Parameters
| Name | Type |
|---|---|
policy_id
required
| type TeamsDevicesSchemasUuid = string |
account_id
required
| type TeamsDevicesIdentifier = unknown |
Responses
200 application/json
Get the Local Domain Fallback list for a device settings profile response.
type TeamsDevicesFallbackDomainResponseCollection = type TeamsDevicesApiResponseCollection = never & { result?: TeamsDevicesFallbackDomain []; }
Client Errors
4XX application/json
Get the Local Domain Fallback list for a device settings profile response failure.
type TeamsDevicesFallbackDomainResponseCollection = type TeamsDevicesApiResponseCollection = never & { result?: TeamsDevicesFallbackDomain []; } & interface TeamsDevicesApiResponseCommonFailure {
errors:TeamsDevicesMessages ;
messages:TeamsDevicesMessages ;
result: null;
success: false;
}
errors:
messages:
result: null;
success: false;
}