ORACLE CLOUD

Functions actions

15 actions you can wire into a flow, alongside everything else in the Oracle Cloud integration.

Every Functions action

  • OCI Functions: Create ApplicationCreate a Functions application in a compartment, providing the subnets its functions run in and optional shared config.
  • OCI Functions: Create FunctionCreate a function in a Functions application from a Docker image, setting its memory and optional timeout and config.
  • OCI Functions: Delete ApplicationDelete an Oracle Cloud Functions application by OCID. The application must contain no functions before it can be deleted.
  • OCI Functions: Delete FunctionDelete a function by OCID. The removal is permanent, so ensure nothing still invokes it first.
  • OCI Functions: Get ApplicationFetch a single Oracle Cloud Functions application by OCID and return its details.
  • OCI Functions: Get FunctionFetch a single function by OCID, returning its full detail, lifecycle state, and invoke endpoint.
  • OCI Functions: Get PBF ListingFetch a single pre-built-function (PBF) listing by OCID and return its name, description and publisher.
  • OCI Functions: Invoke FunctionInvoke a function by OCID with an optional payload and return its response body. The function's invoke endpoint is resolved automatically. Use dry-run to validate access without executing.
  • OCI Functions: List ApplicationsList the Oracle Cloud Functions applications in a compartment, optionally filtered by display name, application OCID, or lifecycle state. Walks pagination up to a safe cap.
  • OCI Functions: List FunctionsList the functions belonging to an Oracle Cloud application, with optional display-name, OCID and lifecycle-state filters. Walks pagination up to a safe cap.
  • OCI Functions: List PBF ListingsList the Pre-built Function (PBF) listings in the Oracle Cloud catalog, with optional name, name-contains and id filters. Walks pagination up to a safe cap.
  • OCI Functions: List TriggersList the pre-built-function (PBF) trigger types: the catalog of service sources that can activate a PBF. Optionally filter by name.
  • OCI Functions: Move ApplicationMove a Functions application (and its functions) into a different compartment.
  • OCI Functions: Update ApplicationPartially update an OCI Functions application by OCID: set its configuration and/or free-form tags. Only the fields you supply are changed.
  • OCI Functions: Update FunctionUpdate an existing function's image, memory, timeout, or config. Only the fields you supply are changed; everything else is left as-is.

Also in Oracle Cloud

Put Functions in a flow

These actions sit on the same canvas as every other integration, so a Functions step can follow a form, a schedule or a message without any glue code.