VDRP notifies AA that output of the execution is ready to be fetched.

API URL: /output/notification

Method: POST


Headers

Authorization: AA API Key


Body

The request body will be in JSON. Here's a sample:

{
  "ver": "1.0",
  "timestamp": "2018-12-06T11:39:57.153Z",
  "txnid": "0b811819-9044-4856-b0ee-8c88035f8858",
  "Notifier": {
    "type": "VDRP",
    "id": "VDRP-1"
  },
  "notification": {
    "sessionid": "0b811819-9044-4856-b0ee-8c88035f8858",
    "executionid": "ROOM-1",
    "executionstatus": "OUTPUT_READY"
  }
}

Output

200 OK