Next Topic

Previous Topic

Book Contents

Upload Custom Extension File

Uploads a file from your local computer or network to the custom extension repository path of a specified agent.

PUT /assetmgmt/customextensions/{agentId}/file/{path}

Header

Body

Model Schemas

Field

Datatype

Filterable

Sortable

Name

string

Size

long

LastUploadTime

DateTime

ParentPath

string

 

 

isFile

boolean

Model Sample Response

{
  "TotalRecords": 1,
  "Result": [
    {
      "Name": "freeSHd.exe",
      "Size": 0,
      "LastUploadTime": "2016-11-11T22:31:00.0594523Z",
      "ParentPath": "tools",
      "isFile": true,
      "Attributes": null
    }
  ],
  "ResponseCode": 0,
  "Status": "OK",
  "Error": "None"
}