Currently gomaasclient does not support notification(s) entities but it could be beneficial to implement them.
Endpoints for notifications:
GET /MAAS/api/2.0/notifications/ -- List notifications
POST /MAAS/api/2.0/notifications/ -- Create a notification
Endpoints for notification:
DELETE /MAAS/api/2.0/notifications/{id}/ -- Delete a notification
GET /MAAS/api/2.0/notifications/{id}/ -- Read a notification
PUT /MAAS/api/2.0/notifications/{id}/ -- Update a notification
POST /MAAS/api/2.0/notifications/{id}/op-dismiss -- Dismiss a notification
Currently gomaasclient does not support notification(s) entities but it could be beneficial to implement them.
Endpoints for notifications:
Endpoints for notification: