Method: managers.list

Full name: projects.locations.instances.integrations.managers.list

List Integration Managers for a given integration.

HTTP request


Path parameters

Parameters
parent

string

Required. The integration to list Integration Managers for. Format: projects/{project}/locations/{location}/instances/{instance}/integrations/{integration}

Query parameters

Parameters
pageSize

integer

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

string

Optional. A page token, received from a previous managers.list call. Provide this to retrieve the subsequent page.

filter

string

Optional. A filter that can be used to filter the list of Integration Managers.

orderBy

string

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 (IntegrationManager)
    }
  ],
  "nextPageToken": string,
  "totalSize": integer
}
Fields
managers[]

object (IntegrationManager)

The list of Integration Managers.

nextPageToken

string

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

totalSize

integer

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.