Retrieves the installation status of a map stamp deployment.
GET/map/import/deploy/status/:reqId
Retrieves and returns the installation status of the map stamp deployment identified by reqId.
Request
Path Parameters
reqId stringrequired
Responses
- 200
- 500
- application/json
- Schema
- Example (from schema)
Schema
catalogId stringrequired
completedAt date-timenullable
currentTime date-timenullable
deviceId stringrequired
eta int64nullable
messageLog stringnullable
progress int32nullable
requestedStatus object
startedAt date-timenullable
status object
stoppedAt date-timenullable
type ItemTyperequired
Possible values: [software, map, cache]
{
"catalogId": "string",
"completedAt": "2026-01-01T11:09:05.958Z",
"currentTime": "2026-01-01T11:09:05.958Z",
"deviceId": "string",
"eta": 0,
"messageLog": "string",
"progress": 0,
"requestedStatus": "Start",
"startedAt": "2026-01-01T11:09:05.958Z",
"status": "Start",
"stoppedAt": "2026-01-01T11:09:05.958Z",
"type": "software"
}
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...