UploadFilesRequest Data Type

Properties
name data type constraints description
paths array of string required, max size: 2147483647, min size: 1
basePath string  
host string  
commandType CommandType  
protectedEntity NameAndGuid  
destinationPath string  
credential CredentialUpdateRequest  

Example

{
  "paths" : [ "...", "..." ],
  "basePath" : "...",
  "host" : "...",
  "commandType" : "SSH",
  "protectedEntity" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "destinationPath" : "...",
  "credential" : {
    "guid" : "...",
    "name" : "...",
    "user" : "...",
    "secretKey" : "...",
    "sshKey" : "...",
    "sshKeyPath" : "...",
    "powerShellTransportType" : "NTLM"
  }
}