Apache OpenWhisk · Example Payload

Apache Openwhisk Action Request Example

Cloud NativeEvent-DrivenFaaSServerlessApacheOpen SourceFunctions

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

Top-level fields

execannotationsparameterslimits

Example Payload

Raw ↑
{
  "exec": {},
  "annotations": [
    {}
  ],
  "parameters": [
    {}
  ],
  "limits": {}
}