API Guide

Table Of Contents
"Id": 1,
"Name": "General Purpose (Bronze)",
"Description": "This is the network for general purpose traffic.
QOS Priority : Bronze.",
"VendorCode": "GeneralPurpose",
"NetworkTrafficType": "Ethernet",
"QosType": 4
},
.
.
{
"@odata.id": "/api/NetworkConfigurationService/NetworkTypes(11)",
"Id": 11,
"Name": "VMWare FT Logging",
"Description": "This is the network for VMware-specific Fault
tolerance logging.",
"VendorCode": "VMFTLog",
"NetworkTrafficType": "Ethernet",
"QosType": 1
}
]
}
Table 99. Attributes
Attribute name Description
Id ID of the network.
Name Name of the network type.
Description Description of the network type.
VendorCode The vendor code for each network type.
NetworkTrafficType Network traffic types. Possible values are Ethernet and
FCoE.
QosType The type of quality-of-service (QoS).
/api/NetworkConfigurationService/NetworkTypes(Id)
This URI represents a specific network type within the collection.
GET method for NetworkTypes(Id)
This method returns the details of a specific network type.
Description
Returns the details of a specific network type.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/
$metadata#NetworkConfigurationService.NetworkType/$entity",
"@odata.id": "/api/NetworkConfigurationService/NetworkTypes(1)",
"Id": 1,
"Name": "General Purpose (Bronze)",
"Description": "This is the network for general purpose traffic. QOS
Priority : Bronze.",
"VendorCode": "GeneralPurpose",
"NetworkTrafficType": "Ethernet",
Configure 229