"SoftLayer_" prefix removed for readability.
Upload a file to a Storage account’s root directory.
{{CloudLayerOnlyMethod}} Upload a file to a Storage account’s root directory. Once uploaded, this method returns new file entity identifier for the upload file.
The following properties are required in the ‘‘file’’ parameter. *‘‘’name’’’: The name of the file you wish to upload *‘‘‘content’’’: The raw contents of the file you wish to upload. *‘‘‘contentType’’’: The MIME-type of content that you wish to upload.
Name | Type | Description |
---|---|---|
file | SoftLayer_Container_Utility_File_Entity | The file you wish to upload. |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Container_Utility_File_Entity]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Storage_Backup_Evault/{SoftLayer_Network_Storage_Backup_EvaultID}/uploadFile'