Hello,
If I have the DN number, is it possible to retrieve it’s alias in IRD? I do believe I should use GetObjectProperty but can’t seem to find any documentation for this function.
Thank you,
Mihai
Hello,
If I have the DN number, is it possible to retrieve it’s alias in IRD? I do believe I should use GetObjectProperty but can’t seem to find any documentation for this function.
Thank you,
Mihai
Number alone is not enough to completely identify DN object - sometheing else need to be known like switch name (or switch dbid) this dn belongs to.
Assuming this information is available (switch myswitch, dn number id 123) function FindConfigObject to get information you need.
worked like a charm
Thank you!