POST /v1/addTFTPFile - BlueCat Integrity - 9.3.0

Address Manager API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.3.0

Description

Adds TFTP files.

Parameters

Name Description
data

Location: formData

Type: file

The file to be uploaded and distributed to clients by TFTP. The file is passed to Address Manager as an octet-stream.
name

Location: query

Type: string

The name of the TFTP file.
parentId

Location: query

Type: integer (int64)

The object ID of the parent object of the TFTP file. The parent can be a TFTP folder or TFTP group.
properties

Location: query

Type: string

Adds object properties, including user-defined fields and description properties.
version

Location: query

Type: string

The version of the file. This parameter is optional.

Responses

Code Description
201

Type: integer (int64)

Returns the object ID for the new TFTP file.