Get Service Availability
Gets availability details of a service.
Path Parameters
- serviceId
Service group uuid
- clientId
Describes the clientId of the tenant
Query Parameters
- startTime
To view availability of a service within a given time frame, provide the start time and end time. startTime indicates the from date. Convert the time frame to Epoch timestamp. For example, if 12 Dec 2018 10:00 AM is the start time, then epoch timestamp is 1544608800.
- endTime
endTime indicates the to dateFor example, if 17 Dec 2018 12:00 PM is the end time, then epoch timestamp is 1545048000.
Responses
- totalDowntime
- degradedPercentage
- noOfPauseOccurences
- degradedTimeList
- noOfDegradedOccurences
- pauseTimeList
- upPercentage
- totalPauseTime
- totalAvailability
- totalLogList
- downTimeList
- noOfOccurences
- downTimeKey
- totalDegradedTime
- downPercentage
- currentState
Loading Examples...