Difference between revisions of "The json information API"

From BubbaWiki
Jump to navigation Jump to search
(Created page with '=  The json information API = There is a json-based information interface from where applications (such as the firefox "bubbamon" tool) can get information automatically. <...')
 
Line 1: Line 1:
= &nbsp;The json information API =
There is a json-based information interface from where applications (such as the firefox "bubbamon" tool) can get information automatically. <br>This is valid from B3 version 2.4.1 and onwards.  
There is a json-based information interface from where applications (such as the firefox "bubbamon" tool) can get information automatically. <br>This is valid from B3 version 2.4.1 and onwards.  
<pre>http://b3/admin/ajax_status/?
<pre>http://b3/admin/ajax_status/?
..where ? can be:
..where&nbsp;? can be:
uptime
uptime
hardware
hardware
Line 11: Line 9:
vgs
vgs
mds
mds
fstab</pre>
fstab</pre>  
All of these are available with user level authentication ('admin' not required).
All of these are available with user level authentication ('admin' not required).

Revision as of 12:16, 20 February 2012

There is a json-based information interface from where applications (such as the firefox "bubbamon" tool) can get information automatically.
This is valid from B3 version 2.4.1 and onwards.

http://b3/admin/ajax_status/?
..where ? can be:
uptime
hardware
version
printers
disks (note: the 'size' field is in 512 Byte blocks)
vgs
mds
fstab

All of these are available with user level authentication ('admin' not required).