Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

List all available data sources in your Lacework instance.
External DocumentationTo 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
Workflow LibraryPreview this Workflow on desktop