ImageMapping

ImageMapping
ImageMapping

Describes an image mapping between image key and fabric image.
HATEOAS links:
region - Region - Region for the mapping.

JSON Example
{
    "mapping": {
        "ubuntu": {
            "externalRegionId": "us-east-1",
            "externalId": "ami-2c7b5656",
            "name": "ami-ubuntu-16.04",
            "description": "instance-store - HVM - supports - UTF-8 - tools"
        }
    },
    "externalRegionId": "us-east-1",
    "_links": {
        "empty": false
    }
}
object
mapping
Required

Image mapping defined for the particular region.

string
externalRegionId
Optional

The id of the region for which this mapping is defined.

_links
Required

HATEOAS of the entity