CompatibleImage
image_idinteger
Identifier of the compatible image.
image_namestring
Name of the compatible image.
link_typestring
Type of compatibility link. hard blocks deployment with this image; soft allows deployment with a performance warning.
constraints object
JSON constraints object
object
reasonstring
Human-readable reason the operation was rejected.
jsonCompatibleImage
{
"image_id": 0,
"image_name": "string",
"link_type": "string",
"constraints": {},
"reason": "string"
}
Was this page helpful?