Description
The resource for a custom raster function returns the name and ID of a registered custom raster function. This resource also provides access to the Download and Delete operations.
Request parameters
Parameter | Details |
---|---|
| The response format. The default format is Values: |
Example usage
The following is a sample request URL used to access a custom raster function resource:
https://organization.example.com/<context>/services/types/customrasterfunctions/ba60574dbf4947859188186f3b69a276?f=pjson
JSON Response example
{
"zipFilename": "HeatIndex.zip",
"portalItemId": "ba60574dbf4947859188186f3b69a276",
"rftName": "HeatIndex",
"rftFileName": "HeatIndex.rft.xml",
"id": "ba60574dbf4947859188186f3b69a276",
"revision": 1
}