- URL:https://<services-url>/properties
- Operations:Update
- Required Capability:Default administrator role | All authorized privileges
Description
This resource is used to provide default settings for new services when they are published to ArcGIS Server.
You can use the Update Default Service Properties operation to change the default settings. The operation won't change the properties of any existing services; for that, you can use the Edit Service operation for a particular service.
Request parameters
Parameter | Details |
---|---|
f | The response format. The default response format is html. Values: html | json | pjson |
Response properties
Property | Details |
---|---|
properties | A JSON object that describes each property to be set. The only available property is:
|
Example usage
Below is a sample request URL for properties:
https://machine.domain.com/webadaptor/admin/services/properties?f=json
JSON Response example
{"preferSharedInstances": true}