NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
| Read OSPF routing configRead OSPF routing config | GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ospf | 
| Create or update a OSPF routing configIf OSPF routing config is not already present, create OSPF routing config. If it already exists, replace the OSPF routing config with this object. | PATCH /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ospf | 
| Create or update a OSPF routing configIf OSPF routing config is not already present, create OSPF routing config. If it already exists, replace the OSPF routing config with this object. | PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ospf | 
| List OSPF area configurationsList all OSPF area configurations. | GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ospf/areas | 
| Delete OSPF Area configDelete OSPF Area config | DELETE /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ospf/areas/<area-id> | 
| Read OSPF Area configRead OSPF Area config | GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ospf/areas/<area-id> | 
| Create or update a OSPF Area configIf OSPF Area config is not already present, create OSPF Area config. If it already exists, replace the OSPF Area config with this object. | PATCH /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ospf/areas/<area-id> | 
| Create or update a OSPF Area configIf OSPF Area config is not already present, create OSPF Area config. If it already exists, replace the OSPF Area config with this object. | PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ospf/areas/<area-id> | 
| Get OSPF database informationGet OSPF database information. | GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ospf/database | 
| Get OSPF Database information in CSV formatGet OSPF Database information in CSV format. | GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ospf/database?format=csv | 
| Get OSPF neighbor informationGet OSPF neighbor information. | GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ospf/neighbors | 
| Get OSPF route informationGet OSPF route information. | GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ospf/routes | 
| Get OSPF route information in CSV formatGet OSPF route information in CSV format. | GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ospf/routes?format=csv | 
