a8ca5cb86b
* Added install-guide to freezer repo * Remove install-guide from freezer-api Change-Id: I122f2801e6853a2b3c3bc65408b3cec8fe1b555d
683 B
683 B
Freezer Client document structure
Identifies a freezer client for the purpose of sending action
client_info document contains information relevant for client identification
client_info:
{
"client_id": string actually a concatenation "tenant-id_hostname"
"hostname": string
"description": string
"uuid":
}
client_type document embeds the client_info and adds user_id
client_type :
{
"client" : client_info document,
"user_id": string, # owner of the information (OS X-User-Id, keystone provided, added by api)
}