API Guide

Table Of Contents
"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":
[
{
"@odata.type": "#NetworkService.ValidationError",
"@odata.id":
"/api/NetworkService/Fabrics('0bebadec-b61b-4b16-b354-5196396a4a18')/
ValidationErrors('0bebadec-b61b-4b16-b354-5196396a4a18-Slot-Issue')",
"Id": "0bebadec-b61b-4b16-b354-5196396a4a18-Slot-Issue",
"MessageId": "NFAB0008",
"Category": "FabricError",
"SubCategory": "PlacementError",
"Severity": "Severity1",
"ChassisName": "MX-SKY002P1234567890123456789012345",
"ChassisServiceTag": "SKY002P1234567890123456789012345",
"Description": "Unable to validate the network
fabric because the I/O Modules are in same slot.",
"ProblemLink":
{
"SourceNode": "",
APIs specific to OpenManage Enterprise Modular Edition 459