Find BYOI Templates

Find BYOI Templates

Use this endpoint to fetch all available BYOI Templates
Authorized Roles : PROVIDER

Request
URI
GET
https://{api_host}/provider/byoi-templates
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "logicalBuildId": "string",
        "serviceType": "string",
        "dbVersion": "string",
        "editions": [
            {
                "name": "string",
                "logicalBuildId": "string",
                "supportedEditionUpgrade": [
                    "string"
                ],
                "rpmVersion": "string",
                "created": false
            }
        ]
    }
]

400

Bad Request

Operation doesn't return any data structure