We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Is there an automated way to create bulk requests?

Not applicable

We have "Server Decommission" request, this is actually a record producer to create Change tickets.

Is there an automated way to submit a large number of server decommission requests?

We have 100+ servers to decommission, is there an easier way for us to follow the process? Eg a spreadsheet that can be used as a checklist.

Let me know if this is possible and how?

7 REPLIES 7

chirag_bagdai
ServiceNow Employee

I'm glad you found this useful.

With above script you can only place a request with variables but  if you are looking for a way to handle tasks then associated workflow with request should take care of it else you need to write a script.

I am sharing few links and screenshots which might help you in exploring available APIs:

Service Catalog Scripting: https://developer.servicenow.com/dev.do#!/reference/api/madrid/server/sn_sc-namespace

REST APIs:

find_real_file.png

Hello @chirag.bagdai 

Where the above script should written? 

 

Not applicable

Thank you everyone. This is new requirement for us. I will try this and update here.