dns_api.json 635 Bytes
Newer Older
jose's avatar
jose committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
[
  {
    "name": "dns_cx",
    "title": "CloudXns",
    "ps": "Automatically resolve application SSL using cloudxns API interface",
    "help": "CloudxnsBackground > User Center > API Management, follow the instructions to get AccessKey/SecretKey",
    "data": [
      {
        "key": "SAVED_CX_Key",
        "name": "AccessKey",
        "value": ""
      },
      {
        "key": "SAVED_CX_Secret",
        "name": "SecretKey",
        "value": ""
      }
    ]
  },
  {
    "name": "dns",
    "title": "Manual resolution",
    "ps": "Returns the host and txt values, which are manually parsed by the user",
    "data": false
  }
]