Skip to content

Commit 5479bcf

Browse files
committed
Update README
1 parent e708254 commit 5479bcf

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

test/mock/grpc/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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
417436
Used to send management plane config apply request over the Subscribe rpc stream to the NGINX Agent for a particular data plane instance.
418437

0 commit comments

Comments
 (0)