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

Query for records/record sets without knowing the zone (add a search resource?) #51

Closed
geoff-maddock opened this issue Nov 9, 2020 · 2 comments · Fixed by #55
Closed
Assignees
Labels
enhancement Enhancement of the code, not introducing new features.

Comments

@geoff-maddock
Copy link

Detailed description

As a developer I would like to query records by content and retrieve a list of records

Context

I have an older app that connects to PDNS via the database, and we're looking to move to using the API.
Our app has a list page that lets the user filter all records by the record content, zone etc.

I don't see this in the PDNS api or this project - has anyone solved this problem?

Possible implementation

Make use of the search endpoint in the API?

Your environment

  • Version used: PHP 7.4
  • Operating system and version: centos
@geoff-maddock geoff-maddock changed the title Resource to query for records/record sets without knowing the zone Resource to query for records/record sets without knowing the zone (search resource?) Nov 9, 2020
@geoff-maddock geoff-maddock changed the title Resource to query for records/record sets without knowing the zone (search resource?) Query for records/record sets without knowing the zone (add a search resource?) Nov 9, 2020
@trizz trizz self-assigned this Nov 10, 2020
@trizz
Copy link
Member

trizz commented Nov 10, 2020

Hi @geoff-maddock,

At this moment the search endpoint is not supported. However, I think this is a good addition for this package, so I'll add it to our planning for (one of) our next sprint(s). I guess this will be around January.

@trizz trizz added the enhancement Enhancement of the code, not introducing new features. label Nov 10, 2020
@trizz trizz linked a pull request Dec 18, 2020 that will close this issue
@robbinjanssen
Copy link
Member

robbinjanssen commented Dec 21, 2020

@geoff-maddock The search endpoint has been implemented in v2.6.0 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of the code, not introducing new features.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants