ImageEventMap

ImageEventMap
ImageEventMap
JSON Example
{
    "nodes_events": [
        {
            "duration": 0,
            "end_time": "string",
            "ip": {
                "addr": "string",
                "type": "string"
            },
            "message": "string",
            "start_time": "string",
            "status": "string",
            "sub_tasks": [
                "string"
            ]
        }
    ],
    "sub_events": [
        {
            "duration": 0,
            "end_time": "string",
            "ip": {
                "addr": "string",
                "type": "string"
            },
            "message": "string",
            "start_time": "string",
            "status": "string",
            "sub_tasks": [
                "string"
            ]
        }
    ],
    "task_name": "string"
}
array of ImageEvent
nodes_events
Optional

List of all events node wise. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

array of ImageEvent
sub_events
Optional

List of all events node wise. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
task_name
Optional

Name representing the task. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

Property Of