Oracle Cloud Infrastructure · Example Payload

Functions Create Function Details Example

Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a Service

Functions Create Function Details Example is an example object payload from Oracle Cloud Infrastructure, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

applicationIddisplayNameimagememoryInMBstimeoutInSecondsconfig

Example Payload

Raw ↑
{
  "applicationId": "ocid1.resource.oc1.iad.abcdefg123456",
  "displayName": "my-resource",
  "image": "ocid1.image.oc1.iad.abcdefg123456",
  "memoryInMBs": 1,
  "timeoutInSeconds": 30,
  "config": {
    "key1": "value1"
  }
}