AppVolumesManagerMonitorInfo
AppVolumesManagerMonitorInfo
Monitoring information related to App volumes Manager registered in the environment.
JSON Example
{
"connection_servers": [
{
"name": "cs1.example.com",
"status": "OK"
}
],
"description": "SUCCESS",
"id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
"status": "OK",
"url": "avm.example.com",
"version": "App Volumes 4, version 2209 (4.9.0.2996)"
}
connection_servers
Optional
Information about the App volumes Manager connections from each of the connection servers.
string
description
Optional
App volumes Manager Connection description.
- SUCCESS: No problem detected.
- CERT_INVALID_THUMBPRINT_MATCHED: No problem detected. Certificate is untrusted but the thumbprint for the certificate is accepted.
- CERT_INVALID_THUMBPRINT_MATCH_FAILED: Certificate is untrusted and the thumbprint for the certificate is not accepted. Requires certificate revalidation.
- PROBLEM: Problem detected in connecting to App Volumes Manager.
Possible values are : SUCCESS, CERT_INVALID_THUMBPRINT_MATCHED, CERT_INVALID_THUMBPRINT_MATCH_FAILED, PROBLEM,
string
id
Optional
Unique ID of the App volumes Manager.
string
status
Optional
Combined status of the App volumes Manager with respect to all the CS. Set to OK if App volumes Manager is connected with all CS.
- ERROR: There has been no contact from the App Volumes Manager.
- OK: The App Volumes Manager is working as expected.
Possible values are : ERROR, OK,
string
url
Optional
App volumes Manager url.
string
version
Optional
App volumes Manager version.