Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add ns1_zones table #8

Merged
merged 1 commit into from
Sep 27, 2023
Merged

feat: Add ns1_zones table #8

merged 1 commit into from
Sep 27, 2023

Conversation

akash1810
Copy link
Member

What does this change?

Adds the table ns1_zones.

The data will look something like this:

[
  {
    "id": "520422af9f782d37dffb588b",
    "ttl": 3600,
    "nx_ttl": 3600,
    "retry": 7200,
    "zone": "example.com",
    "refresh": 43200,
    "expiry": 1209600,
    "dns_servers": [
      "dns1.p03.nsone.net",
      "dns2.p03.nsone.net",
      "dns3.p03.nsone.net",
      "dns4.p03.nsone.net"
    ],
    "networks": [
      0
    ],
    "network_pools": [
      "p03"
    ],
    "meta": {},
    "hostmaster": "[email protected]"
  },
  {
    "id": "520422c99f782d37dffb5892",
    "ttl": 3600,
    "nx_ttl": 3600,
    "retry": 7200,
    "zone": "nsoneisgreat.com",
    "refresh": 43200,
    "expiry": 1209600,
    "dns_servers": [
      "dns1.p04.nsone.net",
      "dns2.p04.nsone.net",
      "dns3.p04.nsone.net",
      "dns4.p04.nsone.net"
    ],
    "networks": [
      0
    ],
    "network_pools": [
      "p04"
    ],
    "meta": {},
    "hostmaster": "[email protected]"
  }
]

@akash1810 akash1810 merged commit 389fa93 into main Sep 27, 2023
1 check passed
@akash1810 akash1810 deleted the aa/get-zones branch September 27, 2023 07:14
akash1810 added a commit to guardian/service-catalogue that referenced this pull request Sep 27, 2023
Adds the (WIP) NS1 source plugin from https://github.com/guardian/cq-source-ns1 to collect NS1 data.

Currently, only zone information is returned, see guardian/cq-source-ns1#8.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant