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"}