This topic provides details on the options that are available for configuring custom data feature services. Ensure that the custom data provider that is associated with the custom data feature service supports the desired service configuration option. Some additional ArcGIS Enterprise components may be required for some options.
Service JSON Template
The highlighted lines below illustrate the attributes that can be modified by administrative users.
{
"serviceName": "service_name",
"type": "FeatureServer",
"description": "service_description",
"capabilities": "Query",
"provider": "CUSTOMDATA",
"clusterName": "default",
"minInstancesPerNode": 0,
"maxInstancesPerNode": 0,
"instancesPerContainer": 1,
"maxWaitTime": 60,
Service JSON Properties
| Parameter | Details |
|---|---|
| Name of the service to be created. This name must be unique. If the name already exists, the operation will fail. ArcGIS Enterprise does not allow spaces or special characters other than underscores in a service name. Service names cannot be edited after creation. |
| Description given to the service. |
| Specify feature service capabilities. Editing can only be enabled if the property Two options are available: |
| Default value is Two options are available: |
| Name of the registered custom data provider that will provide data for the service. |
| Provide the Example See the topic Create a Custom Data Feed Provider for more information. |
| Specify an integer number of days the cache will be stored before it is removed. The value must be greater than 0 if caching is to be enabled. |
| Specify whether to enable response caching. It is required that the hosting server have the object store registered. Two options are available: |