For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
Request body
The request body contains an instance of ResponsePolicy.
Response body
If successful, the response body contains a newly created instance of ResponsePolicy.
[[["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-02-21 UTC."],[[["This webpage describes how to create a new Response Policy using the Google Cloud DNS API's `POST` request method."],["The endpoint for creating a Response Policy is `https://dns.googleapis.com/dns/v1beta2/projects/{project}/responsePolicies`, following gRPC Transcoding syntax."],["The request requires a `project` path parameter and optionally accepts a `clientOperationId` query parameter for unique client-side operation identification."],["The request body must include a `ResponsePolicy` resource, and a successful response returns the newly created `ResponsePolicy` resource."],["Creating a response policy requires OAuth scopes `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/ndev.clouddns.readwrite`."]]],[]]