HTTP Request was successful.
object | |
object |
whmapi1 --output=jsonpretty \ export_zone_files \ zone='example.com' zone='example.net'
{- "data": {
- "payload": [
- {
- "text_b64": "AAAABBCCDdshjke==",
- "zone": "example.com"
}, - {
- "text_b64": "BBBBCCDDDdshjke==",
- "zone": "example.net"
}
]
}, - "metadata": {
- "command": "export_zone_files",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}