Go to main content
Oracle® ZFS Storage Appliance RESTful API 설명서, 릴리스 OS8.6.x

인쇄 보기 종료

업데이트 날짜: 2016년 9월
 
 

경보 서비스 명령

다음 표는 경보 서비스 명령을 보여 줍니다.

표 6  경보 서비스 명령
요청
경로 /api/alert/v1
설명
GET
경보 서비스 명령을 나열합니다.
POST
/thresholds
새 경보 임계값 워치를 만듭니다.
GET
/thresholds/<threshold>
지정된 경보 임계값 워치 등록 정보를 가져옵니다.
GET
/thresholds
모든 경보 임계값 워치 객체를 나열합니다.
PUT
/thresholds/<threshold>
지정된 경보 임계값 워치 객체를 수정합니다.
DELETE
/thresholds/<threshold>
지정된 임계값 객체를 삭제합니다.
POST
/actions
새 경보 조치를 만듭니다.
GET
/actions/<actions>
지정된 경보 조치 등록 정보를 가져옵니다.
GET
/actions
모든 경보 조치 객체를 나열합니다.
PUT
/actions/<actions>
지정된 경보 조치 객체를 수정합니다.
DELETE
/actions/<actions>
지정된 조치 객체를 삭제합니다.
POST
/actions/<actions>
새 경보 조치 작업을 만듭니다.
GET
/actions/<actions>/<action>
지정된 경보 조치 작업 등록 정보를 가져옵니다.
PUT
/actions/<actions>/<action>
지정된 경보 조치 작업 객체를 수정합니다.
DELETE
/actions/<actions>/<action>
지정된 작업 객체를 삭제합니다.
GET
/events
새 경보 이벤트를 수신합니다.