{ "opencollection": "1.0.0", "info": { "name": "Oracle Cloud Compute Alarms Policies API", "version": "20160918" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Policies", "type": "folder" }, "items": [ { "info": { "name": "Oracle Cloud List Policies", "type": "http" }, "http": { "method": "GET", "url": "https://iaas.{region}.oraclecloud.com/20160918/policies", "params": [ { "name": "compartmentId", "value": "ocid1.resource.oc1.iad.abcdefg123456", "type": "query", "description": "The OCID of the compartment." } ] }, "docs": "Lists the policies in the specified compartment." }, { "info": { "name": "Oracle Cloud Create Policy", "type": "http" }, "http": { "method": "POST", "url": "https://iaas.{region}.oraclecloud.com/20160918/policies", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new IAM policy." } ] } ], "bundled": true }