Description
The datasources resource lists all of the datasources configured for an SDS
instance. The name of each datasource, defined when created, is returned.
Parameters
Parameter |
Details |
f |
Description: The
response format. The default response format is html.
Values:
html | json | pjson |
Example Usage
http://sampleserver10.arcgisonline.com/arcgis/admin/datasources?f=pjson
JSON Response Syntax
{
"datasources" : [
"<datasource1 name>",
"<datasource2 name>",
. . .
]
}
JSON Response Example
{
"datasources" : [
"Production Sedona",
"Demo Sedona",
"Azure Edit",
"Azure ReadOnly"
]
}