Cybersecurity
DevOps Cloud
IT Operations Cloud
Good morning,
This is command that they used, (with names blocked out of course)
Hi Daniel
To move a resource:
curl -k --user admin:novell -H "Content-Type:application/json" -X POST 192.168.90.10:9710/.../moverequests --data '{"sources":[{"id":"RESOURCE.dom1.po1.testmove","resourceOwnerId":"USER.dom2.po2.user1"}],"postOfficeId":"POST_OFFICE.dom2.po2"}'
admin = GW Admin User
novell = password
change IP to that of the correct server
"testmove" is the name of the resource being moved.
ResourceOwnerID is the NEW resource owner
postOfficeID is the post office the resource is being moved to.
Cheers,
Hi Daniel
To move a resource:
curl -k --user admin:novell -H "Content-Type:application/json" -X POST 192.168.90.10:9710/.../moverequests --data '{"sources":[{"id":"RESOURCE.dom1.po1.testmove","resourceOwnerId":"USER.dom2.po2.user1"}],"postOfficeId":"POST_OFFICE.dom2.po2"}'
admin = GW Admin User
novell = password
change IP to that of the correct server
"testmove" is the name of the resource being moved.
ResourceOwnerID is the NEW resource owner
postOfficeID is the post office the resource is being moved to.
Cheers,
Good morning
So in your example "testmove" can be replaced by Cxx/Rexxxls~ as long as it's inside the "" (Double Quotes)
192.168.90.10 would be replaced by 10.xx.xx.xx
Thank you,
Daniel