External DocumentationTo learn more, visit the Lacework documentation.
Actions
List Data Sources
List all available data sources in your Lacework instance.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"data": [
{
"name": "LW_DATASOURCE_1",
"description": "Details about datasource",
"resultSchema": [
{
"name": "START_TIME",
"dataType": "Timestamp",
"description": "Beginning of time interval"
},
{
"name": "END_TIME",
"dataType": "Timestamp",
"description": "End of time interval"
},
{
"name": "CREATED_TIME",
"dataType": "Timestamp",
"description": "Record creation time"
}
],
"sourceRelationships": [
{
"from": "MACHINES",
"to": "DNS_REQUESTS",
"name": "Machines-to-DNS-Requests",
"description": "DNS requests made from this machine",
"toCardinality": "MANY"
},
{
"from": "MACHINES",
"to": "USER_LOGINS",
"name": "Machines-to-User-Logins",
"description": "User logins made on this machine",
"toCardinality": "MANY"
}
]
},
{
"name": "LW_DATASOURCE_2",
"description": "Details about datasource",
"resultSchema": [
{
"name": "START_TIME",
"dataType": "Timestamp",
"description": "Beginning of time interval"
},
{
"name": "END_TIME",
"dataType": "Timestamp",
"description": "End of time interval"
},
{
"name": "CREATED_TIME",
"dataType": "Timestamp",
"description": "Record creation time"
}
],
"sourceRelationships": [
{
"from": "CONNECTIONS",
"to": "MACHINES",
"name": "Connections-to-Machines",
"description": "Machine the connection was recorded on",
"toCardinality": "ONE"
}
]
}
]
}
Was this page helpful?