DockerEvent

DockerEvent
DockerEvent

Docker event details

JSON Example
{
    "name": "string",
    "kind": "string",
    "tags": [
        "string"
    ],
    "_link": "/pipeline/api/..",
    "_createdBy": "Test user",
    "_updatedBy": "Test user",
    "_updateTimeInMicros": 1499279153081002,
    "project": "Test Project",
    "timeStampInMicros": 1499279153081002,
    "owner": "Test owner",
    "repo": "Test repo",
    "description": "Test description",
    "pipelineName": "Test pipeline name",
    "executionLink": "/pipeline/api/executions/234324324",
    "executionStatus": "COMPLETED",
    "executionIndex": 2,
    "repoNamespace": "first",
    "repoStatus": "Active",
    "tag": "first",
    "imageName": "image1",
    "message": "Ok"
}
string
name
Optional

name

string
kind
Optional

kind

array of string
tags
Optional

tags

string
_link
Optional

_link

string
_createdBy
Optional

_createdBy

string
_updatedBy
Optional

updatedBy

integer As int64 As int64
_updateTimeInMicros
Optional

_updateTimeInMicros

string
project
Optional

project

integer As int64 As int64
timeStampInMicros
Optional

timestampInMicros

string
owner
Optional

owner

string
repo
Optional

repo

string
description
Optional

description

string
pipelineName
Optional

pipelineName

string
executionLink
Optional

executionLink

string
executionStatus
Optional

executionStatus

integer As int64 As int64
executionIndex
Optional

executionIndex

string
repoNamespace
Optional

repoNamespace

string
repoStatus
Optional

repoStatus

string
tag
Optional

tag

string
imageName
Optional

imageName

string
message
Optional

message