Skip to main content

Get Specific Monitor

GET 

/monitors/:monitor_id

Retrieves a monitor configuration.

Request

Path Parameters

    monitor_id stringrequired

    REQUIRED. The ID of your monitor.

Responses

OK

Schema
    data object
    source string
    start_datetime string

    ISO-8601-formatted datetime string indicating when the monitor should start listening for events; if not provided, the monitor will start immediately

    end_datetime string

    ISO-8601-formatted datetime string indicating when the monitor should stop listening for events; if not provided, the monitor will continue listening until canceled by the owner

    description string
    aoi_geojson object

    Geojson Polygon object

    erode_area boolean
    order_templates object[]
  • Array [
  • pipeline string
    template object
    output_config objectrequired

    Configures output delivery location

    oneOf
    amazon_s3 objectrequired
    bucket stringrequired
    prefix stringrequired
    role_arn string
    notifications object[]

    Sets order notifications

  • Array [
  • oneOf
    config object
    headers object
    internal_auth_provider string
    level string

    Possible values: [FINAL_ONLY, INTERMEDIATE, INITIAL_FINAL, ON_FAIL]

    target stringrequired
    type stringrequired

    Possible values: [http]

  • ]
  • settings object

    Specifies pipeline specific settings

    metadata object

    Arbitrary user key-value metadata

  • ]
  • match_criteria object
    monitor_notifications object[]
    id string
    date_created string
    date_modified string
    creator_id string
    creator_group_id string
    state
    enabled boolean
    monitor_links object
    self string
    events string
    request_timestamp string
    response_timestamp string
    request_duration number
    links object
    request string
Loading...