The web method 
	 GET realms retrieves a list of realms from which the log service collects logs. Use these realm IDs in other log service 
	 GET calls.
  
 
	 Example Requests
 
		 
		curl -X GET http://host:port/logsvc/v1/realms
 
	 Example JSON Representation
		
		This request returns a response with this form.
		
		{
"realms":
  [
    {"realm_uuid": "5bf95cd4-7035-4842-894a-49438d6da9e0"},
    {"realm_uuid": "743362b7-e56c-43b0-b056-dd8824dc71fa"}
  ]
}
	 Copyright © Cloud Software Group, Inc. All rights reserved.