I am using Dashboard API to retrieve Room details. In the response JSON there is “health” key. in the sample its value is “critical”. What are the other possible values?
Also, what are the possible values of “issues”, in the same object Zoom Room?
Can you please link the documentation you’re referencing and screenshots of the request/response you’re seeing for further clarification? Thanks so much!
The schema tells about this 2 fields Issues (array of string) and Health (string). Sample data gives value as “critical”. While testing in our org I found 2 possible values for “health” : “critical” or “healt” : “NoIssue”
I do need the exhaustive list of possible values. Document does not mention this…