Root Data Items

URL:
https://<root>/data/items
Methods:
GET
Required Capability:
Access allowed with any authorized privilege
Version Introduced:
10.1

Description

The items resource lists the root data items in the data store. Beginning with these root items, you can find all the other items in the data store using the Find Data Items operation.

Request parameters

ParameterDetails

f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

The following is a sample request URL used to access the items resource:

Use dark colors for code blocksCopy
1
https://machine.domain.com/webadaptor/admin/data/items?f=pjson

JSON Response syntax

Use dark colors for code blocksCopy
1
2
3
{
  "rootItems": ["<item1>", "<item2>"]
}

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
{"rootItems": [
  "/bigDataFileShares",
  "/cloudStores",
  "/enterpriseDatabases",
  "/fileShares",
  "/nosqlDatabases",
  "/rasterStores"
]}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.