{ "opencollection": "1.0.0", "info": { "name": "Oracle Cloud Compute Alarms Applications API", "version": "20160918" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "Oracle Cloud List Applications", "type": "http" }, "http": { "method": "GET", "url": "https://iaas.{region}.oraclecloud.com/20160918/applications", "params": [ { "name": "compartmentId", "value": "ocid1.resource.oc1.iad.abcdefg123456", "type": "query", "description": "The OCID of the compartment." } ] }, "docs": "Lists Functions applications in a compartment." }, { "info": { "name": "Oracle Cloud Create Application", "type": "http" }, "http": { "method": "POST", "url": "https://iaas.{region}.oraclecloud.com/20160918/applications", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Functions application." }, { "info": { "name": "Oracle Cloud Get Application", "type": "http" }, "http": { "method": "GET", "url": "https://iaas.{region}.oraclecloud.com/20160918/applications/:applicationId", "params": [ { "name": "applicationId", "value": "ocid1.resource.oc1.iad.abcdefg123456", "type": "path", "description": "The OCID of the application." } ] }, "docs": "Gets a Functions application." }, { "info": { "name": "Oracle Cloud Delete Application", "type": "http" }, "http": { "method": "DELETE", "url": "https://iaas.{region}.oraclecloud.com/20160918/applications/:applicationId", "params": [ { "name": "applicationId", "value": "ocid1.resource.oc1.iad.abcdefg123456", "type": "path", "description": "The OCID of the application." } ] }, "docs": "Deletes a Functions application." } ] } ], "bundled": true }