VMware Cloud Community
ChiruR
Contributor
Contributor

vRealize Automation ITSM 8.1 - Service Now integration issues

When a request is submitted from ServiceNow end for a server build we are getting below response code from vRA. Can you please let us know how  we can mitigate this.

Error: {"message":"diskGrid: Expected type ARRAY but was STRING.\n

hostname: Expected minLength 5 but the string length was 0.\n

computerOU: Expected type OBJECT but was STRING.\n

customHostname: Expected type BOOLEAN but was STRING.\n

permanentLease: Expected type BOOLEAN but was STRING.\n

ansible_windows: Expected type INTEGER but was STRING.","statusCode":400,"errorCode":0}

0 Kudos
1 Reply
j_dubs
Enthusiast
Enthusiast

This is solved by using a "string" input on the blueprint (arrays now supported) - but still using a grid control.

Plugin will submit array as a JSON and in the blueprint we can parse the JSON and use the values for the disks.

0 Kudos