{ "opencollection": "1.0.0", "info": { "name": "Alianza Partition API", "version": "2" }, "items": [ { "info": { "name": "Partition", "type": "folder" }, "items": [ { "info": { "name": "retrieve_2", "type": "http" }, "http": { "method": "GET", "url": "https://api.d2.alianza.com/v2/partition/:partitionId", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" } ] } }, { "info": { "name": "Checks if dynamic inventory enabled for the specified partition", "type": "http" }, "http": { "method": "GET", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/is-di-supported", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" } ] }, "docs": "Checks if dynamic inventory enabled for the specified partition" }, { "info": { "name": "Get all settings for this partition", "type": "http" }, "http": { "method": "GET", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/setting", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" } ] }, "docs": "Use to retrieve a map containing partition specific settings" }, { "info": { "name": "Telephone Carriers", "type": "http" }, "http": { "method": "GET", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/inboundcarriers", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" } ] }, "docs": "the inbound carrier list available to this partition" }, { "info": { "name": "Retrieve bulk device inventory", "type": "http" }, "http": { "method": "GET", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/deviceinventory_2", "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_2", "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": "partitionDataHistorySearch", "type": "http" }, "http": { "method": "GET", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/data-history", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" }, { "name": "startDate", "value": "", "type": "query" }, { "name": "endDate", "value": "", "type": "query" }, { "name": "tag", "value": "", "type": "query" }, { "name": "firstResultIndex", "value": "", "type": "query" }, { "name": "maxResult", "value": "", "type": "query" } ] } } ] } ], "bundled": true }