|
18 | 18 | - [AgentConnectStatus.StatusCode](#f5-nginx-agent-sdk-AgentConnectStatus-StatusCode)
|
19 | 19 | - [AgentLogging.Level](#f5-nginx-agent-sdk-AgentLogging-Level)
|
20 | 20 |
|
| 21 | +- [command_svc.proto](#command_svc-proto) |
| 22 | + - [Commander](#f5-nginx-agent-sdk-Commander) |
| 23 | + |
21 | 24 | - [command.proto](#command-proto)
|
22 | 25 | - [AgentActivityStatus](#f5-nginx-agent-sdk-AgentActivityStatus)
|
23 | 26 | - [ChunkedResourceChunk](#f5-nginx-agent-sdk-ChunkedResourceChunk)
|
|
39 | 42 | - [NginxConfigStatus.Status](#f5-nginx-agent-sdk-NginxConfigStatus-Status)
|
40 | 43 | - [UploadStatus.TransferStatus](#f5-nginx-agent-sdk-UploadStatus-TransferStatus)
|
41 | 44 |
|
42 |
| -- [command_svc.proto](#command_svc-proto) |
43 |
| - - [Commander](#f5-nginx-agent-sdk-Commander) |
44 |
| - |
45 | 45 | - [common.proto](#common-proto)
|
46 | 46 | - [CertificateDates](#f5-nginx-agent-sdk-CertificateDates)
|
47 | 47 | - [CertificateName](#f5-nginx-agent-sdk-CertificateName)
|
@@ -341,6 +341,34 @@ Log level enum
|
341 | 341 |
|
342 | 342 |
|
343 | 343 |
|
| 344 | +<a name="command_svc-proto"></a> |
| 345 | +<p align="right"><a href="#top">Top</a></p> |
| 346 | + |
| 347 | +## command_svc.proto |
| 348 | + |
| 349 | + |
| 350 | + |
| 351 | + |
| 352 | + |
| 353 | + |
| 354 | + |
| 355 | + |
| 356 | + |
| 357 | +<a name="f5-nginx-agent-sdk-Commander"></a> |
| 358 | + |
| 359 | +### Commander |
| 360 | +Represents a service used to sent command messages between the management server and the agent. |
| 361 | + |
| 362 | +| Method Name | Request Type | Response Type | Description | |
| 363 | +| ----------- | ------------ | ------------- | ------------| |
| 364 | +| CommandChannel | [Command](#f5-nginx-agent-sdk-Command) stream | [Command](#f5-nginx-agent-sdk-Command) stream | A Bidirectional streaming RPC established by the agent and is kept open | |
| 365 | +| Download | [DownloadRequest](#f5-nginx-agent-sdk-DownloadRequest) | [DataChunk](#f5-nginx-agent-sdk-DataChunk) stream | A streaming RPC established by the agent and is used to download resources associated with commands The download stream will be kept open for the duration of the data transfer and will be closed when its done. The transfer is a stream of chunks as follows: header -> data chunk 1 -> data chunk N. Each data chunk is of a size smaller than the maximum gRPC payload | |
| 366 | +| Upload | [DataChunk](#f5-nginx-agent-sdk-DataChunk) stream | [UploadStatus](#f5-nginx-agent-sdk-UploadStatus) | A streaming RPC established by the agent and is used to upload resources associated with commands | |
| 367 | + |
| 368 | + |
| 369 | + |
| 370 | + |
| 371 | + |
344 | 372 | <a name="command-proto"></a>
|
345 | 373 | <p align="right"><a href="#top">Top</a></p>
|
346 | 374 |
|
@@ -652,34 +680,6 @@ Transfer status enum
|
652 | 680 |
|
653 | 681 |
|
654 | 682 |
|
655 |
| -<a name="command_svc-proto"></a> |
656 |
| -<p align="right"><a href="#top">Top</a></p> |
657 |
| - |
658 |
| -## command_svc.proto |
659 |
| - |
660 |
| - |
661 |
| - |
662 |
| - |
663 |
| - |
664 |
| - |
665 |
| - |
666 |
| - |
667 |
| - |
668 |
| -<a name="f5-nginx-agent-sdk-Commander"></a> |
669 |
| - |
670 |
| -### Commander |
671 |
| -Represents a service used to sent command messages between the management server and the agent. |
672 |
| - |
673 |
| -| Method Name | Request Type | Response Type | Description | |
674 |
| -| ----------- | ------------ | ------------- | ------------| |
675 |
| -| CommandChannel | [Command](#f5-nginx-agent-sdk-Command) stream | [Command](#f5-nginx-agent-sdk-Command) stream | A Bidirectional streaming RPC established by the agent and is kept open | |
676 |
| -| Download | [DownloadRequest](#f5-nginx-agent-sdk-DownloadRequest) | [DataChunk](#f5-nginx-agent-sdk-DataChunk) stream | A streaming RPC established by the agent and is used to download resources associated with commands The download stream will be kept open for the duration of the data transfer and will be closed when its done. The transfer is a stream of chunks as follows: header -> data chunk 1 -> data chunk N. Each data chunk is of a size smaller than the maximum gRPC payload | |
677 |
| -| Upload | [DataChunk](#f5-nginx-agent-sdk-DataChunk) stream | [UploadStatus](#f5-nginx-agent-sdk-UploadStatus) | A streaming RPC established by the agent and is used to upload resources associated with commands | |
678 |
| - |
679 |
| - |
680 |
| - |
681 |
| - |
682 |
| - |
683 | 683 | <a name="common-proto"></a>
|
684 | 684 | <p align="right"><a href="#top">Top</a></p>
|
685 | 685 |
|
|
0 commit comments