Hi,
I want to create custom Oneview script based on official XOS ones. On XOS script it controls $vendor variable to see if it is a supported device with this:
IF (![string equal $vendor "Extreme"]) THEN error "This script is only supported for Extreme switches."
ENDIF
So if I want to control for EOS and Cisco or other vendors we have, what should be the vendor string? Where can I find it?
Thanks,
Rahman