Datasources
Datasource Details
Get details about a single datasource by invoking the following endpoint:
GET https://YourAccount.lacework.net/api/v2/Datasources/{datasource}
Replace {datasource} with the name value returned for a datasource in the response when invoking the following endpoint: GET /api/v2/Datasources.
get/api/v2/Datasources/{datasource}
Path parameters
datasourcestring required
The datasource's name.
Headers
Authorizationstring required
Bearer Access Token. For example, "Bearer {YourAPIToken}"
Content-Typestring required
application/json
Response
No Error