Feilong is a open source z/VM cloud connector project under the Open Mainframe Project umbrella that will accelerate the z/VM adoption, extending its ecosystem and its user experience. It provides a set of APIs to operate z/VM including guest, image, network, volume etc.
This PR adds the missing fields to the output of "Report health of SMAPI" (see issue #774).
It preserves ascending compatibility by introducing a new API call with a slightly different URL:
GET /smapi_health
instead of GET /smapi-healthy.
The old call still exists with the old behaviour, but is documented as "deprecated".
This PR adds the missing fields to the output of "Report health of SMAPI" (see issue #774).
It preserves ascending compatibility by introducing a new API call with a slightly different URL: GET /smapi_health instead of GET /smapi-healthy. The old call still exists with the old behaviour, but is documented as "deprecated".
Before
After