GET /api/mail_notifications
List of email notifications

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Integer

search
optional

filter results

Validations:

  • String

order
optional

Sort and order by a searchable field, e.g. ‘

Maruku could not parse this XML/HTML: 
<field> DESC'

Validations:

  • String

page
optional

Page number, starting at 1

Validations:

  • Must be a number.

per_page
optional

Number of results per page to return, ‘all’ to return all results

Validations:

  • Must match regular expression /\A([1-9]\d|all)\Z$/.

Search fields

Field name Type Possible values
description text
id integer
name string
user string

GET /api/mail_notifications/:id
Show an email notification

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Integer

id
required

Numerical ID or email notification name

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, ‘‘, ‘-’ with no leading or trailing space..


POST /api/users/:user_id/mail_notifications
Add an email notification for a user

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Integer

user_id
required

Validations:

  • String

mail_notification_id
required

Validations:

  • Integer

interval
optional

Mail notification interval option, e.g. Daily, Weekly or Monthly. Required for summary notification

Validations:

  • String

subscription
optional

Mail notification subscription option, e.g. Subscribe, Subscribe to my hosts or Subscribe to all hosts. Required for host built and config error state

Validations:

  • String

mail_query
optional

Relevant only for audit summary notification

Validations:

  • String


PUT /api/users/:user_id/mail_notifications/:mail_notification_id
Update an email notification for a user

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Integer

user_id
required

Validations:

  • String

mail_notification_id
required

Validations:

  • Integer

interval
optional

Mail notification interval option, e.g. Daily, Weekly or Monthly. Required for summary notification

Validations:

  • String

subscription
optional

Mail notification subscription option, e.g. Subscribe, Subscribe to my hosts or Subscribe to all hosts. Required for host built and config error state

Validations:

  • String

mail_query
optional

Relevant only for audit summary notification

Validations:

  • String


DELETE /api/users/:user_id/mail_notifications/:mail_notification_id
Remove an email notification for a user

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Integer

user_id
required

Validations:

  • String

mail_notification_id
required

Validations:

  • Integer


GET /api/users/:user_id/mail_notifications
List all email notifications for a user

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Integer

user_id
required

Validations:

  • String