NSX-T Data Center REST API

Read the debug information for the logical router (Deprecated)

API to download below information as text which will be used
for debugging and troubleshooting.
1) Logical router sub-components and ports.
2) Routing configuration as sent to central control plane.
3) TIER1 advertised network information.
Deprecated:
Please use below Policy APIs.
GET /infra/tier-0s/<tier-0-id>/state
GET /infra/tier-1s/<tier-1-id>/state
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/forwarding-table
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/forwarding-table

Request:

Method:
GET
URI Path(s):
/api/v1/logical-routers/{logical-router-id}/debug-info?format=text
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: text/plain; charset=utf-8
Response Body:
string

Example Response:

{ "id" : "875381be-a4c5-4173-8aa7-ab71695a8129", "serviceRouterClusterId" : "00002000-0000-0000-0000-00000000040d", "componentInfo" : ...[content omitted for brevity]

Required Permissions:

read

Feature:

routing_routers

Additional Errors: