NSX-T Data Center REST API

NodeProcessProperties (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "Resource"
  },
  "id": "NodeProcessProperties",
  "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"
    },
    "cpu_time": {
      "readonly": true,
      "title": "CPU time (user and system) consumed by process in milliseconds",
      "type": "integer"
    },
    "mem_resident": {
      "readonly": true,
      "title": "Resident set size of process in bytes",
      "type": "integer"
    },
    "mem_used": {
      "readonly": true,
      "title": "Virtual memory used by process in bytes",
      "type": "integer"
    },
    "pid": {
      "readonly": true,
      "title": "Process id",
      "type": "integer"
    },
    "ppid": {
      "readonly": true,
      "title": "Parent process id",
      "type": "integer"
    },
    "process_name": {
      "readonly": true,
      "title": "Process name",
      "type": "string"
    },
    "start_time": {
      "$ref": "EpochMsTimestamp",
      "readonly": true,
      "title": "Process start time expressed in milliseconds since epoch"
    },
    "uptime": {
      "readonly": true,
      "title": "Milliseconds since process started",
      "type": "integer"
    }
  },
  "title": "Node process properties",
  "type": "object"
}