create service node
POST https://{{dcnm}}/rest/fabrics/{{service_fabric}}/service-node
Creates a service node within the external service fabric. The payload will include the fabric that the node is attached to (EasyFabric) as well as the device and port-level information
Request Body
{"attachedFabricName"=>"{{fabric}}", "attachedSwitchInterfaceName"=>"Ethernet1/52", "attachedSwitchSn"=>"attachedSwitchSerialNumber", "fabricName"=>"{{service_fabric}}", "formFactor"=>"Virtual", "interfaceName"=>"G1/1", "lastUpdated"=>0, "linkTemplateName"=>"service_link_trunk", "linkUuid"=>"string", "name"=>"sn1", "nvPairs"=>{"SPEED"=>"Auto", "MTU"=>"jumbo", "ALLOWED_VLANS"=>"none", "BPDUGUARD_ENABLED"=>"no", "PORTTYPE_FAST_ENABLED"=>"true", "ADMIN_STATE"=>"true"}, "peerName"=>"string", "type"=>"Firewall", "vpcSwitchesAttached"=>false}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
dcnm-token | string | ||
Content-Type | string |