Add a subnet to a VIP customer steering parameter
Request:
{ "data": [ { "subnetPrefix": { "ipv4Prefix": { "string": "100.100.100.0/24" } } } ] }
Response:
{ "status": 0, "startRow": 0, "endRow": 1, "totalRows": 1, "data": [ { "id": "1b42df25-ee39-4dac-8b83-0b0cd79fc864", "subnetPrefix": { "ipv4Prefix": { "string": "100.100.100.0/24" }, "ipv6Prefix": null } } ] }