Skip to content

Commit 5f340c0

Browse files
author
Davide Schiera
committed
Sorted functions alphabetically.
1 parent 722cc8e commit 5f340c0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,12 @@ An array of alert json objects, with the format described at [this link](https:/
199199
**Example**
200200
[examples/list_alerts.py](examples/list_alerts.py).
201201

202+
#### `get_connected_agents(self)`
203+
**Description**
204+
Return the agents currently connected to Sysdig Cloud for the current user.
205+
**Success Return Value**
206+
A list of the agents with all their attributes.
207+
202208
#### `get_data(self, metrics, start_ts, end_ts=0, sampling_s = 0, filter='', datasource_type='host')`
203209
**Description**
204210
This is the method you use to export metric data. It's flexible enough to offer both time-series and table-based data export.
@@ -261,12 +267,6 @@ A dictionary containing the list of available metrics.
261267
**Example**
262268
[examples/list_metrics.py](examples/list_metrics.py).
263269

264-
#### `get_connected_agents(self)`
265-
**Description**
266-
Return the agents currently connected to Sysdig Cloud for the current user.
267-
**Success Return Value**
268-
A list of the agents with all their attributes.
269-
270270
#### `get_n_connected_agents(self)`
271271
**Description**
272272
Return the number of agents currently connected to Sysdig Cloud for the current user.

0 commit comments

Comments
 (0)