Functions Service API

Number of APIs: 12

API for the Functions service. For information about Functions, see Functions Overview.

  1. functions - Creates a new function POST {{baseUrl}}/functions

  2. functions-{function Id} - Retrieves a function GET {{baseUrl}}/functions/:functionId

  3. applications - Lists applications for a compartment GET {{baseUrl}}/applications?compartmentId={{compartment_ocid}}&limit=5&sortOrder=ASC&sortBy=displayName

  4. applications-{application Id} - Retrieves an application GET {{baseUrl}}/applications/:applicationId

  5. applications-{application Id} - Modifies an application PUT {{baseUrl}}/applications/:applicationId

  6. applications-{application Id} - Deletes an application DELETE {{baseUrl}}/applications/:applicationId

  7. applications-{application Id} - Moves an application into a different compartment. When provided, If-Match is checked against ETag values of the resource. POST {{baseUrl}}/applications/:applicationId/actions/changeCompartment

  8. applications - Creates a new application POST {{baseUrl}}/applications

  9. functions-{function Id} - Modifies a function PUT {{baseUrl}}/functions/:functionId

  10. functions-{function Id} - Deletes a function DELETE {{baseUrl}}/functions/:functionId