DesarrolladoresAPI RESTReferenceAnnouncements
Crear anuncio
Authorization
bearer AuthorizationBearer <token>
Ingresa tu access token JWT (sin el prefijo Bearer)
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/api/v1/announcements" \ -H "Content-Type: application/json" \ -d '{ "title": "string", "body": "string" }'Empty
Registrar una ONU real en el OLT (ESCRITURA — probar con cuidado) POST
ESCRITURA REAL contra un OLT de producción — sintaxis estándar ZXA10 sin confirmar contra hardware (ver `zte-olt.driver.ts`). SUPER_ADMIN únicamente, manual, sin ningún flujo automático detrás. Usar `olt/zte/running-config` primero para confirmar profile names reales, y probar contra una ONU de bajísimo impacto antes de confiar en esto para aprovisionamiento real de clientes.
Listar anuncios GET
Next Page