1) SCP the VOS-Binary and the VOS-Binary Signature to, for example: /var/tmp/ folder of the Master Vers Director.


2) For example:  


The username and the password listed should be the GUI PDCSA login that has permission to upload VOS images.


curl -k -X POST https://<Versa-Director-IP_or_FQDN>:9182/vnms/secureupload -H 'Content-Type: multipart/form-data' -F 'metaFile=@/var/tmp/versa-flexvnf-20251003-043500-e87c3a5-22.1.4-B.bin.sig' -u 'Administrator:Vers1!23r13a@1234'


Sample: 


Now with the Meta-ID in hand, we can upload the new image from the CLI, using the below command.


3)

Administrator@Master-Director> request nms actions packages add product-type FlexVNF uri file:/var/tmp/versa-flexvnf-20251007-043500-a989616-22.1.4-B.bin name trialCLIUpload meta-uuid fe40c60e-b894-49f3-8330-e0d5ed776c6b description uploaded_from_cli
result {
task {
task-id 1195
link {
rel GET
href vnms/tasks/task/1195
}
}
 }