GeoWebCache Filter Update

The REST API for Updating GWC filter
More information: http://geoserver.org/comm/
Contact Info: geoserver-users@sourceforge.net
Version: 1.0.0
BasePath:/geoserver/gwc/rest
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html

Access

Methods

[ Jump to Models ]

Table of Contents

GwcFilterUpdate

GwcFilterUpdate

Up
post /filter/{filterName}/update/{updateType}
Updates a given layer filter by way of xml or zip file. (filterUpdatePost)
Restfully updates the given filterName with parameters provided in the xml or zip

Path parameters

filterName (required)
Path Parameter — The name of the filter to update.
updateType (required)
Path Parameter — One of 'zip' or 'xml'

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

requestBody requestFilterUpdate (required)
Body Parameter — The parameters that are accepted by a given filter.

Responses

200

OK

400

Bad Request

Models

[ Jump to Methods ]

Table of Contents

  1. requestFilterUpdate - requestFilterUpdate

requestFilterUpdate - requestFilterUpdate Up

gridSet (optional)
String The projection used in the request filter.
zoomStart (optional)
Integer This is the minimum zoom level for which the filter is applied.
zoomStop (optional)
Integer The maximum zoom level for which the filter is applied.