Push an infrastructure incident to ServiceNow

POST/api/v1/integrations/servicenow/incident

Parameters

This endpoint does not accept parameters.

Responses

201ServiceNow incident created

Request

curl -X POST "https://api.knowledgetree.dev/api/v1/integrations/servicenow/incident" \
  -H "Authorization: Bearer $KT_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ "title": "High CPU on web-01", "severity": 2, "source_id": "res_abc" }'

Response

201ServiceNow incident created
Example response not yet documented.