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
Create a Multiple A records with Powershell script
[ Edited ]Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2021 09:17 PM - edited 09-07-2021 03:19 AM
1415     0
Hi Team,
I would like to create a multiple A records (for the onpremis VMWare servers) by using powershell.
Here the API which i am using.
https://grid-master/wapi/v2.9/record:a?_return_fields%2B=name,ipv4addr&_return_as_object=1"
'{"name":"server.info.com","ipv4addr":"10.10.10.2"}'
Please suggest me how to pass the data to the API for the creation fo multiple A records.
Labels: