Retrieve a list of all sites with optional filtering.
External DocumentationTo learn more, visit the Bluecat Edge documentation.

Parameters

ParameterDescription
Exact NameAn exact site name to filter sites by.
IncludeSpecify which fields to include in the response.
Name ContainsA part of a site’s name to filter sites by.
Namespace IDA namespace ID to filter sites by.
Overrides ForwardersSelect to include only sites that override forwarders for the specified namespace.
limitThe maximum number of items to retrieve in the response.

Example Output

[
	{
		"id": "a16a009e-4790-42b6-9374-b1b18e619d76",
		"name": "Toronto Site",
		"location": {
			"lng": "-79.37566709999999",
			"lat": "43.6421529",
			"address": "4100 Yonge Street, Toronto"
		},
		"settings": {
			"timeZone": "Australia/Sydney",
			"associatedNamespaces": [
				{
					"id": "5721f5b9-fe9e-11e7-8bf7-0abb5ee73c46",
					"name": "default",
					"forwarders": [
						"8.8.8.8"
					],
					"overridingFowarders": [],
					"description": "This is the default namespace.",
					"isDefault": true
				}
			]
		},
		"registeredServicePointCount": 10,
		"version": "3.11.0",
		"updateInitiatedTimestamp": 1539180118,
		"updateStatus": "COMPLETED",
		"blockedServicePointIds": [
			"112f2e06-a19d-4775-8aa5-96d997a7b688",
			"8285cee5-8429-4e23-8970-0233afd312a0"
		],
		"streamDataToCI": true,
		"loggingEndpointId": "123e4567-e89b-12d3-a456-426614174000",
		"loggingEndpointName": "localLoggingEndpoint1",
		"identityServiceEnabled": true,
		"randomizeAddresses": false,
		"healthCheckIds": [
			"3fa85f64-5717-4562-b3fc-2c963f66afa6"
		],
		"gslbRuleIds": [
			"0196e75c-4779-75c4-bedf-ff4d27f3bd99"
		]
	}
]

Workflow Library Example

List Sites with Bluecat Edge and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop