Update UtmEndpoint

Request
path Parameters
id
required
string
Request Body schema: application/json
serialId
string
siteId
string
lastMacAddress
string
lastEventUpdateTs
string <date-time>
lastSecurityEventUpdateTs
string <date-time>
merakiNetworkId
string
model
string
commonName
string
manufacturer
string
latitude
number <double>
longitude
number <double>
object (Site)
wanStatus
string (WANStatus)
Enum: "WAN1" "WAN2"
id
string
object (SeqNoPrimaryTerm)
object (UserKey)
object (UserKey)
createdAt
string <date-time>
updatedAt
string <date-time>
orgId
string
type
string (Type)
clientVersion
string
certSubject
string
displayName
string
object (Host)
lastConnect
string <date-time>
lastDisconnect
string <date-time>
certExpiry
string <date-time>
lastIp
string
fimHoh
string
panHoh
string
latestConfig
boolean
internalIps
Array of strings
connectionStatus
string (ConnectionStatus)
Enum: "CONNECTED" "POTENTIALLY_DISCONNECTED" "DISCONNECTED" "NEVER"
externalStatus
string
Responses
200

OK

400

Bad Request. The request parameters (or body) were malformed or invalid. Fix the issues with the request and try again.

401

Unauthorized request. Make sure token was included and is valid and try again.

403

Forbidden. You are not permitted to access the requested resource.

500

Internal Server Error. An unexpected error has occurred. This may be due to a transient error. Retry the request and if the issue persists, please contact support.

put/endpoint-control-service/v1/utm-endpoint/{id}
Request 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"
}
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"
}