Skip to main content

Seer connector (seer-connector:v.2.13.9.6ea7859c)

Download OpenAPI specification:Download

connector

Add new data from HTTP

Authorizations:
ApiKeyAuth
Request Body schema: application/json
required
Array
id
required
string

The external id of the device

time
string <date-time>
Default: "2025-11-10T02:25:05.843Z"

if not specify, default is the date time when packet received

online
boolean
Default: true
data
object

Any additional data or undefine

Responses

Request samples

Content type
application/json
[
  • {
    }
]

Add new data from HTTP

Authorizations:
ApiKeyAuth
Request Body schema: application/json
required
Array
id
required
string

The external id of the device

time
string <date-time>
Default: "2025-11-10T02:25:05.843Z"

if not specify, default is the date time when packet received

online
boolean
Default: true
data
object

Any additional data or undefine

Responses

Request samples

Content type
application/json
[
  • {
    }
]

Add new data from HTTP

Authorizations:
ApiKeyAuth
Request Body schema: application/json
required
Array
id
required
string

The external id of the device

time
string <date-time>
Default: "2025-11-10T02:25:05.843Z"

if not specify, default is the date time when packet received

online
boolean
Default: true
data
object

Any additional data or undefine

Responses

Request samples

Content type
application/json
[
  • {
    }
]

HttpController_testDecoder

Authorizations:
ApiKeyAuth
query Parameters
raw
required
boolean

Responses

HttpController_fixData

Authorizations:
ApiKeyAuth

Responses

HttpController_deleteData

Authorizations:
ApiKeyAuth

Responses

health

HealthController_check

Authorizations:
ApiKeyAuth

Responses

Response Schema: application/json
status
string
object or null
object or null
object

Response samples

Content type
application/json
{
  • "status": "ok",
  • "info": {
    },
  • "error": { },
  • "details": {
    }
}