IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
PlatformServiceImageInfo
editPlatformServiceImageInfo
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" }