For the complete documentation index, see llms.txt. This page is also available as Markdown.

Agent

post
Body
agentIdstring · nullableOptional
machineNamestring · nullableOptional
instanceIdstring · nullableOptional
modestring · nullableOptional
sentUtcstring · date-timeOptional
correlationIdstring · nullableOptional
domainJoinedbooleanOptional
Responses
200

OK

No content

post/api/Agent/Heartbeat
POST /api/Agent/Heartbeat HTTP/1.1
Host: portal.nuvens.cloud/
Content-Type: application/json
Accept: */*
Content-Length: 153

{
  "agentId": "text",
  "machineName": "text",
  "instanceId": "text",
  "mode": "text",
  "sentUtc": "2026-01-01T00:00:00.000Z",
  "correlationId": "text",
  "domainJoined": true
}
200

OK

No content

Last updated