Skip To Content
ArcGIS Developer
Dashboard

Content Configuration

Description

Legacy:

This endpoint has been deprecated with the release of ArcGIS Enterprise 11.2. Starting at 11.2, workflows should be updated to use the new External Content resource and the Update operation.

The configuration resource provides access to the update content configuration operation and returns if external content discovery has been enabled.

Request parameters

ParameterDetails
f

The response format. The default value is html.

Values: html | json | pjson

Example usage

The following is a sample request URL for the configuration resource:

https://machine.domain.com/webadaptor/portaladmin/system/content/configuration/update?f=json

JSON Response syntax

{"isExternalContentEnabled": <true|false>}

JSON Response example

{"isExternalContentEnabled": true}