{ "opencollection": "1.0.0", "info": { "name": "Tessell APIs activity-center tessell-notification-profile-controller API", "version": "1.0" }, "items": [ { "info": { "name": "tessell-notification-profile-controller", "type": "folder" }, "items": [ { "info": { "name": "Get Notification Profiles", "type": "http" }, "http": { "method": "GET", "url": "{server}/governance/notification-profiles", "headers": [ { "name": "tenant-id", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "name", "value": "example-123", "type": "query", "description": "Name of the Entity" }, { "name": "status", "value": "", "type": "query", "description": "notification profile ops status" }, { "name": "source", "value": "", "type": "query", "description": "notification profile source" } ] }, "docs": "Get Notification Profiles" }, { "info": { "name": "Create a Notification Profile", "type": "http" }, "http": { "method": "POST", "url": "{server}/governance/notification-profiles", "headers": [ { "name": "tenant-id", "value": "" }, { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a Notification Profile" }, { "info": { "name": "Get Notification Profile by ID", "type": "http" }, "http": { "method": "GET", "url": "{server}/governance/notification-profiles/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ] }, "docs": "Get Notification Profile by ID" }, { "info": { "name": "Update a Notification Profile Info by Id", "type": "http" }, "http": { "method": "PATCH", "url": "{server}/governance/notification-profiles/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Notification Profile Info by Id" }, { "info": { "name": "Delete Notification Profile corresponding to given id", "type": "http" }, "http": { "method": "DELETE", "url": "{server}/governance/notification-profiles/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ] }, "docs": "Delete Notification Profile corresponding to given id" }, { "info": { "name": "Add a Notification Profile Destination", "type": "http" }, "http": { "method": "POST", "url": "{server}/governance/notification-profiles/:id/destinations", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a Notification Profile Destination" }, { "info": { "name": "Add a Notification Profile Destination", "type": "http" }, "http": { "method": "PUT", "url": "{server}/governance/notification-profiles/:id/destinations", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a Notification Profile Destination" }, { "info": { "name": "Delete a Destination corresponding to given channelId (destId)", "type": "http" }, "http": { "method": "DELETE", "url": "{server}/governance/notification-profiles/:id/destinations/:destId", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "id" }, { "name": "destId", "value": "", "type": "path", "description": "destination Id" } ] }, "docs": "Delete a Destination corresponding to given channelId (destId)" } ] } ], "bundled": true }