FRAMES | NO FRAMES |
The Administrator API supports token based authentication.
In order to use the API, you must provide a token that has been acquired in exchange for
administrative credentials. Another way to use the API would be to log in into the Administrator Directory
application which is the HTML face of the API.
Due to the sensitive nature of information exchanged between the Administrator API and its consumer,
it is recommended that the API be accessed over an SSL connection. Minimally, the
Generate Token operation must be accessed over an SSL
connection as it requires an exchange of administrative credentials.
You need to have administrative privileges to consume the Administrator API. Administrative privileges can be acquired in one of the following ways:-
In order to consume the Administrator API from a script or an application, you need
to append a token to the end of the URL. A token represents a users's identity that
can be safely embedded in your scripts and transmitted to the server.
http://server:6080/arcgis/admin?f=json&token=X3KYooeXPKJBKH234879skfgsjdf_01skdjfghsfl82349BVKSBr
Tokens can be generated using the Generate Token operation.
Tokens can also be generated using the HTML interface in the Administrator Directory.
.
Note: