InlineApplianceProcessListResult1

InlineApplianceProcessListResult1
InlineApplianceProcessListResult1
JSON Example
{
    "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"
                }
            ]
        }
    ]
}
results
Optional

Display the appliance process list.