Analyze impact of a resource failure

GET/api/v1/impact/resources/{id}

Parameters

depthqueryinteger

Max traversal depth (default: 3)

Responses

200Impact analysis result

Request

curl -X GET "https://api.knowledgetree.dev/api/v1/impact/resources/{id}" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

200Impact analysis result
Example response not yet documented.