Ip Pool Manager Create Ip Pool
Create a new IP pool.
The name field must be defined, all other fields are optional. If unset, they will be given default values.
The ID for the pool is generated by the server and should not be defined on the pool object passed to this method.
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case IpPoolManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"CreateIpPoolRequestType Object"
The datacenter on which to create the pool.
Required privileges: Datacenter.IpPoolConfig
The IP pool to create on the server
The generated ID for the pool
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/IpPoolManager/{moId}/CreateIpPool