Submit a query to be processed in the background. If the submission of the query succeeds, the API returns a 201 status and an ID that refer to the query. In addition to the HTTP status 201, the state of "enqueued" means that the request succeeded.
HTTP request
POST https://apigee.googleapis.com/v1/{parent=organizations/*/environments/*}/queries
[[["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 API facilitates submitting a query in the background, returning a 201 status and a unique ID upon successful submission."],["The HTTP request uses a POST method to a specific URL structure that follows gRPC Transcoding syntax, including a required `parent` path parameter."],["Submitting a query requires the authorization permission `apigee.queries.create` on the `parent` resource and the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."],["The request body must include an instance of `Query`, and a successful response will contain a newly created instance of `AsyncQuery`."]]],[]]