Get CSV Used For FBAD

Get CSV Used For FBAD

Get the CSV being used for flow based application discovery

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

The Entity ID of object requestion information on

Query Parameters
string
filepath
Required

Encoded file path of the CSV being used for flow based application discovery.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns string of type(s) application/json
Operation doesn't return any data structure

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