Skip To Content

Components of GeoEvent Server URLs

Uniform Resource Locators (URLs) are the addresses used to identify different websites. Some parts of ArcGIS URLs represent variable values for which you provide the information specific to your site. Other parts of ArcGIS URLs are constants; they are always the same for a website. For example, ArcGIS GeoEvent Manager URLs always contain the word manager.

This topic helps you determine which parts of an ArcGIS URL you must change to reflect the correct information for your organization.

Use GeoEvent Manager for most administrative tasks for your GeoEvent Server site; however, some administrative tasks are done with the ArcGIS GeoEvent Server Administrator Directory. GeoEvent Server does not participate nor interact with ArcGIS Web Adaptor, so using the URLs below will require the named ports unless a third-party proxy is used.

In addition to the GeoEvent Server URLs, the ArcGIS Server administrative URLs are applicable to a GeoEvent Server and can be used to configure and administer the underlying ArcGIS Server properties related to GeoEvent Server.

For more information on ArcGIS URLs, see Components of ArcGIS URLs.

ArcGIS GeoEvent Manager

ArcGIS GeoEvent Manager is the primary management tool for your GeoEvent Server site.

Access to GeoEvent Manager through ArcGIS Web Adaptor is forbidden, and GeoEvent Manager only accepts connections via HTTPS; therefore, you must connect to GeoEvent Manager with a URL in the following format:

https://gisserver.domain.com:6143/geoevent/manager

URL componentDescription

gisserver

The server name where GeoEvent Server is installed.

domain.com

Your domain name.

6143

The port through which GeoEvent Server communicates.

GeoEvent Server always uses HTTPS communication, the port number is 6143.

geoevent

Constant

manager

Constant

Note:

As mentioned above, GeoEvent Server does not participate in any way with ArcGIS Web Adaptor.

ArcGIS GeoEvent Server Administrator Directory

Connect to the ArcGIS GeoEvent Server Administrator Directory using administrative scripts to manage configuration properties (read-write). The URL of the GeoEvent Server Administrator Directory is:

https://gisserver.domain.com:6143/geovent/admin

URL componentDescription

gisserver

The server name where GeoEvent Server is installed.

domain.com

Your domain name.

6143

The port through which GeoEvent Server communicates.

GeoEvent Server always uses HTTPS communication, the port number is 6143.

geoevent

Constant

admin

Constant

ArcGIS GeoEvent Server Services Directory

The ArcGIS GeoEvent Server Services Directory provides you a view of the REST services available through your server. The services are read-only. The URL of the GeoEvent Server Services Directory is:

https://gisserver.domain.com:6143/geovent/rest

URL componentDescription

gisserver

The server name where GeoEvent Server is installed.

domain.com

Your domain name.

6143

The port through which GeoEvent Server communicates.

GeoEvent Server always uses HTTPS communication, the port number is 6143.

geoevent

Constant

rest

Constant