System Administration > Monitoring > Notifications

Returns notification watcher by watcher id.

Returns notification watcher by watcher id.

Request:

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

Example Request:

GET /api/v1/notification-watchers/daabc688-3a90-4545-9af8-23e1b045e6f3

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": false, "method": "POST", "uri": "/nsx-notifications", "authentication_scheme": { "scheme_name": "BASIC_AUTH", "username": "nsx_notification_user" } }

Required Permissions:

read

Feature:

manager

Additional Errors: