Functions Service API
Number of APIs: 12
API for the Functions service. For information about Functions, see Functions Overview.
-
functions - Creates a new function POST {{baseUrl}}/functions
-
functions-{function Id} - Retrieves a function GET {{baseUrl}}/functions/:functionId
-
applications - Lists applications for a compartment GET {{baseUrl}}/applications?compartmentId={{compartment_ocid}}&limit=5&sortOrder=ASC&sortBy=displayName
-
applications-{application Id} - Retrieves an application GET {{baseUrl}}/applications/:applicationId
-
applications-{application Id} - Modifies an application PUT {{baseUrl}}/applications/:applicationId
-
applications-{application Id} - Deletes an application DELETE {{baseUrl}}/applications/:applicationId
-
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
-
applications - Creates a new application POST {{baseUrl}}/applications
-
functions-{function Id} - Modifies a function PUT {{baseUrl}}/functions/:functionId
-
functions-{function Id} - Deletes a function DELETE {{baseUrl}}/functions/:functionId