summaryrefslogtreecommitdiff
path: root/test/support/cassettes/zones_manager/get_zone/success.json
blob: a6ca219c29d944c4bddb90f63aed19c02395a6c4 (plain) (blame)
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
27
28
[
  {
    "request": {
      "body": "",
      "headers": {
        "X-API-Key": "S3cr37_70k3n"
      },
      "method": "get",
      "options": {
        "ssl_options": {
          "versions": [
            "tlsv1.1"
          ]
        },
        "recv_timeout": 300000
      },
      "request_body": "",
      "url": "https://my-powerdns.api/api/v1/servers/localhost/zones/my-domain.art."
    },
    "response": {
      "binary": false,
      "body": "nxdomain",
      "headers": [],
      "status_code": null,
      "type": "error"
    }
  }
]