RuntimeScriptActionResponse

data class RuntimeScriptActionResponse(val applicationName: String, val name: String, val parameters: String? = null, val roles: List<String>, val uri: String)

Describes a script action on a running cluster.

Constructors

Link copied to clipboard
constructor(applicationName: String, name: String, parameters: String? = null, roles: List<String>, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The application name of the script action, if any.

Link copied to clipboard

The name of the script action.

Link copied to clipboard
val parameters: String? = null

The parameters for the script

Link copied to clipboard

The list of roles where script will be executed.

Link copied to clipboard
val uri: String

The URI to the script.