- 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
Parameter | Details |
---|---|
| The response format. The default response format is Values: |
Example usage
The following is a sample request URL used to access the items
resource:
https://machine.domain.com/webadaptor/admin/data/items?f=pjson
JSON Response syntax
{
"rootItems": ["<item1>", "<item2>"]
}
JSON Response example
{"rootItems": [
"/bigDataFileShares",
"/cloudStores",
"/enterpriseDatabases",
"/fileShares",
"/nosqlDatabases",
"/rasterStores"
]}