List IM Versions

List IM Versions

Lists image management versions.

Request
URI
GET
https://{api_host}//localhost/rest/config/v1/im-versions
COPY
Query Parameters
string
im_stream_id
Required

Image management stream ID


Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "description": "string",
        "id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
        "im_stream_id": "abc16e8f-9ba0-4789-a5dd-6880f32c52df",
        "name": "v1",
        "status": "AVAILABLE"
    }
]

401

User is not authenticated

Operation doesn't return any data structure