This function queries whether nameservers in a DNS cluster can share records with one another. Servers in a DNS cluster must exist in a Reverse Trust relationship to share information. This relationship requires each server to have an API token.
Note:
DNS servers in a Write-Only role do not need to exist in a Reverse Trust relationship. For more information, read our Guide to DNS Cluster Configurations documentation.
HTTP Request was successful.
object | |
object |
whmapi1 --output=jsonpretty \ cluster_member_has_trust_with \ host='192.0.2.0'
{- "data": {
- "has_trust": 1
}, - "metadata": {
- "command": "cluster_member_has_trust_with",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}