Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Team IAC,I have a integration I'm working on where I have to update data in HP Service Manager using a SOAP call. The operation is an update operation but there's a caveat: To update an array of data, there is no operation to simply add a new item to...
G'day,I'm writing a process that takes as input a multiline string. I need to chop this string up via newlines and iterate through each one but I can't work out how to split a string based on newlines and the TEO Reference Guide is suitably vague on ...
Team,I've created a fairly simple service which creates a service item, calls a CPO process via service link then updates the service item upon completion.Only the update isn't working. I can see the updated information in the request form but the se...
I'm in the middle of creating a new service and am having a problem with service items. I have designed the service item, created the dictionary added some fields, created an active form and finally created a service. In the plan for the service my f...
Support Team,I'm still learning CSP and haven't had the joy of any training yet but I have a question on the right way to do grid form components.Currently I have a form to raise a change for a physical server. The server information is a normal form...
Dave,Sorry it took so long, docker issues.Here's the code:#!/usr/local/bin/pythonimport oauth2 as oauthimport json import urllib.requestprint('OAuth example into Cisco.com')consumer = oauth.Consumer(key="yourclientidhere",secret="yourclientsecrethere...
David,I just managed to get a python example working yesterday using the oauth2 module installed via pip. Used urllib to perform the API call once I had the token and added authorisation headers with the token. I don't have the code on my as its in a...