IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
PlatformServiceInfo
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
PlatformServiceInfo
editThe platform service information.
Properties
edit-
image(array[PlatformServiceImageInfo], required) -
type(string, required) - Name of service
Example
edit{
"image" : [
{
"hash" : "string",
"id" : "string",
"tag" : "string",
"version" : "string"
}
],
"type" : "string"
}