KNMI Notification Service 

The KNMI Notification Service allows you to consume live events produced by KNMI.

Features:

  • Updates to KNMI datasets

Servers

  • mqtt.dataplatform.knmi.nl:443mqttproduction

    MQTT broker for events produced by KNMI Data Platform.

    Security:
    • User/Password

Operations

  • SUB dataplatform/file/v1/{datasetName}/{datasetVersion}/created

    The topic on which newly created file events can be consumed.

    Consume creation events of files of a specific dataset.

    Operation IDnl.knmi.dataplatform.file.created.v1

    Available only on servers:

    object
    datasetName
    required
    string

    The name of the dataset.

    datasetVersion
    required
    string

    The version of the dataset.

    Accepts the following message:

    FileEvent

    Inform about an event concerning a new or updated file within a dataset.

    object
    object

    Examples

  • SUB dataplatform/file/v1/{datasetName}/{datasetVersion}/updated

    The topic on which file update events can be consumed.

    Consume update events of files of a specific dataset.

    Operation IDnl.knmi.dataplatform.file.updated.v1

    Available only on servers:

    object
    datasetName
    required
    string

    The name of the dataset.

    datasetVersion
    required
    string

    The version of the dataset.

    Accepts the following message:

    FileEvent

    Inform about an event concerning a new or updated file within a dataset.

    object
    object

    Examples

Messages

  • #1FileEventFileEvent

    Inform about an event concerning a new or updated file within a dataset.

    Message IDFileEvent
    object
    object

Schemas

  • object
  • object