I am starting to code up some cleanup routines for services on XI.
I love the new RESTful API.
Is there any exhaustive doc available?
The doc in the help menu is a great start but is, by no means, complete.
For example, when I try to delete a service that was previously deleted, I get this:
That's fine, but it isn't documented, as far as I can see, in the web doc."error": "Could not find a unique id for this service."
Just looking for all the possibilities so I can code for relevant ones.
BTW, I would actually expect, that when I GET all the services for a host, the previously deleted ones would not continue showing up.
Is that because I haven't done an apply yet?
Finally, what are the performance implications on XI of having a bunch of potentially concurrent applyconfig calls?
Thanks,
Rick