Retrieve the global server configuration (globalGet)
Retrieves configuration details about the GeoWebCache server as a whole.
Return type
Example data
Content-Type: application/xml
"\n \n GeoWebCache\n GeoWebCache is an advanced tile cache for WMS servers. It supports a large variety of protocols and\n formats, including WMS-C, WMTS, KML, Google Maps and Virtual Earth.\n \n WFS\n WMS\n WMTS\n GEOWEBCACHE\n \n \n John Smith inc.\n http://www.example.com/\n \n John Smith\n Geospatial Expert\n Work\n 1 Bumpy St.\n Hobart\n TAS\n 7005\n Australia\n +61 3 0000 0000\n +61 3 0000 0001\n john.smith@example.com\n \n \n NONE\n NONE\n \n true\n false\n 120\n 1.13.0\n /var/opt/gwc/config\n /var/opt/gwc/config/geowebcache.xml\n\n"
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
application/xml
application/json
Responses
200
OK
Global
Example data
Content-Type: application/xml
GeoWebCache
GeoWebCache is an advanced tile cache for WMS servers. It supports a large variety of protocols and
formats, including WMS-C, WMTS, KML, Google Maps and Virtual Earth.
WFS
WMS
WMTS
GEOWEBCACHE
John Smith inc.
http://www.example.com/
John Smith
Geospatial Expert
Work
1 Bumpy St.
Hobart
TAS
7005
Australia
+61 3 0000 0000
+61 3 0000 0001
john.smith@example.com
NONE
NONE
true
false
120
1.13.0
/var/opt/gwc/config
/var/opt/gwc/config/geowebcache.xml
Modifies the global configuration. (globalPut)
Update one or more global configuration values
Consumes
This API call consumes the following media types via the request header:
application/xml
application/json
Request body
Body Parameter — The modified global configuration.
Responses
200
The configuration was successfully updated.
400
Cannot modify a read-only value.
Contact information for the entity providing the service.
individualName (optional)
String The name of the contact.
positionName (optional)
String The position of the contact.
addressType (optional)
String The type of address, e.g. "Work" or "Home".
addressStreet (optional)
String The street portion of the address.
addressCity (optional)
String The city portion of the address.
addressAdministrativeArea (optional)
String The administrative area portion of the address.
addressPostalCode (optional)
String The postal code portion of the address.
addressCountry (optional)
String The country portion of the address.
phoneNumber (optional)
String The phone number of the contact.
faxNumber (optional)
String The fax number of the contact.
addressEmail (optional)
String The email of the contact.