Project

General

Profile

Download (6.01 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
e54016da 09/04/2015 08:03 AM Marek Hulán

Fixes #10782 - global host status

Introduce new global host status that is composed of host substatuses.
Each substatus defines a mapping to the global one which can result in
three values
  • OK
  • WARN
  • ERROR

Plugins can add their own substatuses. These are automatically...

626e88b9 12/11/2014 02:25 AM Dominic Cleal

fixes #8627 - add host comment field to API documentation

69dc398f 11/27/2014 08:19 PM Shlomi Zadok

fixes #8459 - remove sp_subnet_id from api/hosts

453dc693 10/14/2014 04:10 AM Joseph Magen

fixes #3492 - API v2 nested routes for each controller

5638cc68 10/14/2014 03:38 AM Joseph Magen

fixes #7332 - Host Create API documentation missing required parameters

acfbc458 03/03/2014 02:26 PM Marek Hulán

fixes #812 - new permissions model, user group role and nest support, role filters for better granularity

Contributions from:
bb3916d6 11/05/2013 09:08 AM Ohad Levy

fixes #3566 - exposes orchestration tasks via the API at /api/orchestration/id/tasks

74346b1b 10/31/2013 11:57 AM Martin Bacovsky

fixes #2951 - Host API documentation lacks compute_resource_id

ce13ab5d 09/03/2013 07:50 AM Marek Hulán

fixes #2863 - restrict APIs to resources that a user is permitted to manage (CVE-2013-4182)

bfbf7ed8 04/24/2013 05:07 AM Lukas Zapletal

Feature #2368 - i18n extracting strings

8dc8a9ac 12/24/2012 10:57 AM Joseph Magen

fixes #1890 api host status

25d4ca6d 12/11/2012 03:57 AM Joseph Magen

host routes api changes squashed

73f028b0 11/28/2012 09:37 AM Joseph Magen

removed params required => from update action

d076d573 11/21/2012 08:10 AM Joseph Magen

This commit adds most of the functionality required for API v1

The overall goal was to extract the existing JSON response
overall controllers, and to move them to a seperate name space.

  • documentation was added to all requests (available under /apidoc)...