Skip to content

Commit eeb1a71

Browse files
kaniyansophokles73
authored andcommitted
Update user guides on unsupported operations by the various device registries
Signed-off-by: Kartheeswaran Kalidass <[email protected]>
1 parent 4be9fb2 commit eeb1a71

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

site/documentation/content/user-guide/file-based-device-registry.md

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ The resources have been designed to provide convenient access to the registry's
2020

2121
Please refer to the [Device Registry Management API]({{< relref "/api/management#tenants" >}}) for information about managing tenants.
2222

23+
{{% warning %}}
24+
The file based device registry doesn't support [search tenants]({{< relref "/api/management#tenants/searchTenants" >}}) operation defined by the Device Registry Management API.
25+
{{% /warning %}}
26+
2327
## Managing Devices
2428

2529
Please refer to the [Device Registry Management API]({{< relref "/api/management#devices" >}}) for information about managing devices.

site/documentation/content/user-guide/jdbc-based-device-registry.md

+8
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,18 @@ In addition to the above APIs, this Device Registry also exposes HTTP endpoints
1111

1212
Please refer to the [Device Registry Management API]({{< relref "/api/management#tenants" >}}) for information about managing tenants.
1313

14+
{{% warning %}}
15+
The JDBC based device registry doesn't support [search tenants]({{< relref "/api/management#tenants/searchTenants" >}}) operation defined by the Device Registry Management API.
16+
{{% /warning %}}
17+
1418
## Managing Devices
1519

1620
Please refer to the [Device Registry Management API]({{< relref "/api/management#devices" >}}) for information about managing devices.
1721

22+
{{% warning %}}
23+
The JDBC based device registry doesn't support [search devices]({{< relref "/api/management#devices/searchDevicesForTenant" >}}) operation defined by the Device Registry Management API.
24+
{{% /warning %}}
25+
1826
## Managing Credentials
1927

2028
Please refer to the [Device Registry Management API]({{< relref "/api/management#credentials" >}}) for information about managing credentials.

0 commit comments

Comments
 (0)