ImageManagementTagCreateSpec

ImageManagementTagCreateSpec
ImageManagementTagCreateSpec

Image management tag object to be created.

JSON Example
{
    "im_stream_id": "abc16e8f-9ba0-4789-a5dd-6880f32c52df",
    "im_version_id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
    "name": "PROD"
}
object
additional_details
Optional

Additional details about image management tag.

string
im_stream_id
Required

Image management stream ID to which this tag belongs.

string
im_version_id
Required

Image management version ID to which this tag belongs.

string As [a-zA-Z0-9_-]{1,64}
name
Required

Image management tag name. It is unique among all the tags of a stream.