Edge claim pairing
Prerequisites
Section titled “Prerequisites”- Physical or SSH access to Edge appliance
- Ability to call Cloud internal assign API (
CLOUD_INTERNAL_API_TOKEN) — Management Assign UI is not implemented yet - Target tenant UUID already exists
- On appliance, run
monozu edge register. - Note the claim code (
XXX-XXX) — valid ~24h. - Assign the device to a tenant (staff/automation):
curl -X POST "https://<cloud-api>/internal/devices/assign" \ -H "Authorization: Bearer $CLOUD_INTERNAL_API_TOKEN" \ -H "Content-Type: application/json" \ -d '{"claim_code":"XXX-XXX","tenant_id":"<uuid>","name":"optional","location":"optional"}'- Wait for CLI to reach
assignedand finishclaim-completeautomatically. - Verify agent is online (
last_seen_atwithin 90s). - Customer can edit label/location in Cloud SPA (
PATCH /api/v1/edge/devices/{id}).
Resume interrupted pairing
Section titled “Resume interrupted pairing”Re-run monozu edge register (resumes from /data/edgezu/claim.json). Use --new only to abandon the current claim.