ResponsePolicies: list

Enumerates all Response Policies associated with a project.

Request

HTTP request

GET https://dns.googleapis.com/dns/v1/projects/project/responsePolicies

Parameters

Parameter name Value Description
Path parameters
project string Identifies the project addressed by this request.
Optional query parameters
maxResults integer Optional. Maximum number of results to be returned. If unspecified, the server decides how many results to return.
pageToken string Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request.

Authorization

This request requires authorization with at least one of the following scopes:

Scope
https://www.googleapis.com/auth/ndev.clouddns.readonly
https://www.googleapis.com/auth/ndev.clouddns.readwrite
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/cloud-platform.read-only

Request body

Do not supply a request body with this method.

Response

If successful, this method returns a response body with the following structure:

{
  "header": {
    "operationId": string
  },
  "responsePolicies": [
    responsePolicies Resource
  ],
  "nextPageToken": string
}
Property name Value Description Notes
header.operationId string For mutating operation requests that completed successfully. This is the client_operation_id if the client specified it, otherwise it is generated by the server (output only).
responsePolicies[] list The Response Policy resources.
nextPageToken string The presence of this field indicates that more results exist following your last page of results in pagination order. To fetch them, make another list request by using this value as your page token.

This lets you view the complete contents of even very large collections one page at a time. However, if the contents of the collection change between the first and last paginated list request, the set of all elements returned are an inconsistent view of the collection. You cannot retrieve a consistent snapshot of a collection larger than the maximum page size.