Create IM Tags

Create IM Tags

Creates one or more image management tags. Each of the index of result in the response, correspond to the index of the original tag.

Request
URI
POST
https://{api_host}//localhost/rest/config/v1/im-tags/action/bulk-create
COPY
Request Body

List of Image management tag object to be created in bulk.

Array of ImageManagementTagCreateSpec of type(s) application/json
Optional
[
    {
        "im_stream_id": "abc16e8f-9ba0-4789-a5dd-6880f32c52df",
        "im_version_id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
        "name": "PROD"
    }
]
Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "access_group": "/",
        "error_messages": [
            "Entity does not exists.",
            "Property is mandatory."
        ],
        "id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
        "privileges": [
            "POOL_VIEW",
            "MACHINE_VIEW"
        ],
        "status_code": 200,
        "timestamp": 1561939200000
    }
]

400

Bad Request

Operation doesn't return any data structure

401

User is not authenticated

Operation doesn't return any data structure