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