Diese Dokumentation entsteht gerade: einzelne Seiten können noch unvollständig oder stellenweise ungenau sein.
fastmon Docs
Notifications

List notification rules

List every notification rule in the organization, with their configured actions nested. Action secrets (webhook HMAC key, Slack / Discord URLs) are masked in the response; users rotate them by re-entering new values on edit.

AuthentifizierungBearer <token>

API token generated from the fastmon dashboard (Account → API Token). Send as Authorization: Bearer fm_... or paste the full token (including the fm_ prefix) into the Authorize dialog.

In: header

Pfad-Parameter

org_id*Org Id
Formatuuid

Query-Parameter

offset?Offset
Range0 <= value
Default0
limit?Limit
Range1 <= value <= 100
Default50

Response-Body

application/json

application/json

application/json

application/json

application/json

GET
/v1/organizations/{org_id}/notifications/rules
curl -X GET "https://example.com/v1/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/notifications/rules"
{  "data": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6",      "name": "string",      "is_active": true,      "scope_type": "site",      "site_id": "72771e6a-6f5e-4de4-a5b9-1266c4197811",      "tag": "string",      "metric": "string",      "aggregation": "string",      "identity": "string",      "operator": "gt",      "condition_type": "absolute",      "threshold": 0,      "window_seconds": 0,      "baseline_window_seconds": 0,      "filters": {},      "re_notify_after_seconds": 0,      "last_evaluated_at": "2019-08-24T14:15:22Z",      "created_at": "2019-08-24T14:15:22Z",      "updated_at": "2019-08-24T14:15:22Z",      "actions": [        {          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",          "type": "email",          "is_active": true,          "config": {}        }      ]    }  ],  "meta": {    "total": 0,    "limit": 0,    "offset": 0,    "has_more": true  }}
{  "error": {    "code": "string",    "message": "string",    "request_id": "string",    "doc_url": "string",    "details": {}  }}
{  "error": {    "code": "string",    "message": "string",    "request_id": "string",    "doc_url": "string",    "details": {}  }}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}
{  "error": {    "code": "string",    "message": "string",    "request_id": "string",    "doc_url": "string",    "details": {}  }}