View Source GoogleApi.AcmeDNS.V1.Api.AcmeChallengeSets (google_api_acme_dns v0.2.0)
API calls for all endpoints tagged AcmeChallengeSets
.
Summary
Functions
Gets the ACME challenge set for a given domain name. Domain names must be provided in Punycode.
Rotate the ACME challenges for a given domain name. By default, removes any challenges that are older than 30 days. Domain names must be provided in Punycode.
Functions
Link to this function
acmedns_acme_challenge_sets_get(connection, root_domain, optional_params \\ [], opts \\ [])
View Source@spec acmedns_acme_challenge_sets_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.AcmeDNS.V1.Model.AcmeChallengeSet.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets the ACME challenge set for a given domain name. Domain names must be provided in Punycode.
Parameters
-
connection
(type:GoogleApi.AcmeDNS.V1.Connection.t
) - Connection to server -
root_domain
(type:String.t
) - Required. SLD + TLD domain name to list challenges. For example, this would be "google.com" for any FQDN under "google.com". That includes challenges for "subdomain.google.com". This MAY be Unicode or Punycode. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.AcmeDNS.V1.Model.AcmeChallengeSet{}}
on success -
{:error, info}
on failure
Link to this function
acmedns_acme_challenge_sets_rotate_challenges(connection, root_domain, optional_params \\ [], opts \\ [])
View Source@spec acmedns_acme_challenge_sets_rotate_challenges( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.AcmeDNS.V1.Model.AcmeChallengeSet.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Rotate the ACME challenges for a given domain name. By default, removes any challenges that are older than 30 days. Domain names must be provided in Punycode.
Parameters
-
connection
(type:GoogleApi.AcmeDNS.V1.Connection.t
) - Connection to server -
root_domain
(type:String.t
) - Required. SLD + TLD domain name to update records for. For example, this would be "google.com" for any FQDN under "google.com". That includes challenges for "subdomain.google.com". This MAY be Unicode or Punycode. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.AcmeDNS.V1.Model.RotateChallengesRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.AcmeDNS.V1.Model.AcmeChallengeSet{}}
on success -
{:error, info}
on failure