RuntimeScriptAction Class

Describes a script action on a running cluster.

Variables are only populated by the server, and will be ignored when sending a request.

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

Constructor

RuntimeScriptAction(*, name: str, uri: str, roles: list[str], parameters: str | None = None, **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.

Default value: None
roles

The list of roles where script will be executed. 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.

roles

The list of roles where script will be executed. Required.

application_name
str

The application name of the script action, if any.