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.Note: Starting in Address Manager API v9.2.0, this parameter is now required.
|
properties |
Location: query Type: string Adds object properties, including user-defined fields. |
version |
Location: query Type: string The version of the file. This parameter is optional. |
Responses
Code | Description |
---|---|
201 |
Type: number Returns the object ID for the new TFTP file. |