Get Generic QoS Profile by UUID

Retrieve a generic QoS profile by UUID

GET https://<NSP Server>:8543/sdn/api/v4/template/generic-qos/20

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 0,
  "totalRows": 0,
  "data": {
    "id": "20",
    "appId": null,
    "name": "GQP_ID20_SANITY",
    "objectDescription": "GQP_ID20_SANITY",
    "ingressCosMappingTable": [
      {
        "cos": "CoS7",
        "queueId": 8
      },
      {
        "cos": "CoS0",
        "queueId": 1
      },
      {
        "cos": "CoS1",
        "queueId": 2
      },
      {
        "cos": "CoS2",
        "queueId": 3
      },
      {
        "cos": "CoS3",
        "queueId": 4
      },
      {
        "cos": "CoS4",
        "queueId": 5
      },
      {
        "cos": "CoS5",
        "queueId": 6
      },
      {
        "cos": "CoS6",
        "queueId": 7
      }
    ],
    "egressCosMappingTable": [
      {
        "cos": "CoS7",
        "queueId": 8
      },
      {
        "cos": "CoS0",
        "queueId": 1
      },
      {
        "cos": "CoS1",
        "queueId": 2
      },
      {
        "cos": "CoS2",
        "queueId": 3
      },
      {
        "cos": "CoS3",
        "queueId": 4
      },
      {
        "cos": "CoS4",
        "queueId": 5
      },
      {
        "cos": "CoS5",
        "queueId": 6
      },
      {
        "cos": "CoS6",
        "queueId": 7
      }
    ],
    "ingressQueueConfigurationTable": [
      {
        "id": 7,
        "cir": 7000,
        "pir": 8000,
        "cbs": 9000,
        "mbs": 10000,
        "rateType": "kbps",
        "queueType": "Queue"
      },
      {
        "id": 6,
        "cir": 6000,
        "pir": 7000,
        "cbs": 8000,
        "mbs": 9000,
        "rateType": "kbps",
        "queueType": "Queue"
      },
      {
        "id": 8,
        "cir": 8000,
        "pir": 9000,
        "cbs": 10000,
        "mbs": 11000,
        "rateType": "kbps",
        "queueType": "Queue"
      },
      {
        "id": 3,
        "cir": 3000,
        "pir": 4000,
        "cbs": 5000,
        "mbs": 6000,
        "rateType": "kbps",
        "queueType": "Queue"
      },
      {
        "id": 2,
        "cir": 2000,
        "pir": 3000,
        "cbs": 4000,
        "mbs": 5000,
        "rateType": "kbps",
        "queueType": "Queue"
      },
      {
        "id": 5,
        "cir": 5000,
        "pir": 6000,
        "cbs": 7000,
        "mbs": 8000,
        "rateType": "kbps",
        "queueType": "Queue"
      },
      {
        "id": 4,
        "cir": 4000,
        "pir": 5000,
        "cbs": 6000,
        "mbs": 7000,
        "rateType": "kbps",
        "queueType": "Queue"
      },
      {
        "id": 1,
        "cir": 1000,
        "pir": 2000,
        "cbs": 3000,
        "mbs": 4000,
        "rateType": "kbps",
        "queueType": "Queue"
      }
    ],
    "egressQueueConfigurationTable": [
      {
        "id": 7,
        "cir": 8000,
        "pir": 9000,
        "cbs": 10000,
        "mbs": 11000,
        "rateType": "kbps",
        "queueType": "Queue"
      },
      {
        "id": 6,
        "cir": 7000,
        "pir": 8000,
        "cbs": 9000,
        "mbs": 10000,
        "rateType": "kbps",
        "queueType": "Queue"
      },
      {
        "id": 8,
        "cir": 9000,
        "pir": 10000,
        "cbs": 11000,
        "mbs": 12000,
        "rateType": "kbps",
        "queueType": "Queue"
      },
      {
        "id": 3,
        "cir": 4000,
        "pir": 5000,
        "cbs": 6000,
        "mbs": 7000,
        "rateType": "kbps",
        "queueType": "Queue"
      },
      {
        "id": 2,
        "cir": 3000,
        "pir": 4000,
        "cbs": 5000,
        "mbs": 6000,
        "rateType": "kbps",
        "queueType": "Queue"
      },
      {
        "id": 5,
        "cir": 6000,
        "pir": 7000,
        "cbs": 8000,
        "mbs": 9000,
        "rateType": "kbps",
        "queueType": "Queue"
      },
      {
        "id": 4,
        "cir": 5000,
        "pir": 6000,
        "cbs": 7000,
        "mbs": 8000,
        "rateType": "kbps",
        "queueType": "Queue"
      },
      {
        "id": 1,
        "cir": 2000,
        "pir": 3000,
        "cbs": 4000,
        "mbs": 5000,
        "rateType": "kbps",
        "queueType": "Queue"
      }
    ],
    "ingressParam": {
      "tier1Scheduler": {
        "scheduler": {
          "cir": 11111,
          "pir": 22222,
          "rateType": "kbps",
          "schedulerType": "Scheduler"
        }
      }
    },
    "egressParam": {
      "tier1Scheduler": {
        "scheduler": {
          "cir": 11111,
          "pir": 22222,
          "rateType": "kbps",
          "schedulerType": "Scheduler"
        }
      }
    },
    "externalIds": [
      {
        "context": "NFM_P",
        "location": null,
        "id": "profile:GQP-20"
      }
    ]
  }
}