Get all VIP Customers

GET all VIP customers steering parameters

GET https://<NSP Server>:8543/sdn/api/v4/steering/vip/customer

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 1,
  "totalRows": 1,
  "data": [
    {
      "id": "339d8cd5-2148-4be8-8f9f-6b57c3ae3574",
      "name": "VIP Customer",
      "subnetCount": 1,
      "applicationId": -501,
      "appGroupId": 1
    }
  ]
}