Apache OpenWhisk · Example Payload

Apache Openwhisk Package Example

Cloud NativeEvent-DrivenFaaSServerlessApacheOpen SourceFunctions

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

Top-level fields

namespacenameversionpublishannotationsparametersactionsfeedsupdated

Example Payload

Raw ↑
{
  "namespace": "hello",
  "name": "hello",
  "version": "0.0.1",
  "publish": true,
  "annotations": [
    {}
  ],
  "parameters": [
    {}
  ],
  "actions": [
    {}
  ],
  "feeds": [
    {}
  ],
  "updated": 1234
}