- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Full name: projects.locations.instances.integrations.managers.list
List Integration Managers for a given integration.
HTTP request
Path parameters
Parameters | |
---|---|
parent |
Required. The integration to list Integration Managers for. Format: projects/{project}/locations/{location}/instances/{instance}/integrations/{integration} |
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The maximum number of Integration Managers to return. The service may return fewer than this value. If unspecified, at most 100 Integration Managers will be returned. The maximum value is 100; values above 100 will be coerced to 200. |
pageToken |
Optional. A page token, received from a previous |
filter |
Optional. A filter that can be used to filter the list of Integration Managers. |
orderBy |
Optional. A field that can be used to sort the list of Integration Managers. |
Request body
The request body must be empty.
Response body
Response message for listing Integration Managers.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"managers": [
{
object ( |
Fields | |
---|---|
managers[] |
The list of Integration Managers. |
nextPageToken |
A token, which can be sent as |
totalSize |
Total number of Integration Managers. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.