Create Group Monitoring Profile Binding
API will update Group Monitoring Profile Binding Map
Request
URLURL
https://nsxmanager.your.domain/policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/group-monitoring-profile-binding-maps/{group-monitoring-profile-binding-map-id}
Request Body
Request Body
GroupMonitoringProfileBindingMap of type(s) application/json
Required
This entity will be used to establish association between monitoring profile and Group. Using this entity, you can specify intent for applying monitoring profile to particular Group. Group with membership criteria vm only supported as source group. Port mirroring is only supported on group with five vms.
(The request body parameter is missing description)
{}
Request data structure does not contain any properties!
Response
Response
Response BodyResponse Body
200 OK returns
GroupMonitoringProfileBindingMap of type(s) application/json
{}
cURL Command
curl -X PUT -H "Content-Type: application/json" -d '{}' https://nsxmanager.your.domain/policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/group-monitoring-profile-binding-maps/{group-monitoring-profile-binding-map-id}
Errors
BadRequest
400
The request cannot be fulfilled due to bad syntax.
Forbidden
403
The server understood the request, but is refusing to fulfill it.
NotFound
404
The requested resource could not be found but may be available again in the future.
PreconditionFailed
412
This error has no documentation
InternalServerError
500
The server encountered an unexpected condition which prevented it from fulfilling the request.
ServiceUnavailable
503
The server is currently unavailable (because it is overloaded or down for maintenance).
On This Page
Groups Operations
delete
get
get
get
patch