Analyze impact of a proposed change

POST/api/v1/impact/change

Parameters

This endpoint does not accept parameters.

Responses

200Impact analysis

Request

curl -X POST "https://api.knowledgetree.dev/api/v1/impact/change" \
  -H "Authorization: Bearer $KT_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ "resource_id": "res_abc", "change_type": "decommission", "affected_properties": ["dns", "tls"] }'

Response

200Impact analysis
Example response not yet documented.