get https://{hostname}/edgekv/v1/networks//namespaces//groups/
View the details of an EdgeKV item (key-value pair) within a group. You need to specify the namespace
and group
the item belongs to. This operation returns up to 100 items by default or the number of items specified in the maxItems
. If there are more than the default or requested items in the specified group, the operation returns a random set of the default or requested items. It can take ten seconds or longer to read an item that has been written to EdgeKV. The API may respond with a 404 error during that period. This is normal behavior for EdgeKV, which is an eventually consistent database.