CreateCommandRequest
class CreateCommandRequest
Types
Properties
Link copied to clipboard
A short text decription of the command.
Link copied to clipboard
The user-friendly name in the console for the command. This name doesn't have to be unique. You can update the user-friendly name after you define it.
Link copied to clipboard
A list of parameters that are used by StartCommandExecution API for execution payload generation.
Link copied to clipboard
The namespace of the command. The MQTT reserved topics and validations will be used for command executions according to the namespace setting.
Link copied to clipboard
The payload object for the static command.
Link copied to clipboard
The payload template for the dynamic command.
Link copied to clipboard
Configuration that determines how payloadTemplate is processed to generate command execution payload.
Link copied to clipboard