Retrieve a list of all V4 Service Point instances.
External DocumentationTo learn more, visit the Bluecat Edge documentation.

Parameters

ParameterDescription
NameA name to filter results Service Points by.
Service NameA service name to filter associated Service Point’s by.

Example Output

{
	"data": [
		{
			"id": "test_fsp_1-a9kf321st-abc2bcnab5pq",
			"name": "test_fsp_1",
			"description": "sp1 demo",
			"version": "4.4.0",
			"targetVersion": "4.5.0",
			"lastSeen": 1660667769314,
			"status": "HEALTHY",
			"connectionStatus": "CONNECTED",
			"updateStatus": "OK",
			"hostname": "testfsp1",
			"ipv4CIDRAddress": "1.2.3.22/24",
			"ipv4GatewayAddress": "1.2.3.1",
			"ipv6CIDRAddress": "",
			"ipv6GatewayAddress": "",
			"anycastIPAddresses": [
				{
					"ipAddress": "192.168.0.99",
					"interfaceName": "lo:1",
					"inUseByAppId": "b77f4b15-beda-4095-9f41-26d86e2fcefc",
					"isUp": true
				}
			],
			"errorConditions": [],
			"warningConditions": [],
			"applications": [
				{
					"id": "12345678-ab12-3c4d-e5fa-593bb8bd604c",
					"name": "dns-resolver-service",
					"version": "3.8.0",
					"status": "HEALTHY",
					"targetVersion": "3.9.0",
					"updateStatus": "OK"
				}
			]
		},
		{
			"id": "sp2-00cc321dd-593bb8bd604c",
			"name": "sp2",
			"description": "sp2 demo",
			"version": "4.4.0",
			"targetVersion": "4.5.0",
			"lastSeen": 0,
			"status": "WAITING_FOR_PROVISIONING",
			"connectionStatus": "NOT_CONNECTED",
			"updateStatus": "OK",
			"hostname": "sp2",
			"ipv4CIDRAddress": "1.2.3.99/24",
			"ipv4GatewayAddress": "1.2.3.1",
			"ipv6CIDRAddress": "",
			"ipv6GatewayAddress": "",
			"anycastIPAddresses": [
				{
					"ipAddress": "172.31.53.223",
					"interfaceName": "lo:1",
					"inUseByAppId": "1531c095-8240-4d68-ada3-40e7d73f064b",
					"isUp": true
				}
			],
			"errorConditions": [],
			"warningConditions": [],
			"applications": [
				{
					"id": "cb40b217-8c2e-4958-b1ec-36a0c821bee7",
					"name": "dns-resolver-service",
					"version": "3.5.1",
					"status": "HEALTHY",
					"errorConditions": [
						"service is not healthy: parclo-logging 1.0.0-build1583",
						"service is not healthy: dns-gateway-service 2.0.0-build3157"
					],
					"targetVersion": "3.5.3",
					"updateStatus": "UPDATE_QUEUED"
				}
			]
		}
	]
}

Workflow Library Example

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