Apache OpenWhisk · Example Payload

Apache Openwhisk Activation Summary Example

Cloud NativeEvent-DrivenFaaSServerlessApacheOpen SourceFunctions

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

Top-level fields

activationIdnameversionstartend

Example Payload

Raw ↑
{
  "activationId": "44794bd6aab74415",
  "name": "hello",
  "version": "0.0.1",
  "start": 1234,
  "end": 1234
}