Get Endpoint by Serial

Request
path Parameters
serial
required
string
Responses
200

OK

get/endpoint-control-service/v1/utm-endpoint/serial/{serial}
Request samples
curl -i -X GET \
  'http://endpoint-control-service:8080/endpoint-control-service/v1/utm-endpoint/serial/{serial}'
Response samples
application/json
{
  • "serialId": "string",
  • "siteId": "string",
  • "lastMacAddress": "string",
  • "lastEventUpdateTs": "2019-08-24T14:15:22Z",
  • "lastSecurityEventUpdateTs": "2019-08-24T14:15:22Z",
  • "merakiNetworkId": "string",
  • "model": "string",
  • "commonName": "string",
  • "manufacturer": "string",
  • "latitude": 0,
  • "longitude": 0,
  • "site": {
    },
  • "wanStatus": "WAN1",
  • "id": "string",
  • "version": {
    },
  • "updatedBy": {
    },
  • "createdBy": {
    },
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "orgId": "string",
  • "type": "EXTERNAL_UTM",
  • "clientVersion": "string",
  • "certSubject": "string",
  • "displayName": "string",
  • "hostInfo": {
    },
  • "lastConnect": "2019-08-24T14:15:22Z",
  • "lastDisconnect": "2019-08-24T14:15:22Z",
  • "certExpiry": "2019-08-24T14:15:22Z",
  • "lastIp": "string",
  • "fimHoh": "string",
  • "panHoh": "string",
  • "latestConfig": true,
  • "internalIps": [
    ],
  • "connectionStatus": "CONNECTED",
  • "externalStatus": "string"
}