- URL: https://<servers-url>/<serverid>/validate
- Required Capability:Default administrator role | Servers privilege
- Version Introduced:10.4
Description
This operation provides status information about a specific ArcGIS Server federated with Portal for ArcGIS.
Request parameters
Parameter | Details |
---|---|
f | The response format. The default is html. Values: html | json | pjson |
Example usage
Below is a sample request URL for validate:
https://machine.domain.com/webadaptor/portaladmin/federation/servers/FfURK2ysFiMjzDkJ/validate?f=json
Response values
Possible status responses include:
- success
- success with warnings - This response was added at 10.6.1.
- failure
- undetermined
JSON Response example
{
"status": "success",
"serverId": "EzbP0KZKrzn5guAh",
"messages": [
"ArcGIS Server admin url 'https://gisserver.domain.com:6443/arcgis' reachable and version matches with Portal for ArcGIS.",
"Validating hosted server.",
"Verified that server has a registered managed EGDB database '/enterpriseDatabases/AGSDataStore_ds_ehj36189'.",
"The server managed EGDB database '/enterpriseDatabases/AGSDataStore_ds_ejh36189' validated successfully.",
"Validated that the ArcGIS Server site mode is not read-only."
]
}