RuntimeScriptActionDetail Class
The execution details of a script action.
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
RuntimeScriptActionDetail(*, name: str, uri: str, roles: list[str], parameters: str | None = None, **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. Default value: None
|
|
roles
|
The list of roles where script will be executed. Required. |
Variables
| Name | Description |
|---|---|
|
name
|
The name of the script action. Required. |
|
uri
|
The URI to the script. Required. |
|
parameters
|
The parameters for the script. |
|
roles
|
The list of roles where script will be executed. Required. |
|
application_name
|
The application name of the script action, if any. |
|
script_execution_id
|
The execution id of the script action. |
|
start_time
|
The start time of script action execution. |
|
end_time
|
The end time of script action execution. |
|
status
|
The current execution status of the script action. |
|
operation
|
The reason why the script action was executed. |
|
execution_summary
|
The summary of script action execution result. |
|
debug_information
|
The script action execution debug information. |