URL

GET https://{api-url}/api/v2/tenants/{tenantId}/alertStatusHistory/{alertId}

Sample URLs

https://api.vistanet.jp/api/v2/tenants/client_9/alertStatusHistory/2156

Sample response

 {  
    "alertId": 2156,  
    "createdBy": "system",  
    "createdTime": "2019-04-02T14:27:55+0000",  
    "acknowledgedBy": "superadmin",  
    "acknowledgedTime": "2019-04-02T14:33:18+0000",  
    "suppressedBy": "superadmin",  
    "suppressedTime": "2019-04-02T14:33:59+0000"  
 }