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
Can we create multiple networks in 1 api call?
[ Edited ]Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2020 04:29 AM - edited 12-11-2020 04:29 AM
3918     0
Hello,
is it possible to create multiple network in 1 api call ?
If so how would the payload would look like, normally it is :
{
"network": "1.1.1.0/24"
}
I tried to send an array but that did not work. Is it even possible ?
Thank you
Solved! Go to Solution.
Re: Can we create multiple networks in 1 api call?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2020 01:33 PM
3918     0
You can put multiple calls in one request. See this example:
Re: Can we create multiple networks in 1 api call?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2020 12:43 AM
3918     0
Thank you @MRichard ! this is it, i knew it i saw that somewhere Thank you so much !