12345678910111213141516171819202122232425 |
- Name = "Open Telekom Cloud"
- Description = ''''''
- URL = "https://cloud.telekom.de/en"
- Code = "otc"
- Since = "v0.4.1"
- Example = ''''''
- [Configuration]
- [Configuration.Credentials]
- OTC_USER_NAME = "User name"
- OTC_PASSWORD = "Password"
- OTC_PROJECT_NAME = "Project name"
- OTC_DOMAIN_NAME = "Domain name"
- OTC_IDENTITY_ENDPOINT = "Identity endpoint URL"
- [Configuration.Additional]
- OTC_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
- OTC_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
- OTC_SEQUENCE_INTERVAL = "Time between sequential requests in seconds (Default: 60)"
- OTC_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
- OTC_HTTP_TIMEOUT = "API request timeout in seconds (Default: 10)"
- [Links]
- API = "https://docs.otc.t-systems.com/domain-name-service/api-ref/index.html"
|