Get all VIP customers overlapping a subnet IP address
Request:
{ "data": { "subnetPrefix": { "ipv4Prefix": { "string": "100.100.100.0/24" } } } }
Response:
{ "status": 0, "startRow": 0, "endRow": 1, "totalRows": 1, "data": [ { "id": "11fc79a5-ffc2-4017-a19d-53745cffdc5b", "name": "VIP Customer", "subnetCount": 1, "applicationId": -501, "appGroupId": 1 } ] }