- URL:
- https://<root>/system/handlers/rest/servicesdirectory/edit
- Methods:
POST
- Required Capability:
- Access allowed with the "Security and Infrastructure" privilege
- Version Introduced:
- 10.1
Description
The edit
operation allows you to enable or disable the HTML view of the Services Directory REST API. You can also adjust the JavaScript and Map Viewer Classic previews of services in the Services Directory so that they work with your own locally hosted JavaScript API and Map Viewer Classic.
Request parameters
Parameter | Details |
---|---|
| The flag to enable or disable the HTML view of the services directory. The default value is Values: |
| Introduced at 11.0. The flag to enable or disable the ability to make JSONP callback requests. The JSONP callback feature is enabled by default ( Values: |
| A comma-separated list of URLs of domains allowed to make requests. Example
|
| The URL of the JavaScript API to use for service previews. Defaults to the online ArcGIS API for JavaScript, but could be pointed at your own locally-installed instance of the JavaScript API. Example
|
| The CSS file associated with the ArcGIS API for JavaScript. Defaults to the online Example Example
|
| The URL of the ArcGIS API for JavaScript help. Example
|
| The text to use for the preview link that opens Map Viewer Classic. Example
|
| The URL to use for the preview link to open Map Viewer Classic. The defaults URL is to ArcGIS Online's Map Viewer Classic but could be used to point at your ArcGIS Enterprise portal's Map Viewer Classic. Example
|
| The response format. The default response format is Values: |
Example usage
The following is a sample POST request for the edit
operation:
POST /webadaptor/admin/system/handlers/rest/servicesdirectory/edit HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
servicesDirEnabled=true&callbackFunctionsEnabled=true&allowedOrigins=*&jsapi.arcgis=https://js.arcgis.com/4.11/&jsapi.arcgis.sdk=http://help.arcgis.com/en/webapi/javascript/arcgis/&jsapi.arcgis.css=https://js.arcgis.com/4.11/esri/css/main.css&arcgis.com.map.text=ArcGIS Online Map Viewer&arcgis.com.map=https://www.arcgis.com/home/webmap/viewer.html&f=pjson
JSON Response example
{"status": "success"}