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 Not under consideration
Workspace Spectrum Discover
Created by Guest
Created on Jul 20, 2023

Bulk adding tags to files via REST API without a policy

We use a SQL select query to fetch files from the Spectrum Discover metaocean table and let a script work on these files. The script produces a JSON file with the fkey of every file and a JSON dictionary with tags that we want to add. Since we're not using the policyengine of Spectrum Discover we are looking for a performant way to upload these JSON documents into the DB2 database.


Our proposal is to have a REST API extension for Spectrum Discover that accepts JSON documents in the following format:




{

"fkey": "uk_vf085_v01uk_vf085_v01:/vol/uk_vf085_v01/test-nfs-share7699699",

"tags": {

"tag1": "This is the value for tag1",

"tag2": "This is the value for tag2",

"tag3": "This is the value for tag3"

}

},

{

"fkey": "uk_vf085_v01uk_vf085_v01:/vol/uk_vf085_v01/test-nfs-share11057739",

"tags": {

"tag1": "Another value for tag2",

"tag10": "value for tag10",

"MD5": "112d8f46312998a9d8b67aedd2365522"

}

}



The workflow is:

  • Initial scan finds files on a share and puts them into the metaocean table

  • We run a SQL query to get all these files using the already existing fkey as the unique id for every file

  • In the next step instead of using the Python SDK we run whatever script or binary is the best and most performant tool to extract data from files and produce the above mentioned JSON document

  • The new REST API endpoint takes the JSON document and insert its entries into DB2

Idea priority Urgent
  • Admin
    THOMAS O'BRIEN
    Reply
    |
    Jan 19, 2024

    Closing based on recent Discussion Paul had with Airbus team. This RFE no longer needed