AppVolumesManagerMonitorInfoV2

AppVolumesManagerMonitorInfoV2
AppVolumesManagerMonitorInfoV2
JSON Example
{
    "connection_servers_v2": [
        {
            "certificate": {
                "valid": true,
                "valid_from": 1561939200000,
                "valid_to": 1561939200000
            },
            "name": "cs1.example.com",
            "status": "OK",
            "thumbprint_accepted": true
        }
    ],
    "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_v2
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.