Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
How can use WAPI go get zone binded NS group name ?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2020 03:08 AM
3010     0
If auth/deleagation zone binded a name servergroup , then will cannot use WAPI to get zone's NS record info and binded NS group info.
If not bind Ns group ,then output will include NS server name ,so how can i solve this problem ,how can use WAPI go get NS group name
Re: How can use WAPI go get zone binded NS group name ?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2021 09:41 PM
3011     0
Hi,
If you are still running into this issue, could you please try the following API:
curl -k -u <uname>:<pwd> -X GET "https://grid-master/wapi/v2.7/zone_auth?_return_fields%2B=ns_group" curl -k -u <uname>:<pwd> -X GET "https://grid-master/wapi/v2.7/zone_delegated?_return_fields%2B=ns_group"
Regards,
Krishna