Oracle Cloud Infrastructure · Example Payload

Functions Function Example

Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a Service

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

Top-level fields

idapplicationIdcompartmentIddisplayNameimagememoryInMBstimeoutInSecondslifecycleStateinvokeEndpointtimeCreatedconfig

Example Payload

Raw ↑
{
  "id": "ocid1.resource.oc1.iad.abcdefg123456",
  "applicationId": "ocid1.resource.oc1.iad.abcdefg123456",
  "compartmentId": "ocid1.resource.oc1.iad.abcdefg123456",
  "displayName": "my-function",
  "image": "iad.ocir.io/my-namespace/my-app/my-function:0.0.1",
  "memoryInMBs": 256,
  "timeoutInSeconds": 30,
  "lifecycleState": "CREATING",
  "invokeEndpoint": "example-value",
  "timeCreated": "2026-04-18T10:30:00Z",
  "config": {
    "key1": "value1"
  }
}