List items within a group
GET https://{{host}}/edgekv/v1/networks/:network/namespaces/:namespaceId/groups/:groupId
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.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
maxItems | string | (Optional) If specified, maximum number of items to return per request, up to the system limits. | |
sandboxId | string | (Optional) Accesses EdgeKV data in the specified sandbox environment. To list existing sandbox identifiers, run the Sandbox API's List sandboxes operation. | |
accountSwitchKey | string | (Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
["US","DE"]