System Administration > Monitoring > Notifications

Returns a list of registered notification watchers.

Returns a list of registered notification watchers.

Request:

Method:
GET
URI Path(s):
/api/v1/notification-watchers
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/notification-watchers

Successful Response:

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

Example Response:

{ "result_count": 2, "results": [ { "id": "daabc688-3a90-4545-9af8-23e1b045e6f3", "server": "10.0.0.1", "use_https": false, "method": "POST", "uri": "/nsx-notifications", "authentication_scheme": { "scheme_name": "BASIC_AUTH", "username": "nsx_notification_user" } }, { "id": "8af5d6d7-e8bc-454d-90bd-4824782216ea", "server": "172.16.0.1", "use_https": true, "certificate_sha256_thumbprint": "1348931efa93b1de760e8854782260283132685e7656d67bf442782912e5790f", "method": "POST", "uri": "/notifications?action=add_notification", "authentication_scheme": { "scheme_name": "CERTIFICATE", "certificate_id": "5e1a209d-5319-4342-9222-8809499c4927" } } ] }

Required Permissions:

read

Feature:

manager

Additional Errors: