You are currently browsing legacy 3.0 version of documentation. Click here to switch to the newest 5.1 version.
Commands: GetKey
The PUT operation is used to retrieve an object stored as a configuration item in RavenFS.
Syntax
curl \
http://{serverUrl}/fs/{fileSystemName}/config?name={name} \
-X GET
Request
Query parameter
Required
Description
name
Yes
The name of an configuration item
Response
Status code
Description
200
OK
Return Value
Description
JSON
The configuration object
Example
curl \
-X GET http://localhost:8080/fs/NorthwindFS/config?name=descriptions/intro.avi
< HTTP/1.1 200 OK
{"Author":"Hibernathing Rhinos"}
Please enable JavaScript to view the comments powered by Disqus.