Command
Description
An object that specifies the input and output commands. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Supported Operations
Model Properties
Property | Required | Type | Description | ||
---|---|---|---|---|---|
commandInput | True | string | A mandatory utf-8 string, maximum of 1024 characters, specifying the input command that needs to be executed on the device. Field level constraints: cannot be blank or empty, length must be between 0 and 1024 (inclusive). (Note: Additional constraints might exist) |
||
commandOutput | False | string | A utf-8 string specifying the output of the command executed. | ||
timeOut | False | integer | An optional long numeric value specifying the time in milliseconds. It specifies the maximum time within which the command executes. | ||
id | False | string | A unique string identifier assigned by the system when the object is created. No assumption can be made on the format or content of this identifier. The identifier must be provided whenever attempting to modify/delete (or reference) an existing object. Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist) |
||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |