CommandPostBody interface
Specification of which command to run where
Properties
arguments | The arguments for the command to be run |
cassandra |
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?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
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