IBM Storage Scale Modeling Rule

Modeling Rule

IBM Storage Scale

Details

IDibm_storage_scale_ModelingRule
From Version8.4.0

Schema

ibm_storagescale_raw

Field Type Array?
arguments string
command string
node string
originator string
pid int
returnCode int
user string
{
  "ibm_storagescale_raw": {
    "command": {
      "type": "string",
      "is_array": false
    },
    "arguments": {
      "type": "string",
      "is_array": false
    },
    "node": {
      "type": "string",
      "is_array": false
    },
    "originator": {
      "type": "string",
      "is_array": false
    },
    "pid": {
      "type": "int",
      "is_array": false
    },
    "user": {
      "type": "string",
      "is_array": false
    },
    "returnCode": {
      "type": "int",
      "is_array": false
    }
  }
}