Doc - add Actions API (#1404)
Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -65,5 +65,5 @@ maven.properties
|
|||||||
docs/themes/**
|
docs/themes/**
|
||||||
docs/public/**
|
docs/public/**
|
||||||
docs/content/rest-api/*.html
|
docs/content/rest-api/*.html
|
||||||
.gitmodules
|
|
||||||
docs/.hugo_build.lock
|
docs/.hugo_build.lock
|
||||||
|
.gitmodules
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ Available Management APIs resources are:
|
|||||||
- [Target tag](/hawkbit/apis/mgmt/targettag/)
|
- [Target tag](/hawkbit/apis/mgmt/targettag/)
|
||||||
- [Distribution set tag](/hawkbit/apis/mgmt/distributionsettag/)
|
- [Distribution set tag](/hawkbit/apis/mgmt/distributionsettag/)
|
||||||
- [Rollouts](/hawkbit/apis/mgmt/rollouts/)
|
- [Rollouts](/hawkbit/apis/mgmt/rollouts/)
|
||||||
|
- [Actions](/hawkbit/apis/mgmt/actions/)
|
||||||
- [Target filters](/hawkbit/apis/mgmt/targetfilters/)
|
- [Target filters](/hawkbit/apis/mgmt/targetfilters/)
|
||||||
- [System configuration](/hawkbit/apis/mgmt/tenant/)
|
- [System configuration](/hawkbit/apis/mgmt/tenant/)
|
||||||
|
|
||||||
|
|||||||
7
docs/content/apis/mgmt/actions.md
Normal file
7
docs/content/apis/mgmt/actions.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: Actions API
|
||||||
|
parent: Management API
|
||||||
|
weight: -100
|
||||||
|
---
|
||||||
|
|
||||||
|
<iframe width="100%" height="800px" frameborder="0" src="../../../rest-api/actions-api-guide.html"></iframe>
|
||||||
Reference in New Issue
Block a user