- URL:https://<data-url>/items
- Operations:Edit Data Item, Make Data Store Primary Machine, Remove Data Store Machine, Start Data Store Machine, Stop Data Store Machine
- Child Resources:Validate Data Store
- 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"
]}