GeoServer Metadata Community Module

Customized Metadata Bulk Operations.
More information: http://geoserver.org/comm/
Contact Info: geoserver-users@sourceforge.net
Version: 1.0.0
BasePath:/geoserver/rest
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html

Access

Methods

[ Jump to Models ]

Table of Contents

Default

Default

Up
delete /metadata
Delete all custom metadata (metadataDelete)
Remove ALL custom metadata from ALL layers. All template links are removed. Used for testing and debugging.

Responses

200

OK

400

You must be sure (if safety flag not set)

401

Unauthorized

Up
get /metadata/fix
Fix all custom metadata (metadataFixGet)
Calls routine operations that may fix corrupted custom metadata in all layers. Used for testing and debugging.

Responses

200

OK

401

Unauthorized

Up
post /metadata/import
Bulk import from geonetwork and/or template linking. (metadataImportPost)
Will perform a bulk import and/or template linking for every layer specified in CSV file. CSV file must be of form "prefix:layername; [geonetwork-id] [; template-1 [;template-2 ... ] ]" Existing template links will be removed first.

Responses

200

OK

401

Unauthorized

Up
get /metadata/nativeToCustom
Perform native-to-custom mapping for all layers. (metadataNativeToCustomGet)
With respect to your custom-to-native mapping file (see general documentation), this operation will perform an opposite synchronization from native fields to custom fields.

Responses

200

OK

401

Unauthorized

Up
post /metadata/nativeToCustom
Perform native-to-custom mapping for selected layers. (metadataNativeToCustomPost)
With respect to your custom-to-native mapping file (see metadata module documentation), this operation will perform an opposite synchronization from native fields to custom fields. Your body must be a list layers, where each row is of the form "prefix:layername".

Responses

200

OK

401

Unauthorized

Models

[ Jump to Methods ]

Table of Contents