createNetworkHeartbeat

Request
Security:
vc-security
Request Body schema: application/json
endpointId
string
orgId
string
externalAddress
string
networkAddress
string
hostAddress
string
subnetMask
string
defaultGateway
string
npcapVersion
string
elected
boolean
Responses
201

Created

400

Bad Request. The request parameters (or body) were malformed or invalid. Fix the issues with the request 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.

post/endpoint-control-service/v1/network-heartbeat
Request samples
application/json
{
  • "endpointId": "string",
  • "orgId": "string",
  • "externalAddress": "string",
  • "networkAddress": "string",
  • "hostAddress": "string",
  • "subnetMask": "string",
  • "defaultGateway": "string",
  • "npcapVersion": "string",
  • "elected": true
}
Response samples
application/json
{
  • "endpointId": "string",
  • "orgId": "string",
  • "externalAddress": "string",
  • "networkAddress": "string",
  • "hostAddress": "string",
  • "subnetMask": "string",
  • "defaultGateway": "string",
  • "npcapVersion": "string",
  • "elected": true
}