ApplianceProcessData

ApplianceProcessData
ApplianceProcessData

List of process data in given appliance node

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "id": "string",
    "name": "string",
    "timestamp": 0,
    "top_process_by_cpu_count": 0,
    "top_process_by_cpu_list": [
        {
            "command": "string",
            "cpu_usage": "number",
            "memory_usage": "number",
            "nice_value": "string",
            "process_id": "string",
            "resident_memory_size": "number",
            "shared_memory_size": "number",
            "user": "string",
            "virtual_memory_size": "number"
        }
    ],
    "top_process_by_mem_count": 0,
    "top_process_by_mem_list": [
        {
            "command": "string",
            "cpu_usage": "number",
            "memory_usage": "number",
            "nice_value": "string",
            "process_id": "string",
            "resident_memory_size": "number",
            "shared_memory_size": "number",
            "user": "string",
            "virtual_memory_size": "number"
        }
    ]
}