GerritListenerSpec

GerritListenerSpec
GerritListenerSpec

A Gerrit Listener streams for events on the Gerrit server.

JSON Example
{
    "apiToken": "cKNNVCSHijnaxlrfnVsxUYr6wM2g5Bg11tfnotmWb9XdA5kpUCvI2ubJojTIGp9g",
    "connected": true,
    "description": "string",
    "endpoint": "Gerrit-Endpoint",
    "name": "My-Name",
    "project": "My-Project"
}
string
apiToken
Required

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

boolean
connected
Optional

Indicates whether the connection with the Gerrit Server to start receiving events is created or not.

string
description
Required

A human-friendly description.

string
endpoint
Required

The name of the Gerrit Endpoint.

string
name
Required

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

string
project
Optional

The project this entity belongs to.