Oracle Cloud Infrastructure · JSON Structure

Functions Function Summary Structure

FunctionSummary schema from oracle-cloud-functions-openapi.yaml

Type: object Properties: 7
Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a Service

FunctionSummary is a JSON Structure definition published by Oracle Cloud Infrastructure, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id applicationId displayName image memoryInMBs lifecycleState timeCreated

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/oracle-cloud/refs/heads/main/json-structure/functions-function-summary-structure.json",
  "name": "FunctionSummary",
  "description": "FunctionSummary schema from oracle-cloud-functions-openapi.yaml",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "ocid1.resource.oc1.iad.abcdefg123456"
    },
    "applicationId": {
      "type": "string",
      "example": "ocid1.resource.oc1.iad.abcdefg123456"
    },
    "displayName": {
      "type": "string",
      "example": "my-resource"
    },
    "image": {
      "type": "string",
      "example": "ocid1.image.oc1.iad.abcdefg123456"
    },
    "memoryInMBs": {
      "type": "int32",
      "example": 1
    },
    "lifecycleState": {
      "type": "string",
      "example": "example-value"
    },
    "timeCreated": {
      "type": "datetime",
      "example": "2026-04-18T10:30:00Z"
    }
  }
}