JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle® ZFS Storage Appliance RESTful Application Programming Interface
Oracle Technology Network
Library
PDF
Print View
Feedback
search filter icon
search icon

Document Information

Using This Documentation

Chapter 1 Overview

Chapter 2 Working with the API

Chapter 3 Alert Service Commands

Alert Service Commands

Alert Thresholds

List Alert Thresholds

Get Alert Threshold

Create Alert Threshold

Modify Alert Threshold

Delete Alert Threshold

Alert Actions

List Alert Actions

Get Alert Action

Create Alert Action

Modify Alert Action

Delete Alert Action

Alert Action Items

Create Alert Item

Modify Alert Action

Delete Alert Action Item

Chapter 4 Analytics Services

Chapter 5 Hardware Services

Chapter 6 Log Commands

Chapter 7 Network Commands

Chapter 8 Problem Service Commands

Chapter 9 Role Service

Chapter 10 SAN Services

Chapter 11 Service Commands

Chapter 12 Storage Services

Chapter 13 System Commands

Chapter 14 User Service

Chapter 15 Workflow Commands

Chapter 16 RESTful Clients

Alert Service Commands

The following table shows the alert service commands.

Table 3-1  Alert Service Commands
Request
Path /api/alert/v1
Description
GET
List the alert service commands
POST
/thresholds
Create a new alert threshold watch
GET
/thresholds/<threshold>
Get the specified alert threshold watch properties
GET
/thresholds
List all alert threshold watch objects
PUT
/thresholds/<threshold>
Modify the specified alert threshold watch object
DELETE
/thresholds/<threshold>
Destroy the specified threshold object
POST
/actions
Create a new alert actions
GET
/actions/<actions>
Get the specified alert actions properties
GET
/actions
List all alert actions objects
PUT
/actions/<actions>
Modify the specified alert actions object
DELETE
/actions/<actions>
Destroy the specified actions object
POST
/actions/<actions>
Create a new alert actions action
GET
/actions/<actions>/<action>
Get the specified alert actions action properties
PUT
/actions/<actions>/<action>
Modify the specified alert actions action object
DELETE
/actions/<actions>/<action>
Destroy the specified action object
GET
/events
Listen for new alert events