PlatformInfoedit

Information about the platform

Propertiesedit

eula_accepted (boolean)
Indicates if the End User License Agreement been accepted
phone_home_enabled (boolean)
Is the phone-home service, which returns anonymized usage statistics to Elastic, enabled
services (array[PlatformServiceInfo])
version (string)
Platform version

Exampleedit

{
   "eula_accepted" : true,
   "phone_home_enabled" : true,
   "services" : [
      {
         "image" : [
            {
               "hash" : "string",
               "id" : "string",
               "tag" : "string",
               "version" : "string"
            }
         ],
         "type" : "string"
      }
   ],
   "version" : "string"
}