Hi,
I am trying to move flexgroup constituents from one aggregate to another, but when I try to find information on the constituent prior to a moving it, I am getting an error. Here is the constituent's information as per the system's CLI:
yankee-mgmt::*> vol show -fields instance-uuid -volume flexgroup_test__0001
vserver volume instance-uuid
------- -------------------- ------------------------------------
ruth flexgroup_test__0001 ac3e03a1-f04c-4fce-98de-0f94e8196aee
The REST informational call of https://yankee-mgmt/api/storage/volumes/ac3e03a1-f04c-4fce-98de-0f94e8196aee returns the following:
{ "error": {"message": "entry doesn't exist", "code": "4", "target": "uuid"} }
With the above in mind, why isn't the REST call finding the constituent information?