Update: The metrics are Gib and not GB, so when converting from bytes it needs to be converted to Gib and then the results match.
I am using the following command to get the model size:
-debug -service %ServiceUrl% -auth %AuthUrl% -M
This command is giving me Workspace ID, Workspace Name, Model ID, Model Name, Model Size in bytes. For example -
WS_ID WS_NAME MODEL_ID MODEL_NAME
MODEL_SIZE
abcd Planning | PROD ABCD AB - PROD 500000
Now, when I go to anaplan manage models in the backend, the number that anaplan UI tells me is always less than the size given by anaplan connect. Any ideas on why there is a difference?