peng-yongsheng commented on issue #106: alarm/loadAlarmList
URL: 
https://github.com/apache/incubator-skywalking-ui/issues/106#issuecomment-369944182
 
 
   ### loadAlarmList
   #### INPUT
   ```
   {
     loadAlarmList(keyword: "slower", alarmType: APPLICATION, duration: {start: 
"2017-01", end: "2018-02", step: MONTH}, paging: {pageNum: 1, pageSize: 10}) {
       total
       items {
         id
         title
         content
         startTime
         alarmType
         causeType
       }
     }
   }
   ```
   
   #### OUTPUT
   ```
   {
     "data": {
       "loadAlarmList": {
         "total": 1,
         "items": [
           {
             "id": "-1",
             "title": "Application dubbox-consumer response time alarm.",
             "content": "Response time of dubbox-consumer, detected from server 
side, is slower than 2000.0.",
             "startTime": "2017-06-01 10:03",
             "alarmType": "APPLICATION",
             "causeType": "SLOW_RESPONSE"
           }
         ]
       }
     }
   }
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to