DesarrolladoresAPI RESTReferenceAgent gateway
Rotate agent API key (revoke old, issue new same-name)
Rotate an agent key: revokes the old token and issues a new one with the same name. The new token is returned once — reconfigure the agent with it.
Rotate an agent key: revokes the old token and issues a new one with the same name. The new token is returned once — reconfigure the agent with it.
Path Parameters
keyId*string
Response Body
curl -X POST "https://example.com/api/v1/agent/keys/string/rotate"Empty
Revoke agent API key DELETE
Revoke an agent key.
Leer el running-config real de una ONU ya registrada (solo lectura) POST
100% de solo lectura — extrae el running-config real de una ONU YA REGISTRADA (`show running-config interface gpon-onu_.../...:<id>`). Paso recomendado ANTES de intentar el primer `registerOnt` real: confirma los nombres reales de line/service profile y VLAN en vez de adivinarlos (ver comentario en `zte-olt.driver.ts`).