URI
<realspace_uri>/alldataconfigs[.<format>]
Supported methods
Parent resource
Introduction
allDataConfigs resource is used for getting all of the data configuration files in current service.
Supported Methods:
- GET: Gets all of the data configuration files in current service.
- HEAD: Checks whether the allDataConfigs resource exists. or whether it's allowed to access by a permission.
Supported output formats:zip.
Resource hierarchy
HTTP request methods
Implement the HTTP request on the following URI, where supermapiserver is the server name, with rjson being the output format.
http://supermapiserver:8090/iserver/services/3D-sample/rest/realspace/alldataconfigs
GET request
GET: Gets all of the data configuration files in current service.
Request parameter
None
Response structure
Gets all of the data configuration files in current service with a zip compressed file.
Response example
Implement the GET request on the allDataConfigs resource http://localhost:8090/iserver/services/3D-sample/rest/realspace/alldataconfigs to return the result in a zip file:
HEAD request
Asks for the response identical to the one that would correspond to a GET request, but without the response body. This is useful for retrieving meta-information written in response headers, without having to transport the entire content. The meta-information includes the media-type, content-encoding, transfer-encoding, content-length, etc.
HEAD request can be used to check whether the allDataConfigs resource exists, or whether the client has the permission to access it. It can also determine if the allDataConfigs resource supports an output format <format> if performed on a URI with .<format> included.