v1
latestOpenAPI 3.0.02026-07-243339471.1 MBAccess Points
Get a Swarm details
This API retrieves detailed information about a specific swarm (cluster). It provides comprehensive swarm-related details such as cluster name, conductor information, IP addresses, member count, and software version based on the swarm's cluster ID.
get/network-monitoring/v1/swarms/{cluster-id}
Path parameters
cluster-idstring const required
The unique identifier of the swarm (cluster).
Example:1j4ehold0qj06kpbuy1a89dy5c69xe82ob27givar6mnbq135u
Cluster ID of a swarm (cluster).
Query parameters
site-idstring uuid
Id of a site where devices are associated.
Example:24833497
ID of the Site for which access point related information is requested
Response
Object containing information about the swarm, such as cluster name, siteId, conductor information, IP addresses, member count, and software version.
Example response
{
"clusterId": "1j4ehold0qj06kpbuy1a89dy5c69xe82ob27givar6mnbq135u",
"clusterName": "Cluster1",
"siteId": "24833497",
"conductorDeviceName": "ArubaAP",
"conductorSerialNumber": "AP00000001",
"ipv4": "10.2.3.5",
"ipv6": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
"membersCount": 1,
"firmwareVersion": "8.9.0.0-8.9.0.0_81161",
"publicIpAddress": "104.36.250.13",
"id": "1j4ehold0qj06kpbuy1a89dy5c69xe82ob27givar6mnbq135u",
"type": "network-monitoring/access-point-monitoring"
}