Skip to main content
Retrieve a list of all domain instances.
External DocumentationTo learn more, visit the Cynet documentation.

Parameters

ParameterDescription
From DateThe date from which to retrieve domain instances.
LimitThe maximum number of objects to retrieve.
OffsetThe pagination offset indicating the starting point for the next set of results.
Return All PagesAutomatically fetch all resources, page by page.
To DateThe date to which to retrieve domain instances.

Example Output

{
	"results": [
		{
			"id": -9007199254740991,
			"sourceIp": "string",
			"hostDbId": -9007199254740991,
			"hostName": "string",
			"userDbId": -9007199254740991,
			"userName": "string",
			"domainDbId": -9007199254740991,
			"baseDomainName": "string",
			"RemoteIpDbId": -9007199254740991,
			"RemoteIp": "string",
			"RemotePort": -2147483648,
			"Uniqueness": "string",
			"dateIn": "2019-08-24T14:15:22Z",
			"lastSeen": "2019-08-24T14:15:22Z",
			"hdSerial": -9007199254740991
		}
	],
	"countInRange": -2147483648
}

Workflow Library Example

List Domain Instances with Cynet and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop