Skip to main content

FileUploadBody

hostPathstring

hostPath is the full file path of the file on the host, used to store additional metadata and check for file upload completeness within an environment.

dry_runboolean

If true, perform a dry run without actually uploading the file

namestringrequired
initiatorstringrequired
bucketstring
FileUploadBody
{
"hostPath": "string",
"dry_run": true,
"name": "string",
"initiator": "string",
"bucket": "string"
}