endpoint element

Type: endpoint
Namespace: (default namespace)

Represents the management information of an endpoint.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <EndpointList> <endpoint> <deviceId>...</deviceId> <deviceFamily>...</deviceFamily> <deviceSerialNumber>...</deviceSerialNumber> <hostname>...</hostname> <interfaceName>...</interfaceName> <lastSeenTime>...</lastSeenTime> <macAddress>...</macAddress> <vlanName>...</vlanName> <soleActiveEndpointOnInterface>...</soleActiveEndpointOnInterface> <deviceId>...</deviceId> <deviceFamily>...</deviceFamily> <deviceSerialNumber>...</deviceSerialNumber> <hostname>...</hostname> <interfaceName>...</interfaceName> <lastSeenTime>...</lastSeenTime> <macAddress>...</macAddress> <vlanName>...</vlanName> <soleActiveEndpointOnInterface>...</soleActiveEndpointOnInterface> </endpoint> </EndpointList>

Example JSON

{ "EndpointList": { "endpoint": [ { "deviceId": "...", "deviceFamily": "...", "deviceSerialNumber": "...", "hostname": "...", "interfaceName": "...", "lastSeenTime": "...", "macAddress": "...", "vlanName": "...", "soleActiveEndpointOnInterface": "..." }, { "deviceId": "...", "deviceFamily": "...", "deviceSerialNumber": "...", "hostname": "...", "interfaceName": "...", "lastSeenTime": "...", "macAddress": "...", "vlanName": "...", "soleActiveEndpointOnInterface": "..." } ] } }