Management Plane API > Networking > Services > Policy Based Routing

Update an Existing Section

Modifies the specified section, but does not modify the section's associated rules.

Request:

Method:
PUT
URI Path(s):
/api/v1/pbr/sections/<section-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
PBRSection+

Example Request:

PUT https://<nsx-mgr>/api/v1/pbr/sections/65a60890-6f48-418d-a7d5-5aaf65fc4e5b { "_revision": 0, "description": "Provides distributed access to cloud services", "display_name": "DS-PBR-vpc-5b4cf63d" }

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
PBRSection+

Example Response:

{ "resource_type": "PBRSection", "description": "Provides distributed access to cloud services", "id": "65a60890-6f48-418d-a7d5-5aaf65fc4e5b", "display_name": "DS-PBR-vpc-5b4cf63d", "rule_count": 0, "_last_modified_user": "system", "_system_owned": true, "_last_modified_time": 1445894033117, "_create_user": "system", "_create_time": 1445894033107, "_revision": 1 }

Required Permissions:

crud

Feature:

pbr

Additional Errors: