NSX-T Data Center Global Manager REST API
Associated URIs:
| API Description | API Path |
|---|---|
List TraceflowConfig for infraPaginated list of all TraceflowConfig for infra. |
GET /global-manager/api/v1/global-infra/traceflows
|
Delete traceflow configDelete traceflow config with id traceflow-id |
DELETE /global-manager/api/v1/global-infra/traceflows/<traceflow-id>
|
Read traceflow configRead traceflow config with id traceflow-id. This configuration will be cleaned up by the system after two hours of inactivity. |
GET /global-manager/api/v1/global-infra/traceflows/<traceflow-id>
|
Create or update a traceflow configIf a traceflow config with the traceflow-id is not already present, create a new traceflow config. If it already exists, update the traceflow config. This is a full replace. This configuration will be cleaned up by the system after two hours of inactivity. |
PATCH /global-manager/api/v1/global-infra/traceflows/<traceflow-id>
|
Restart traceflow with same set of parameters used during create/update traceflowThis will retrace even if current traceflow has observations. Current observations will be lost. Traceflow configuration will be cleaned up by the system after two hours of inactivity. |
POST /global-manager/api/v1/global-infra/traceflows/<traceflow-id>
|
Create or update a traceflow configIf a traceflow config with the traceflow-id is not already present, create a new traceflow config. If it already exists, update the traceflow config. This is a full replace. This configuration will be cleaned up by the system after two hours of inactivity. |
PUT /global-manager/api/v1/global-infra/traceflows/<traceflow-id>
|
Read traceflow observationsRead traceflow observations for id traceflow-id. Traceflow configuration will be cleaned up by the system after two hours of inactivity. Enforcement point path is not required for Federation setup. |
GET /global-manager/api/v1/global-infra/traceflows/<traceflow-id>/observations
|
Read traceflow statusRead traceflow status with id traceflow-id. Traceflow configuration will be cleaned up by the system after two hours of inactivity. Enforcement point path is not required for Federation setup. |
GET /global-manager/api/v1/global-infra/traceflows/<traceflow-id>/status
|