ApplianceProcessListResult

ApplianceProcessListResult
ApplianceProcessListResult

List of process data

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "cursor": "string",
    "result_count": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "results": [
        {
            "_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"
                }
            ]
        }
    ]
}