Update By Id Using PUT 3

Update By Id Using PUT 3

Update a Gerrit Trigger with id

Request
URI
PUT
https://http://cava-s-182-041.eng.vmware.com/codestream/api/gerrit-triggers/{id}
COPY
Path Parameters
string
id
Required

id

Query Parameters
string
apiVersion
Optional

The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about


Request Body
GerritTriggerSpec of type(s) application/json
Optional
{
    "branch": "master",
    "configurations": [
        {
            "pipeline": "rest_pipeline",
            "input": {},
            "eventType": "change-merged",
            "failureComment": "Pipeline Execution Failed",
            "successComment": "Pipeline Execution Successful"
        },
        {
            "pipeline": "rest_pipeline",
            "input": {},
            "eventType": "patchset-created",
            "verifiedLabel": "Verified",
            "failureComment": "Pipeline Failed",
            "successComment": "Pipeline Completed"
        }
    ],
    "description": "string",
    "enabled": true,
    "exclusions": [
        {
            "type": "PLAIN",
            "value": "example.txt"
        }
    ],
    "gerritProject": "TestGerritProject",
    "inclusions": [
        {
            "type": "PLAIN",
            "value": "example.txt"
        }
    ],
    "listener": "Gerrit-Listener",
    "name": "My-Name",
    "prioritizeExclusion": true,
    "project": "My-Project"
}
string
branch
Required

Gerrit Project Branch on which the change has to be monitored.

configurations
Optional

The configuration of an Gerrit Event.

string
description
Required

A human-friendly description.

boolean
enabled
Optional

Indicates that this trigger will be addressed on receiving respective events.

exclusions
Optional

Provide file exclusions as conditions for the trigger.

string
gerritProject
Required

Gerrit Project which is to be monitored for the change.

inclusions
Optional

Provide file inclusions as conditions for the trigger.

string
listener
Required

Gerrit Listener which will receive the events for this trigger.

string
name
Required

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

boolean
prioritizeExclusion
Optional

Prioritize Exclusion ensures that pipelines are not triggered even if any of the files in a commit match the specified files in the exclusion paths or regex.

string
project
Optional

The project this entity belongs to.

Authentication
This operation uses the following authentication methods.
Responses
200

'Success' with Gerrit Trigger Update

Returns GerritTrigger of type(s) */*
{
    "_createTimeInMicros": 1568625938000000,
    "_createdBy": "exampleuser",
    "_link": "/codestream/api/<prefix>/8365ef3b-8bf3-48aa-bd5d-7113fcff827c",
    "_updateTimeInMicros": 1568625938000000,
    "_updatedBy": "exampleuser",
    "branch": "master",
    "configurations": [
        {
            "pipeline": "rest_pipeline",
            "input": {},
            "eventType": "change-merged",
            "failureComment": "Pipeline Execution Failed",
            "successComment": "Pipeline Execution Successful"
        },
        {
            "pipeline": "rest_pipeline",
            "input": {},
            "eventType": "patchset-created",
            "verifiedLabel": "Verified",
            "failureComment": "Pipeline Failed",
            "successComment": "Pipeline Completed"
        }
    ],
    "createdAt": "2019-09-16 09:25:38.065065+00",
    "createdBy": "exampleuser",
    "description": "string",
    "enabled": true,
    "exclusions": [
        {
            "type": "PLAIN",
            "value": "example.txt"
        }
    ],
    "gerritProject": "TestGerritProject",
    "id": "8365ef3b-8bf3-48aa-bd5d-7113fcff827c",
    "inclusions": [
        {
            "type": "PLAIN",
            "value": "example.txt"
        }
    ],
    "listener": "Gerrit-Listener",
    "name": "My-Name",
    "prioritizeExclusion": true,
    "project": "My-Project",
    "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
branch
Optional

Gerrit Project Branch on which the change has to be monitored.

configurations
Optional

The configuration of an Gerrit Event.

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 that this trigger will be addressed on receiving respective events.

exclusions
Optional

Provide file exclusions as conditions for the trigger.

string
gerritProject
Optional

Gerrit Project which is to be monitored for the change.

string
id
Optional

The id of this resource.

inclusions
Optional

Provide file inclusions as conditions for the trigger.

string
listener
Optional

Gerrit Listener which will receive the events for this trigger.

string
name
Required

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

boolean
prioritizeExclusion
Optional

Prioritize Exclusion ensures that Pipelines are not triggered even if any of the files in a commit match the specified files in the exclusion paths or regex.

string
project
Optional

The project this entity belongs to.

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.


401

Unauthorized Request

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure

500

Server Error

Operation doesn't return any data structure

Triggers Operations
POST
Clone Listener Using POST
POST
Clone Trigger Using POST
POST
Create Docker Registry Webhook Using POST
POST
Create Gerrit Listener Using POST
POST
Create Git Webhook Using POST
POST
Create Using POST 2
DELETE
Delete By Id Using DELETE
DELETE
Delete By Id Using DELETE 1
DELETE
Delete By Name Using DELETE
DELETE
Delete By Name Using DELETE 1
DELETE
Delete By Name Using DELETE 2
DELETE
Delete By Name Using DELETE 3
DELETE
Delete Using DELETE
DELETE
Delete Using DELETE 4
DELETE
Delete Using DELETE 5
DELETE
Delete Using DELETE 6
DELETE
Delete Using DELETE 7
GET
Get All Docker Events Using GET
GET
Get All Docker Registry Webhooks Using GET
GET
Get All Events Using GET
GET
Get All Gerrit Listeners Using GET
GET
Get All Git Events Using GET
GET
Get All Git Webhooks Using GET
GET
Get All Using GET 2
GET
Get Docker Event By ID Using GET
GET
Get Docker Registry Webhook By ID Using GET
GET
Get Docker Registry Webhook By Name Using GET
GET
Get Event By ID Using GET
GET
Get Gerrit Listener By ID Using GET
GET
Get Gerrit Listener By Name Using GET
GET
Get Gerrit Projects Using GET
GET
Get Gerrit Projects Using GET 1
GET
Get Git Event By ID Using GET
GET
Get Git Webhook By ID Using GET
GET
Get Git Webhook By Name Using GET
GET
Get Trigger By Name Using GET
GET
Get Trigger Using GET
POST
Manual Trigger Using POST
PATCH
Patch By Id Using PATCH
PATCH
Patch By Id Using PATCH 1
PATCH
Patch By Id Using PATCH 2
PATCH
Patch By Name Using PATCH
PATCH
Patch By Name Using PATCH 1
PATCH
Patch By Name Using PATCH 2
POST
Resume Or Rerun Event Using POST
POST
Resume Or Rerun Event Using POST 1
POST
Resume Or Rerun Event Using POST 2
PUT
Update By Id Using PUT 2
PUT
Update By Id Using PUT 3
PUT
Update By Name Using PUT
PUT
Update By Name Using PUT 2
PUT
Update By Name Using PUT 3
PUT
Update By Name Using PUT 4
PUT
Update Using PUT
PUT
Update Using PUT 1
POST
Validate Gerrit Listener Using POST