Reference Guide

Table Of Contents
Example
response body
- If the
SmartFabric
Service returns
applicable nodes
and filter criteria
match
{
"ApplicableNodes": [
{
"ServiceTag": "1H86XC2",
"Slot": "IOM-A1",
"ChassisName": "MX-C4XF1S2",
"ChassisServiceTag": "PT0005H"
}
]
}
Example
response body
- If the
SmartFabric
Service returns
applicable nodes
and filter criteria
do not match
{
"ApplicableNodes": []
}
/api/NetworkService/Fabrics(arg1)/Actions/
NetworkService.ReplaceSwitch
This URI replaces the fabric switch.
POST method for replacing network switch
This method replaces the network switch.
Description
Replaces fabric switches.
Privilege DEVICE_CONFIGURATION
HTTP response
code
Code Description
200 Job created
400 The fabric ID is empty
403 User does not have permission to perform the task
Example request
body
{
"NewSwitchServiceTag": "CJ2J5Z2",
"OldSwitchServiceTag": "CJ2J4Z2"
}
Example
response body
{
"JobId":12345
}
542 APIs specific to OpenManage Enterprise Modular Edition