NSX-T Data Center REST API
Search for directory groups within a domain based on the substring of a distinguished name. (e.g. CN=User,DC=acme,DC=com) The search filter pattern can optionally support multiple (up to 100 maximum) search pattern separated by '|' (url encoded %7C). In this case, the search results will be returned as the union of all matching criteria. (e.g. CN=Ann,CN=Users,DC=acme,DC=com|CN=Bob,CN=Users,DC=acme,DC=com)
Request:
Method:
GET
URI Path(s):
/policy/api/v1/infra/firewall-identity-stores/<firewall-identity-store-id>/groups
Request Headers:
n/a
Query Parameters:
FirewallIdentitySearchFilterValue+
Request Body:
n/a
Example Request:
GET https://<nsx-mgr>/policy/api/v1/infra/firewall-identity-stores/123e4567-e89b-12d3-a456-42665544000/groups?filter_value=moveSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
DirectoryGroupListResults+