External DocumentationTo learn more, visit the Cynet documentation.
Actions
List Domain Instances
Retrieve a list of all domain instances.

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.
| Parameter | Description |
|---|---|
| From Date | The date from which to retrieve domain instances. |
| Limit | The maximum number of objects to retrieve. |
| Offset | The pagination offset indicating the starting point for the next set of results. |
| Return All Pages | Automatically fetch all resources, page by page. |
| To Date | The date to which to retrieve domain instances. |
{
"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
}
Was this page helpful?