Skip to Main Content
IBM System Storage Ideas Portal


This portal is to open public enhancement requests against IBM System Storage products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Under review
Workspace IBM DS8000
Created by Guest
Created on Feb 13, 2026

DS8910F REST-API Temperature

Hello IBM,

we want to monitoring the temperature of the DS8910F.

As we already know, there are three possible options:

Option 1:

The GUI shows the temperature as follows:

GUI -> Monitoring -> Performance -> Metrics -> Environment -> Temperature (Celsius)

 

Option 2:

The file FORMATTED_PERF_SAMPLES_78MTL01.csv, generated via DSCLI, provides a historical temperature trend.

dscli> offloadfile -dev IBM.2107-78MTL01 -perfdata /home/abc
Date/Time: January 28, 2026 at 1:45:43 PM CET IBM DSCLI Version: 7.9.43.10 DS: IBM.2107-78MTL01
CMUC00428I offloadfile: The perfdata file has been offloaded to /home/abc/FORMATTED_PERF_SAMPLES_78MTL01.csv.

 

Option 3:

Via DSCLI, the command "showsu" shows the inlet temperature:

dscli> showsu
Date/Time: February 3, 2026 at 11:30:52 AM CET IBM DSCLI Version: 7.9.43.10 DS: -
Name -
desc -
ID IBM.2107-78MTL00
Model 993
WWNN ****************
config Undefined
pw state On
pw mode Remote Manual
reqpm Remote Manual
System Memory 512.0 GB
MTS IBM.5341-78MTL00
ER Test Mode Disabled
ER Recorded 2026-02-03T10:54:03+0100
ER Power Usage Unknown
ER Inlet Temp 22.0
ER I/O Usage 3
ER Data Usage 37

 

So as you can see, there are already options to get the temperature, but not for REST-API. 

The REST-API endpoint "/systems/<system>/performance" shows only "IOPS" and "responseTime". 

curl -k -s -H "X-Auth-Token:034d6fde7c4243c99daa6139ae7f4187" -X GET "https://ds8910f/api/v1/systems/78MTL01/performance?after=2026-02-02T00:00:00%2B0100"
{"server":{"status":"ok","code":"","message":"Operation done successfully."},"counts":{"data_counts":2028,"total_counts":2028},"data":{"performance":[{"IOPS":{"read":"33","write":"1561.77","total":"1594.77"},"responseTime":{"read":"0.09","write":"0.12","average":"0.11"},"performancesampletime":"2026-02-03T11:06:22+0100"},{"IOPS":{"read":"36.35","write":"1412.04","total":"1448.38"},"responseTime":{"read":"0.07","write":"0.12","average":"0.11"},"performancesampletime":"2026-02-03T11:05:20+0100"},{"IOPS":{"read":"34.44","write":"1457.78","total":"1492.23"},"responseTime":{"read":"0.07","write":"0.12","average":"0.11"},
and so one.

 

There is the endpoint "/api/v1/files/performancesummary" but it needs a parameter "type" that is not documented and also this endpoint is only for DS8880 but i don't now why, the ds8910f "listens" to the endpoint:

curl -k -s -H "X-Auth-Token:034d6fde7c4243c99daa6139ae7f4187" -X GET "https://ds8910f/api/v1/files/performancesummary?after=2026-02-02T00:00:00%2B0100"
{"server":{"status":"failed","code":"BE7A0034","message":"The parameter: type is required."}}
curl -k -s -H "X-Auth-Token:034d6fde7c4243c99daa6139ae7f4187" -X GET "https://ds8910f/api/v1/files/performancesummary?type=temperature
{"server": {"status": "failed","code": "BE7A0033","message": "The value for parameter type: temperature is not valid."}}

 

Please give us the ability to read these metrics via the REST API.

Thank you very much.

 

Idea priority High