NSX-T Data Center REST API
NsxNodeStatusProperties (type)
{
"additionalProperties": false,
"extends": {
"$ref": "Resource"
},
"id": "NsxNodeStatusProperties",
"properties": {
"_links": {
"description": "The server will populate this field when returing the resource. Ignored on PUT and POST.",
"items": {
"$ref": "ResourceLink"
},
"readonly": true,
"title": "References related to this resource",
"type": "array"
},
"_schema": {
"readonly": true,
"title": "Schema for this resource",
"type": "string"
},
"_self": {
"$ref": "SelfResourceLink",
"readonly": true,
"title": "Link to this resource"
},
"bootup_error": {
"readonly": true,
"title": "Autonomous edge bootup error",
"type": "string"
},
"cpu_cores": {
"readonly": true,
"title": "Number of CPU cores on the system",
"type": "integer"
},
"cpu_sockets": {
"deprecated": true,
"deprecation_advice": "This property is currently unused and will be removed in a future release.",
"readonly": true,
"required": false,
"title": "Number of CPU sockets on the system",
"type": "integer"
},
"cpu_usage": {
"$ref": "CpuUsage",
"description": "Highest and average usage of DPDK and non-DPDK core of Edge Node.",
"readonly": true,
"title": "CPU usage of DPDK and non-DPDK core groups"
},
"dfw_heap_memory_usage": {
"deprecated": true,
"deprecation_advice": "This property is currently unused and will be removed in a future release.",
"items": {
"$ref": "DfwHeapMemoryUsage",
"description": "Heap usage of dfw modules.",
"title": "Heap usage of dfw modules"
},
"readonly": true,
"type": "array"
},
"disk_space_total": {
"deprecated": true,
"deprecation_advice": "This property is currently unused and will be removed in a future release.",
"description": "Amount of disk space available on the system, in kilobytes.",
"readonly": true,
"title": "Amount of disk space available on the system, in kilobytes",
"type": "integer"
},
"disk_space_used": {
"deprecated": true,
"deprecation_advice": "This property is currently unused and will be removed in a future release.",
"descrption": "Amount of disk space in use on the system, in kilobytes.",
"readonly": true,
"title": "Amount of disk space in use on the system, in kilobytes",
"type": "integer"
},
"dpdk_cpu_cores": {
"deprecated": true,
"deprecation_advice": "This property is currently unused and will be removed in a future release.",
"description": "Number of DPDK cores on Edge Node which are used for packet IO processing.",
"readonly": true,
"title": "Number of DPDK CPU cores on the system",
"type": "integer"
},
"dpus": {
"deprecated": true,
"deprecation_advice": "This property is currently unused and will be removed in a future release.",
"items": {
"$ref": "DpuStatusProperties"
},
"readonly": true,
"title": "Data processing units on the system",
"type": "array"
},
"edge_mem_usage": {
"$ref": "EdgeTransportNodeMemoryUsage",
"description": "Point in time usage of system, datapath, swap and cache memory in edge node. Valid only for Edge transport node.",
"readonly": true,
"title": "Memory usage of edge node"
},
"file_systems": {
"items": {
"$ref": "NodeFileSystemProperties"
},
"readonly": true,
"title": "File systems configured on the system",
"type": "array"
},
"form_factor": {
"enum": [
"EXTRA_SMALL",
"SMALL",
"MEDIUM",
"LARGE",
"EXTRA_LARGE",
"UNKNOWN(RESIZED)"
],
"readonly": true,
"title": "Form factor size of Manager and Global Manager nodes",
"type": "string"
},
"hostname": {
"deprecated": true,
"deprecation_advice": "This property is currently unused and will be removed in a future release.",
"readonly": true,
"title": "Host name of the system",
"type": "string"
},
"load_average": {
"items": {
"type": "number"
},
"readonly": true,
"title": "One, five, and fifteen minute load averages for the system",
"type": "array"
},
"mem_available": {
"readonly": true,
"title": "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",
"type": "integer"
},
"mem_buffer": {
"readonly": true,
"title": "Amount of RAM on the system used for temporary disk block storage, in kilobytes",
"type": "integer"
},
"mem_cache": {
"readonly": true,
"title": "Amount of RAM on the system that can be flushed out to disk, in kilobytes",
"type": "integer"
},
"mem_free": {
"readonly": true,
"title": "Amount of unused RAM in the system, in kilobytes",
"type": "integer"
},
"mem_slab": {
"readonly": true,
"title": "Amount of RAM allocated to the kernel slab allocator, in kilobytes",
"type": "integer"
},
"mem_slab_reclaimable": {
"readonly": true,
"title": "Amount of RAM allocated to the kernel slab allocator that is not currently in use, in kilobytes",
"type": "integer"
},
"mem_total": {
"readonly": true,
"title": "Amount of RAM allocated to the system, in kilobytes",
"type": "integer"
},
"mem_used": {
"readonly": true,
"title": "Amount of RAM in use on the system, in kilobytes. (This is mem_total - mem_available)",
"type": "integer"
},
"non_dpdk_cpu_cores": {
"deprecated": true,
"deprecation_advice": "This property is currently unused and will be removed in a future release.",
"description": "Number of non-DPDK cores on Edge Node.",
"readonly": true,
"title": "Number of non-DPDK CPU cores on the system",
"type": "integer"
},
"remote_logging_server_configured": {
"deprecated": true,
"deprecation_advice": "This property is currently unused and will be removed in a future release.",
"description": "Indicates if remote logging server is configured.",
"readonly": true,
"title": "Remote Logging Server Configured",
"type": "boolean"
},
"source": {
"$ref": "DataSourceType",
"deprecated": true,
"deprecation_advice": "This property is currently unused and will be removed in a future release.",
"readonly": true,
"title": "Source of status data."
},
"swap_total": {
"readonly": true,
"title": "Amount of disk available for swap, in kilobytes",
"type": "integer"
},
"swap_used": {
"readonly": true,
"title": "Amount of swap disk in use, in kilobytes",
"type": "integer"
},
"system_time": {
"$ref": "EpochMsTimestamp",
"readonly": true,
"title": "Current time expressed in milliseconds since epoch"
},
"uptime": {
"readonly": true,
"title": "Milliseconds since system start",
"type": "integer"
}
},
"title": "Node status properties",
"type": "object"
}