- URL:
- https://<services-url>/properties
- Methods:
GET
- Required Capability:
- Access allowed with any authorized privilege
Description
The properties
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 |
---|---|
| The response format. The default response format is Values: |
Response properties
Property | Details |
---|---|
| A JSON object that describes each property to be set. The only available property is:
|
Example usage
The following is a sample request URL used to access the properties
resource:
https://machine.domain.com/webadaptor/admin/services/properties?f=pjson
JSON Response example
{"preferSharedInstances": true}