CommandPostBody interface

Specification of which command to run where

Properties

arguments

The arguments for the command to be run

cassandraStopStart

If true, stops cassandra before executing the command and then start it again

command

The command which should be run

host

IP address of the cassandra host to run the command on

readWrite

If true, allows the command to write to the cassandra directory, otherwise read-only.

Property Details

arguments

The arguments for the command to be run

arguments?: Record<string, unknown>

Property Value

Record<string, unknown>

cassandraStopStart

If true, stops cassandra before executing the command and then start it again

cassandraStopStart?: boolean

Property Value

boolean

command

The command which should be run

command: string

Property Value

string

host

IP address of the cassandra host to run the command on

host: string

Property Value

string

readWrite

If true, allows the command to write to the cassandra directory, otherwise read-only.

readWrite?: boolean

Property Value

boolean