JournalTask

JournalTask
JournalTask
JSON Example
{
    "duration": 0,
    "end_time": "string",
    "messages": [
        "string"
    ],
    "reason": "string",
    "start_time": "string",
    "status": false,
    "task_description": "string",
    "task_name": "string"
}
integer As uint32 As uint32
duration
Optional

Time taken to complete task in seconds. Field introduced in 31.1.1. Unit is SEC. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

string
end_time
Optional

Time at which execution of task was completed. Field introduced in 31.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

array of string
messages
Optional

Details of executed task. Field introduced in 31.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

string
reason
Optional

Reason for the status of the executed task. Field introduced in 31.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

string
start_time
Optional

Time at which execution of task was started. Field introduced in 31.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

boolean
status
Optional

Status of the executed task. Field introduced in 31.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

string
task_description
Optional

Description of the executed task. Field introduced in 31.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

string
task_name
Optional

Name of the executed task. Field introduced in 31.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

Property Of