Method: organizations.datacollectors.list

Lists all data collectors.

HTTP request

GET https://apigee.googleapis.com/v1/{parent=organizations/*}/datacollectors

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Name of the organization for which to list data collectors in the following format: organizations/{org} .

Authorization requires the following IAM permission on the specified resource parent :

  • apigee.datacollectors.list

Query parameters

Parameters
pageSize

integer

Maximum number of data collectors to return. The page size defaults to 25.

pageToken

string

Page token, returned from a previous datacollectors.list call, that you can use to retrieve the next page.

Request body

The request body must be empty.

Response body

Response for datacollectors.list .

If successful, the response body contains data with the following structure:

JSON representation
 { 
 "dataCollectors" 
 : 
 [ 
 { 
 object (  DataCollector 
 
) 
 } 
 ] 
 , 
 "nextPageToken" 
 : 
 string 
 } 
Fields
dataCollectors[]

object ( DataCollector )

Data collectors in the specified organization.

nextPageToken

string

Page token that you can include in a datacollectors.list request to retrieve the next page. If omitted, no subsequent pages exist.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform
Design a Mobile Site
View Site in Mobile | Classic
Share by: