Management Plane API > Security > Services > Service Insertion

Modify exclude list

Modify exclude list. This includes adding/removing members in the list.

Request:

Method:
PUT
URI Path(s):
/api/v1/serviceinsertion/excludelist
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
SIExcludeList+

Example Request:

PUT https://<nsx-mgr>/api/v1/serviceinsertion/excludelist { "id": "abcd06ef-1fe7-4434-bb12-527cad97abcd", "members": [ { "target_display_name": "app-tier-01", "target_type": "LogicalSwitch", "target_id": "bbbbe971-0329-4f35-966a-7cd879171688" } ], "_revision": 9 }

Successful Response:

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

Example Response:

{ "resource_type": "SIExcludeList", "id": "abcd06ef-1fe7-4434-bb12-527cad97abcd", "display_name": "abcd06ef-1fe7-4434-bb12-527cad97abcd", "members": [ { "target_display_name": "app-tier-01", "is_valid": true, "target_type": "LogicalSwitch", "target_id": "bbbbe971-0329-4f35-966a-7cd879171688" } ], "_last_modified_time": 1238768575155, "_last_modified_user": "admin", "_revision": 10 }

Required Permissions:

crud

Feature:

service_insertion

Additional Errors: