Saltar al contenido principal
POST
/
v1
/
discovery
/
refresh
Refresh discovery
curl --request POST \
  --url https://matcher.sandbox.lerian.net/v1/discovery/refresh \
  --header 'Authorization: Bearer <token>'
{
  "connectionsSynced": 3
}

Autorizaciones

Authorization
string
header
requerido

Bearer token authentication (format: "Bearer {token}")

Encabezados

X-Request-Id
string

A unique identifier for tracing the request across services.

Respuesta

Refresh result

Result of a discovery refresh operation

connectionsSynced
integer

Number of connections synced during the refresh

Ejemplo:

3