VirtualNICSets REST Endpoints

VirtualNICSets
A Virtual NIC Set, or vNICset, is a collection of one or more vNICs. You must specify a vNICset when you create a route. When a vNICset containing multiple vNICs is used in a route, Equal Cost Multipath (ECMP) anycast routing is implemented. Traffic routed by that route is load balanced across all the vNICs in the vNICset. Using vNICsets with multiple vNICs also ensures high availability for traffic across the specified vNICs.
Create a Virtual NIC Set
Method: post
Path: /network/v1/vnicset/
Delete a Virtual NIC Set
Method: delete
Path: /network/v1/vnicset/{name}
Retrieve Details of a Virtual NIC Set
Method: get
Path: /network/v1/vnicset/{name}
Retrieve Details of all Virtual NIC Sets in a Container
Method: get
Path: /network/v1/vnicset/{container}/
Update a Virtual NIC Set
Method: put
Path: /network/v1/vnicset/{name}