Shell Management¶
The Simple Management Protocol (SMP) Shell Management group.
ExecuteRequest
¶
Bases: WriteRequest
Execute a shell command.
Source code in smp/shell_management.py
argv: List[str]
instance-attribute
¶
ExecuteResponse
¶
Bases: WriteResponse
Success response to a shell command execution.
Source code in smp/shell_management.py
SHELL_MGMT_RET_RC
¶
Bases: IntEnum
Return codes for the shell management group.