@@ -124,22 +124,21 @@ def show_objects(
124124 extra_secondary_parameters : dict = None ,
125125 ** kw
126126 ) -> Box :
127- """
128- Retrieve objects.
127+ """Retrieve objects.
129128
130129 Args:
131130 endpoint (str): Endpoint to reach to show the objects
132- show_all (bool, optional): Indicates if you want to shown all objects or not. If yes, `offset ` will be ignored.\
131+ show_all (bool, optional): Indicates if you want to shown all objects or not. If yes, `offset` will be ignored.\
133132 Defaults to False
134- filter_results (str, optional): Search expression to filter objects by. Defaults to None
135- The provided text should be exactly the same as it would be given in SmartConsole Object Explorer.
136- The logical operators in the expression ('AND', 'OR') should be provided in capital letters.
133+ filter_results (str, optional): Search expression to filter objects by. Defaults to None\
134+ The provided text should be exactly the same as it would be given in SmartConsole Object Explorer.\
135+ The logical operators in the expression ('AND', 'OR') should be provided in capital letters.\
137136 he search involves both a IP search and a textual search in name, comment, tags etc.
138137 limit (int, optional): The maximal number of returned results. Defaults to 50 (between 1 and 500)
139138 offset (int, optional): Number of the results to initially skip. Defaults to 0
140- order (List[dict], optional): Sorts results by the given field. By default the results are sorted in the
139+ order (List[dict], optional): Sorts results by the given field. By default the results are sorted in the\
141140 descending order by the session publish time. Defaults to None
142- extra_secondary_parameters (dict, optional): Any additional secondary parameter need to be add in the request
141+ extra_secondary_parameters (dict, optional): Any additional secondary parameter need to be add in the request\
143142 Defaults to None
144143 **kw (dict, optional): Arbitrary keyword arguments for secondary parameters.
145144
0 commit comments