Generate Report

URL:
https://<root>/System/OrthomappingTools/GPServer/GenerateReport
Methods:
GET
Version Introduced:
10.6.1

Description

Generate Report diagram

The GenerateReport operation is a service tool that generates an Ortho Mapping report with an image collection that has been block adjusted. The report contains information about the quality of the adjusted images, the distribution of the control points, and more. The output of this service tool is a downloadable HTML page.

Request parameters

ParameterDetails

imageCollection

The mosaic dataset name or URL. The image service must exist before calling the service to generate a report.

Syntax: A JSON object supports three keys: itemId, url, and uri. These keys are case sensitive.

Example:

1
2
3
{"itemId": “<portal item id>”}
{“url”: “<image service url>”}
{“uri”: “<cloud raster uri or shared data path>”}

f

The response format. The default response format is html.

Contains additional settings that affect task execution.

Response

When you submit a request, the task assigns a unique job ID for the transaction.

Syntax:

1
2
3
4
{
"jobId": "<unique job identifier>",
"jobStatus": "<job status>"
}

After the initial request is submitted, you can use jobId to periodically review the status of the job and messages as described in Checking job status. Once the job has successfully completed, use jobId to retrieve the results. To track the status, you can make a request of the following form:

1
https://<orthomapping tools url>/GenerateReport/jobs/<jobId>

When the status of the job request is esriJobSucceeded , you can access the results of the analysis by making a request of the following form:

1
https://<orthomapping tools url>/GenerateReport/jobs/<jobId>/results/outReport?token=<your token>&f=json

The result will be an HTML web page containing a formatted Ortho Mapping report.

Example usage

The following is a sample URL for GenerateReport :

1
https://services.myserver.com/arcgis/rest/services/System/OrthomappingTools/GPServer/GenerateReport/submitJob

JSON request example

1
imageCollection={"itemId": "1780d648db3545bba8661ad98df824a4"}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close