NSX-T Data Center REST API
Add a IP address to a IPSet (Deprecated)
Add/Remove an individual IP address to an IPSet.Deprecated: This API is deprecated. Please use policy API /infra/domains/
Request:
Method:
POST
URI Path(s):
/api/v1/ip-sets/{ip-set-id}
Request Headers:
n/a
Query Parameters:
IPMemberAction+
Request Body:
IPAddressElement+
Example Request:
{ "ip_address":"192.23.243.1" } example_response: | { "ip_address": "192.23.243.1", "_revision": 2 } { "ip_address":"192.23.243.1" } example_response: | { "ip_address": "192.23.243.1", "_revision": 2 }Successful Response:
Response Code:
201 Created
Response Headers:
Content-type: application/json
Response Body:
IPAddressElement+