API Guide
/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 response
body
{
"@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"
},
"RecommendedLink":
{
"SourceNode": "DPM4XC1",
"SourceInterface": "DPM4XC1:ethernet1/1/41",
"DestinationNode": "1ZB1XC2",
"DestinationInterface": "1ZB1XC2:ethernet1/1/41"
},
"RecommendedAction": "Make sure that the links are connected as per
design.",
"Timestamp": "1531280042"
},
{
"@odata.type": "#NetworkService.ValidationError",
"@odata.id": "/api/NetworkService/MultiChassisDomain/
ValidationErrors('43be623e-0d74-4f6d-87b3-3ea40bf6372d-Chassis-Issue')",
"Id": "43be623e-0d74-4f6d-87b3-3ea40bf6372d-Chassis-Issue",
"MessageId": "NFAB0009",
"Category": "FabricError",
"SubCategory": "PlacementError",
"Severity": "Severity2",
"ChassisName": "MX-SKY002P1234567890123456789012345",
"ChassisServiceTag": "SKY002P1234567890123456789012345",
"Description": "Unable to validate the network fabric because the HE
IOMs are in the same chassis.",
APIs specific to OpenManage Enterprise – Modular Edition
453