Julien Fontanet 1a71cc9223 Implement method.resolve
API methods can now have some of their objects automatically fetched:

```
method.resolve = {
	vm: ['vm', 'VM'],
};
```

The key is the name of the property with which the object will be
attached in the parameters dictionary, the first entry of the array is
the name of the parameter to use to fetch the object and the second
the expected type/types of the object.

Note that permissions are automatically checked via the ACLs.
2015-03-02 13:27:37 +01:00
2015-03-02 13:27:37 +01:00
2015-02-12 18:03:50 +01:00
2015-02-03 15:38:07 +01:00
2014-09-12 20:55:40 +02:00
2015-02-18 14:52:56 +01:00
2015-02-18 14:52:56 +01:00
2015-02-12 15:58:44 +01:00
2015-01-27 18:28:44 +01:00
2014-08-14 16:26:56 +02:00

Xen Orchestra Server

XO-Server is part of Xen Orchestra, a web interface for XenServer or XAPI enabled hosts.

It contains all the logic of XO and handles:

  • connections to all XAPI servers/pools;
  • a cache system to provide the best response time possible;
  • users authentication and authorizations (work in progress);
  • a JSON-RPC based interface for XO clients (i.e. XO-Web).

Dependency Status devDependency Status


Installation

Manual install procedure is available here

How to report a bug?

If you are certain the bug is exclusively related to XO-Server, you may use the bugtracker of this repository.

Otherwise, please consider using the bugtracker of the general repository.

Description
The global orchestration solution to manage and backup XCP-ng and XenServer.
Readme 96 MiB
Languages
JavaScript 90.9%
Vue 5.2%
TypeScript 2.6%
SCSS 0.5%
Smarty 0.3%
Other 0.3%