RuntimeScriptAction interface

Describes a script action on a running cluster.

Properties

applicationName

The application name of the script action, if any. NOTE: This property will not be serialized. It can only be populated by the server.

name

The name of the script action.

parameters

The parameters for the script

roles

The list of roles where script will be executed.

uri

The URI to the script.

Property Details

applicationName

The application name of the script action, if any. NOTE: This property will not be serialized. It can only be populated by the server.

applicationName?: string

Property Value

string

name

The name of the script action.

name: string

Property Value

string

parameters

The parameters for the script

parameters?: string

Property Value

string

roles

The list of roles where script will be executed.

roles: string[]

Property Value

string[]

uri

The URI to the script.

uri: string

Property Value

string