From 7253f7ad6f26bde671a57763f2e1526dc8824041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Tue, 13 Oct 2020 12:57:48 +0200 Subject: [PATCH] Add /resolution endpoint (#681) * Add unsupported reason * Add to example * Add resolution endpoint --- docs/api/supervisor/endpoints.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/api/supervisor/endpoints.md b/docs/api/supervisor/endpoints.md index f077a303..0976faac 100644 --- a/docs/api/supervisor/endpoints.md +++ b/docs/api/supervisor/endpoints.md @@ -1498,6 +1498,25 @@ Returns a dict with selected keys from other `/*/info` endpoints. +
+/resolution + +**Returned data:** + +| key | type | description | +| -------- | ---------- | ------------------------------------------------ | +| unsupported | list | A list of reasons why a installation is marked as unsupported (container, dbus, docker_configuration, docker_version, lxc, network_manager, os, privileged, systemd) | + +**Example response:** + +```json +{ + "unsupported": ["os"] +} +``` + +
+ ### Multicast