Upload FBADCSV

Upload FBADCSV

Upload CSV file to be used for application and tier discovery and optionally for naming applications and tiers.

Request
URI
POST
https://{api_host}/api/ni/groups/discovered-applications/custom-config/fbad/file/upload
COPY
Request Body
File of type(s) multipart/form-data
Required
{
    "file": "string"
}
string
file
Required

The CSV file to be uploaded.

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns FBADCSVUploadResponse of type(s) application/json
{
    "filepath": "RkJBRF9URU1QX0ZJTEU6OklZTU9zQzd1NnQ5S0lEY0xybXRYRVEuY3N2"
}
string
filepath
Optional

Encoded file path


400

Bad Request

Returns ApiError of type(s) application/json
{
    "code": 0,
    "message": "string",
    "details": [
        {
            "code": 0,
            "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

403

Forbidden

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