Curl method


curl 
    -X POST 
    -u admin:test 
    -k “https://{manager.dsnet}/manager/api/{apiResponseType}/1.0/editDataReallocation.adm” 
    -d “id={spId}&rateLimitEnabled={true|false}
                 &rateLimitMB={limitInMB}
                 &reallocationPaused={true|false}
                 &rateLimitEnabledMap[{spId2}]={true|false}
                 &rateLimitEnabledMap[{spId3}]={true|false}
                 &rateLimitMBMap[{spId2}]={limitInMB}
                 &rateLimitMBMap[{spId3}]={limitInMB}
                 &reallocationPausedMap[{spId2}]=false
                 &reallocationPausedMap[{spId3}]=false
                 &useGlobalPropertyMap[{spId1}]={true|false}”