{ "opencollection": "1.0.0", "info": { "name": "Oracle Cloud Compute Alarms VCNs API", "version": "20160918" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "VCNs", "type": "folder" }, "items": [ { "info": { "name": "Oracle Cloud List VCNs", "type": "http" }, "http": { "method": "GET", "url": "https://iaas.{region}.oraclecloud.com/20160918/vcns", "params": [ { "name": "compartmentId", "value": "ocid1.resource.oc1.iad.abcdefg123456", "type": "query", "description": "The OCID of the compartment." }, { "name": "limit", "value": "1", "type": "query", "description": "Maximum number of items to return." }, { "name": "page", "value": "example-value", "type": "query", "description": "Pagination token." } ] }, "docs": "Lists the virtual cloud networks in the specified compartment." }, { "info": { "name": "Oracle Cloud Create VCN", "type": "http" }, "http": { "method": "POST", "url": "https://iaas.{region}.oraclecloud.com/20160918/vcns", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new virtual cloud network." }, { "info": { "name": "Oracle Cloud Get VCN", "type": "http" }, "http": { "method": "GET", "url": "https://iaas.{region}.oraclecloud.com/20160918/vcns/:vcnId", "params": [ { "name": "vcnId", "value": "ocid1.resource.oc1.iad.abcdefg123456", "type": "path", "description": "The OCID of the VCN." } ] }, "docs": "Gets the specified VCN." }, { "info": { "name": "Oracle Cloud Update VCN", "type": "http" }, "http": { "method": "PUT", "url": "https://iaas.{region}.oraclecloud.com/20160918/vcns/:vcnId", "params": [ { "name": "vcnId", "value": "ocid1.resource.oc1.iad.abcdefg123456", "type": "path", "description": "The OCID of the VCN." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the specified VCN." }, { "info": { "name": "Oracle Cloud Delete VCN", "type": "http" }, "http": { "method": "DELETE", "url": "https://iaas.{region}.oraclecloud.com/20160918/vcns/:vcnId", "params": [ { "name": "vcnId", "value": "ocid1.resource.oc1.iad.abcdefg123456", "type": "path", "description": "The OCID of the VCN." } ] }, "docs": "Deletes the specified VCN." } ] } ], "bundled": true }