DockerRegistryWebHook

DockerRegistryWebHook
DockerRegistryWebHook

Docker Registry Webhook details.

JSON Example
{
    "_createTimeInMicros": 1568625938000000,
    "_createdBy": "exampleuser",
    "_link": "/codestream/api/<prefix>/8365ef3b-8bf3-48aa-bd5d-7113fcff827c",
    "_updateTimeInMicros": 1568625938000000,
    "_updatedBy": "exampleuser",
    "createdAt": "2019-09-16 09:25:38.065065+00",
    "createdBy": "exampleuser",
    "description": "string",
    "enabled": true,
    "endpoint": "Docker Endpoint",
    "externalListenerLink": "codestream/api/registry-webhooks/sdscfvefw34rfrdsvdsat43erwfdf",
    "id": "8365ef3b-8bf3-48aa-bd5d-7113fcff827c",
    "imageNameRegExPattern": "admin/wordpress",
    "input": [
        {
            "ip": "10.5.23.84",
            "script": "testScript.sh"
        }
    ],
    "name": "My-Name",
    "pipeline": "DemoPipeline",
    "project": "My-Project",
    "refreshToken": "cKNNVCSHijnaxlrfnVsxUYr6wM2g5Bg11tfnotmWb9XdA5kpUCvI2ubJojTIGp9g",
    "repoName": "MyRepository",
    "secretToken": "dvcdefrffsdvdfvfdgfdvbfdbvrefg3ff=",
    "serverType": "DockerHub/Docker_Trusted_Registry",
    "slug": "docker-webhook",
    "tagNamePattern": "tag1",
    "updatedAt": "2019-09-16 09:25:38.065065+00",
    "updatedBy": "exampleuser",
    "version": "v1"
}
integer As int64 As int64
_createTimeInMicros
Optional

This field is provided for backward compatibility. Contains the same value as the 'createdAt' field as a UNIX timestamp in microseconds

string
_createdBy
Optional

This field is provided for backward compatibility. Contains the same value as the 'createdBy' field

string
_link
Optional

Partial URL that provides details of the resource.

integer As int64 As int64
_updateTimeInMicros
Optional

This field is provided for backward compatibility. Contains the same value as the 'updatedAt' field as a UNIX timestamp in microseconds

string
_updatedBy
Optional

This field is provided for backward compatibility. Contains the same value as the 'updatedBy' field

string
createdAt
Optional

Date when the entity was created. The date is in ISO 8601 with time zone

string
createdBy
Optional

The user that created this entity

string
description
Required

A human-friendly description.

boolean
enabled
Optional

Indicates whether Docker webhook is enabled or not.

string
endpoint
Optional

Name of the Docker Endpoint.

string
externalListenerLink
Optional

Docker webhook listener link.

string
id
Optional

The id of this resource.

string
imageNameRegExPattern
Optional

If provided then the pipeline execution is triggered only when the given image name regex matches the image name in the received payload.

object
input
Optional

Pipeline execution input properties.

string
name
Required

A human-friendly name used as an identifier in APIs that support this option

string
pipeline
Optional

Pipeline name which is meant to be triggered when a docker event occur.

string
project
Optional

The project this entity belongs to.

string
refreshToken
Optional

This token is used to authenticate when calling VMware Cloud Services APIs. These tokens are scoped within the organization.

string
repoName
Optional

Docker Repo Name.

string
secretToken
Optional

Secret token to validate received payloads.

string
serverType
Optional

Docker server type.

string
slug
Optional

Docker webhook name.

string
tagNamePattern
Optional

If provided then the pipeline execution is triggered only when the given tag name regex matches the tag name(s) in the received payload.

string
updatedAt
Optional

Date when the entity was last updated. The date is in ISO 8601 with time zone.

string
updatedBy
Optional

The user that last updated this entity

string
version
Optional

Version of the resource.