{ "opencollection": "1.0.0", "info": { "name": "Amazon Security Lake Data Lakes Subscribers API", "version": "2018-05-10" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Subscribers", "type": "folder" }, "items": [ { "info": { "name": "Amazon Security Lake List Subscribers", "type": "http" }, "http": { "method": "GET", "url": "https://securitylake.{region}.amazonaws.com/v1/subscribers", "params": [ { "name": "maxResults", "value": "", "type": "query", "description": "Maximum number of results to return." }, { "name": "nextToken", "value": "", "type": "query", "description": "Pagination token." } ] }, "docs": "Lists all subscribers for the specific Amazon Security Lake account ID." }, { "info": { "name": "Amazon Security Lake Create Subscriber", "type": "http" }, "http": { "method": "POST", "url": "https://securitylake.{region}.amazonaws.com/v1/subscribers", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a subscriber for accounts that are already enabled in Amazon Security Lake." }, { "info": { "name": "Amazon Security Lake Get Subscriber", "type": "http" }, "http": { "method": "GET", "url": "https://securitylake.{region}.amazonaws.com/v1/subscribers/:subscriberId", "params": [ { "name": "subscriberId", "value": "", "type": "path", "description": "The ID of the subscriber to retrieve." } ] }, "docs": "Gets information about a specific subscriber created in the current Amazon Web Services Region." }, { "info": { "name": "Amazon Security Lake Update Subscriber", "type": "http" }, "http": { "method": "PUT", "url": "https://securitylake.{region}.amazonaws.com/v1/subscribers/:subscriberId", "params": [ { "name": "subscriberId", "value": "", "type": "path", "description": "The ID of the subscriber to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing subscriber for the specific Amazon Security Lake account ID and Region." }, { "info": { "name": "Amazon Security Lake Delete Subscriber", "type": "http" }, "http": { "method": "DELETE", "url": "https://securitylake.{region}.amazonaws.com/v1/subscribers/:subscriberId", "params": [ { "name": "subscriberId", "value": "", "type": "path", "description": "The ID of the subscriber to delete." } ] }, "docs": "Deletes the specified subscriber and removes them from Amazon Security Lake." } ] } ], "bundled": true }