FRAMES | NO FRAMES Description | Parameters | Response | Example
URL:http://server:port/arcgis/admin/system/webadaptors/register
HTTP Method:POST
Parent Resource:Web Adaptors
Required Privileges:Administrator

Description

By registering the Web Adaptor with the server, you are telling the server to trust requests (including security credentials) that have been submitted through this Web Adaptor.

Parameters

Parameter Description
webAdaptorURL The URL of the web adaptor through which arcgis resources will be accessed.
isAdminEnabled A boolean flag to indicate if administrative access is allowed through the web adaptor. The default is true.
Values: true | false
description An optional description for the web adaptor.
httpPort An optional parameter to indicate the HTTP port of the web adaptor. If this parameter is not provided, it is derived from the URL.
httpsPort An optional parameter to indicate the HTTP port of the web adaptor. If this parameter is not provided, it is derived from the URL.

Response Format

			
{
	"status": "success",
	"webAdaptor": webAdaptor
}
			

Example

			
	http://server:port/arcgis/admin/system/webadaptors/register
	webAdaptorURL=http://www.gis.com/arcgis
	description=our front end web server
	isAdminEnabled=true