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
|
The name of the script action. Required. |
|
uri
|
The URI to the script. Required. |
|
parameters
|
The parameters for the script provided. Required. |