NSX-T Data Center REST API

Get normalizations based on the query parameters (Deprecated)

Returns the list of normalized resources based on the query parameters.
Id and Type of the resource on which the normalizations is to be performed,
are to be specified as query parameters in the URI. The target resource
types to which normalization is to be done should also be specified as
query parameter.
Deprecated: This API has been deprecated, please use below effective membership APIs
GET /ns-groups/<ns-group-id>/effective-logical-switch-members GET /ns-groups/<ns-group-id>/effective-logical-port-members GET /ns-groups/<ns-group-id>/effective-ip-address-members GET /ns-groups/<ns-group-id>/effective-vif-members GET /ns-groups/<ns-group-id>/effective-transport-node-members GET /ns-groups/<ns-group-id>/effective-virtual-machine-members GET /ns-groups/<ns-group-id>/effective-cloud-native-service-instance-members GET /ns-groups/<ns-group-id>/effective-physical-server-members GET /ns-groups/<ns-group-id>/effective-directory-group-members GET /ns-groups/<ns-group-id>/effective-ipset-members

Request:

Method:
GET
URI Path(s):
/api/v1/normalizations
Request Headers:
n/a
Query Parameters:
NormalizationListRequestParameters+
Request Body:
n/a

Example Request:

https://<nsx-mgr>/api/v1/normalizations?resource_id=e6dd32d7-3b64-44ea-8122-a45d5eac7ef5&resource_type=NSGroup&preferred_normalization_type=IPSet

Successful Response:

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

Example Response:

{ "sort_ascending": true, "sort_by": "target_display_name", "result_count": 3, "results": [ { "target_display_name": "IPSet2", "is_valid": true, "target_type": "IPSet", "target_id": "0e9e0aa0-2a0e-485f-8484-7138d9de26e7" }, { "target_display_name": "IPset1", "is_valid": true, "target_type": "IPSet", "target_id": "184ab2cb-e34f-4799-b9a7-58d04a831bd1" }, { "target_display_name": "IPset3", "is_valid": true, "target_type": "IPSet", "target_id": "3e36dc4a-afc0-46fe-8c04-65faf63b09ff" } ] }

Required Permissions:

read

Feature:

groups_groups

Additional Errors: