# SELECT YOUR CONNECTORS
Multiple connectors are available in ThingPark X IoT Flow. All available
connector
types can be displayed by retrieving the connectors collection resource: GET/connectors
.
An example of results is given:
GET /connectors
[
{
"id": "actility-aws-iot",
"producerId": "actility",
"moduleId": "aws-iot",
"version": "2.0.0",
"description": "Actility AWS Connector",
"connection": {
"configurationSchema": {
"id": "urn:jsonschema:com:actility:tpx:flow:core:domain:connection:aws:AwsConfig",
"properties": {
"description": {
"type": "string"
},
"createDevices": {
"type": "boolean"
},
}
}
},
"flow": {}
}
The id
of the connector must be used to create a new connection instance using this type of connector.
In release 1.1.x, the available connector types are the following:
actility-aws-iot
actility-azure-iot
actility-mqtt-iot
actility-watson-iot
actility-thingworx-iot