{ "opencollection": "1.0.0", "info": { "name": "Alianza Security Groups API", "version": "2" }, "items": [ { "info": { "name": "Security Groups", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Security Role", "type": "http" }, "http": { "method": "GET", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/security/:securityId", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" }, { "name": "securityId", "value": "", "type": "path" } ] }, "docs": "Use to get a specific security roles" }, { "info": { "name": "Update Security Role", "type": "http" }, "http": { "method": "PUT", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/security/:securityId", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" }, { "name": "securityId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use to update a specific security roles" }, { "info": { "name": "Update Security Role", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/security/:securityId", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" }, { "name": "securityId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use to update a specific security roles" }, { "info": { "name": "Delete Security Role", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/security/:securityId", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" }, { "name": "securityId", "value": "", "type": "path" } ] }, "docs": "Use to delete a security roles" }, { "info": { "name": "Retrieve Security Roles", "type": "http" }, "http": { "method": "GET", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/security", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" } ] }, "docs": "Use to get a list of security roles" }, { "info": { "name": "Create Security Role", "type": "http" }, "http": { "method": "POST", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/security", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use to create a security roles" } ] } ], "bundled": true }