System Administration > Monitoring > Notifications

Update notification watcher.

Update notification watcher.

Request:

Method:
PUT
URI Path(s):
/api/v1/notification-watchers/<watcher-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
NotificationWatcher+

Example Request:

PUT /api/v1/notification-watchers/daabc688-3a90-4545-9af8-23e1b045e6f3 { "id": "daabc688-3a90-4545-9af8-23e1b045e6f3", "server": "10.0.0.1", "use_https": true, "certificate_sha256_thumbprint": "1348931efa93b1de760e8854782260283132685e7656d67bf442782912e5790f", "method": "POST", "uri": "/nsx-notifications", "authentication_scheme": { "scheme_name": "CERTIFICATE", "certificate_id": "5e1a209d-5319-4342-9222-8809499c4927" } }

Successful Response:

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

Example Response:

{ "id": "daabc688-3a90-4545-9af8-23e1b045e6f3", "server": "10.0.0.1", "use_https": true, "certificate_sha256_thumbprint": "1348931efa93b1de760e8854782260283132685e7656d67bf442782912e5790f", "method": "POST", "uri": "/nsx-notifications", "authentication_scheme": { "scheme_name": "CERTIFICATE", "certificate_id": "5e1a209d-5319-4342-9222-8809499c4927" } }

Required Permissions:

crud

Feature:

manager

Additional Errors: