NSX-T Data Center REST API
Create or update a OSPF routing config
If OSPF routing config is not already present, create OSPF routing config.If it already exists, replace the OSPF routing config with this object.
This API is only available when using VMware NSX-T.
Request:
Method:
PUT
URI Path(s):
/policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ospf
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
OspfRoutingConfig+
Example Request:
PUT https://<policy-mgr>/policy/api/v1/infra/tier-0s/vmc_prv/locale-services/default/ospf { "enabled": true, "summary_addresses": [ { "prefix": "10.1.1.0/24" }, { "prefix": "11.1.0.0/16", "advertise": false} ], "_revision": 0 }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
OspfRoutingConfig+