StorageApplianceRunReadCommandsParameters interface
StorageApplianceRunReadCommandsParameters represents the body of request containing list of read-only commands to run on the storage appliance.
Properties
| commands | The list of read-only commands to be executed directly against the target storage appliance. |
| limit |
The maximum time the commands are allowed to run. |
Property Details
commands
The list of read-only commands to be executed directly against the target storage appliance.
commands: StorageApplianceCommandSpecification[]
Property Value
limitTimeSeconds
The maximum time the commands are allowed to run.
limitTimeSeconds: number
Property Value
number