Optionaloptions: CallOptionsCreates an execution context for running cluster commands.
If successful, this method returns the ID of the new execution context.
Optionaloptions: CallOptionsDeletes an execution context.
Optionaloptions: CallOptionsRuns a cluster command in the given execution context, using the provided language.
If successful, it returns an ID for tracking the status of the command's execution.
Optionaloptions: CallOptionsGets the status of and, if available, the results from a currently executing command.
The command ID is obtained from a prior successful call to execute.
Optionaloptions: CallOptionsGets the status for an execution context.
Optionaloptions: CallOptions
Cancels a currently running command within an execution context.
The command ID is obtained from a prior successful call to execute.