Bulk devices state
Bulk Devices state
GET
https://api.connect.jfrog.io/v1/get_devices_state
Using this call you will get the current state - Online
or Offline
on a bulk of devices.
Request Body
Name | Type | Description |
---|---|---|
user_token | string | This is your account token. You can find it under the Settings category on the dashboard. |
group_name | string | This is the group name of the group you would like to get all its devices state. |
project_name | string | This is the project name of the project you would like to get all its devices state. |
limit | integer | The number of results per page.
The maximum |
offset | integer | Offset to start pagination search results.
This should be the last |
If no parameters are set, the first 20 devices of that user will be returned.
Example
Last updated