Outlook Monitoring
API endpoints to manage and view information for Outlook monitoring
/api/storage-monitor/outlook/v1/users
/api/storage-monitor/outlook/v1/monitors
List active Outlook storage monitors
Lists the active Outlook storage monitors
query Parameters
pageSizeAmount of Outlook monitors to return
pageIndexPage number to start returning data from
/api/storage-monitor/outlook/v1/monitors › Responses
A list of all active Outlook storage monitors
/api/storage-monitor/outlook/v1/monitors
Create Outlook storage monitors
Create the selected Outlook storage monitors with the specified policy
/api/storage-monitor/outlook/v1/monitors › Request Body
idsselectAllWhether to select all users or not. If true the ids argument can be used as an exclusion list, if false the ids argument will be an inclusion list.
policyNamePolicy to apply for the created monitors
/api/storage-monitor/outlook/v1/monitors › Responses
A list of any issues which occured during creation
/api/storage-monitor/outlook/v1/monitors
Delete Outlook storage monitors
Deletes the selected Outlook storage monitors
/api/storage-monitor/outlook/v1/monitors › Request Body
idsselectAllWhether to select all active storage monitors or not. If true the ids argument can be used as an exclusion list, if false the ids argument will be an inclusion list.
/api/storage-monitor/outlook/v1/monitors › Responses
A list of any issues which occured during deletion
/api/storage-monitor/outlook/v1/monitors
Edit Outlook storage monitors
Edits the selected Outlook storage monitors with the specified changes
/api/storage-monitor/outlook/v1/monitors › Request Body
idsselectAllWhether to select all active storage monitors or not. If true the ids argument can be used as an exclusion list, if false the ids argument will be an inclusion list.
/api/storage-monitor/outlook/v1/monitors › Responses
A list of any issues which occured during editing
/api/storage-monitor/outlook/v1/status
Get the status of the Outlook Storage Monitoring service
Gets the status of the Outlook Storage Monitoring service
/api/storage-monitor/outlook/v1/status › Responses
The current status of the Outlook Storage Monitoring service
isHealthySpecifies whether the Storage Monitor is healthy
Health check results including service checks such as Webhook, Permissions, ProviderApi and License.