XentrDeveloper Docs
API ReferenceEdges

Trigger a LAN scan from this edge

Kicks off an asynchronous scan job. The edge receives the command via MQTT and streams hits back. Use GET /api/edges/:id/scan/:job_id to poll results.

POST
/api/edges/{id}/scan
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Edge UUID

Query Parameters

organizationId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

subnet?string

CIDR subnet to scan. Defaults to the /24 containing the edge's own IP.

Response Body

curl -X POST "https://api.xentr.ai/api/edges/string/scan?organizationId=string" \  -H "Content-Type: application/json" \  -d '{}'
Empty