You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2020/04/07 19:01:32 UTC

[GitHub] [trafficcontrol] zrhoffman commented on a change in pull request #3534: TP Delivery Service Generate SSL update, new letsencrypt generate and renew API endpoints

zrhoffman commented on a change in pull request #3534: TP Delivery Service Generate SSL update, new letsencrypt generate and renew API endpoints
URL: https://github.com/apache/trafficcontrol/pull/3534#discussion_r405043492
 
 

 ##########
 File path: docs/source/api/letsencrypt_dnsrecords.rst
 ##########
 @@ -23,20 +23,35 @@
 
 ``GET``
 ========
-Gets all DNS challenge records for Let's Encrypt DNS challenges.
+Gets DNS challenge records for Let's Encrypt DNS challenge for a specified :abbr:`FQDN (Fully Qualified Domain Name)`.
 
 :Auth. Required: Yes
 :Roles Required: "admin" or "operations"
 :Response Type:  Array
 
 Request Structure
 -----------------
-No parameters available
+.. table:: Request Query Parameters
+
+	+------+----------+--------------------------------------------------------------------------------------------------+
+	| Name | Required | Description                                                                                      |
+	+======+==========+==================================================================================================+
+	| fqdn | no       | Return only DNS challenge records for the specified :abbr:`FQDN (Fully Qualified Domain Name)`   |
+	+------+----------+--------------------------------------------------------------------------------------------------+
+
+.. code-block:: http
+	:caption: Request Example
+
+	GET /api/1.4/letsencrypt/dnsrecord?fqdn=_acme-challenge.demo1.example.com. HTTP/1.1
 
 Review comment:
   @mattjackson220 This should be letsencrypt/dnsrecords

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services