{ "opencollection": "1.0.0", "info": { "name": "Cumulocity Alarm Alarms Managed Objects API", "version": "10.20.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Managed Objects", "type": "folder" }, "items": [ { "info": { "name": "List Managed Objects", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cumulocity.com/inventory/managedObjects", "params": [ { "name": "pageSize", "value": "", "type": "query" }, { "name": "currentPage", "value": "", "type": "query" }, { "name": "withTotalPages", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" }, { "name": "fragmentType", "value": "", "type": "query" }, { "name": "text", "value": "", "type": "query" }, { "name": "ids", "value": "", "type": "query" }, { "name": "owner", "value": "", "type": "query" } ] }, "docs": "List Managed Objects" }, { "info": { "name": "Create a Managed Object", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.cumulocity.com/inventory/managedObjects", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Managed Object" }, { "info": { "name": "Retrieve a Managed Object", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cumulocity.com/inventory/managedObjects/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "withChildren", "value": "", "type": "query" }, { "name": "withParents", "value": "", "type": "query" } ] }, "docs": "Retrieve a Managed Object" }, { "info": { "name": "Update a Managed Object", "type": "http" }, "http": { "method": "PUT", "url": "https://{tenant}.cumulocity.com/inventory/managedObjects/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Managed Object" }, { "info": { "name": "Delete a Managed Object", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenant}.cumulocity.com/inventory/managedObjects/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "cascade", "value": "", "type": "query" } ] }, "docs": "Delete a Managed Object" } ] } ], "bundled": true }