v1

latestOpenAPI 3.0.1MIT2026-07-174154134.3 KB
Config

Return a specific configuration.

get/v1/configs/{config-id}

Path parameters

config-idstring required

The configuration hash id.

Response

OK

statusinteger

Example response

{
  "status": 200,
  "result": {
    "id": "62675e2d8891cd77b87f5b16",
    "status": true,
    "created": "2022-05-02T22:02:46.000Z",
    "baseChain": {
      "id": "6265cefcfdb17d641746dced",
      "name": "Chainlink"
    },
    "subChain": {
      "id": "62e143f9f161ba55e6db29cb",
      "status": true,
      "name": "cosmoshub",
      "created": "2022-05-02T22:02:46.000Z"
    },
    "contract": {
      "id": "6267661fbe66cae642f57fb7",
      "status": true,
      "created": "2022-05-02T22:02:46.000Z",
      "name": "6267661fbe66cae642f57fb7",
      "url": "https://weiwatchers.com/feeds-bsc-mainnet.json",
      "monitor": true
    },
    "nodes": [
      {
        "id": "626765f4d9d14938006c3250",
        "status": true,
        "created": "2022-05-02T22:02:46.000Z",
        "modified": null,
        "network": false,
        "name": "chainlink_bsc_ocr",
        "node_prometheus_urls": "https://ip:port/metrics,https://ip:port/metrics",
        "monitor_prometheus": true,
        "monitor_node": true,
        "evm_nodes_urls": "http://ip:port,http://ip:port,http://ip:port",
        "weiwatchers_url": "https://weiwatchers.com/feeds-bsc-mainnet.json",
        "monitor_contracts": true
      },
      {
        "id": "626765f4d9d14938006c0523",
        "status": true,
        "network": true,
        "name": "chainlink_bsc_ocr",
        "node_prometheus_urls": "https://ip:port/metrics,https://ip:port/metrics",
        "monitor_prometheus": true,
        "monitor_node": true,
        "evm_nodes_urls": "http://ip:port,http://ip:port,http://ip:port",
        "weiwatchers_url": "https://weiwatchers.com/feeds-bsc-mainnet.json",
        "monitor_contracts": true
      }
    ],
    "evmNodes": [
      {
        "id": "6267683dc0e201f1edbbdc39",
        "status": true,
        "created": "2022-05-02T22:02:46.000Z",
        "modified": null,
        "name": "bsc_139",
        "node_http_url": "http://ip:port",
        "monitor": true
      }
    ],
    "systems": [
      {
        "id": "62676606c72149c8dfa37c4e",
        "status": true,
        "created": "2022-05-02T22:02:46.000Z",
        "modified": null,
        "name": "system_chainlink_ocr_2",
        "exporter_url": "http://ip:port/metrics",
        "monitor": true
      }
    ],
    "repositories": [
      {
        "id": "6269d75a5a34daa2cc7744e0",
        "monitor": true,
        "created": "2022-05-02T22:02:46.000Z",
        "modified": null,
        "name": "tendermint/tendermint/",
        "namespace": null,
        "type": {
          "id": "628bdacb5c5ab4c82d151aa4",
          "created": "2022-05-02T22:02:46.000Z",
          "modified": null,
          "status": true,
          "name": "GitHub",
          "value": "github",
          "description": null
        }
      },
      {
        "id": "6269d81f3f76d2c6ababbafe",
        "monitor": true,
        "created": "2022-05-02T22:02:46.000Z",
        "modified": null,
        "name": "tendermint",
        "namespace": "tendermint",
        "type": {
          "id": "628bdafa5c5ab4c82d151aa5",
          "status": true,
          "created": "2022-05-02T22:02:46.000Z",
          "modified": null,
          "name": "DockerHub",
          "value": "dockerhub",
          "description": null
        }
      }
    ],
    "thresholdAlerts": [
      {
        "id": "62656ebafdb17d641746dcda",
        "created": "2022-04-01T00:00:00.000Z",
        "status": true,
        "name": "Cannot access validator",
        "value": "cannot_acccess_validator",
        "description": "Raised when a validator is unaccessible.",
        "group": "threshold_alert",
        "critical": {
          "enabled": true,
          "repeat_enabled": true,
          "threshold": 120,
          "repeat": 300
        },
        "warning": {
          "enabled": true
        }
      }
    ],
    "severityAlerts": [
      {
        "id": "62656ebafdb17d641746dcda",
        "created": "2022-04-01T00:00:00.000Z",
        "status": true,
        "name": "Slashed",
        "value": "slashed",
        "description": "Raised when your validator has been slashed.",
        "group": "severity_alert",
        "type": {
          "id": "6265d085fdb17d641746dcef",
          "created": "2022-04-01T00:00:00.000Z",
          "status": true,
          "name": "Critical",
          "value": "critical",
          "group": "severity_type"
        }
      }
    ],
    "timeWindowAlerts": [
      {
        "id": "62e24c59f161ba55e6db2a1e",
        "created": "2022-04-01T00:00:00.000Z",
        "status": true,
        "name": "Missed block signatures within a time window",
        "value": "missed_blocks",
        "description": "Raised after a number of missed block signatures during a time window.",
        "group": "time_window_alert",
        "critical": {
          "enabled": true,
          "repeat_enabled": true,
          "threshold": 25,
          "repeat": 300,
          "time_window": 300
        },
        "warning": {
          "enabled": true,
          "threshold": 10,
          "time_window": 180
        }
      }
    ]
  }
}