NSX-T Data Center REST API
Modify exclude list (Removed in 4.0)
Modify exclude list. This includes adding/removing members in the list.Deprecated: Note- PUT serviceinsertion excludelist API is deprecated. Please use the policy serviceinsertion excludelist API instead.
Request:
Method:
PUT
URI Path(s):
/api/v1/serviceinsertion/excludelist
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
SIExcludeList+
Example Request:
{ "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+