Create a CDG POOL
POST https://{{crosswork_ip}}:30603/crosswork/dg-manager/v1/hapool
Use this API Call to create a CDG pool
Request Body
{"pools"=>[{"name"=>"p1-401", "description"=>"", "ipaddrs"=>[{"ipaddr"=>{"inetAf"=>"ROBOT_INET_ADDR_TYPE_v4", "inetAddr"=>"{{pool_ip_address}}"}}], "pdgUuids"=>["70c82509-a576-4a32-ba0a-7b78b1f48a08", "4793c23f-5eaa-4df8-aae1-244c02ae8988"], "spares"=>"1", "subnetMask"=>24, "gateway"=>"{{gateway_ip}}"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
Cache-Control | string |