that is correct. First with the script created by the SmartMove conversation and then manually when I created the additional object
[Expert@mdsname:0]# mdsenv "domainname"
[Expert@mdsname:0]# mgmt_cli login -r true -d "domainname" -v 1.1 > id.txt
[Expert@mdsname:0]# JQ=${CPDIR}/jq/jq
[Expert@mdsname:0]# mgmt_cli show mdss -s id.txt --format json > domains.json
[Expert@mdsname:0]# DOMAINS_COUNT=$($JQ -r ".total" domains.json)
[Expert@mdsname:0]# mgmt_cli SmartMove_Create_Objects -s id.txt > /dev/null 2>&1
[Expert@mdsname:0]# mgmt_cli add hos"testpc" ip-address "5.5.5.5"