{ "opencollection": "1.0.0", "info": { "name": "Cumulocity Alarm Alarms Child References API", "version": "10.20.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Child References", "type": "folder" }, "items": [ { "info": { "name": "List Child Devices", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cumulocity.com/inventory/managedObjects/:id/childDevices", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List Child Devices" }, { "info": { "name": "Add a Child Device", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.cumulocity.com/inventory/managedObjects/:id/childDevices", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a Child Device" }, { "info": { "name": "List Child Assets", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cumulocity.com/inventory/managedObjects/:id/childAssets", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List Child Assets" }, { "info": { "name": "List Child Additions", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cumulocity.com/inventory/managedObjects/:id/childAdditions", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List Child Additions" } ] } ], "bundled": true }