Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.dns.changes

Cloud DNS API: changes.

See: https://cloud.google.com/dns/docsapi/reference/rest/v1/changes
raw docstring

create$clj

(create$ auth parameters body)

https://cloud.google.com/dns/docsapi/reference/rest/v1/changes/create

Required parameters: project, managedZone

Optional parameters: clientOperationId

Body:

{:deletions [{:rrdatas [string], :type string, :ttl integer, :signatureRrdatas [string], :name string, :kind string}], :kind string, :startTime string, :isServing boolean, :status string, :id string, :additions [{:rrdatas [string], :type string, :ttl integer, :signatureRrdatas [string], :name string, :kind string}]}

Atomically updates the ResourceRecordSet collection.

https://cloud.google.com/dns/docsapi/reference/rest/v1/changes/create

Required parameters: project, managedZone

Optional parameters: clientOperationId

Body: 

{:deletions [{:rrdatas [string],
              :type string,
              :ttl integer,
              :signatureRrdatas [string],
              :name string,
              :kind string}],
 :kind string,
 :startTime string,
 :isServing boolean,
 :status string,
 :id string,
 :additions [{:rrdatas [string],
              :type string,
              :ttl integer,
              :signatureRrdatas [string],
              :name string,
              :kind string}]}

Atomically updates the ResourceRecordSet collection.
sourceraw docstring

get$clj

(get$ auth parameters)

https://cloud.google.com/dns/docsapi/reference/rest/v1/changes/get

Required parameters: managedZone, changeId, project

Optional parameters: clientOperationId

Fetches the representation of an existing Change.

https://cloud.google.com/dns/docsapi/reference/rest/v1/changes/get

Required parameters: managedZone, changeId, project

Optional parameters: clientOperationId

Fetches the representation of an existing Change.
sourceraw docstring

list$clj

(list$ auth parameters)

https://cloud.google.com/dns/docsapi/reference/rest/v1/changes/list

Required parameters: managedZone, project

Optional parameters: maxResults, sortBy, pageToken, sortOrder

Enumerates Changes to a ResourceRecordSet collection.

https://cloud.google.com/dns/docsapi/reference/rest/v1/changes/list

Required parameters: managedZone, project

Optional parameters: maxResults, sortBy, pageToken, sortOrder

Enumerates Changes to a ResourceRecordSet collection.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close