Filed under Virtualization
Tagged as vCenter code csharp
Article Contents
Why
I find it useful when I generate automated reports to have a link directly to the virtual machine(s) in the report. The example below is written in C#, but the link format is the same regardless of way it is generated.
Link Structure Info
Link contains:
- VM MoRef (value only)
- vCenter UUID
HTML Format
C# Example
|
|
Reference
https://www.virtuallyghetto.com/2011/10/how-to-generate-vm-remote-console-url.html