Getting Started
IBM TechXchange Dev Day: Virtual Agents
Join us 23 January from 11 AM - 6 PM ET as over 30 speakers from IBM and key AI industry leaders discuss the latest AI trends.
For the *old* probe, capturing probe data is exceedingly difficult. KumbaSoft's DPAA tool managed to do it. IBM Improved things quite a bit for the new probe. There is a 2nd action you'll need to utilize, ...
Hi Folks, I'm exploring APIC's testing module but i am having trouble finding resources/documentation about testing, such as creating and managing APIs. Could you point me to any detailed guides or documentation ...
Thanks Joe and Charles! Nice to have the confirms on the 10.6.0.x machine. I'll be using 10.5.0.15 for probably the next 8 months. Going to check the probe settings for 'on'. In my case, there would be ...
Hi Doug I understand what you mean: if we use the properties provided in jssHelper, we should not use those from system. JL ------------------------------ Jose Luis Nebril ------------------- ...
Hi Antonio, We were in a similar situation as the out of the box ServiceNow integration with AIOps didn't work for us. As Zane mentioned one of the most powerful automation tools within AIOps is the ...
You can use XSLT to transform your data into the application/x-www-form-urlencoded format required by your API. Here's a basic approach and considerations: ------------------------------ Para PC --- ...
Glad you got it working! I want to explicitly note that, in addition to adding the alias property, you're also using a separate Properties object rather than System.properties. Again, I suspect this ...
Tested this and confirmed it works, change names and domain to match yours. This does require probe settings to be enabled and opt state up as well: on -------- Test ...
Hi Rishitha, > If possible can you share the right file that can be used from the site https://developer.ibm.com/languages/java/semeru-runtimes/downloads/ so that we can make use of it in our Production ...
Try this, Convert XML string to stream. Create empty Mime data object. Add the stream from step 1 to MIME body using the service pub.mime:addBodyPart. You need to pass the mimeData object from step 2 to ...
Hi Jason, Thanks for your response. We used the rpm file version 21.0.5.0 for AIX downloaded from https://developer.ibm.com/languages/java/semeru-runtimes/downloads/ If possible can you share the ...
Hi, alternatively (as we had no software developer skills) we extracted for a client incidents from their ICD solution (should be easily adaptable to successor MAS) with logstash from the underlying DB2 ...
Hi all we have written some Impact Policies already for a NOI Client creating and updating incident in MAS from events. Likely, this can easily be reused if used with AiOps. Regards Detlef ------------------------------ ...
Please open a support case and we'll resolve the issue. What are the versions of DPOD, DP and APIC? Which form factor do you use for the gateways? ------------------------------ Amit Munwes ------ ...
IBM webMethods API Control Plane setup using docker image - v11.1 I've downloaded the below docker images in RHEL v9 of IBM webmethods API control plane from cp.icr.io. I've started the control plane ...
Bit unsual actually to require form-data. Having said that - if it works from Postman, try generating java code from postman and inspect it and check if that works?
Sorry, Doug, for responding on a Sunday. Wow, It works fine The link you sent me has solved the problem. I'm attaching the code that was needed to make it work, because a property was missing "com.ibm.ssl.alias" ...
Implement distinct roles for teachers, students, administrators, and potentially parents, each with tailored access and permissions.
Hey Kirby - I haven't seen your name in a while. Let's touch base sometime! On a 10.6.0.2 box, the first request runs fine, whereas on a 10.5.0.11 box, I also get an internal error "*** Unknown command ...
Hi @Rupinder Singh, The API can only accept multipart/form-data and we cannot send the XML in the request body as Content-Type = application/xml. It has to be a file being sent as shown in the postman ...
You dont need to do anything special. The only step that is needed is pub.client:http. In the inputs, specify the UR, the method would be POST and the XML string would be mapped to the input string under ...
Hi @Kailash Kumar Mishra, Thanks for your response. Tried with text/xml instead of application/xml. Still getting the same response. Hi @Rupinder Singh, Thanks for responding. I am trying to send this ...
I'm not surprised that trying to set it JVM-wide, which is what System property is doing, doesn't work. Instead, look down this path: https://www.ibm.com/docs/en/was/8.5.5?topic=ascdoprse-programmatically-specifying-outbound-ssl-configuration-using-jssehelper-api-2 ...