BareMetalMachineRunDataExtractsParameters interface

BareMetalMachineRunDataExtractsParameters represents the body of request containing list of curated data extraction commands to run on the bare metal machine.

Properties

commands

The list of curated data extraction commands to be executed directly against the target machine.

limitTimeSeconds

The maximum time the commands are allowed to run. If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252).

Property Details

commands

The list of curated data extraction commands to be executed directly against the target machine.

commands: BareMetalMachineCommandSpecification[]

Property Value

limitTimeSeconds

The maximum time the commands are allowed to run. If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252).

limitTimeSeconds: number

Property Value

number