summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2020-09-01 11:38:47 +0100
committerStephen Finucane <stephenfin@redhat.com>2020-09-11 14:10:32 +0100
commit7ac52e643c176ed306fe19be51247c9110387290 (patch)
tree3eee83850cb0aa117c0c7862a31e575203a2dc68 /api-ref
parent8aea747c975954d7659b8dbb38a961da1686072b (diff)
downloadnova-7ac52e643c176ed306fe19be51247c9110387290.tar.gz
api: Remove 'os-agents' API
This was only useful with XenAPI and can therefore be removed. Change-Id: I9512f605dd2b3b0e88c951ed086250d57056303d Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/os-agents.inc17
1 files changed, 13 insertions, 4 deletions
diff --git a/api-ref/source/os-agents.inc b/api-ref/source/os-agents.inc
index 33bd9fbd3a..f9ab86a62c 100644
--- a/api-ref/source/os-agents.inc
+++ b/api-ref/source/os-agents.inc
@@ -11,6 +11,12 @@ hypervisor-specific extension is currently only for the Xen driver. Use of
guest agents is possible only if the underlying service provider uses
the Xen driver.
+.. warning::
+
+ These APIs only works with the Xen virt driver, which was deprecated in the
+ 20.0.0 (Train) release.
+ They were removed in the 22.0.0 (Victoria) release.
+
List Agent Builds
=================
@@ -20,7 +26,7 @@ Lists agent builds.
Normal response codes: 200
-Error response codes: unauthorized(401), forbidden(403)
+Error response codes: unauthorized(401), forbidden(403), gone(410)
Request
-------
@@ -58,7 +64,8 @@ Creates an agent build.
Normal response codes: 200
-Error response codes: badRequest(400), unauthorized(401), forbidden(403), conflict(409)
+Error response codes: badRequest(400), unauthorized(401), forbidden(403),
+conflict(409), gone(410)
Request
-------
@@ -106,7 +113,8 @@ Updates an agent build.
Normal response codes: 200
-Error response codes: badRequest(400), unauthorized(401), forbidden(403), itemNotFound(404)
+Error response codes: badRequest(400), unauthorized(401), forbidden(403),
+itemNotFound(404), gone(410)
Request
-------
@@ -150,7 +158,8 @@ Deletes an existing agent build.
Normal response codes: 200
-Error response codes: badRequest(400), unauthorized(401), forbidden(403), itemNotFound(404)
+Error response codes: badRequest(400), unauthorized(401), forbidden(403),
+itemNotFound(404), gone(410)
Request
-------