11.1 Query Heal VNF Requests

Query Heal VNF requests provide the list of all the Heal VNF requests present in the Queue corresponding to a single (DSR/SDS) NOAM VIP. The URL accepts a (DSR/SDS) NOAM VIP.

Sample Request for Query Heal VNF Requests

URL:

https://<<VNFM HOST IP>>:8443/vnflcm/v1/vips/<<VIP>>/heal

Sample Response for Query Heal VNF Requests

Response Code : 200
{
  "10.75.225.207": [
    {
      "hostName": "DisNo2-DSO01",
      "level": "B",
      "role": "Soam",
      "vnfInstanceId": "dsrSignaling-c0732735-cbd3-4a81-8d05-4804d631ab37",
      "status": "PROCESSING"
    },
    {
      "hostName": "DisNo-DNO01",
      "level": "A",
      "role": "Noam",
      "vnfInstanceId": "dsrNetworkOam-c0732795-cbd3-4a81-8d05-4804d638aaa3",
      "status": "IN_QUEUE"
    }
  ]
}