{ "opencollection": "1.0.0", "info": { "name": "Oracle Cloud Compute Alarms Security Lists API", "version": "20160918" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Security Lists", "type": "folder" }, "items": [ { "info": { "name": "Oracle Cloud List Security Lists", "type": "http" }, "http": { "method": "GET", "url": "https://iaas.{region}.oraclecloud.com/20160918/securityLists", "params": [ { "name": "compartmentId", "value": "ocid1.resource.oc1.iad.abcdefg123456", "type": "query", "description": "The OCID of the compartment." }, { "name": "vcnId", "value": "ocid1.resource.oc1.iad.abcdefg123456", "type": "query", "description": "The OCID of the VCN." } ] }, "docs": "Lists the security lists in the specified VCN and compartment." } ] } ], "bundled": true }