NSX Autonomous Edge REST API
NodeProcessProperties (schema)
Node process properties
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 | Location of schema for this resource | string | Readonly |
_self | SelfResourceLink | Readonly | |
actions | Actions applicable to the resource at this time | array of ActionDescriptor | Readonly |
cpu_time | CPU time (user and system) consumed by process in milliseconds | integer | Readonly |
mem_resident | Resident set size of process in bytes | integer | Readonly |
mem_used | Virtual memory used by process in bytes | integer | Readonly |
notify_mpa | send notification to MPA about this config change (applicable on edge node) | boolean | Default: "False" |
pid | Process id | integer | Readonly |
ppid | Parent process id | integer | Readonly |
process_name | Process name | string | Readonly |
start_time | Process start time expressed in milliseconds since epoch | EpochMsTimestamp | Readonly |
uptime | Milliseconds since process started | integer | Readonly |