ย ย ย ย ย ย ย ย ย ย ย ย ย ย Missed IBM TechXchange Dev Day: Virtual Agents? On-demand viewing is available here
There is not. This data is static. Just like the backend server's URL, the download key is the unique identifier that you also need for agent-backend communication. Once you have it it doesn't not change. What is your use case where you wouldn't know your own key?
instana agent deployed using YAML file , we can reach the secret using UI by going Home--> agent deployment --> openshift-YAML. but can we automate this by using REST API calls to get the download keys?
Some of the REST API calls overlap for OIDC, LDAP, and SAML. Does Create group mapping meet the need? FYI - the search available in the upper left of https://instana.github.io/openapi/ will locate relevant endpoints, some of which have rather general names.
we are testing the automation for configuring instana OIDC using API instead of the user interface, i can see from documenation that we can delete OIDC configs but there is no mention of creating one ? is it possible to use API calls to configure OIDC?
Hi Atanas, It may not see straight-forward but since Business Monitoring relies on the Application Monitoring we can get the data we need. Go to your Business Monitoring Click in your process and then click in "Analyze Instances" Just after Group, in the far right click in "API Query " You can...
Hi Venkata: I wrote a Python script to send metrics through the StatsD sensor in the agent. In Python, we use the socket module because this module provides an interface for working with network communication (to communicate using protocols like TCP or UDP). Review the Monitoring StatsD...
Hi, I need to find a way to fetch data from business processes via the API interface. Unfortunately I couldn't find any references about how to use the Instana REST API for anything different than application and infrastructure monitoring. I can see my IBM BPM processes in the Business...
I am looking to post some results data using the python code through the Instana REST API, and then this data I want to showcase in custom Dashboard. so, is there a way that I can post results data directly to Instana dashboard or I need to use any database (influxDB or Prometheus) to store my...