Apache OpenWhisk · Example Payload

Apache Openwhisk Activation Example

Cloud NativeEvent-DrivenFaaSServerlessApacheOpen SourceFunctions

Apache Openwhisk Activation Example is an example object payload from Apache OpenWhisk, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

activationIdnamespacenameversionsubjectstartenddurationresponselogsannotations

Example Payload

Raw ↑
{
  "activationId": "44794bd6aab74415",
  "namespace": "hello",
  "name": "hello",
  "version": "0.0.1",
  "subject": "example",
  "start": 1234,
  "end": 1234,
  "duration": 1234,
  "response": {},
  "logs": [
    "example"
  ],
  "annotations": [
    {}
  ]
}