WikiAPI-Katalogtoolstools.connections.test

tools.connections.test

POST /api/admin/tools/connections/{connection_id}/test tools

ERP-Verbindung testen

Hilfe

Testet eine bestehende ERP-Verbindung und gibt das Ergebnis zurück.

Parameter

Name Typ Required Default Beschreibung
connection_id string Ja ID der zu testenden Verbindung

Rueckgabe

Verbindungstest-Ergebnis

Beispiel-Prompts

  • Teste Verbindung conn-a1b2c3d4
  • Funktioniert die ERP-Verbindung?

HTTP-Request (curl)

curl -X POST 'http://HOST:8502/api/admin/tools/connections/{connection_id}/test' \
  -H 'Cookie: kiara_admin_session=SESSION' \
  -H 'X-Requested-With: XMLHttpRequest' \
  -H 'Content-Type: application/json' \
  -d '{
    "connection_id": "..."
  }'

Metadaten

raw_responseJa
Kategorietools