listHostnames.json 517 B

12345678910111213141516171819202122232425262728
  1. {
  2. "success": true,
  3. "errors": [
  4. {}
  5. ],
  6. "messages": [
  7. {}
  8. ],
  9. "result": [
  10. {
  11. "id": "0d89c70d-ad9f-4843-b99f-6cc0252067e9",
  12. "hostname": "app.example.com",
  13. "ssl": {
  14. "status": "pending_validation",
  15. "method": "http",
  16. "type": "dv",
  17. "cname_target": "dcv.digicert.com",
  18. "cname": "810b7d5f01154524b961ba0cd578acc2.app.example.com"
  19. }
  20. }
  21. ],
  22. "result_info": {
  23. "page": 1,
  24. "per_page": 20,
  25. "count": 1,
  26. "total_count": 2000
  27. }
  28. }