We are working on some ServiceNow integration with vRO7 and I am having a heck of a time parsing the json I'm getting back from vRO. Were I am running into problems is dot-walking the output-parameters. On the vRO side we have defined some outputs for simple things like ip address and FQDN that I'm trying to pull back into ServiceNow. When I parse the JSON on the SN side I feel like i should be able to access those key:value pairs at jsonObj.output-parameters.vmIpAddress and so on but am having a heck of a time finding the values. Am I going about this completely wrong?
↧