- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Get GRID Member Running Status
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2020 01:08 PM
I'm trying to retrieve the GRID Member Running Status via API, but when I invoke the ?_return_fields=service_status on a member, I'm getting sub-service statuses back, and not the running status.
For instance, the GUI shows a status of "RUNNING" for my member, but the API (https://1.2.3.4/wapi/v2.5/member/s25dfdssdnR1YWxfbm9kZSQw:iblox.mydomain.org?_return_fields=service_...) returns only the status for DHCP,DNS,NTP,TFTP,HTTP_FILE_DIST,FTP,BLOXTOOLS,HSM and IMC, all of which are INACTIVE on this member. It does NOT list the actual RUNNING status.
What am I missing here?
Thanks everyone!
Richard
Solved! Go to Solution.
Re: Get GRID Member Running Status
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2020 01:21 PM
Try the "node_info" attribute instead.
Re: Get GRID Member Running Status
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2020 02:02 PM
FANTASTIC! Thank you!