List Data Sources
List all available data sources in your Lacework instance.
External Documentation
To learn more, visit the Lacework documentation.
Example Output
{
"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"
}
]
}
]
}
Workflow Library Example
List Data Sources with Lacework and Send Results Via Email
Preview this Workflow on desktop