- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Lists job triggers. See https://cloud.google.com/dlp/docs/creating-job-triggers to learn more.
HTTP request
GET https://dlp.googleapis.com/v2/{parent=projects/*}/jobTriggers
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource name, for example Authorization requires the following Google IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
pageToken |
Optional page token to continue retrieval. Comes from previous call to jobTriggers.list. |
pageSize |
Optional size of the page, can be limited by a server. |
orderBy |
Optional comma separated list of triggeredJob fields to order by, followed by Example: Supported fields are:
|
filter |
Optional. Allows filtering. Supported syntax:
Examples:
The length of this field should be no more than 500 characters. |
locationId |
The geographic location where job triggers will be retrieved from. Use |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListJobTriggersResponse
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.