Get a list of sites and their information.

Parameters

ParameterDescription
FormatThe format of returned results.
PageThe page number to show results from, defaults to 1.
Per PageThe maximum number of results to return, defaults to 20.
Site IDThe ID of the site. Use this parameter to get details on a specific site.
SortThe way of sorting the results.

Example Output

{
	"count_filtered": 40,
	"count_total": 40,
	"count_in_page": 10,
	"objects": [
		{
			"address": "",
			"assets_count": 0,
			"auto_transition_to_operational": true,
			"description": "",
			"id": 1,
			"image_url": "",
			"installed_date": "2020-07-06T14:27:20+00:00",
			"integrity_alerts_severity": 0,
			"integrity_alerts_severity__": "eLow",
			"is_connected": true,
			"name": "Default",
			"score": 100,
			"security_alerts_severity": 0,
			"security_alerts_severity__": "eLow",
			"training_mode": true,
			"unresolved_integrity_alerts_count": 0,
			"unresolved_security_alerts_count": 0,
			"version": "3.5.0.0"
		}
	]
}

Workflow Library Example

List Sites with Claroty Ctd and Send Results Via Email

Preview this Workflow on desktop