Plugin tdxm API Resource

Plugins handling WS

GET /tdxm/plugins/json

Get list of plugins

Request Parameters
name type description default constraints
typeName query    
Response Body
media type data type description
application/json object JSON Response with list of plugins

Example of response:

{"list":[{"name":"BimEyeEIDConnector","type":"EID","description":"empty"}]}

GET /tdxm/plugins/proxy/ping/json

Check if EIDProxy is alive

Request Parameters
name type description default constraints
domainId query   required
Response Body
media type data type description
application/json object {"success":true} if it's OK, {"success":false} otherwise