NSX-T Data Center REST API

RoutingTable (schema)

Routing table

Routing table.

Name Description Type Notes
count Entry count

Entry count.
int Readonly
edge_node Transport node ID

Transport node ID.
string Readonly
error_message Routing table fetch error.

Routing table fetch error message, populated only if status if failure.
string Readonly
route_entries Route entries

Route entries.
array of RoutingEntry Required
status Routing table fetch status.

Routing table fetch status from Transport node.
string Readonly
Enum: SUCCESS, FAILURE, NOT_FOUND