Submit a query at host level 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/*}/hostQueries
[[["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."],[[["Submitting a query at the host level is done via a POST request to `https://apigee.googleapis.com/v1/{parent=organizations/*}/hostQueries`."],["A successful query submission returns a 201 status code along with an ID and an \"enqueued\" state."],["The request requires a `parent` path parameter of the format `organizations/{org}`, and the `apigee.hostqueries.create` IAM permission."],["The request body must be an instance of `Query`, and if the request is successful, the response body will contain an instance of `AsyncQuery`."],["Authorization for this request requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]