NSX Autonomous Edge REST API
NodeStatusProperties (schema)
Node status 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 |
bootup_error | Autonomous edge bootup error | string | Readonly |
cpu_cores | Number of CPU cores on the system | integer | Readonly |
file_systems | File systems configured on the system | array of NodeFileSystemProperties | Readonly |
load_average | One, five, and fifteen minute load averages for the system | array of number | Readonly |
mem_available | Amount of available RAM in the system, in kilobytes. The amount of reclaimable buffer/cache memory in use is taken into consideration here to provide a better idea of how much memory is really available in the system | integer | Readonly |
mem_buffer | Amount of RAM on the system used for temporary disk block storage, in kilobytes | integer | Readonly |
mem_cache | Amount of RAM on the system that can be flushed out to disk, in kilobytes | integer | Readonly |
mem_free | Amount of unused RAM in the system, in kilobytes | integer | Readonly |
mem_slab | Amount of RAM allocated to the kernel slab allocator, in kilobytes | integer | Readonly |
mem_slab_reclaimable | Amount of RAM allocated to the kernel slab allocator that is not currently in use, in kilobytes | integer | Readonly |
mem_total | Amount of RAM allocated to the system, in kilobytes | integer | Readonly |
mem_used | Amount of RAM in use on the system, in kilobytes. (This is mem_total - mem_available) | integer | Readonly |
notify_mpa | send notification to MPA about this config change (applicable on edge node) | boolean | Default: "False" |
swap_total | Amount of disk available for swap, in kilobytes | integer | Readonly |
swap_used | Amount of swap disk in use, in kilobytes | integer | Readonly |
system_time | Current time expressed in milliseconds since epoch | EpochMsTimestamp | Readonly |
uptime | Milliseconds since system start | integer | Readonly |