Thanks for the really quick reply earlier today regarding partitions, glad to have this forum actively monitored.
I’m not seeing a password attribute for the export object. I do see one for import, which works just fine. I tried passing it the attribute but it doesn’t like it:
\{
"response": \{
“status”: “fail”,
“err”: {
“code”: 1023524874,
“from”: “JSON”,
“msg”: “Failed to handle json field \“password\”. JSON field cannot be handled. It might be undefined or disabled by other fields.”,
“location”: “export.password”
\}
\}
\}
Oh, here’s the calling convention:
\{
"export": \{
“bw-list”:“bwlist”,
"use-mgmt-port":"true",
"remote-file": "scp://e0151428@10.y.y.y/home/e0151428/bwlist-test",
“password”: “thepassword”
\}
\}
Is this missing in the documentation or are there other ways of of dynamically passing a password to the export object? or must one use store? Store does work but I'd rather pass the creds for the remote site with the export call.
Thank you again.