Discussions
Getting Switch version
18 days ago by Bill Shanle
Im trying this method that is documented in the API to get the Switch version, but I get back 404, No Route Found which suggest this endpoint does not exist.
curl --request GET
--url https://host1-nslab-private.nsnct.com/ns-api/v2/version
--header 'accept: application/json'
--header 'authorization: Bearer 45b6619d204c557a771c17e49390ea18'
{"code":404,"message":"No Route Found [92]"}