We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear NSOT community. Im trying to add devices to NSOT and the hostname have a naming convention rules like
TIJ-S5320.36C.EI.28S.DC-SW00294
But the hostname is not accepted by NSOT and I get an 400 error back
400 - {"name":"Invalid name: u'TIJ-S5320.36C.EI.28S.DC-SW00294'."}
Is there a restriction regarding host names? The name does not contain any blanks or special characters
Thank you
The text was updated successfully, but these errors were encountered:
Currently it looks like NSoT supports alphanumeric with dashes between.
e.g:
nsot/nsot/conf/settings.py
Line 398 in 62f5a49
Sorry, something went wrong.
No branches or pull requests
Dear NSOT community. Im trying to add devices to NSOT and the hostname have a naming convention rules like
TIJ-S5320.36C.EI.28S.DC-SW00294
But the hostname is not accepted by NSOT and I get an 400 error back
400 - {"name":"Invalid name: u'TIJ-S5320.36C.EI.28S.DC-SW00294'."}
Is there a restriction regarding host names? The name does not contain any blanks or special characters
Thank you
The text was updated successfully, but these errors were encountered: