AA notifies VDRP that FIP data for the function execution is available for fetching.

API URL: /execution/notification

Method: POST


Headers

Authorization: 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",
  "sessionid": "0b811819-9044-4856-b0ee-8c88035f8858",
  "executionid": "EXECUTION-1",
  "Notifier": {
    "type": "AA",
    "id": "AA-1"
  }
}

Output

200 OK