-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Hi!
Struggling to understand the args and kwargs for HostRecord.search(). Trying to emulate the following call
r = conn.get_object('record:host', {'name~': host})but cant seem to pick the right kwargs. This one worked
kw = {'name': host}
r = objects.HostRecord.search(conn, **kw)but
kw = {'name~': host}
r = objects.HostRecord.search(conn, **kw)didnt 😞.
Does anybody have a working example for ~ operator?
TIA!
Metadata
Metadata
Assignees
Labels
No labels