Using PCL, I could successfully create CloudTarget. But couldn't atttach to existing aggregae.
-----
cloudstore = CloudStore.from_dict({
"target" : {"name" : "sgws_1" },
})
cloudstore.post()
-----
Error is followings:
NetAppRestError: Could not compute the location of the CloudStore collection. Values for ['aggregate.uuid'] are required. Caused by AttributeError("The 'aggregate' field has not been set on the CloudStore. Try refreshing the object by calling get().")
Where I can describe "aggregate.uuid"?