A newer version is available. For the latest information, see the
current release documentation.
PlatformServiceImageInfo
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
PlatformServiceImageInfo
editThe docker image that is used to run a service.
Properties
edit-
hash(string, required) -
Image hash code
Example:
"sha256:04a5be1ab07de64269ffa52da26044e0ecc36fa1164e7914468e69d65a2090d4" -
id(string, required) -
Id of runner that hosts the container
Example:
"docker.elastic.co/elastic-cloud-enterprise:1.0.0-GA" -
tag(string, required) -
Image tag
Example:
"docker.elastic.co/elastic-cloud-enterprise:1.0.0-GA" -
version(string, required) -
Version of service
Example:
"1.0.0-GA"
Example
edit{
"hash" : "string",
"id" : "string",
"tag" : "string",
"version" : "string"
}