Monitor
JFrog Connect API requests for getting monitoring data from devices.
Last updated
Was this helpful?
JFrog Connect API requests for getting monitoring data from devices.
Last updated
Was this helpful?
Gets the last 100 Data Monitor records that were received from your devices.
/api/v2/{project_key}/monitor
The project key of the relevant project in the account. An account can have multiple projects. If you don't know the project key, you can find it in the Settings of the web UI in the Projects tab.
The pagination token to get the next page of results.
The maximum number of devices to return in the response.
Returns the application data for a single parameter of a single application on a specific device. (This is the same as Get Monitor List, except it is for a single device.)
/api/v2/{project_key}/monitor/{device_uuid}
The project key of the relevant project in the account. An account can have multiple projects. If you don't know the project key, you can find it in the Settings of the web UI in the Projects tab.
The UUID of the device you are acting on. This is the unique identifier of the device in Connect, for example, d-4cfe-4e51. You can find the UUID in the ID column of the Devices table in the Devices page of the web UI.
Sends any parameter and value from the edge device to the Connect server.
/api/v2/{project_key}/monitor/{device_uuid}
The project key of the relevant project in the account. An account can have multiple projects. If you don't know the project key, you can find it in the Settings of the web UI in the Projects tab.
The UUID of the device you are acting on. This is the unique identifier of the device in Connect, for example, d-4cfe-4e51. You can find the UUID in the ID column of the Devices table in the Devices page of the web UI.