RestAPI

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
gregwhite
Posts: 206
Joined: Wed Jun 01, 2011 12:40 pm

RestAPI

Post by gregwhite »

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
User avatar
mbellerue
Posts: 1403
Joined: Fri Jul 12, 2019 11:10 am

Re: RestAPI

Post by mbellerue »

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?
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!
gregwhite
Posts: 206
Joined: Wed Jun 01, 2011 12:40 pm

Re: RestAPI

Post by gregwhite »

Thanks. I'll take a look.

Greg
Locked