cryostatio / cryostat-web

Web front-end for Cryostat: Secure JDK Flight Recorder management for containerized JVMs
https://cryostat.io/
Other
10 stars 20 forks source link

V2 API Response Handling #163

Open andrewazores opened 3 years ago

andrewazores commented 3 years ago

See https://github.com/rh-jmc-team/container-jfr/pull/352

V2 API handlers' response formats will be changing. The Api.service will probably need to be adapted to match.

andrewazores commented 3 years ago

From a quick glance, it seems the only function currently consuming a v2 API is the certificate upload. This is also simple enough that it continues to work with the changed response format from the server in the linked (now merged) PR. So, this is not urgently needed, but it should still be relatively high-priority.