The following are sample HTTP requests and responses. 
            The placeholders shown need to be replaced with actual values.
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
	responseStatus: 
	{
		errorCode: String,
		message: String,
		stackTrace: String,
		errors: 
		[
			{
				errorCode: String,
				fieldName: String,
				message: String
			}
		]
	},
	server: 
	{
		version: String,
		operatingSystem: String,
		bitsArchitecture: String,
		host: String,
		port: 0,
		role: String,
		uptimeInSeconds: 0,
		uptimeInDays: 0,
		usedMemory: String,
		usedCpuSys: String,
		usedCpuUser: String,
		connectedClients: 0,
		keysHit: 0,
		keysMissed: 0,
		keyCount: 0
	}
}