{ "opencollection": "1.0.0", "info": { "name": "Cumulocity Alarm Alarms Asset Instances API", "version": "10.20.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Asset Instances", "type": "folder" }, "items": [ { "info": { "name": "List Asset Instances", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cumulocity.com/service/dtm/asset-instances", "params": [ { "name": "model", "value": "", "type": "query" } ] }, "docs": "List Asset Instances" }, { "info": { "name": "Create an Asset Instance", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.cumulocity.com/service/dtm/asset-instances", "body": { "type": "json", "data": "{}" } }, "docs": "Create an Asset Instance" }, { "info": { "name": "Retrieve an Asset Instance", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cumulocity.com/service/dtm/asset-instances/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve an Asset Instance" }, { "info": { "name": "Update an Asset Instance", "type": "http" }, "http": { "method": "PUT", "url": "https://{tenant}.cumulocity.com/service/dtm/asset-instances/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an Asset Instance" }, { "info": { "name": "Delete an Asset Instance", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenant}.cumulocity.com/service/dtm/asset-instances/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete an Asset Instance" } ] } ], "bundled": true }