It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
PlatformServiceImageInfo
editPlatformServiceImageInfo
editDetails about a docker image that is used to run a service
Properties
edit-
hash
(string
) -
Image hash code
Example:
"sha256:04a5be1ab07de64269ffa52da26044e0ecc36fa1164e7914468e69d65a2090d4"
-
id
(string
) -
Id of runner that hosts the container
Example:
"docker.elastic.co/elastic-cloud-enterprise:1.0.0-GA"
-
tag
(string
) -
Image tag
Example:
"docker.elastic.co/elastic-cloud-enterprise:1.0.0-GA"
-
version
(string
) -
Version of service
Example:
"1.0.0-GA"
Example
edit{ "hash" : "string", "id" : "string", "tag" : "string", "version" : "string" }