Get Environmental data
Retrieves information about the environmental data for the library. (Not supported by TS4500)
Request syntax
GET
/v1/library/environmentalData
Retrieves information about the environmental data for the library. (Not supported by TS4500)
Example
> GET /v1/library/environmentalData
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 693
{
"externalTemperature": 22.2,
"externalHumidity": 31.7,
"externalDewpoint": 4.6,
"accessorTemperature": 24.6,
"accessorHumidity": 20.4,
"accessorDewpoint": 0,
"accessorMeasureLocationX": 381,
"accessorMeasureLocationY": 1300,
"accessorMeasureTime": "2025-12-18T10:46:00-0700",
"driveAverageTemperature": 23.0,
"driveAverageHumidity": 21.0,
"driveAverageDewpoint": -2.6
}
Attributes
externalTemperature(number)-
Most recently measured external temperature in Celsius to one decimal place measured outside the front door of the library. If no AC unit is installed, this is null. Otherwise, if the measurement was not read null is returned.
externalHumidity(number)-
Most recent external percent humidity to one decimal place measured outside the front door of the AC unit. If no AC unit is installed, this is
null. Otherwise, if the measurement was not readnullis returned.
externalDewpoint(string)-
Most recent external dewpoint measured outside the front door of the library. If no AC unit is installed, this is null. Otherwise, if the measurement was not read, null is returned.
accessorTemperature(number)-
Most recent temperature value in Celsius to one decimal place inside the library measured by a sensor on the robotic accessor at its current location. If the measurement was unable to be read, due to the accessor being replaced for example, null is returned.
accessorHumidity(number)-
Most recent percent humidity value to one decimal place inside the library measured by a sensor on the robotic accessor at its current location. If the measurement was not read, null is returned.
accessorDewpoint(number)-
Most recent dewpoint value inside the library measured by a sensor on the robotic accessor at its current location. If the temperature or humidity measurement was not read, null is returned.
accessorMeasureLocationX(number)-
Vertical location of the robotic accessor in millimeters (mm) from the left when the measurement was taken.
accessorMeasureLocationY(number)-
Horizontal location of the robotic accessor in millimeters (mm) from the bottom when the measurement was taken.
accessorMeasureTime(number)-
Time and date the measurement was recorded by the robotic accessor. This is available in Diamondback only, otherwise this is null. Otherwise, if the measurement was not read null is returned.
driveAverageTemperature(number)-
Average temperature in Celsius accurate to one decimal place taken from the most recent measurement in all tape drives in the library. If the measurement was not read, null is returned.
driveAverageHumidity(number)-
Average percent humidity accurate to one decimal place taken from the most recent measurement in all tape drives in the library. If the measurement was not read, null is returned.
driveAverageDewpoint(number)-
Average dew point estimated at the inlet of the tape drives in the library based on the most recent temperature and humidity measurements. If any measurement was not read, null is returned.