NSX-T Data Center REST API

ApplianceProcessData (type)

{
  "extends": {
    "$ref": "Resource"
  },
  "id": "ApplianceProcessData",
  "module_id": "ShaApplianceMonitor",
  "properties": {
    "_links": {
      "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.",
      "items": {
        "$ref": "ResourceLink"
      },
      "readonly": true,
      "title": "References related to this resource",
      "type": "array"
    },
    "_schema": {
      "readonly": true,
      "title": "Schema for this resource",
      "type": "string"
    },
    "_self": {
      "$ref": "SelfResourceLink",
      "readonly": true,
      "title": "Link to this resource"
    },
    "id": {
      "description": "Display the Appliance id.",
      "title": "Appliance id",
      "type": "string"
    },
    "name": {
      "description": "Display the appliance name.",
      "title": "Appliance name",
      "type": "string"
    },
    "timestamp": {
      "$ref": "EpochMsTimestamp",
      "description": "Timestamp of last modification.",
      "title": "Timestamp of last modification"
    },
    "top_process_by_cpu_count": {
      "description": "Display the total count of process.",
      "title": "Process count",
      "type": "integer"
    },
    "top_process_by_cpu_list": {
      "description": "Display the top process list by CPU.",
      "items": {
        "$ref": "ProcessInformation"
      },
      "title": "Top process list by CPU",
      "type": "array"
    },
    "top_process_by_mem_count": {
      "description": "Display the total count of process.",
      "title": "Process count",
      "type": "integer"
    },
    "top_process_by_mem_list": {
      "description": "Display the top process list by memory.",
      "items": {
        "$ref": "ProcessInformation"
      },
      "title": "Top process list by memory",
      "type": "array"
    }
  },
  "title": "List of process data in given appliance node",
  "type": "object"
}