Create VIP Customer Steering Parameter

Create VIP customer steering parameter

POST https://<NSP Server>:8543/sdn/api/v3/steering/vip/customer

Request:

{
  "data": {
    "name": "VIP Customer"
  }
}

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 1,
  "totalRows": 1,
  "data": {
    "id": "11fc79a5-ffc2-4017-a19d-53745cffdc5b",
    "name": "VIP Customer",
    "subnetCount": 0,
    "applicationId": -501,
    "appGroupId": 1
  }
}