Forum Discussion
F5 GTM DNS Zone Config via CLI
I tried, but I don't see any related for the Zone configuration.
- whispererFeb 07, 2024
MVP
Check out the SOAP interface which should still work: https://clouddocs.f5.com/api/icontrol-soap/Management__ResourceRecord.html.
- whispererFeb 07, 2024
MVP
https://community.f5.com/kb/codeshare/create-cname-resource-record-in-zone-runner/278589
That’s the example in the broken link on the cloud docs site.
- ashkFeb 07, 2024
Cirrus
curl -sku <username>:<password> -X POST https://<BIG-IP_IP>/mgmt/tm/gtm/zone -H "Content-Type: application/json" -d '{
"name": "example.org",
"kind": "tm:gtm:zone:zonestate",
"view": "/Common/example_org_external_view",
"zoneType": "master",
"ttl": 300,
"soa": { "mName": "gslbx-xx1.example.org"
},
"nameServers": [
{
"name": "gslbx-xx.example.org",
"address": "22.22.22.22" } ]
}'will this works?
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com