ScriptActionPersistedGetResponseSpec interface

The persisted script action for cluster.

Properties

applicationName

The application name for the script action.

name

The name of script action.

parameters

The parameters for the script provided.

roles

The list of roles where script will be executed.

uri

The URI to the script.

Property Details

applicationName

The application name for the script action.

applicationName?: string

Property Value

string

name

The name of script action.

name?: string

Property Value

string

parameters

The parameters for the script provided.

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