API for Update Sets

naokihada
Kilo Contributor

Hi,

Is there API for System Update Sets?

I could transfer workflow to other server by following instruction on web UI.

Moving Workflows with Update Sets - ServiceNow Wiki

Is there any API available for following steps?

1) Load XML for System Update Sets

2) Preview imported Update Set.

3) Commit imported Update Set.

Thank you,

Naoki

1 ACCEPTED SOLUTION

Hi Naoki,



The code which is written in the UI actions I send you can be used to create the appropriate logic in an inbound web service. Which logic would go in those web services would depend a lot on the process / features of the automated deployment that you will like to implement.



http://wiki.servicenow.com/index.php?title=Web_Services#Inbound_Web_Services



Thanks,


Berny


View solution in original post

22 REPLIES 22

Nice work Kevin!


bernyalvarado
Mega Sage

Hi Naoki,



Do you have any further questions on this subject? or could you close this thread by marking one of the responses as correct?



Thanks,


Berny


Hi Berny,



"The code which is written in the UI actions I send you can be used to create the appropriate logic in an inbound web service." which UI action you are referring to. Is that a custom script that you are referring to. If so can you please share..



Regards


Param