VMware Cloud Community
sbeaver
Leadership
Leadership
Jump to solution

Who has done something like this....?

During my provisioning I install an 3rd party agent for patching and updates.  Once I have finished my provisioning I need to wait for an email or something from that 3rd party system saying any patching or updates are done before my workflow should continue and notify the end user that the server is ready.  Anybody doing anything like that and if so what did you do?

Thanks

Steve

Steve Beaver
VMware Communities User Moderator
VMware vExpert 2009 - 2020
VMware NSX vExpert - 2019 - 2020
====
Co-Author of "VMware ESX Essentials in the Virtual Data Center"
(ISBN:1420070274) from Auerbach
Come check out my blog: [www.virtualizationpractice.com/blog|http://www.virtualizationpractice.com/blog/]
Come follow me on twitter http://www.twitter.com/sbeaver

**The Cloud is a journey, not a project.**
1 Solution

Accepted Solutions
stvkpln
Virtuoso
Virtuoso
Jump to solution

Does the third party system have an API you can plug into? If so, you could (in theory) query the provisioned system's object in the system to ensure it's actually ready.. How you'd do that would depend on the system itself and what means it offers. Likely you'd be using the REST or SOAP plugins and adding the management system as an endpoint...

-Steve

View solution in original post

0 Kudos
3 Replies
stvkpln
Virtuoso
Virtuoso
Jump to solution

Does the third party system have an API you can plug into? If so, you could (in theory) query the provisioned system's object in the system to ensure it's actually ready.. How you'd do that would depend on the system itself and what means it offers. Likely you'd be using the REST or SOAP plugins and adding the management system as an endpoint...

-Steve
0 Kudos
sbeaver
Leadership
Leadership
Jump to solution

hmmm  did that think about it going that way.  I do have API access into the system let me see if they can create something I can query to see if things are done

Steve Beaver
VMware Communities User Moderator
VMware vExpert 2009 - 2020
VMware NSX vExpert - 2019 - 2020
====
Co-Author of "VMware ESX Essentials in the Virtual Data Center"
(ISBN:1420070274) from Auerbach
Come check out my blog: [www.virtualizationpractice.com/blog|http://www.virtualizationpractice.com/blog/]
Come follow me on twitter http://www.twitter.com/sbeaver

**The Cloud is a journey, not a project.**
0 Kudos
sbeaver
Leadership
Leadership
Jump to solution

Actually you got me thinking and I create a marker txt file that the 3rd party system looks for to know a server is new and should get things applied right away and that system deletes the file when done.  So I am just going to look for that file to be deleted.  Sometimes its best to do things the easy way  Smiley Happy

Steve Beaver
VMware Communities User Moderator
VMware vExpert 2009 - 2020
VMware NSX vExpert - 2019 - 2020
====
Co-Author of "VMware ESX Essentials in the Virtual Data Center"
(ISBN:1420070274) from Auerbach
Come check out my blog: [www.virtualizationpractice.com/blog|http://www.virtualizationpractice.com/blog/]
Come follow me on twitter http://www.twitter.com/sbeaver

**The Cloud is a journey, not a project.**