{ "opencollection": "1.0.0", "info": { "name": "OpsRamp Alerts Resources API", "version": "2.0" }, "items": [ { "info": { "name": "Resources", "type": "folder" }, "items": [ { "info": { "name": "Create a new resource", "type": "http" }, "http": { "method": "POST", "url": "https://api.opsramp.com/:clientId/resources", "params": [ { "name": "clientId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new resource" }, { "info": { "name": "Retrieve resource details", "type": "http" }, "http": { "method": "GET", "url": "https://api.opsramp.com/:clientId/resources/:resourceId", "params": [ { "name": "clientId", "value": "", "type": "path" }, { "name": "resourceId", "value": "", "type": "path" } ] }, "docs": "Retrieve resource details" }, { "info": { "name": "View templates assigned to a resource", "type": "http" }, "http": { "method": "GET", "url": "https://api.opsramp.com/:clientId/resources/:resourceId/templates", "params": [ { "name": "clientId", "value": "", "type": "path" }, { "name": "resourceId", "value": "", "type": "path" } ] }, "docs": "View templates assigned to a resource" } ] } ], "bundled": true }