NSX-T Data Center REST API

NodeFileSystemProperties (type)

{
  "additionalProperties": false,
  "id": "NodeFileSystemProperties",
  "module_id": "ApplianceStats",
  "properties": {
    "file_system": {
      "readonly": true,
      "title": "File system id",
      "type": "string"
    },
    "mount": {
      "readonly": true,
      "title": "File system mount",
      "type": "string"
    },
    "total": {
      "readonly": true,
      "title": "File system size in kilobytes",
      "type": "integer"
    },
    "type": {
      "readonly": true,
      "title": "File system type",
      "type": "string"
    },
    "used": {
      "readonly": true,
      "title": "Amount of file system used in kilobytes",
      "type": "integer"
    }
  },
  "title": "File system properties",
  "type": "object"
}