Skip to Main Content
Cloud Management and AIOps


This is an IBM Automation portal for Cloud Management, Technology Cost Management, Network Automation and AIOps 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 Instana
Categories Alert
Created by Guest
Created on May 5, 2025

POST Endpoint for Instana Event REST API

Currently there is no simple way to create Alerts or Alert Channels using the Instana API. Only the PUT method exists which can be used to Create or Update these resources. However, these endpoints require unique IDs to perform these actions, which we seem to need to have to define ourselves for new Alerts or Channels. This is quite unusual, as it looks like the only way (or at least one of the only ways) to create one of these resources is to generate a random string ID, then retrieve all the existing Alerts or Channels and make sure the generated ID does not match any of them - to ensure that existing resources are not overwritten by accident - before using said ID to create a new resource.


This seems like over-engineering a solution that should really be encapsulated by the API in the form of a POST endpoint that creates a resources and returns the created object with its unique, server-assigned ID, especially since this sort of functionality is usually defined as best practice for RESTful Web API design. The PUT standards state:

Whether to support creation via PUT depends on whether the client can meaningfully and reliably assign a URI to a resource before it exists. If not, then use POST to create resources and have the server assign the URI, then use PUT or PATCH to update.

Since the IDs seem completely random, and because they can be created programmatically via the API or through the UI, I don't think the client can meaningfully and reliable assign a URI to a resource. The server must already handle this ID creation functionality for Alerts and Channels that are created through the UI anyway, so it should be reasonably straightforward to extend this to a simple POST endpoint for the API.

Idea priority Low