API Guide

Table Of Contents
"ParentNodeId": "SKY00201234567890123456789012345",
"Location": "IOM-B2",
"NodeInformation":
{
"@odata.type": "#NetworkService.NodeInformation",
"Status": 1000,
"Type": "WeaverSwitch",
"ServiceTag": "DPM4XC1",
"DeviceId": 25005,
"Model": "MX9116n Fabric Engine",
"Slot": "IOM-B2",
"SwitchMode": "Fabric",
"PowerState": 17,
"Name": "IOM-B2"
},
"ChildNodes@odata.navigationLink": "/api/NetworkService/
MultiChassisDomain/Topology/Nodes('Switch%3ADPM4XC1')/ChildNodes"
}
]
}
/api/NetworkService/MultiChassisDomain/ValidationErrors
This URI represents the fabric validation errors in an MCM group.
GET method for ValidationErrors
This method returns the fabric validation errors in an MCM group.
Description
Returns the list of fabric validation errors.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "/api/
$metadata#Collection(NetworkService.ValidationError)",
"@odata.count": 5,
"value":
[
{
"@odata.type": "#NetworkService.ValidationError",
"@odata.id": "/api/NetworkService/MultiChassisDomain/
ValidationErrors('43be623e-0d74-4f6d-87b3-3ea40bf6372d-ISL-
%5BICL-2_FORWARD%5D-NotFound-Issue')",
"Id": "43be623e-0d74-4f6d-87b3-3ea40bf6372d-ISL-[ICL-2_FORWARD]-
NotFound-Issue",
"MessageId": "NFAB0012",
"Category": "FabricError",
"SubCategory": "ISLError",
"Severity": "Severity1",
"ChassisName": "MX-SKY00201234567890123456789012345",
"ChassisServiceTag": "SKY00201234567890123456789012345",
"Description": "Unable to validate the fabric because the design
link ICL-2_FORWARD not connected as per design 2NodeHESameChassis.",
"ProblemLink":
{
"SourceNode": "DPM4XC1",
"SourceInterface": "DPM4XC1:ethernet1/1/41",
"DestinationNode": "1ZB1XC2",
"DestinationInterface": "1ZB1XC2:ethernet1/1/41"
APIs specific to OpenManage Enterprise - Modular Edition
343