* hawkBit REST docs. Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com> * Fiy gitignore. Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com> * Add to website. Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com> * Switch to generated docs. Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com> * Fix typos. Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com> * Review findings. Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com> * Otimizations. Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com> * Revert accidental checkin. Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com> * Add security link.
64 lines
1.1 KiB
Plaintext
64 lines
1.1 KiB
Plaintext
= Management API
|
|
Eclipse hawkBit;
|
|
:doctype: book
|
|
:icons: font
|
|
:source-highlighter: highlightjs
|
|
:toc: macro
|
|
:toclevels: 1
|
|
:sectlinks:
|
|
:linkattrs:
|
|
|
|
[[resource-name]]
|
|
= Resource name
|
|
|
|
toc::[]
|
|
|
|
|
|
== The request: Example: GET /rest/v1/targets
|
|
|
|
=== Implementation notes
|
|
|
|
..... Implementation notes .....
|
|
..... Implementation notes .....
|
|
|
|
=== Describe the request: Example: Get paged list of targets
|
|
|
|
==== CURL
|
|
|
|
include::{snippets}/ ... ...curl-request.adoc[]
|
|
|
|
==== Request URL
|
|
|
|
include::{snippets}/... ...http-request.adoc[]
|
|
|
|
==== Request path parameter
|
|
|
|
include::{snippets}/ ... ...path-parameters.adoc[]
|
|
|
|
==== Request fields
|
|
|
|
include::{snippets}/ ... ...request-fields.adoc[]
|
|
|
|
==== Request query parameter
|
|
|
|
include::{snippets}/ ... ...with-parameters/request-parameters.adoc[]
|
|
|
|
==== Request parameter example
|
|
|
|
include::{snippets}/ ... ...with-parameters/http-request.adoc[]
|
|
|
|
=== Response (Status 200)
|
|
|
|
==== Response fields
|
|
|
|
include::{snippets}/ ... ...response-fields.adoc[]
|
|
|
|
==== Response example
|
|
|
|
include::{snippets}/ ... ...http-response.adoc[]
|
|
|
|
=== Error responses
|
|
|
|
include::../errors/...
|
|
include::../errors/...
|
|
... |