GET status of add route set task by restoring LRT from device.
get
/rest/{versionId}/routeSets/tasks/{taskId}
Use this (GET) method to get the status of add route set task by restoring lrt file from device specified.User has to provide the task id as part of resource uri.
Request
Path Parameters
-
taskId: string
The id of the add route set task.
-
versionId: string
The rest api version, it's value is v1.3.
Query Parameters
-
addMode(optional): string
The mode specified for adding route set. It can have values copy/upload
Response
Supported Media Types
- application/xml
- application/json
200 Response
successful operation
400 Response
The user input is invalid.
401 Response
The session ID is invalid.
403 Response
There is no permission to access the resources.
404 Response
The object (resource URI, device, and so on) of your input request cannot be found.
500 Response
Internal server error