{ "opencollection": "1.0.0", "info": { "name": "Oracle Cloud Compute Alarms Images API", "version": "20160918" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Images", "type": "folder" }, "items": [ { "info": { "name": "Oracle Cloud List Images", "type": "http" }, "http": { "method": "GET", "url": "https://iaas.{region}.oraclecloud.com/20160918/images", "params": [ { "name": "compartmentId", "value": "ocid1.resource.oc1.iad.abcdefg123456", "type": "query", "description": "The OCID of the compartment." }, { "name": "operatingSystem", "value": "example-value", "type": "query", "description": "The image operating system." }, { "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 available images in the specified compartment." }, { "info": { "name": "Oracle Cloud Get Image", "type": "http" }, "http": { "method": "GET", "url": "https://iaas.{region}.oraclecloud.com/20160918/images/:imageId", "params": [ { "name": "imageId", "value": "ocid1.resource.oc1.iad.abcdefg123456", "type": "path", "description": "The OCID of the image." } ] }, "docs": "Gets the specified image." } ] } ], "bundled": true }