eapi.proto¶
EapiMgrService¶
run_show_cmd¶
rpc run_show_cmd(RunShowCmdRequest) RunShowCmdResponse
Queries for the output of a CLI show command.
EosSdk reference: eos::eapi_mgr::run_show_cmd
run_config_cmds¶
rpc run_config_cmds(RunConfigCmdsRequest) RunConfigCmdsResponse
Executes one or more configuration commands.
EosSdk reference: eos::eapi_mgr::run_config_cmds
Messages¶
RunConfigCmdsRequest¶
Name | Value | Description |
---|---|---|
commands | repeated string | Array of configuration commands to execute. |
RunConfigCmdsResponse¶
Name | Value | Description |
---|---|---|
response | EapiResponse | EapiResponse, containing any output and/or any errors. |
RunShowCmdRequest¶
Name | Value | Description |
---|---|---|
command | string | The show command to execute e.g "show version". |
RunShowCmdResponse¶
Name | Value | Description |
---|---|---|
response | EapiResponse | EapiResponse, containing the output and/or any errors. |