CommandDetails Data Type

Properties
name data type constraints description
commandArgs array of string max size: 255, min size: 0
commandType CommandType  
executionStage ExecutionStage  

Example

{
  "commandArgs" : [ "...", "..." ],
  "commandType" : "SSH",
  "executionStage" : "POST"
}