Skip to content

Rerun Job

URL:
https://https<JobStatistics-url>/<rerun>
Methods:
POST

Description

The rerun job operation supports re-running a canceled job from a hosted map service. The result of this operation is a response indicating success or failure with error code and description.

Parameters

ParameterDetails
f

Description: The response format. The default response format is html .

Values: html | json | pjson

rerunDescription: The rerun parameter supports re-running a canceled job from a hosted map service.

Example Usage

Example input (Mode:)

Use dark colors for code blocksCopy
1
ALL | ERROR | CANCELED
RerunJob map service

JSON Response Syntax

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
{
  "success": <true|false>,
  "error": {
    "code": <code>,
    "message": "<description>",
    "details": [
      "<message>"
    ]
  }
}

JSON Response Example (when rerunjob succeeds)

Use dark colors for code blocksCopy
1
2
3
{
  "success" : true
}

JSON Response Example (when rerunjob fails)

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
{
  "error" :
  {
    "code" : 400,
    "message" : "",
    "details" : [
      "Unable to rerun job."
    ]
  }
}

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