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 Future consideration
Workspace IBM DS8000
Created by Guest
Created on Jan 9, 2020

Enhancements for DS8000 REST API

We are using REST API to get configuration data out from the DS8000 storage system.
We would like to have more API request types to get also security informations from DS8000.
We need to know the active authentication policy with properties, information about the active SSL web certificate, NTP configuration, etc.

In addition please enhance the REST API volumes request (/v1/lss/lss_id/volumes).
For CKD volumes you will get capacity informations in cylinders only. We would like to have the capacity in GiB in the respond to that request also.

Idea priority Medium
  • Guest
    Reply
    |
    Mar 28, 2023

    Hello Randy,

    volume data returned is fine.

    In only need to have the whole CKD volumes on a DS8K without filtering on lss or poo_id on the request.

    Thanks

  • Admin
    Randy Blea
    Reply
    |
    Mar 28, 2023

    We are looking at the request, but for the part of the request asking us to return the volume sizes for CKD volumes in GiB. The interface should already be returning capacity in GiB for each volume under the cap_gib property. Here's an example of the volume data returned. If this does not work please let us know.

    "data": {
    "volumes": [
    {
    "id": "0000",
    "link": {
    "rel": "self",
    "href": "https:/tiberseptim.tuc.stglabs.ibm.com:8452/api/v1/volumes/0000"
    },
    "name": "",
    "state": "normal",
    "cap": "110187",
    "cap_gb": "87.2",
    "cap_gib": "93.7",
    "real_cap": "110187",
    "virtual_cap": "110187",
    "stgtype": "ckd",
    "VOLSER": "0X5000",
    "lss": {
    "id": "00",
    "link": {
    "rel": "self",
    "href": "https:/tiberseptim.tuc.stglabs.ibm.com:8452/api/v1/lss/00"
    }
    },