Get App Volumes Manager Monitor Info

Get App Volumes Manager Monitor Info

Retrieves information about an app volumes manager.

Request
URI
GET
https://{api_host}/rest/monitor/app-volumes-managers/{id}
COPY
Path Parameters
string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns AppVolumesManagerMonitorInfo of type(s) */*
{
    "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.
  • PROBLEM: Problem detected in connecting to App Volumes Manager.
Possible values are : SUCCESS, 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.


401

User is not authenticated

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure