Skip to content

Instantly share code, notes, and snippets.

@michaelrice
Created May 17, 2014 21:27
Show Gist options
  • Save michaelrice/c7233fabbf4ad99780af to your computer and use it in GitHub Desktop.
Save michaelrice/c7233fabbf4ad99780af to your computer and use it in GitHub Desktop.
```xml
<?xml version="1.0"?><esxcli:output xmlns:esxcli="http://www.vmware.com/Products/ESX/5.0/esxcli/">
<esxcli:list type="struct">
<esxcli:struct type="VMKPing">
<esxcli:field name="Trace">
<esxcli:list type="struct">
<esxcli:struct type="VMKPingTrace">
<esxcli:field name="Recieved Bytes"><esxcli:int>64</esxcli:int></esxcli:field>
<esxcli:field name="Host"><esxcli:string>10.12.254.1</esxcli:string></esxcli:field>
<esxcli:field name="ICMP Seq"><esxcli:int>0</esxcli:int></esxcli:field>
<esxcli:field name="TTL"><esxcli:int>64</esxcli:int></esxcli:field>
<esxcli:field name="Round-trip Time"><esxcli:int>2538</esxcli:int></esxcli:field>
<esxcli:field name="Dup"><esxcli:bool>false</esxcli:bool></esxcli:field>
</esxcli:struct>
</esxcli:list>
</esxcli:field>
<esxcli:field name="Summary">
<esxcli:struct type="VMKPingSummary">
<esxcli:field name="Host Addr"><esxcli:string>10.12.254.1</esxcli:string></esxcli:field>
<esxcli:field name="Transmitted"><esxcli:int>1</esxcli:int></esxcli:field>
<esxcli:field name="Recieved"><esxcli:int>1</esxcli:int></esxcli:field>
<esxcli:field name="Duplicated"><esxcli:int>0</esxcli:int></esxcli:field>
<esxcli:field name="Packet Lost"><esxcli:int>0</esxcli:int></esxcli:field>
<esxcli:field name="Round-trip Min"><esxcli:int>2537</esxcli:int></esxcli:field>
<esxcli:field name="Round-trip Avg"><esxcli:int>2537</esxcli:int></esxcli:field>
<esxcli:field name="Round-trip Max"><esxcli:int>2537</esxcli:int></esxcli:field>
</esxcli:struct>
</esxcli:field>
</esxcli:struct>
</esxcli:list>
</esxcli:output>```
@michaelrice
Copy link
Author

<?xml version="1.0"?><esxcli:output xmlns:esxcli="http://www.vmware.com/Products/ESX/5.0/esxcli/">
    <esxcli:list type="struct">
        <esxcli:struct type="VMKPing">
            <esxcli:field name="Trace">
                <esxcli:list type="struct">
                    <esxcli:struct type="VMKPingTrace">
                        <esxcli:field name="Recieved Bytes"><esxcli:int>64</esxcli:int></esxcli:field>
                        <esxcli:field name="Host"><esxcli:string>10.12.254.1</esxcli:string></esxcli:field>
                        <esxcli:field name="ICMP Seq"><esxcli:int>0</esxcli:int></esxcli:field>
                        <esxcli:field name="TTL"><esxcli:int>64</esxcli:int></esxcli:field>
                        <esxcli:field name="Round-trip Time"><esxcli:int>2538</esxcli:int></esxcli:field>
                        <esxcli:field name="Dup"><esxcli:bool>false</esxcli:bool></esxcli:field>
                    </esxcli:struct>
                </esxcli:list>
            </esxcli:field>
            <esxcli:field name="Summary">
                <esxcli:struct type="VMKPingSummary">
                    <esxcli:field name="Host Addr"><esxcli:string>10.12.254.1</esxcli:string></esxcli:field>
                    <esxcli:field name="Transmitted"><esxcli:int>1</esxcli:int></esxcli:field>
                    <esxcli:field name="Recieved"><esxcli:int>1</esxcli:int></esxcli:field>
                    <esxcli:field name="Duplicated"><esxcli:int>0</esxcli:int></esxcli:field>
                    <esxcli:field name="Packet Lost"><esxcli:int>0</esxcli:int></esxcli:field>
                    <esxcli:field name="Round-trip Min"><esxcli:int>2537</esxcli:int></esxcli:field>
                    <esxcli:field name="Round-trip Avg"><esxcli:int>2537</esxcli:int></esxcli:field>
                    <esxcli:field name="Round-trip Max"><esxcli:int>2537</esxcli:int></esxcli:field>
                </esxcli:struct>
            </esxcli:field>
        </esxcli:struct>
    </esxcli:list>
</esxcli:output>```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment