Project

General

Profile

Json-fact-format » History » Revision 3

Revision 2 (Romain Vrignaud, 10/18/2013 07:51 AM) → Revision 3/8 (Marek Hulán, 10/18/2013 07:56 AM)

h1. Json-fact-format 

 h3. how to send facts 

 * Foreman reports need to be sent to /api/hosts/facts 
 * Following Followind headers needs to be present: present :  
 <pre> 
   "Accept: application/json,version=2" 
   "Content-Type: application/json" 
 </pre> 

 h3. facts JSON format 

 <pre> 
 { 
   "name"      => "fqdn.example.com", 
   "facts"     => { 
                  "fact1"        => "value", 
                  "fact2"        => "value" 
                  "_timestamp" => "2013-10-18 07:47:45 +0000" 
                } 
 } 
 </pre>