NSX-T Data Center REST API
ApplianceProcessData (schema)
List of process data in given appliance node
| Name | Description | Type | Notes | 
|---|---|---|---|
| _links | References related to this resource The server will populate this field when returing the resource. Ignored on PUT and POST. | array of ResourceLink | Readonly | 
| _schema | Schema for this resource | string | Readonly | 
| _self | Link to this resource | SelfResourceLink | Readonly | 
| id | Appliance id Display the Appliance id. | string | |
| name | Appliance name Display the appliance name. | string | |
| timestamp | Timestamp of last modification Timestamp of last modification. | EpochMsTimestamp | |
| top_process_by_cpu_count | Process count Display the total count of process. | integer | |
| top_process_by_cpu_list | Top process list by CPU Display the top process list by CPU. | array of ProcessInformation | |
| top_process_by_mem_count | Process count Display the total count of process. | integer | |
| top_process_by_mem_list | Top process list by memory Display the top process list by memory. | array of ProcessInformation | 
