Get Bulk Application Task Progress

Get Bulk Application Task Progress

GET progress of bulk application creation request

Request
URI
GET
https://vrni.example.com/api/ni/groups/task/progress/{requestId}
COPY
Path Parameters
string
requestId
Required

requestId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns SaveBulkDiscoveredAppProgressResponse of type(s) application/json
{
    "request_id": "TASK_PROGRESS_application.APP_BULK_SAVE.1641321499579.0.04202820074723557",
    "task_name": "APP_BULK_SAVE",
    "status": "FINISHED",
    "progress": 100,
    "start_time": 1641321499579,
    "app_save_response": [
        {
            "entityId": "18203:565:2854896465419091802",
            "name": "support-app-web",
            "responseCode": "ALREADY_SAVED_APPLICATION",
            "errorMessage": "Application email-app is already saved."
        }
    ]
}
string
request_id
Optional

RequestId of bulk application save request.

string
task_name
Optional

task_name

string
status
Optional

Status of bulk application save task (eg. FINISHED).

number As double As double
progress
Optional

Percent progress of bulk application save task. Task is complete when progress is 100.

number As long As long
start_time
Optional

start_time

app_save_response
Optional

Every application's save operation response.


401

Unauthorized

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure

500

Internal Error

Operation doesn't return any data structure