ScriptAction Class

Describes a script action on role on the cluster.

All required parameters must be populated in order to send to server.

Constructor

ScriptAction(*, name: str, uri: str, parameters: str, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

The name of the script action. Required.

uri
str

The URI to the script. Required.

parameters
str

The parameters for the script provided. Required.

Variables

Name Description
name
str

The name of the script action. Required.

uri
str

The URI to the script. Required.

parameters
str

The parameters for the script provided. Required.