- URL:
- https://<root>/system/upgrades/manifestStatus
- Methods:
GET
- Version Introduced:
- 11.4
Description
The manifest
resource returns whether the deployment is using an imported version manifest or the Esri provided version manifest.
Request parameters
Parameter | Details |
---|---|
| The response format. The default format is Values: |
Example usage
The following is a sample request URL used to access the manifest
resource:
https://organization.domain.com/context/admin/system/upgrades/manifestStatus?f=pjson
JSON Response examples
The response below is returned when the deployment is using the Esri provided version manifest:
{
"versionManifestSource": "Esri provided",
"lastImportedTimestamp": 0
}