Create IM Streams

Create IM Streams

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

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

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

Array of ImageManagementStreamCreateSpec of type(s) application/json
Optional
[
    {
        "description": "Windows 10 Stream",
        "name": "Win10",
        "operating_system": "WINDOWS_10",
        "publisher": "VMware",
        "source": "MARKET_PLACE",
        "status": "AVAILABLE"
    }
]
Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "error_messages": [
            "Entity does not exists.",
            "Property is mandatory."
        ],
        "id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
        "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