{ "opencollection": "1.0.0", "info": { "name": "Alianza Device Inventory Management API", "version": "2" }, "items": [ { "info": { "name": "Device Inventory Management", "type": "folder" }, "items": [ { "info": { "name": "Upload bulk device inventory", "type": "http" }, "http": { "method": "POST", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/deviceinventory/import", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use to upload a bulk file containing the partition's device inventory" }, { "info": { "name": "Retrieve bulk device inventory", "type": "http" }, "http": { "method": "GET", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/deviceinventory", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" } ] }, "docs": "Use to retrieve a bulk file containing the partition's device inventory" }, { "info": { "name": "Upload bulk device inventory", "type": "http" }, "http": { "method": "POST", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/deviceinventory", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" } ], "body": { "type": "multipart-form", "data": [] } }, "docs": "Use to upload a bulk file containing the partition's device inventory" }, { "info": { "name": "Retrieve bulk device inventory", "type": "http" }, "http": { "method": "POST", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/deviceinventory/export", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" } ] }, "docs": "Use to retrieve a bulk file containing the partition's device inventory" }, { "info": { "name": "Delete bulk device inventory", "type": "http" }, "http": { "method": "POST", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/deviceinventory/delete", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use to delete a bulk file containing the partition's device inventory" } ] } ], "bundled": true }