THE GAME HAS CHANGED

Introducing Infoblox Universal DDI ManagementTM

Watch the launch to discover the new era of management for critical network services. Watch Now

API & Integration, DevOps,NetOps,SecOps

Reply

API to Reserve/Assign VLAN ID

New Member
Posts: 1
5472     1

Hi community,

 

We are using func:nextavailablevlanid to retrieve next available VLAN ID. 

 

Upon receiving the VLAN ID, we would like to set the VLAN ID status to either Assigned / Reserved. May I know what would the command be for such use case? 

 

 

Thank you.

JC

Re: API to Reserve/Assign VLAN ID

Adviser
Posts: 181
5472     1

Hi,

 

You can create a VLAN entry on the next available VLAN as follows:

curl -k -u admin:infoblox -H 'content-type: application/json' -X POST "https://grid-master/wapi/v2.11/vlan?_return_fields%2B=id,name&_return_as_object=1" -d '{"id":"func:nextavailablevlanid:vlanview/ZG5zLnZsYW5fdmlldyR0ZXN0LjEwLjIw:test/10/20","name": "next-vlan","parent": "vlanview/ZG5zLnZsYW5fdmlldyR0ZXN0LjEwLjIw:test/10/20","reserved":true,"contact":"879220","department":"ng"}'

Thanks and Regards,

Krishna Vasudevan

Re: API to Reserve/Assign VLAN ID

New Member
Posts: 2
5473     1

Hi Krishna,

 

Thanks a lot for your helpful post. However, we are in a situation where we created the VLAN ranges via API calls. Is it possible to reserve in the process of VLAN range creation e.g. 1st 2 VLANs as reserved?

 

Regards

Tarik

Showing results for 
Search instead for 
Did you mean: 

Recommended for You