Required. Name of the organization in which to create the data collector in the following format: organizations/{org}.
Authorization requires the following IAM permission on the specified resource parent:
apigee.datacollectors.create
Query parameters
Parameters
dataCollectorId
string
ID of the data collector. Overrides any ID in the data collector resource. Must be a string beginning with dc_ that contains only letters, numbers, and underscores.
Request body
The request body contains an instance of DataCollector.
Response body
If successful, the response body contains a newly created instance of DataCollector.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-07 UTC."],[[["This webpage outlines how to create a new data collector using the Apigee API."],["The process involves sending a POST request to a specific URL with the organization as a path parameter."],["You must use `dataCollectorId` as a query parameter which requires a string format of `dc_` and only contain letters, numbers, and underscores."],["The request body must include an instance of the `DataCollector` resource, and the successful response body will contain the newly created `DataCollector` instance."],["Creating a data collector requires the `apigee.datacollectors.create` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]