Operation

get /sysadmin/stats/pmtpcount
getAllActivePmtps (getAllActivePmtps : /sysadmin/stats/pmtpcount)
To get status of all containers along with cpu and memory usage.


Return type
  • String
  • Responses

    Response Messages

    Schema

    200success String
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Example Request Data

    https://{{serverIp}}:8548/systemmonitor/sysadmin/stats/pmtpcount

    Produces
    This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
    • */*
    Example Response Data
    Response [ { "granularity": "15 Min", "pmtpCount": 0 }, { "granularity": "1 Day", "pmtpCount": 0 } ]

    External Docs
    See Also :

    Operation

    get /sysadmin/stats/containerstatus
    getAllContainerStatus (getAllContainerStatus : /sysadmin/stats/containerstatus)
    To get status of all containers along with cpu and memory usage.


    Return type
  • String
  • Responses

    Response Messages

    Schema

    200success String
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Example Request Data

    https://{{serverIp}}:8548/systemmonitor/sysadmin/stats/containerstatus

    Produces
    This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
    • */*
    Example Response Data
    Response { "controlStatus": "OFF", "runLevel": "FullFunctionality", "parentGroupName": "MnC", "processGroupList": [ { "node": "135.249.188.21", "lastUpdated": "2020-10-17T13:47:37Z", "groupName": "notif-adapt-a", "memory": "142Mb", "admin": "false", "message": "", "createdOn": "2020-10-17T13:47:37Z", "status": 1, "cpu": "6%" }, { "node": "135.249.188.21", "lastUpdated": "2020-10-17T13:45:54Z", "groupName": "license", "memory": "2Mb", "admin": "false", "message": "", "createdOn": "2020-10-17T13:45:54Z", "status": 1, "cpu": "0%" }, { "node": "135.249.188.21", "lastUpdated": "2020-10-17T15:00:06Z", "groupName": "adapter-a", "memory": "382Mb", "admin": "false", "message": "", "createdOn": "2020-10-17T13:47:37Z", "status": 1, "cpu": "4%" }, { "node": "135.249.188.21", "lastUpdated": "2020-10-17T13:47:36Z", "groupName": "database", "memory": "542Mb", "admin": "false", "message": "", "createdOn": "2020-10-17T13:47:36Z", "status": 1, "cpu": "4%" }, { "node": "135.249.188.21", "lastUpdated": "2020-10-17T13:47:37Z", "groupName": "mnc-admin", "memory": "2545Mb", "admin": "true", "message": "", "createdOn": "2020-10-17T13:47:37Z", "status": 1, "cpu": "5%" }, { "node": "135.249.188.21", "lastUpdated": "2020-10-17T14:59:49Z", "groupName": "otncore", "memory": "2476Mb", "admin": "false", "message": "", "createdOn": "2020-10-17T13:47:36Z", "status": 1, "cpu": "19%" }, { "node": "135.249.188.21", "lastUpdated": "2020-10-17T13:47:36Z", "groupName": "nspos", "memory": "13634Mb", "admin": "true", "message": "", "createdOn": "2020-10-17T13:47:36Z", "status": 1, "cpu": "912%" }, { "node": "135.249.188.21", "lastUpdated": "2020-10-17T13:47:37Z", "groupName": "otntomcat", "memory": "5275Mb", "admin": "false", "message": "", "createdOn": "2020-10-17T13:47:37Z", "status": 1, "cpu": "16%" }, { "node": "135.249.188.21", "lastUpdated": "2020-10-17T13:47:38Z", "groupName": "mnc-fm", "memory": "1759Mb", "admin": "false", "message": "", "createdOn": "2020-10-17T13:47:38Z", "status": 1, "cpu": "8%" } ], "runStatus": "yes", "autoStart": "yes", "highAvailability": "Enable Hot Standby/Disable Hot StandBy/Switchover/To Standby/To active/Companion To Standby/Companiun To Active/Force Stop Replica" }

    External Docs
    See Also :

    Operation

    get /sysadmin/stats/licenseinfo
    getAllLicenseInfo (getAllLicenseInfo : /sysadmin/stats/licenseinfo)
    To get status of all containers along with cpu and memory usage.


    Return type
  • String
  • Responses

    Response Messages

    Schema

    200success String
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Example Request Data

    https://{{serverIp}}:8548/systemmonitor/sysadmin/stats/licenseinfo

    Produces
    This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
    • */*
    Example Response Data
    Response [ { "componentName": "NFM-T", "totalLicensePoints": "Uncounted", "usedLicensePoints": "0", "expiryDate": "30-nov-2020" } ]

    External Docs
    See Also :