ScriptExecution object
Example JSON representation
{
"id": "string",
"logEntry": {
"id": "string"
},
"server": {
"id": "string"
},
"status": "running"
}
Properties
property | attributes | valid values | description | filter option |
---|---|---|---|---|
id string |
read-only |
Identifier of the Script execution. |
||
logEntry LogEntryForeignKey object |
read-only |
Orchestration log entry identifier. |
||
server ServerForeignKey object |
read-only |
Identifier of the Server. |
||
status string |
read-only |
"running" "finished" |
The value indicates the Script execution status. |