Update EA List

Hello,

 

As part of our automation framework, we want our network objects to have an EA which is a list of company codes pulled from our CMDB. I unfortunately cannot find how to 'GET' this EA list through the WAPI, or to 'PUT' at the list with values from my CMDB on a regular schedule. Has anyone tried this yet?

Tagged:

Answers

  • For anyone else coming across this old post looking for the answer. you need to do a PUT not a POST against the ref, so get the ref (url) for your EA defintion object, and then PUT the new list to it.