Pascal Vizeli
6e795cd74b
Host agent version on API (for CLI debugging) ( #1058 )
2021-09-17 09:27:51 -07:00
Pascal Vizeli
4abd8b960c
DataDisk feature ( #1056 )
...
* DataDisk feature
* Apply suggestions from code review
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-09-17 16:31:45 +02:00
Joakim Sørensen
c5656e0c1d
Rename snapshot -> backup ( #963 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-07-27 10:10:38 +02:00
Pascal Vizeli
59ba426c11
Fix host feature haos ( #991 )
2021-06-30 12:01:02 +02:00
Chris van Marle
c70f7ec86b
Fix supervisor ping URL ( #990 )
...
* Fix supervisor ping URL
In the current version I had to ping `http://<host>/supervisor/ping`, instead of `http://<host>/ping` as implied by the docs.
```
$ curl -sSL -H 'Authorization: Bearer <TOKEN>' 'http://homeassistant.local/ping '
404: Not Found
$ curl -sSL -H 'Authorization: Bearer <TOKEN>' 'http://homeassistant.local/supervisor/ping '
{"result": "ok", "data": {}}
```
* Use 'supervisor' as host name
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-06-30 09:48:17 +02:00
Joakim Sørensen
3e17a760e0
Add snapshot content ( #936 )
2021-05-11 10:17:45 -07:00
Pascal Vizeli
cc11cb87f5
pwned on options validation ( #917 )
...
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2021-05-11 17:22:27 +02:00
Ville Skyttä
34b425ec13
Spelling and grammar fixes ( #909 )
2021-04-30 08:01:54 +02:00
Pascal Vizeli
3a402d86a7
Force security options endpoint ( #860 )
2021-03-24 14:36:38 +01:00
Pascal Vizeli
00f9a0b6b1
Add content-trust to API ( #857 )
2021-03-20 00:13:20 +01:00
Pascal Vizeli
137ba0a553
API calls for the check management ( #847 )
...
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2021-03-15 10:42:08 +01:00
Joakim Sørensen
c0565a7022
Add documentation for new store API ( #821 )
...
* Add documentation for new store API
* add deprecation warning
2021-03-11 14:35:27 +01:00
Joakim Sørensen
ee389906dc
Adjust documentation for add-ons ( #826 )
2021-03-01 14:59:10 +01:00
Pascal Vizeli
6c215ddea4
Supervisor resolution healthcheck ( #820 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-02-25 14:25:33 +01:00
Pascal Vizeli
5c9a29c3c4
options/config add-on endpoint ( #794 )
2021-02-16 16:47:05 +01:00
Joakim Sørensen
5346092ac8
Add core state to Supervisor API ( #798 )
2021-02-09 09:58:43 +01:00
Pascal Vizeli
381dcda224
New hardware layer Supervisor ( #784 )
...
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2021-01-28 15:36:44 +01:00
Sergio Oller
b67d6c8705
Corrrection on auth doc ( #766 )
...
Fix header name on auth
2021-01-08 14:28:48 +01:00
Sergio Oller
7f9f3dd4aa
Document supervisor /auth GET method ( #767 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-01-08 14:26:23 +01:00
Pascal Vizeli
b7495603df
Small update on auth doc ( #760 )
2021-01-04 11:02:46 +01:00
Pascal Vizeli
550590c19d
Add API for network reload command ( #742 )
2020-12-01 14:03:40 +01:00
Pascal Vizeli
e292a207ff
Supervisor restart ( #731 )
2020-11-21 16:24:30 +01:00
Pascal Vizeli
0a77d46fad
Add unhealthy flag for resolution center ( #724 )
2020-11-14 16:17:27 +01:00
Joakim Sørensen
70ca7d9639
Add new keys to /network/info ( #723 )
2020-11-13 09:31:28 +01:00
Stefan Agner
944089caf1
Use technology neutral "auto" instead of "dhcp" for IP configuration ( #722 )
2020-11-11 18:23:48 +01:00
Pascal Vizeli
ea486b226d
New network API doc ( #721 )
...
* New network API doc
* Apply suggestions from code review
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
* Add VLAN payload
* Update docs/api/supervisor/endpoints.md
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
* Apply suggestions from code review
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-11-10 17:53:54 +01:00
Joakim Sørensen
5e2625c381
Dockerhub registry ( #713 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-11-06 21:20:23 +01:00
Paulus Schoutsen
7cbd1bcc0b
Add a validate ingress session endpoint ( #714 )
...
* Add a validate ingress session endpoint
* update docs
2020-11-06 11:48:56 +01:00
Pascal Vizeli
780ff178c3
Supervisor version handling over API ( #696 )
2020-10-26 14:42:55 +01:00
Joakim Sørensen
cdb7c34ced
Custom API endpoint element ( #695 )
2020-10-20 21:50:00 +02:00
Pascal Vizeli
c9b71eaf50
Supervisor: Auth cache reset ( #688 )
...
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2020-10-20 11:01:55 +02:00
Pascal Vizeli
b69e0409ef
Show internal network settings on info ( #694 )
2020-10-20 10:42:54 +02:00
Pascal Vizeli
7911a06a7e
Add resolution as info ( #687 )
2020-10-16 13:10:37 +02:00
Pascal Vizeli
3030df64cc
Fix API for new resolution center ( #685 )
...
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2020-10-16 12:56:19 +02:00
Pascal Vizeli
abb95d32cf
Add default interface helper ( #677 )
...
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2020-10-15 11:00:12 +02:00
Joakim Sørensen
78d8455733
Add suggestion endpoints for resolution ( #683 )
2020-10-14 17:16:56 +02:00
Joakim Sørensen
7253f7ad6f
Add /resolution endpoint ( #681 )
...
* Add unsupported reason
* Add to example
* Add resolution endpoint
2020-10-13 12:57:48 +02:00
Santobert
c67f2bdef7
Fix some typos ( #679 )
2020-10-11 18:10:50 +01:00
Pascal Vizeli
8ae682b98d
Update snapshot API for remove ( #676 )
2020-10-10 15:09:56 +02:00
Joakim Sørensen
828cf1f930
Move Supervisor API ( #666 )
2020-10-09 14:38:40 +02:00