nuagenetworks/vsd-api-specifications

Update the API Specs doc for L2 Domain/L2 Domain Template Name string length

linuxus opened this issue · 2 comments

Please update the API specs doc to reflect the correct value for L2 Domain/L2 Domain Template Name field string length limit to be 64 characters rather than 255.

image

Since VSD UI only allows 64 char.

Thanks.

hellt commented

This is actual backend report

{
    "errors": [
        {
            "property": "name",
            "descriptions": [
                {
                    "description": "The length of the input should be between 1 and 64 character(s).",
                    "title": "Invalid length"
                }
            ]
        }
    ],
    "internalErrorCode": 5000
}

Fixed in 5.2.1