Trigger a CMDB sync with ServiceNow
POST
/api/v1/integrations/servicenow/syncParameters
This endpoint does not accept parameters.
Responses
202Sync initiated
Request
curl -X POST "https://api.knowledgetree.dev/api/v1/integrations/servicenow/sync" \
-H "Authorization: Bearer $KT_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{ "direction": "bidirectional", "table_filters": ["cmdb_ci_server", "cmdb_ci_database"] }'Response
202Sync initiated
Example response not yet documented.