Skip to main content
You are viewing v3 of the Coralogix API. v5 is the current version. Go to the v5 reference

List Slos

GEThttps://api.coralogix.com/mgmt/openapi/3/v1/slo/slos

No description available

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Query Parameters

    filters# object

Response

application/json

Response containing a list of SLOs.

    slos#object[]required

    Definition of an SLO

    oneOf
    slos.createTime#date-time
    slos.creator#string
    slos.description#string
    Example: A brief description of my SLO

    Definition of the SLO grouping fields

    slos.id#string
    Example: b11919d5-ef85-4bb1-8655-02640dbe94d9
    slos.name#stringrequired
    Example: Example Slo Name

    Definition of a request-based SLI based on metrics

    The revision of the slo, used to differentiate between different versions of the same SLO

    slos.sloTimeFrame#SloTimeFrame

    Possible values: [SLO_TIME_FRAME_UNSPECIFIED, SLO_TIME_FRAME_7_DAYS, SLO_TIME_FRAME_14_DAYS, SLO_TIME_FRAME_21_DAYS, SLO_TIME_FRAME_28_DAYS]

    slos.targetThresholdPercentage#floatrequired
    Example: 99.999
    slos.type#string
    Example: request
    slos.updateTime#date-time