Monitors

Get monitor

Returns a single monitor by slug.

get/v1/projects/{projectSlug}/monitors/{monitorSlug}

Path parameters

projectSlugstring required

Project slug (human-readable identifier)

Project slug (human-readable identifier)

monitorSlugstring required

Monitor slug (human-readable identifier within the project).

Monitor slug (human-readable identifier within the project).

Response

Monitor

idstring required

Stable monitor identifier.

organizationIdstring required

Organization that owns this monitor.

projectIdstring required

Project this monitor belongs to.

slugstring required

URL-safe slug derived from name. Unique within the project.

namestring required

Human-readable name.

descriptionstring required

Free-form description. Empty string when not set.

systemboolean required

true for auto-provisioned system monitors, which cannot be deleted or edited; false otherwise.

mutedAtstring nullable required

ISO-8601 timestamp at which the monitor was muted, or null when active.

deletedAtstring nullable required

ISO-8601 timestamp at which the monitor was deleted, or null.

createdAtstring required

ISO-8601 timestamp of creation.

updatedAtstring required

ISO-8601 timestamp of the last update.

Changes

Changed in 7 of the 67 revisions of this API.1449

    • added the new urgent enum value to the rule/severity response property for the response status 200

      response-property-enum-value-added

    • added subschema #3 to the rule/config/condition/oneOf[AlertEscalatingCondition]/metric response property oneOf list for the response status 200

      response-property-one-of-added

    • added subschema #3 to the rule/config/condition/oneOf[AlertThresholdCondition]/metric response property oneOf list for the response status 200

      response-property-one-of-added

    • added subschema #3 to the rule/config/metric/allOf[MonitorMetric]/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added subschema #3 to the target/metric/allOf[MonitorMetric]/ response property oneOf list for the response status 200

      response-property-one-of-added

  • 5cedc15b21b585See the full diff
    • the response property target/filterSet became optional for the status 200

      response-property-became-optional

    • the response property target/kind became optional for the status 200

      response-property-became-optional

    • the response property target/metric became optional for the status 200

      response-property-became-optional

    • the response property target/query became optional for the status 200

      response-property-became-optional

    • the response property target/savedSearchId became optional for the status 200

      response-property-became-optional

    • the response property target/stream became optional for the status 200

      response-property-became-optional

    • added subschema #5 subschema #6 subschema #7 to the target/metric/allOf[MonitorMetric]/ response property oneOf list for the response status 200

      response-property-one-of-added

    • removed the required property alerts from the response with the 200 status

      response-required-property-removed

    • removed the signal enum value from the target/kind response property for the response status 200

      response-property-enum-value-removed

    • removed subschema #4 from the target/metric/allOf[MonitorMetric]/ response property oneOf list for the response status 200

      response-property-one-of-removed

    • added the required property rule to the response with the 200 status

      response-required-property-added

    • added the required property target/id to the response with the 200 status

      response-required-property-added

    • added the required property target/type to the response with the 200 status

      response-required-property-added

    This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the required property target/kind to the response with the 200 status

      response-required-property-added

  • b68fa53b6ab112See the full diff
    • added subschema #1 subschema #2 subschema #4 subschema #5 to the alerts/items/condition/allOf[AlertCondition]/ response property oneOf list for the response status 200

      response-property-one-of-added

    • removed subschema #1 subschema #2 from the alerts/items/condition/allOf[AlertCondition]/ response property oneOf list for the response status 200

      response-property-one-of-removed

    • added the required property target to the response with the 200 status

      response-required-property-added

  • 0e5d35c9aa1513See the full diff
    • the response property alerts/items/source became nullable for the status 200

      response-property-became-nullable

    • added the new event.matched enum value to the alerts/items/kind response property for the response status 200

      response-property-enum-value-added

    • added the new metric.escalating enum value to the alerts/items/kind response property for the response status 200

      response-property-enum-value-added

    • added the new metric.threshold enum value to the alerts/items/kind response property for the response status 200

      response-property-enum-value-added

    • endpoint added

      endpoint-added