Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.54 KB

Commandresult.md

File metadata and controls

23 lines (19 loc) · 1.54 KB

Commandresult

Properties

Name Type Description Notes
Command string The command that was executed on the system. [optional] [default to null]
Name string The name of the command. [optional] [default to null]
System string The name of the system the command was executed on. [optional] [default to null]
SystemId string The id of the system the command was executed on. [optional] [default to null]
Organization string The ID of the organization. [optional] [default to null]
WorkflowId string [optional] [default to null]
WorkflowInstanceId string [optional] [default to null]
User string The user the command ran as. [optional] [default to null]
Sudo bool If the user had sudo rights [optional] [default to null]
Files []string An array of file ids that were included in the command [optional] [default to null]
RequestTime int32 The time that the command was sent. [optional] [default to null]
ResponseTime int32 The time that the command was completed. [optional] [default to null]
Response *CommandresultResponse [optional] [default to null]
Id string The ID of the command. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]