AppTriggersResource

RESTful resource for managing application triggers.

The following resources are applicable:

/change-sets/{csId}/app-triggers

Mount Point: /change-sets/{csId}/app-triggers

POST

Creates an application trigger.

Parameters

name description type default
JSESSIONID The current session ID cookie
csId The current change set ID path

Request Body

element: appTrigger
media types: */*
application/xml

The application trigger to create

Response Body

element: (custom)
media types: */*
application/xml

204 (NO_CONTENT) on success, 406 (NOT_ACCEPTABLE) on failure

GET

Retrieves the list of application triggers for a given change set. Optionally filtered by application and/or protocol and/or method.

Parameters

name description type default
JSESSIONID The current session ID cookie
csId The current change-set ID path
application The application to filter on (optional, default: null) query
protocol The protocol to filter on (optional, default: null) query
method The method to filter on (optional, default: null) query

Response Body

element: appTriggers
media types: */*
application/xml

The list of application triggers found or null if not found.

/change-sets/{csId}/app-triggers/{atId}

Mount Point: /change-sets/{csId}/app-triggers/{atId}

GET

Retrieves the list of application triggers for a given change set.

Parameters

name description type default
JSESSIONID The current session ID cookie
csId The current change-set ID path
atId The application trigger ID path

Response Body

element: appTrigger
media types: */*
application/xml

The application trigger found or null if not found