File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -413,6 +413,25 @@ Example request body to get stream upstreams example:
413413 }
414414}
415415```
416+
417+ Example remote agent config update to change log level to debug:
418+ ```
419+ {
420+ "message_meta": {
421+ "message_id": "6c0fa83e-351c-4009-90cd-1f2acce2d184",
422+ "correlation_id": "11114c1c-8e91-47c1-a92c-b9a0c3f1a263",
423+ "timestamp": "2025-01-15T01:30:15.01Z"
424+ },
425+ "update_agent_config_request": {
426+ "agent_config": {
427+ "log": {
428+ "log_level": 3
429+ }
430+ }
431+ }
432+ }
433+ ```
434+
416435## POST /api/v1/instance/\< instance id\> /config/apply
417436Used to send management plane config apply request over the Subscribe rpc stream to the NGINX Agent for a particular data plane instance.
418437
You can’t perform that action at this time.
0 commit comments