Hi,
I need to get the band count from get raster properties GPService which is published from "Get Raster Properties" in ArcMap toolbox. In that, I would pass the below parameters to the GPService but it shows "esriJobMessageTypeError: Failed." error message. Please help me to find out the correct solution and let me know if I am passing correct parameters to the GPService.
{
in_raster={ "url" : "C:\Users\Hexamap\Downloads\raster-file (1)\raster-file\Shasta.tif", "format" : "tif" }
property_type=BANDCOUNT
f=pjson
}