I am trying to create a spreadsheet with multiple columns of data that can then be sorted. Each WGet pulls some object data defined by /objects/Hosts. Can you string together multiple objects so pull multiple data fields in one WGet. This would allow you to get more information on a device when you are doing a search.
Example:
/objects/hostgroupmembers/hosts/services/contacts.............
Thanks,
Greg
RestAPI
Re: RestAPI
I don't think this is possible with the existing API endpoints. You might need to write a script that calls multiple endpoints to pull all of this data together.
Or maybe the custom API endpoints document is for you? Have you taken a look at Help -> Custom API Endpoints?
Or maybe the custom API endpoints document is for you? Have you taken a look at Help -> Custom API Endpoints?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: RestAPI
Thanks. I'll take a look.
Greg
Greg