API ReferenceEdges
Enroll a machine on this edge with a protocol + poll config
Authorization
bearer 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.
Response Body
curl -X POST "https://api.xentr.ai/api/edges/string/devices?organizationId=string" \ -H "Content-Type: application/json" \ -d '{ "machineId": "uuid-of-machine", "protocol": "fanuc-focas", "address": { "host": "192.168.1.50", "port": 8193 } }'Empty
Empty