- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Full name: projects.locations.instances.integrations.jobs.jobInstances.list
List all instances of a job.
HTTP request
Path parameters
Parameters | |
---|---|
parent |
Required. The instance to list IntegrationJobInstances for. Format: projects/{project}/locations/{location}/instances/{instance}/integrations/{integration}/jobs/{job}/jobInstances |
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The maximum number of IntegrationJobInstances to return. The service may return fewer than this value. |
pageToken |
Optional. A page token, received from a previous |
filter |
Optional. Filter to be applied on the resource. |
orderBy |
Optional. The order of the resource to be returned. |
Request body
The request body must be empty.
Response body
ListIntegrationJobInstancesResponse contains the list of the specific job's IntegrationJobInstances.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"jobInstances": [
{
object ( |
Fields | |
---|---|
jobInstances[] |
The list of IntegrationJobInstances. |
nextPageToken |
A token, which can be sent as |
totalSize |
Output only. Total number of IntegrationJobInstances. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.