Skip to content

Xen Node Resources

Supported Versions Last Updated
1.2.00 & higher
json output 1.14.00 & higher
2013/04/30
Action node-xenresources
Method GET, POST
Variables

nodeid [id of node]

rdtype [json] For json output specify json or for default output leave blank. This variable is optional

Example Output

XML

Success:

 <status>success</status>

<statusmsg></statusmsg>

<freememory>[Amount of free memory in bytes]</freememory>

<freehdd>[Amount of free hard diskspace in bytes]</freehdd>

 

Error:

 <status>error</status>

<statusmsg>ERROR MESSAGE</statusmsg>

JSON

Success:

 {

"status":"success",

"statusmsg":"",

"freememory":"674528",

"freehdd":"43821636",

}

Error:

 {"status":"error","statusmsg":"ERROR MESSAGE"}

Back to top