Get Service Availability

Gets availability details of a service.

Path Parameters

  • serviceIdstringrequired

    Service group uuid

  • clientIdstringrequired

    Describes the clientId of the tenant

Query Parameters

  • startTimestring

    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.

  • endTimestring

    endTime indicates the to dateFor example, if 17 Dec 2018 12:00 PM is the end time, then epoch timestamp is 1545048000.

Responses

  • currentStatestring

  • totalTimeinteger

  • upTimeinteger

  • downTimeinteger

  • degradedTimeinteger

  • upPercentageinteger

  • downPercentageinteger

  • degradedPercentageinteger

  • totalLogListarray

  • upTimeListarray

  • downTimeListarray

  • degradedTimeListarray

  • tzOffsetinteger

Loading Examples...