- URL:https://<data-url>/items
- Child Resources:Big Data File Shares, Cloud Stores, Enterprise Databases, File Shares, Raster Stores
- Required Capability:Default administrator role | All authorized privileges
- Version Introduced:10.1
Description
This 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 |
---|---|
f | The response format. The default response format is html. Values: html | json| pjson |
Example usage
Below is a sample request URL for the items resource:
https://machine.domain.com/webadaptor/admin/data/items?f=json
JSON Response syntax
{
"rootItems": ["<item1>", "<item2>"]
}
JSON Response example
{"rootItems": [
"/bigDataFileShares",
"/cloudStores",
"/enterpriseDatabases",
"/fileShares",
"/nosqlDatabases",
"/rasterStores"
]}