Get IM Tag

Get IM Tag

At least one of the listed privileges is required -

Privileges Description
GLOBAL_CONFIG_VIEW Caller should have permission to this privilege, to perform this operation.
VC_CONFIG_VIEW Caller should have permission to this privilege, to perform this operation.
Request
URI
GET
https://{api_host}//localhost/rest/config/v1/im-tags/{id}
COPY
Path Parameters
string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns ImageManagementTagInfo of type(s) */*
{
    "description": "string",
    "id": "c9896e51-48a2-4d82-ae9e-a0246981b47d",
    "im_stream_id": "abc16e8f-9ba0-4789-a5dd-6880f32c52df",
    "im_version_id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
    "name": "STAGE"
}
object
additional_details
Optional

Additional details about image management tag.

string
description
Optional

Image management tag description.

string
id
Required

Unique ID representing 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
name
Required

Image management tag name.


401

User is not authenticated

Operation doesn't return any data structure

403

Access to the resource is forbidden

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure