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
Codestian
afc44b25f3
Update websocket.md ( #958 )
...
Added missing optional "target" key in Calling a service section and changed "service_data" key with better examples.
2021-06-28 18:15:34 +02:00
Ivan Herrera
1358e5ea06
Update notifications.md to fix possible spelling error
...
safed_device_name seems to be wrong in this context. saved_device_name seems correct.
2021-05-26 13:42:12 +02:00
Paulus Schoutsen
35fed7195f
Update the WS API docs ( #937 )
2021-05-17 10:40:11 +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
Paulus Schoutsen
4e714d88c7
Update error codes docs for websocket API ( #873 )
2021-04-05 14:02:16 +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
Ivan Bessarabov
24d04f8474
Api endpoint is with slash at the end ( #846 )
...
```
$ curl -H "Content-Type: application/json" -H "Authorization: Bearer SECRET" http://localhost:8123/api ; echo ''
404: Not Found
$ curl -H "Content-Type: application/json" -H "Authorization: Bearer SECRET" http://localhost:8123/api/ ; echo ''
{"message": "API running."}
$
```
2021-03-11 12:48:36 +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
Jason Cronquist
063c16179d
Update websocket.md ( #754 )
...
Add context to the example outputs. Brings documentation inline with actual output from these commands.
2021-01-04 11:14:17 +01:00
Pascal Vizeli
b7495603df
Small update on auth doc ( #760 )
2021-01-04 11:02:46 +01:00
Matt Olson
c25ce0aa07
Fixed typo: Date -> Data ( #747 )
2020-12-07 19:45:26 +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
Paulus Schoutsen
2c93407523
Fix right carrots ( #693 )
2020-10-20 10:25:21 +02:00
Paulus Schoutsen
cc81481797
Fix some Rest API headers ( #692 )
2020-10-20 10:19:44 +02:00
Paulus Schoutsen
3c04290e21
Remove event forward API descriptions as they no longer exist
2020-10-20 09:52:39 +02:00
Bradley Nelson
5876dc7b26
Update Rest API Style ( #689 )
2020-10-20 09:50:56 +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
Daniel Shokouhi
bd76a78d57
Mention event data structure when we talk about firing events ( #682 )
2020-10-15 12:28:15 +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
Sam Welek
e47096e7d5
Fixes some Typos in the Documentation ( #678 )
...
* Fixing typo on development_enviornment.md
* Fixing various typos throughout the docs, it's not much but it's honest work
2020-10-11 15:47:52 +01:00
Pascal Vizeli
8ae682b98d
Update snapshot API for remove ( #676 )
2020-10-10 15:09:56 +02:00