- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
How to update EA on Network using vRealize Orchestrator
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-22-2018 02:09 AM
Hello,
I am using vRO 7.4 and installed Ipam 4.3 plugin to vRO. I am developing some workflows about vRA and now i need something about infoblox. I can do a lot of thing with infoblox plugin in vRO but could not update EA. I need to update isAvailable EA as "Yes" or "No". I have searched of all action object and functions in vro but could not be success.. Is there a way to do this?
Solved! Go to Solution.
Re: How to update EA on Network using vRealize Orchestrator
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-23-2018 04:26 PM
Extensible attributes (extattrs) are are associated with objects. If you are looking to update these for specific objects, you can do this via a RESTful API workflow.
For examples on how to update an extensible attribute for an object, you may find our RESTful API guide (available for download via the Help Panel in the Infoblox Grid Manager GUI), as well as our RESTful API Reference Guide (https://www.infoblox.com/wp-content/uploads/infoblox-deployment-infoblox-rest-api.pdf). In the RESTful API Reference Guide, this starts on page 39.
Regards,
Tony
Re: How to update EA on Network using vRealize Orchestrator
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-30-2018
04:13 AM
- last edited on
11-20-2018
07:04 AM
by
TTiscareno
The Orchestrator 5.1 configuration interface uses a secure connection to communicate with the vSphere Update Manager server. After you install vSphere Update Manager plug-in 5.1, you need to import the required SSL certificate from a URL or file.
Re: How to update EA on Network using vRealize Orchestrator
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-05-2018 04:48 AM
Thanks for reply, it works but i want to learn something. when i run the request, all existing EA is removing. How can i prevent it remove ?
Re: How to update EA on Network using vRealize Orchestrator
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-20-2018 07:10 AM
@legioon wrote:
Thanks for reply, it works but i want to learn something. when i run the request, all existing EA is removing. How can i prevent it remove ?
Most operations with the plugin involve adding and removing objects. If an EA is added to an object managed by the plugin and a workflow is called to delete that object, any EA's saved to that object would be lost.