IRIS360 PUBLIC API
  1. Out
IRIS360 PUBLIC API
  • iris360
    • Timeseries
      • Get Timeseries
    • Entities
      • Paginate Entitites
      • Get entity latest data
    • Auth
      • Get user token
      • Refresh user token
    • Connectors
      • Out
        • Paginate Connectors
        • Update Connector Models
        • Get Connector
    • Devices
      • Paginate Devices
      • Import file
      • Send Commands in Bulk
  • Schemas
    • Time Series
      • request
        • TimeSeriesRequest
        • TimeSeriesOptions
        • TimeSeriesAggregationOptions
        • TimeScope
        • TimeScopeAdjustment
      • response
        • TimeSeriesResponse
        • TimeSeries
        • TimeSeriesValue
    • Entity
      • EntitySchema
      • EntityProperty
      • EntityRelationship
      • EntityCommand
    • Connectors
      • Out
        • OutConnector
        • MQTT
        • Azure
        • Http
        • Fiware
        • Sentilo
        • SimpleOutConnector
    • Devices
      • DevicesSchema
    • PaginationRequest
  1. Out

OutConnector

{
    "id": "string",
    "name": "string",
    "type": "string",
    "status": "string",
    "user_id": 0,
    "last_connection": "string",
    "connectable_type": "string",
    "connectable_id": 0,
    "entities": [
        0
    ],
    "devices": [
        0
    ],
    "mapping_schemas": [
        {
            "id": 0,
            "name": "string",
            "map": {
                "type": "string",
                "mapping": [
                    {
                        "attribute": "string",
                        "datamodel": "string",
                        "sensor_id": 0
                    }
                ]
            }
        }
    ]
}
Built with