Post Docker Hub Webhook Event
Post event to a DockerHub webhook
Request
URI
POST
https://{api_host}/pipeline/api/registry-webhooks/{id}
COPY
Path Parameters
string
id
Required
id
Responses
200
OK
Returns
DockerEvent
of type(s)
application/json
{
"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
500
Error
Operation doesn't return any data structure