-
Type: New Feature
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: ADDONS_10.10
-
Component/s: Rest API
-
Epic Link:
-
Tags:
-
Sprint:nxplatform 11.1.11, nxplatform 11.1.12
-
Story Points:5
GET /site/management/probes
See ProbeManager#getAllProbeInfos, only get the latest probe info, do not run the probes.
GET /site/management/probes/{probeId}
See ProbeManager#getProbeInfo(string), only get the latest probe info, do not run the probe.
POST /site/management/probes/{probeId}
See ProbeManager#runProbe(string), run the probe and return the prob info.
Probably need to implement a ProbeInfo writer?
- depends on
-
NXP-27627 ProbeStatus.infos needs to be readable
- Resolved