The get_entities() wrapper creates Splunk Entity object sets of stored Splunk configuration objects.
Note: This method is called by the iterator() during SplunkQuerySet instantiation and, generally, does not need to be called directly.
entities = get_entities(**kwargs)
|
**kwargs |
Dict |
De-serialized key-value pairs. |
|
Entity |
An Entities object containing zero or more entities. |