Returns data inputs for certain index definition and time
GET/v1/indexdef/input-data/:index_definition_id
Returns data inputs for certain index definition and time
Request
Path Parameters
index_definition_id stringrequired
Query Parameters
time date-time
Responses
- 200
successful operation
- text/plain
- application/json
- text/json
- application/x-msgpack
- Schema
- Example (from schema)
Schema
Array [
]
index_id stringnullable
timestamp date-time
value double
[
{
"index_id": "string",
"timestamp": "2024-11-29T10:04:03.906Z",
"value": 0
}
]
- Schema
- Example (from schema)
Schema
Array [
]
index_id stringnullable
timestamp date-time
value double
[
{
"index_id": "string",
"timestamp": "2024-11-29T10:04:03.906Z",
"value": 0
}
]
- Schema
- Example (from schema)
Schema
Array [
]
index_id stringnullable
timestamp date-time
value double
[
{
"index_id": "string",
"timestamp": "2024-11-29T10:04:03.906Z",
"value": 0
}
]
- Schema
- Example (from schema)
Schema
Array [
]
index_id stringnullable
timestamp date-time
value double
[
{
"index_id": "string",
"timestamp": "2024-11-29T10:04:03.906Z",
"value": 0
}
]
Loading...
Was this section helpful?