Reference Guide

Table Of Contents
"NetworkLink":
[
{
"SourceNode": "Switch-A",
"SourceInterface": "ethernet1/1/37",
"DestinationNode": "Switch-B",
"DestinationInterface": "ethernet1/1/37"
},
{
"SourceNode": "Switch-A",
"SourceInterface": "ethernet1/1/38",
"DestinationNode": "Switch-B",
"DestinationInterface": "ethernet1/1/38"
},
{
"SourceNode": "Switch-A",
"SourceInterface": "ethernet1/1/40",
"DestinationNode": "Switch-B",
"DestinationInterface": "ethernet1/1/40"
},
{
"SourceNode": "Switch-A",
"SourceInterface": "ethernet1/1/39",
"DestinationNode": "Switch-B",
"DestinationInterface": "ethernet1/1/39"
}
],
"FabricDesignNode":
[
{
"NodeName": "Switch-A",
"ChassisName": "Chassis-X",
"Slot": "Slot-A1",
"Type": "WeaverSwitch"
},
{
"NodeName": "Switch-B",
"ChassisName": "Chassis-Y",
"Slot": "Slot-A2",
"Type": "WeaverSwitch"
}
]
}
/api/NetworkService/Fabrics(Id)/ValidationErrors
This URI represents the validation errors for a specific fabric.
GET method for ValidationErrors for a specific fabric
This method returns the validation errors of a specific fabric.
Description
Returns the validation errors of a specific fabric.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(NetworkService.ValidationError)",
"@odata.count": 5,
"value":
[
464 APIs specific to OpenManage Enterprise Modular Edition