NSX-T Data Center REST API
Create or update a OSPF Area config
If OSPF Area config is not already present, create OSPF Area config.If it already exists, replace the OSPF Area config with this object.
Request:
Method:
PUT
URI Path(s):
/policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/ospf/areas/{area-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
OspfAreaConfig+
Example Request:
PUT https://<policy-mgr>/policy/api/v1/infra/tier-0s/vmc_prv/locale-services/default/ospf/areas/area1 { "area_id": "1.1.1.1", "area_type": "NORMAL", "authentication": { "mode": "PASSWORD", "secret_key": "key_foo" } "_revision": 0 }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
OspfAreaConfig+