|
@@ -29,7 +29,7 @@ paths:
|
|
|
operationId: campaignsGET
|
|
operationId: campaignsGET
|
|
|
summary: Publish info about all campaigns
|
|
summary: Publish info about all campaigns
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [telemetry:read]
|
|
|
|
|
|
|
+ - bearerAuth: [telemetry:read]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/zoneParam'
|
|
- $ref: '#/components/parameters/zoneParam'
|
|
|
- $ref: '#/components/parameters/navigationLinksParam'
|
|
- $ref: '#/components/parameters/navigationLinksParam'
|
|
@@ -54,7 +54,7 @@ paths:
|
|
|
operationId: campaignIdGET
|
|
operationId: campaignIdGET
|
|
|
summary: Publish info about a campaign
|
|
summary: Publish info about a campaign
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/campaignIdParam'
|
|
- $ref: '#/components/parameters/campaignIdParam'
|
|
|
- $ref: '#/components/parameters/zoneParam'
|
|
- $ref: '#/components/parameters/zoneParam'
|
|
@@ -78,7 +78,7 @@ paths:
|
|
|
operationId: campaignIdUnitsGET
|
|
operationId: campaignIdUnitsGET
|
|
|
summary: Publish info about the campaign's units
|
|
summary: Publish info about the campaign's units
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/campaignIdParam'
|
|
- $ref: '#/components/parameters/campaignIdParam'
|
|
|
- $ref: '#/components/parameters/zoneParam'
|
|
- $ref: '#/components/parameters/zoneParam'
|
|
@@ -104,7 +104,7 @@ paths:
|
|
|
operationId: campaignIdUnitsObservationsGET
|
|
operationId: campaignIdUnitsObservationsGET
|
|
|
summary: Publish info about all data of units merged together within the campaign
|
|
summary: Publish info about all data of units merged together within the campaign
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/campaignIdParam'
|
|
- $ref: '#/components/parameters/campaignIdParam'
|
|
|
- $ref: '#/components/parameters/fromParam'
|
|
- $ref: '#/components/parameters/fromParam'
|
|
@@ -134,7 +134,7 @@ paths:
|
|
|
post:
|
|
post:
|
|
|
operationId: campaignIdUnitsObservationsPOST
|
|
operationId: campaignIdUnitsObservationsPOST
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:write ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:write ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/campaignIdParam'
|
|
- $ref: '#/components/parameters/campaignIdParam'
|
|
|
requestBody:
|
|
requestBody:
|
|
@@ -167,7 +167,7 @@ paths:
|
|
|
operationId: campaignIdUnitsObservationsLocationsGET
|
|
operationId: campaignIdUnitsObservationsLocationsGET
|
|
|
summary: Publish info about all data of units merged together within the campaign
|
|
summary: Publish info about all data of units merged together within the campaign
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/campaignIdParam'
|
|
- $ref: '#/components/parameters/campaignIdParam'
|
|
|
- $ref: '#/components/parameters/limitPerUnitParam'
|
|
- $ref: '#/components/parameters/limitPerUnitParam'
|
|
@@ -200,7 +200,7 @@ paths:
|
|
|
operationId: campaignIdUnitIdGET
|
|
operationId: campaignIdUnitIdGET
|
|
|
summary: Publish info about the unit within its campaign's scope
|
|
summary: Publish info about the unit within its campaign's scope
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/campaignIdParam'
|
|
- $ref: '#/components/parameters/campaignIdParam'
|
|
|
- $ref: '#/components/parameters/unitIdParam'
|
|
- $ref: '#/components/parameters/unitIdParam'
|
|
@@ -225,7 +225,7 @@ paths:
|
|
|
operationId: campaignIdUnitIdObservationsGET
|
|
operationId: campaignIdUnitIdObservationsGET
|
|
|
summary: Publish info about all data of the unit within the campaign
|
|
summary: Publish info about all data of the unit within the campaign
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/campaignIdParam'
|
|
- $ref: '#/components/parameters/campaignIdParam'
|
|
|
- $ref: '#/components/parameters/unitIdParam'
|
|
- $ref: '#/components/parameters/unitIdParam'
|
|
@@ -259,7 +259,7 @@ paths:
|
|
|
operationId: campaignIdUnitIdLocationsGET
|
|
operationId: campaignIdUnitIdLocationsGET
|
|
|
summary: Publish locations of the unit within the campaign
|
|
summary: Publish locations of the unit within the campaign
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/campaignIdParam'
|
|
- $ref: '#/components/parameters/campaignIdParam'
|
|
|
- $ref: '#/components/parameters/unitIdParam'
|
|
- $ref: '#/components/parameters/unitIdParam'
|
|
@@ -293,7 +293,7 @@ paths:
|
|
|
operationId: campaignIdUnitIdSensorsGET
|
|
operationId: campaignIdUnitIdSensorsGET
|
|
|
summary: Publish info about all sensors of the unit within the campaign
|
|
summary: Publish info about all sensors of the unit within the campaign
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/campaignIdParam'
|
|
- $ref: '#/components/parameters/campaignIdParam'
|
|
|
- $ref: '#/components/parameters/unitIdParam'
|
|
- $ref: '#/components/parameters/unitIdParam'
|
|
@@ -319,7 +319,7 @@ paths:
|
|
|
operationId: campaignIdUnitIdSensorIdGET
|
|
operationId: campaignIdUnitIdSensorIdGET
|
|
|
summary: Publish info about all sensors associated with the unit and the campaign
|
|
summary: Publish info about all sensors associated with the unit and the campaign
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/campaignIdParam'
|
|
- $ref: '#/components/parameters/campaignIdParam'
|
|
|
- $ref: '#/components/parameters/unitIdParam'
|
|
- $ref: '#/components/parameters/unitIdParam'
|
|
@@ -344,7 +344,7 @@ paths:
|
|
|
operationId: campaignIdUnitIdSensorIdObservationsGET
|
|
operationId: campaignIdUnitIdSensorIdObservationsGET
|
|
|
summary: Publish info about all data of the unit within the campaign
|
|
summary: Publish info about all data of the unit within the campaign
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/campaignIdParam'
|
|
- $ref: '#/components/parameters/campaignIdParam'
|
|
|
- $ref: '#/components/parameters/unitIdParam'
|
|
- $ref: '#/components/parameters/unitIdParam'
|
|
@@ -379,7 +379,7 @@ paths:
|
|
|
operationId: unitsGET
|
|
operationId: unitsGET
|
|
|
summary: Publish info about all units
|
|
summary: Publish info about all units
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/navigationLinksParam'
|
|
- $ref: '#/components/parameters/navigationLinksParam'
|
|
|
responses:
|
|
responses:
|
|
@@ -403,7 +403,7 @@ paths:
|
|
|
operationId: unitIdGET
|
|
operationId: unitIdGET
|
|
|
summary: Publish info about the unit
|
|
summary: Publish info about the unit
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/unitIdParam'
|
|
- $ref: '#/components/parameters/unitIdParam'
|
|
|
- $ref: '#/components/parameters/navigationLinksParam'
|
|
- $ref: '#/components/parameters/navigationLinksParam'
|
|
@@ -426,7 +426,7 @@ paths:
|
|
|
operationId: unitIdSensorsGET
|
|
operationId: unitIdSensorsGET
|
|
|
summary: Publish info about sensors assigned to the unit
|
|
summary: Publish info about sensors assigned to the unit
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/unitIdParam'
|
|
- $ref: '#/components/parameters/unitIdParam'
|
|
|
- $ref: '#/components/parameters/navigationLinksParam'
|
|
- $ref: '#/components/parameters/navigationLinksParam'
|
|
@@ -451,7 +451,7 @@ paths:
|
|
|
operationId: unitIdCampaignsGET
|
|
operationId: unitIdCampaignsGET
|
|
|
summary: Publish info about campaigns where the unit was/is assigned
|
|
summary: Publish info about campaigns where the unit was/is assigned
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/unitIdParam'
|
|
- $ref: '#/components/parameters/unitIdParam'
|
|
|
- $ref: '#/components/parameters/zoneParam'
|
|
- $ref: '#/components/parameters/zoneParam'
|
|
@@ -477,7 +477,7 @@ paths:
|
|
|
operationId: unitIdDriversGET
|
|
operationId: unitIdDriversGET
|
|
|
summary: Publish basic info about drivers who performed actions upon the unit
|
|
summary: Publish basic info about drivers who performed actions upon the unit
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/unitIdParam'
|
|
- $ref: '#/components/parameters/unitIdParam'
|
|
|
- $ref: '#/components/parameters/navigationLinksParam'
|
|
- $ref: '#/components/parameters/navigationLinksParam'
|
|
@@ -502,7 +502,7 @@ paths:
|
|
|
operationId: sensorsGET
|
|
operationId: sensorsGET
|
|
|
summary: Publish info about all sensors
|
|
summary: Publish info about all sensors
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/navigationLinksParam'
|
|
- $ref: '#/components/parameters/navigationLinksParam'
|
|
|
responses:
|
|
responses:
|
|
@@ -526,7 +526,7 @@ paths:
|
|
|
operationId: sensorIdGET
|
|
operationId: sensorIdGET
|
|
|
summary: Publish info about the sensor
|
|
summary: Publish info about the sensor
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/sensorIdParam'
|
|
- $ref: '#/components/parameters/sensorIdParam'
|
|
|
- $ref: '#/components/parameters/navigationLinksParam'
|
|
- $ref: '#/components/parameters/navigationLinksParam'
|
|
@@ -549,7 +549,7 @@ paths:
|
|
|
operationId: sensorIdUnitsGET
|
|
operationId: sensorIdUnitsGET
|
|
|
summary: Publish info about units to whom the sensor is assigned
|
|
summary: Publish info about units to whom the sensor is assigned
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/sensorIdParam'
|
|
- $ref: '#/components/parameters/sensorIdParam'
|
|
|
- $ref: '#/components/parameters/navigationLinksParam'
|
|
- $ref: '#/components/parameters/navigationLinksParam'
|
|
@@ -575,7 +575,7 @@ paths:
|
|
|
operationId: phenomenonsGET
|
|
operationId: phenomenonsGET
|
|
|
summary: Publish info about all phenomenons
|
|
summary: Publish info about all phenomenons
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/navigationLinksParam'
|
|
- $ref: '#/components/parameters/navigationLinksParam'
|
|
|
responses:
|
|
responses:
|
|
@@ -599,7 +599,7 @@ paths:
|
|
|
operationId: phenomenonIdGET
|
|
operationId: phenomenonIdGET
|
|
|
summary: Publish info about the phenomenon
|
|
summary: Publish info about the phenomenon
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/phenomenonIdParam'
|
|
- $ref: '#/components/parameters/phenomenonIdParam'
|
|
|
- $ref: '#/components/parameters/navigationLinksParam'
|
|
- $ref: '#/components/parameters/navigationLinksParam'
|
|
@@ -622,7 +622,7 @@ paths:
|
|
|
operationId: phenomenonIdSensorsGET
|
|
operationId: phenomenonIdSensorsGET
|
|
|
summary: Publish info about sensors of the phenomenon
|
|
summary: Publish info about sensors of the phenomenon
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/phenomenonIdParam'
|
|
- $ref: '#/components/parameters/phenomenonIdParam'
|
|
|
- $ref: '#/components/parameters/navigationLinksParam'
|
|
- $ref: '#/components/parameters/navigationLinksParam'
|
|
@@ -647,7 +647,7 @@ paths:
|
|
|
operationId: driversGET
|
|
operationId: driversGET
|
|
|
summary: Publish basic info about all drivers
|
|
summary: Publish basic info about all drivers
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/navigationLinksParam'
|
|
- $ref: '#/components/parameters/navigationLinksParam'
|
|
|
responses:
|
|
responses:
|
|
@@ -671,7 +671,7 @@ paths:
|
|
|
operationId: driverIdGET
|
|
operationId: driverIdGET
|
|
|
summary: Publish detailed info about the driver
|
|
summary: Publish detailed info about the driver
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/driverIdParam'
|
|
- $ref: '#/components/parameters/driverIdParam'
|
|
|
- $ref: '#/components/parameters/navigationLinksParam'
|
|
- $ref: '#/components/parameters/navigationLinksParam'
|
|
@@ -694,7 +694,7 @@ paths:
|
|
|
operationId: driverIdUnitsGET
|
|
operationId: driverIdUnitsGET
|
|
|
summary: Publish basic info about driver's units
|
|
summary: Publish basic info about driver's units
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/driverIdParam'
|
|
- $ref: '#/components/parameters/driverIdParam'
|
|
|
- $ref: '#/components/parameters/fromParam'
|
|
- $ref: '#/components/parameters/fromParam'
|
|
@@ -721,7 +721,7 @@ paths:
|
|
|
operationId: driverIdUnitIdGET
|
|
operationId: driverIdUnitIdGET
|
|
|
summary: Publish detailed info about driver's unit
|
|
summary: Publish detailed info about driver's unit
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/driverIdParam'
|
|
- $ref: '#/components/parameters/driverIdParam'
|
|
|
- $ref: '#/components/parameters/unitIdParam'
|
|
- $ref: '#/components/parameters/unitIdParam'
|
|
@@ -745,7 +745,7 @@ paths:
|
|
|
operationId: driverIdUnitIdActionsGET
|
|
operationId: driverIdUnitIdActionsGET
|
|
|
summary: Publish basic info actions performed on the unit by the driver
|
|
summary: Publish basic info actions performed on the unit by the driver
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/driverIdParam'
|
|
- $ref: '#/components/parameters/driverIdParam'
|
|
|
- $ref: '#/components/parameters/unitIdParam'
|
|
- $ref: '#/components/parameters/unitIdParam'
|
|
@@ -771,7 +771,7 @@ paths:
|
|
|
operationId: driverIdActionsGET
|
|
operationId: driverIdActionsGET
|
|
|
summary: Publish basic info about driver's actions
|
|
summary: Publish basic info about driver's actions
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/driverIdParam'
|
|
- $ref: '#/components/parameters/driverIdParam'
|
|
|
- $ref: '#/components/parameters/fromParam'
|
|
- $ref: '#/components/parameters/fromParam'
|
|
@@ -798,7 +798,7 @@ paths:
|
|
|
operationId: driverIdActionIdGET
|
|
operationId: driverIdActionIdGET
|
|
|
summary: Publish detailed info about the driver's action
|
|
summary: Publish detailed info about the driver's action
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/driverIdParam'
|
|
- $ref: '#/components/parameters/driverIdParam'
|
|
|
- $ref: '#/components/parameters/actionIdParam'
|
|
- $ref: '#/components/parameters/actionIdParam'
|
|
@@ -822,7 +822,7 @@ paths:
|
|
|
operationId: driverIdActionIdUnitsGET
|
|
operationId: driverIdActionIdUnitsGET
|
|
|
summary: Publish basic info about units on which the driver performed its action
|
|
summary: Publish basic info about units on which the driver performed its action
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/driverIdParam'
|
|
- $ref: '#/components/parameters/driverIdParam'
|
|
|
- $ref: '#/components/parameters/actionIdParam'
|
|
- $ref: '#/components/parameters/actionIdParam'
|
|
@@ -848,7 +848,7 @@ paths:
|
|
|
operationId: driverIdActionIdUnitIdGET
|
|
operationId: driverIdActionIdUnitIdGET
|
|
|
summary: Publish detail info about the unit on which the driver performed the action
|
|
summary: Publish detail info about the unit on which the driver performed the action
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/driverIdParam'
|
|
- $ref: '#/components/parameters/driverIdParam'
|
|
|
- $ref: '#/components/parameters/actionIdParam'
|
|
- $ref: '#/components/parameters/actionIdParam'
|
|
@@ -873,7 +873,7 @@ paths:
|
|
|
operationId: driverIdUnitIdActionIdGET
|
|
operationId: driverIdUnitIdActionIdGET
|
|
|
summary: Publish detailed info about the action performed on the unit by the driver
|
|
summary: Publish detailed info about the action performed on the unit by the driver
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/driverIdParam'
|
|
- $ref: '#/components/parameters/driverIdParam'
|
|
|
- $ref: '#/components/parameters/unitIdParam'
|
|
- $ref: '#/components/parameters/unitIdParam'
|
|
@@ -898,7 +898,7 @@ paths:
|
|
|
operationId: driverIdUnitIdActionIdEventsGET
|
|
operationId: driverIdUnitIdActionIdEventsGET
|
|
|
summary: Publish basic info about events that where performed on the unit byt the driver with the specific action
|
|
summary: Publish basic info about events that where performed on the unit byt the driver with the specific action
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/driverIdParam'
|
|
- $ref: '#/components/parameters/driverIdParam'
|
|
|
- $ref: '#/components/parameters/unitIdParam'
|
|
- $ref: '#/components/parameters/unitIdParam'
|
|
@@ -927,7 +927,7 @@ paths:
|
|
|
operationId: eventIdGET
|
|
operationId: eventIdGET
|
|
|
summary: Publish basic info about events that where performed on the unit byt the driver with the specific action
|
|
summary: Publish basic info about events that where performed on the unit byt the driver with the specific action
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/eventIdParam'
|
|
- $ref: '#/components/parameters/eventIdParam'
|
|
|
- $ref: '#/components/parameters/zoneParam'
|
|
- $ref: '#/components/parameters/zoneParam'
|
|
@@ -951,7 +951,7 @@ paths:
|
|
|
operationId: eventIdObservationsGET
|
|
operationId: eventIdObservationsGET
|
|
|
summary: Publish telemetry observations created by the driver while performing specific action on the unit at the time/event
|
|
summary: Publish telemetry observations created by the driver while performing specific action on the unit at the time/event
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/eventIdParam'
|
|
- $ref: '#/components/parameters/eventIdParam'
|
|
|
- $ref: '#/components/parameters/zoneParam'
|
|
- $ref: '#/components/parameters/zoneParam'
|
|
@@ -982,7 +982,7 @@ paths:
|
|
|
operationId: eventIdLocationsGET
|
|
operationId: eventIdLocationsGET
|
|
|
summary: Publish locations created by the driver while performing specific action on the unit at the time/event
|
|
summary: Publish locations created by the driver while performing specific action on the unit at the time/event
|
|
|
security:
|
|
security:
|
|
|
- - hubJwtAuth: [ telemetry:read ]
|
|
|
|
|
|
|
+ - bearerAuth: [ telemetry:read ]
|
|
|
parameters:
|
|
parameters:
|
|
|
- $ref: '#/components/parameters/eventIdParam'
|
|
- $ref: '#/components/parameters/eventIdParam'
|
|
|
- $ref: '#/components/parameters/fromParam'
|
|
- $ref: '#/components/parameters/fromParam'
|
|
@@ -1012,7 +1012,7 @@ paths:
|
|
|
|
|
|
|
|
components:
|
|
components:
|
|
|
securitySchemes:
|
|
securitySchemes:
|
|
|
- hubJwtAuth:
|
|
|
|
|
|
|
+ bearerAuth:
|
|
|
type: http
|
|
type: http
|
|
|
scheme: bearer
|
|
scheme: bearer
|
|
|
bearerFormat: JWT
|
|
bearerFormat: JWT
|
|
@@ -2017,7 +2017,7 @@ components:
|
|
|
items:
|
|
items:
|
|
|
type: array
|
|
type: array
|
|
|
items:
|
|
items:
|
|
|
- type: integer
|
|
|
|
|
|
|
+ type: number
|
|
|
format: float
|
|
format: float
|
|
|
minLength: 3
|
|
minLength: 3
|
|
|
maxLength: 3
|
|
maxLength: 3
|
|
@@ -2423,7 +2423,8 @@ components:
|
|
|
format: int64
|
|
format: int64
|
|
|
ioId:
|
|
ioId:
|
|
|
type: integer
|
|
type: integer
|
|
|
- format: int16
|
|
|
|
|
|
|
+ format: int32
|
|
|
|
|
+ minimum: 1
|
|
|
name:
|
|
name:
|
|
|
type: string
|
|
type: string
|
|
|
phenomenon:
|
|
phenomenon:
|