NSX-T Data Center REST API

Update Group Monitoring Profile Binding Map

API will update Group Monitoring Profile Binding Map This API is available when using VMware NSX or VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers).

Request:

Method:
PUT
URI Path(s):
/policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/group-monitoring-profile-binding-maps/{group-monitoring-profile-binding-map-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
GroupMonitoringProfileBindingMap+

Example Request:

PUT https://<nsx-mgr>/policy/api/v1/infra/domains/domain_1/groups/group_1/group-monitoring-profile-binding-maps/1 { "resource_type":" GroupMonitoringProfileBindingMap", "display_name": "GroupMonitoringProfileBindingMap Profile Production", "name":"1", "description":"", "port_mirroring_profile_path":"/infra/port-mirroring-profiles/1", "ipfix_l2_profile_path":"/infra/ipfix-l2-profiles/1", "ipfix_dfw_profile_path":"/infra/ipfix-dfw-profiles/1", "_revision": 1 }

Successful Response:

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

Example Response:

{ "resource_type": "GroupMonitoringProfileBindingMap", "description": "", "name":"1", "id":"1", "display_name": "GroupMonitoringProfileBindingMap", "path": "/infra/domains/domain_1/groups/group_1/group-monitoring-profile-binding-maps/1", "relative_path": "GroupMonitoringProfileBindingMaps", "port_mirroring_profile_path":"/infra/port-mirroring-profiles/1", "ipfix_l2_profile_path":"/infra/ipfix-l2-profiles/1", "ipfix_dfw_profile_path":"/infra/ipfix-dfw-profiles/1", "_create_user": "admin", "_create_time": 1516657975538, "_last_modified_user": "admin", "_last_modified_time": 1517353711231, "_system_owned": false, "_revision": 1 }

Required Permissions:

crud

Feature:

policy_grouping

Additional Errors: