Nodes/{name}/health/states: GET

Gets details about system health states for the node or nodes of node class.

Availability

Available on all IBM Storage Scale editions.

Description

The GET nodes/nodeName/health/states request gets information about the system health states of the specified node or node class. For more information about the fields in the data structures that are returned, see the topics mmhealth command and mmces command.

Request URL

https://<IP address or host name of API server>:<port>/scalemgmt/v2/nodes/nodeName/health/states
where
nodes/nodeName
Specifies the node about which you want to get information. Required.
health/states
Specifies that you need to get the details of the system health state of the node. Required.

Request headers

Content-Type: application/json
Accept: application/json

Request parameters

The following parameters can be used in the request URL to customize the request:
Table 1. List of request parameters
Parameter name Description and applicable keywords Required/optional
fields Comma separated list of fields to be included in response. ':all:' selects all available fields. Optional.
filter Filter objects by expression. For example, 'status=HEALTHY,entityType=FILESET' Optional.
name Name of the node. Required.

Request data

No request data.

Response data

{
    "status": {
      "code":ReturnCode",
      "message":"ReturnMessage"
     },
    "paging": 
     {
     "next": "URL"
     },
   events: [
      {
         "oid":"ID",
         "component":"Component",
         "reportingnode":" Node Name",
         "type":" {TIP | STATE_CHANGE | NOTICE}",
         "activeSince":"Time",
         "name":"Event Name",
         "message":"Message",
         "entityType":"Entity Type",
         "entityName":" Name",
         "userAction":" Action",
         "description":" Description",
         "state":"Event State",
         "severity":"Severiy",
         "parentName":"Name",
         "reasons":"reason",
      }
   ],
}
For more information about the fields in the following data structures, see the links at the end of this topic.
"status":
Return status.
"message": "ReturnMessage",
The return message.
"code": ReturnCode
The return code.
"paging"
The URL to retrieve the next page. Paging is enabled when more than 1000 objects are returned by the query.
"events":
An array of elements that describe the system health event. Each element describes one node.
"oid":"ID
The internal unique ID of the event.
"component":"Component
The component to which the event belongs.
"reportingnode":" Node Name
The node in which the event is reported.
"type":" {TIP | STATE_CHANGE | NOTICE}
Specifies the event type.
"activeSince":"Time
The time at which the event occurred.
"name":"Event Name
The name of the event.
"message":"Message
The event message.
"entityType":"Entity Type
The type of the entity for which the event occurred.
"entityName":" Name
The name of the entity for which the event occurred.
"userAction":" Action
The user action that is required to resolve the event.
"description":" Description
Description of the event.
"state":"Event State
The state of the event.
"severity":"Severiy
Severity of the event.
"parentName":"Name
Name of the parent event to which this event belongs.
"reasons":"reason
The list of the events that led to this state (only set for non-healthy states).

Examples

The following example gets information about the events reported in the node testnode1-d.localnet.com.

Request URL:
curl -k -u admin:admin001 -X GET --header 'accept:application/json' 
'https://198.51.100.1:443/scalemgmt/v2/node/testnode1-d.localnet.com/health/states
Response data:
Note: In the JSON data that is returned, the return code indicates whether the command is successful. The response code 200 indicates that the command successfully retrieved the information. Error code 400 represents an invalid request and 500 represents internal server error.

{
  "states": [
    {
      "activeSince": "2022-09-13 03:40:00,515",
      "component": "PERFMON",
      "entityName": "afm-11.openstacklocal",
      "entityType": "NODE",
      "oid": 459,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-10-14 16:51:36,460",
      "component": "GPFS",
      "entityName": "afm-11.openstacklocal",
      "entityType": "NODE",
      "oid": 460,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-17 06:39:21,121",
      "component": "CALLHOME",
      "entityName": "afm-11.openstacklocal",
      "entityType": "NODE",
      "oid": 461,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:38:15,737",
      "component": "NETWORK",
      "entityName": "afm-11.openstacklocal",
      "entityType": "NODE",
      "oid": 462,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:38:15,755",
      "component": "NETWORK",
      "entityName": "eth0",
      "entityType": "NIC",
      "oid": 463,
      "parentName": "afm-11.openstacklocal",
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:40:22,799",
      "component": "DISK",
      "entityName": "afm-11.openstacklocal",
      "entityType": "NODE",
      "oid": 464,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:40:22,868",
      "component": "DISK",
      "entityName": "disk3",
      "entityType": "NSD",
      "oid": 465,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:40:22,939",
      "component": "DISK",
      "entityName": "disk4",
      "entityType": "NSD",
      "oid": 466,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:40:22,973",
      "component": "DISK",
      "entityName": "disk5",
      "entityType": "NSD",
      "oid": 467,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:40:23,006",
      "component": "DISK",
      "entityName": "disk1",
      "entityType": "NSD",
      "oid": 468,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:40:23,028",
      "component": "DISK",
      "entityName": "disk2",
      "entityType": "NSD",
      "oid": 469,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:40:23,048",
      "component": "DISK",
      "entityName": "disk6",
      "entityType": "NSD",
      "oid": 470,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:40:23,076",
      "component": "DISK",
      "entityName": "disk7",
      "entityType": "NSD",
      "oid": 471,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-10-19 13:25:06,875",
      "component": "DISK",
      "entityName": "disk8",
      "entityType": "NSD",
      "oid": 472,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:38:13,931",
      "component": "THRESHOLD",
      "entityName": "afm-11.openstacklocal",
      "entityType": "NODE",
      "oid": 474,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:38:30,301",
      "component": "THRESHOLD",
      "entityName": "MemFree_Rule",
      "entityType": "THRESHOLD_RULE",
      "oid": 475,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:45:26,769",
      "component": "THRESHOLD",
      "entityName": "active_thresh_monitor",
      "entityType": "THRESHOLD_MONITOR",
      "oid": 476,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-10-28 09:00:22,068",
      "component": "AFM",
      "entityName": "afm-11.openstacklocal",
      "entityType": "NODE",
      "oid": 477,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:38:17,307",
      "component": "FILEAUDITLOG",
      "entityName": "afm-11.openstacklocal",
      "entityType": "NODE",
      "oid": 478,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 05:20:08,695",
      "component": "FILEAUDITLOG",
      "entityName": "fs1",
      "entityType": "FILESYSTEM",
      "oid": 479,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-10-19 13:26:35,530",
      "component": "FILEAUDITLOG",
      "entityName": "q-fs1",
      "entityType": "FILESYSTEM",
      "oid": 480,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 06:38:20,385",
      "component": "HEALTHCHECK",
      "entityName": "afm-11.openstacklocal",
      "entityType": "NODE",
      "oid": 481,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "DEGRADED"
    },
    {
      "activeSince": "2022-09-13 05:18:02,982",
      "component": "FILESYSTEM",
      "entityName": "afm-11.openstacklocal",
      "entityType": "NODE",
      "oid": 482,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "DEGRADED"
    },
    {
      "activeSince": "2022-09-13 03:42:15,631",
      "component": "FILESYSTEM",
      "entityName": "Temp",
      "entityType": "FILESYSTEM",
      "oid": 483,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "FAILED"
    },
    {
      "activeSince": "2022-09-13 05:18:17,996",
      "component": "FILESYSTEM",
      "entityName": "fs",
      "entityType": "FILESYSTEM",
      "oid": 484,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 05:20:03,047",
      "component": "FILESYSTEM",
      "entityName": "fs1",
      "entityType": "FILESYSTEM",
      "oid": 485,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-10-19 11:14:46,344",
      "component": "FILESYSTEM",
      "entityName": "fs2",
      "entityType": "FILESYSTEM",
      "oid": 486,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:42:30,717",
      "component": "FILESYSTEM",
      "entityName": "fs3",
      "entityType": "FILESYSTEM",
      "oid": 487,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "FAILED"
    },
    {
      "activeSince": "2022-10-19 13:25:18,520",
      "component": "FILESYSTEM",
      "entityName": "q-fs1",
      "entityType": "FILESYSTEM",
      "oid": 488,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:45:45,844",
      "component": "FILESYSMGR",
      "entityName": "afm-11.openstacklocal",
      "entityType": "NODE",
      "oid": 489,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:45:45,876",
      "component": "FILESYSMGR",
      "entityName": "fs2",
      "entityType": "FILESYSTEMMGMT",
      "oid": 490,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:45:45,906",
      "component": "FILESYSMGR",
      "entityName": "fs1",
      "entityType": "FILESYSTEMMGMT",
      "oid": 491,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:47:45,934",
      "component": "FILESYSMGR",
      "entityName": "fs",
      "entityType": "FILESYSTEMMGMT",
      "oid": 492,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:42:34,026",
      "component": "THRESHOLD",
      "entityName": "afm-12.openstacklocal",
      "entityType": "NODE",
      "oid": 495,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:42:51,188",
      "component": "THRESHOLD",
      "entityName": "MemFree_Rule",
      "entityType": "THRESHOLD_RULE",
      "oid": 496,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-10-14 16:56:00,842",
      "component": "GPFS",
      "entityName": "afm-12.openstacklocal",
      "entityType": "NODE",
      "oid": 497,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:42:37,416",
      "component": "FILEAUDITLOG",
      "entityName": "afm-12.openstacklocal",
      "entityType": "NODE",
      "oid": 498,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 04:03:22,236",
      "component": "FILEAUDITLOG",
      "entityName": "fs1",
      "entityType": "FILESYSTEM",
      "oid": 499,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-10-19 14:08:22,505",
      "component": "FILEAUDITLOG",
      "entityName": "q-fs1",
      "entityType": "FILESYSTEM",
      "oid": 500,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:50:08,693",
      "component": "DISK",
      "entityName": "afm-12.openstacklocal",
      "entityType": "NODE",
      "oid": 501,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:50:08,695",
      "component": "DISK",
      "entityName": "disk3",
      "entityType": "NSD",
      "oid": 502,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:50:08,698",
      "component": "DISK",
      "entityName": "disk4",
      "entityType": "NSD",
      "oid": 503,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:50:08,700",
      "component": "DISK",
      "entityName": "disk5",
      "entityType": "NSD",
      "oid": 504,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:45:43,397",
      "component": "DISK",
      "entityName": "disk1",
      "entityType": "NSD",
      "oid": 505,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:45:43,413",
      "component": "DISK",
      "entityName": "disk2",
      "entityType": "NSD",
      "oid": 506,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:45:43,441",
      "component": "DISK",
      "entityName": "disk6",
      "entityType": "NSD",
      "oid": 507,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:45:43,479",
      "component": "DISK",
      "entityName": "disk7",
      "entityType": "NSD",
      "oid": 508,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-10-19 13:25:05,337",
      "component": "DISK",
      "entityName": "disk8",
      "entityType": "NSD",
      "oid": 509,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:44:36,553",
      "component": "PERFMON",
      "entityName": "afm-12.openstacklocal",
      "entityType": "NODE",
      "oid": 510,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-10-19 13:25:19,576",
      "component": "FILESYSTEM",
      "entityName": "afm-12.openstacklocal",
      "entityType": "NODE",
      "oid": 511,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:45:51,771",
      "component": "FILESYSTEM",
      "entityName": "Temp",
      "entityType": "FILESYSTEM",
      "oid": 512,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 05:18:11,946",
      "component": "FILESYSTEM",
      "entityName": "fs",
      "entityType": "FILESYSTEM",
      "oid": 513,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 05:20:09,167",
      "component": "FILESYSTEM",
      "entityName": "fs1",
      "entityType": "FILESYSTEM",
      "oid": 514,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:45:51,780",
      "component": "FILESYSTEM",
      "entityName": "fs2",
      "entityType": "FILESYSTEM",
      "oid": 515,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:45:51,788",
      "component": "FILESYSTEM",
      "entityName": "fs3",
      "entityType": "FILESYSTEM",
      "oid": 516,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-10-19 13:25:19,600",
      "component": "FILESYSTEM",
      "entityName": "q-fs1",
      "entityType": "FILESYSTEM",
      "oid": 517,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:42:36,567",
      "component": "NETWORK",
      "entityName": "afm-12.openstacklocal",
      "entityType": "NODE",
      "oid": 518,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:42:36,585",
      "component": "NETWORK",
      "entityName": "eth0",
      "entityType": "NIC",
      "oid": 519,
      "parentName": "afm-12.openstacklocal",
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:45:51,501",
      "component": "FILESYSMGR",
      "entityName": "afm-12.openstacklocal",
      "entityType": "NODE",
      "oid": 520,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:45:51,530",
      "component": "FILESYSMGR",
      "entityName": "fs3",
      "entityType": "FILESYSTEMMGMT",
      "oid": 521,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:45:51,543",
      "component": "FILESYSMGR",
      "entityName": "Temp",
      "entityType": "FILESYSTEMMGMT",
      "oid": 522,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-29 11:28:38,243",
      "component": "AFM",
      "entityName": "afm-12.openstacklocal",
      "entityType": "NODE",
      "oid": 523,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "DEGRADED"
    },
    {
      "activeSince": "2022-09-29 11:28:38,248",
      "component": "AFM",
      "entityName": "afmkagui2",
      "entityType": "FILESET",
      "oid": 524,
      "parentName": "fs2",
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "DEGRADED"
    },
    {
      "activeSince": "2022-10-14 17:02:57,425",
      "component": "NODE",
      "entityName": "afm-13.openstacklocal",
      "entityType": "NODE",
      "oid": 525,
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:46:54,511",
      "component": "THRESHOLD",
      "entityName": "afm-13.openstacklocal",
      "entityType": "NODE",
      "oid": 526,
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:49:26,631",
      "component": "THRESHOLD",
      "entityName": "MemFree_Rule",
      "entityType": "THRESHOLD_RULE",
      "oid": 527,
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:46:56,686",
      "component": "NETWORK",
      "entityName": "afm-13.openstacklocal",
      "entityType": "NODE",
      "oid": 528,
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:46:56,723",
      "component": "NETWORK",
      "entityName": "eth0",
      "entityType": "NIC",
      "oid": 529,
      "parentName": "afm-13.openstacklocal",
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:46:58,304",
      "component": "FILEAUDITLOG",
      "entityName": "afm-13.openstacklocal",
      "entityType": "NODE",
      "oid": 530,
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-10-20 04:39:29,720",
      "component": "FILEAUDITLOG",
      "entityName": "fs1",
      "entityType": "FILESYSTEM",
      "oid": 531,
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-10-19 13:25:57,226",
      "component": "FILEAUDITLOG",
      "entityName": "q-fs1",
      "entityType": "FILESYSTEM",
      "oid": 532,
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "CHECKING"
    },
    {
      "activeSince": "2022-10-19 13:25:45,193",
      "component": "FILESYSTEM",
      "entityName": "afm-13.openstacklocal",
      "entityType": "NODE",
      "oid": 533,
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:48:27,725",
      "component": "FILESYSTEM",
      "entityName": "Temp",
      "entityType": "FILESYSTEM",
      "oid": 534,
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:48:27,728",
      "component": "FILESYSTEM",
      "entityName": "fs",
      "entityType": "FILESYSTEM",
      "oid": 535,
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 05:20:04,183",
      "component": "FILESYSTEM",
      "entityName": "fs1",
      "entityType": "FILESYSTEM",
      "oid": 536,
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:48:27,733",
      "component": "FILESYSTEM",
      "entityName": "fs2",
      "entityType": "FILESYSTEM",
      "oid": 537,
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:48:27,735",
      "component": "FILESYSTEM",
      "entityName": "fs3",
      "entityType": "FILESYSTEM",
      "oid": 538,
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-10-19 13:25:45,197",
      "component": "FILESYSTEM",
      "entityName": "q-fs1",
      "entityType": "FILESYSTEM",
      "oid": 539,
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:48:27,737",
      "component": "DISK",
      "entityName": "afm-13.openstacklocal",
      "entityType": "NODE",
      "oid": 540,
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:48:27,740",
      "component": "DISK",
      "entityName": "disk3",
      "entityType": "NSD",
      "oid": 541,
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:48:27,742",
      "component": "DISK",
      "entityName": "disk4",
      "entityType": "NSD",
      "oid": 542,
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:48:27,747",
      "component": "DISK",
      "entityName": "disk5",
      "entityType": "NSD",
      "oid": 543,
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:48:27,749",
      "component": "DISK",
      "entityName": "disk1",
      "entityType": "NSD",
      "oid": 544,
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:48:27,751",
      "component": "DISK",
      "entityName": "disk2",
      "entityType": "NSD",
      "oid": 545,
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:48:27,754",
      "component": "DISK",
      "entityName": "disk6",
      "entityType": "NSD",
      "oid": 546,
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:48:27,756",
      "component": "DISK",
      "entityName": "disk7",
      "entityType": "NSD",
      "oid": 547,
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-10-19 13:25:02,477",
      "component": "DISK",
      "entityName": "disk8",
      "entityType": "NSD",
      "oid": 548,
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-10-14 17:02:57,414",
      "component": "GPFS",
      "entityName": "afm-13.openstacklocal",
      "entityType": "NODE",
      "oid": 549,
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-13 03:48:11,558",
      "component": "PERFMON",
      "entityName": "afm-13.openstacklocal",
      "entityType": "NODE",
      "oid": 550,
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-29 11:29:26,224",
      "component": "AFM",
      "entityName": "afm-13.openstacklocal",
      "entityType": "NODE",
      "oid": 551,
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "DEGRADED"
    },
    {
      "activeSince": "2022-10-20 06:05:48,933",
      "component": "AFM",
      "entityName": "afmkagui",
      "entityType": "FILESET",
      "oid": 552,
      "parentName": "fs1",
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-09-29 11:29:26,229",
      "component": "AFM",
      "entityName": "afmkagui2",
      "entityType": "FILESET",
      "oid": 553,
      "parentName": "fs2",
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "DEGRADED"
    },
    {
      "activeSince": "2022-10-28 09:04:15,451",
      "component": "AFM",
      "entityName": "iwfileset",
      "entityType": "FILESET",
      "oid": 554,
      "parentName": "fs2",
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-10-19 13:24:57,231",
      "component": "FILESYSMGR",
      "entityName": "afm-13.openstacklocal",
      "entityType": "NODE",
      "oid": 555,
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-10-19 13:24:57,236",
      "component": "FILESYSMGR",
      "entityName": "q-fs1",
      "entityType": "FILESYSTEMMGMT",
      "oid": 556,
      "reasons": [],
      "reportingNode": "afm-13.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-11-06 14:34:21,870",
      "component": "NODE",
      "entityName": "afm-12.openstacklocal",
      "entityType": "NODE",
      "oid": 577,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-11-06 14:40:56,343",
      "component": "GUI",
      "entityName": "afm-12.openstacklocal",
      "entityType": "NODE",
      "oid": 578,
      "reasons": [],
      "reportingNode": "afm-12.openstacklocal",
      "state": "DEGRADED"
    },
    {
      "activeSince": "2022-11-09 14:47:13,673",
      "component": "NODE",
      "entityName": "afm-11.openstacklocal",
      "entityType": "NODE",
      "oid": 602,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "HEALTHY"
    },
    {
      "activeSince": "2022-11-09 14:52:59,126",
      "component": "GUI",
      "entityName": "afm-11.openstacklocal",
      "entityType": "NODE",
      "oid": 604,
      "reasons": [],
      "reportingNode": "afm-11.openstacklocal",
      "state": "DEGRADED"
    }
  ],
  "status": {
    "code": 200,
    "message": "The request finished successfully."
  }
}