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

List Unknown Hostnames

Hostnames observed hitting an application that matched no registered site — candidates to adopt as new sites, each tagged with the application that observed it. Backed by a best-effort Valkey counter (7-day TTL); empty if Valkey is unavailable.

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

limit?Limit
Range1 <= value <= 200
Default50

Response-Body

application/json

application/json

application/json

application/json

application/json

GET
/v1/organizations/{org_id}/applications/unknown-hostnames
curl -X GET "https://example.com/v1/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/applications/unknown-hostnames"
{  "suggestions": [    {      "hostname": "string",      "hits": 0,      "application_id": "48ac72d0-a829-4896-a067-dcb1c2b0f30c",      "application_name": "string"    }  ]}
{  "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": {}  }}