Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
POST /nslcm/v1/ns/{vnfmid}/vnfs/{vnfInstanceId}/Notify
Example: POST http://10.0.14.1:80/api/nslcm/v1/ns/a0400010-11d7-4875-b4ae-5f42ed5d3a85/vnfs/fa3dca847b054f4eb9d3bc8bb9e5eec9/Notify

Response code: 202
Body: {u'status': u'Building', u'vnfInstanceId': u'fa3dca847b054f4eb9d3bc8bb9e5eec9', u'operation': u'Instantiate', u'affectedVnfc': []}


Job


Code Block
GET /{vnfmtype}/v1/{vnfmid}/jobs/{jobid}
Example: GET http://10.0.14.1:80/api/huaweivnfmdriver/v1/4a1626f6-e754-4bf9-83f4-14c11bd59d45/jobs/bfb74ec8ef8a4e5b983d0c4dc2571191_post?responseId=50

Response code: 200
{"jobId":"bfb74ec8ef8a4e5b983d0c4dc2571191","responsedescriptor":{"progress":"50","status":"processing","errorCode":null,"responseId":"50"}}