api.pdns.v3 package¶
Subpackages¶
Submodules¶
api.pdns.v3.search module¶
Autogenerated API
-
api.pdns.v3.search.
search_records
(query: str = None, rrClass: list = None, rrType: list = None, customerID: list = None, tlp: list = None, limit: int = None, aggregateResult: bool = 'False', includeAnonymousResults: bool = 'False', offset: int = 0, json: bool = True, verify: bool = True, apiKey: str = '', authentication: dict = {}) → dict[source]¶ Search against PassiveDNS with criteria and return matching records (PUBLIC) Search against PassiveDNS with criteria and return matching records. If user exceeds current resource limits, this operation may return status code 402. If that happens, the metaData key millisUntilResourcesAvailable gives a hint as to how long the client needs to wait before attempting again.
Return type: dict