You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| addon | The slug for the addon, to get the slug you can call `/addons`, to call endpoints for the add-on calling the endpoints you can use `self`as the slug. |
| addon | The slug for the addon, to get the slug you can call `/addons`, to call endpoints for the add-on calling the endpoints you can use `self`as the slug. |
3530
3530
| application | The name of an application, call `/audio/info` to get the correct name |
3531
-
| interface | A valid interface name, example `eth0`, to get the interface name you can call `/network/info`. You can use `default` to get the primary interface |
3532
-
| registry | A registry hostname defined in the container registry configuration, to get the hostname you can call `/docker/registries`|
3533
-
| service | The service name for a service on the host. |
3534
-
| backup | A valid backup slug, example `skuwe823`, to get the slug you can call `/backups`|
3535
-
| suggestion | A valid suggestion, example `clear_full_backup`, to get the suggestion you can call `/resolution`|
3536
-
| uuid | The UUID of a discovery service, to get the UUID you can call `/discovery`|
3531
+
| backup | A valid backup slug, example `skuwe823`, to get the slug you can call `/backups`|
3532
+
| bootid | An identifier for a specific boot of host system or an integer offset from the current boot. See `/host/logs/boots/<bootid>` for more details |
3533
+
| check | The slug for a check in Supervisor's resolution manager, call `/resolution/info` to see the list of options in the `checks` field |
3534
+
| device | A UUID or device path for an NVMe device available on the host, call `/host/info` to get a list of options in the `nvme_devices` field |
3535
+
| identifier | A syslog identifier from systemd journal, call `/host/logs/identifiers` to get a complete list of options |
3536
+
| interface | A valid interface name, example `eth0`, to get the interface name you can call `/network/info`. You can use `default` to get the primary interface |
3537
+
| mount | Name of a mount that exists in Supervisor, call `/mounts` to get a list of options |
3538
+
| registry | A registry hostname defined in the container registry configuration, to get the hostname you can call `/docker/registries`|
3539
+
| respository | The slug for a respository in Supervisor's add-on store, call `/store/repositories` to get a list of options |
3540
+
| service | The service name for a service on the host, call `/host/services` to get a list of options |
3541
+
| suggestion | A valid suggestion, example `clear_full_backup`, to get the suggestion you can call `/resolution`|
3542
+
| uuid | The UUID of a discovery service, to get the UUID you can call `/discovery`|
3543
+
| vlan | The id for a vlan network device in network manager on the host. Should be an integer |
0 commit comments