Get FBAD Progress

Get FBAD Progress

Get the progress status of flow based application discovery of the input configuration id. It shows the progress status of flow based application discovery when a user creates a new configuration or updates the existing configuration. Updation of the existing configuration includes changing naming preferences, updating the CSV file used for application discovery and changing the scope. It can also be used to get the progress status when flow based application discovery is run for the first time.

Request
URI
GET
https://vrni.example.com/api/ni/groups/discovered-applications/custom-config/fbad/progress/{id}
COPY
Path Parameters
string
id
Required

The Entity ID of object requestion information on


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns FBADProgressResponse of type(s) application/json
{
    "last_success": 1677038709211,
    "progress": 100,
    "error_code": "",
    "error_message": ""
}
integer As int64 As int64
last_success
Optional

The timestamp of when flow based application discovery was last successful

number As double As double
progress
Optional

The current progress percentage of flow based application discovery task. It will be set to 100 if no flow based discovery task is currently running

string
error_code
Optional

Error code of the error that occurs during flow based application discovery

string
error_message
Optional

Detailed description of the error that occurs during flow based application discovery


400

Bad Request

Returns ApiError of type(s) application/json
{
    "code": "integer",
    "message": "string",
    "details": [
        {
            "code": "integer",
            "message": "string",
            "target": [
                "string"
            ]
        }
    ]
}
integer As int32 As int32
code
Optional

code

string
message
Optional

message

details
Optional

details


401

Unauthorized

Operation doesn't return any data structure

500

Internal Error

Operation doesn't return any data structure