How to put in two Physical domains or several in one POST command , manage to copy and paste from the ACI api toll tool. Is it regarding the object model or is it even possible to put it in more actions, one is ok and works but when need one more it´s just do one and stops.
Ex:
will do the fist but not the second .
{
"fvRsDomAtt": [ {
"attributes": {
"tDn": "uni/phys-PhysDomain01-Static-Ports-Binding",
"instrImedcy": "immediate",
"resImedcy": "immediate",
"status": "created"
}
}
{ "attributes": {
"tDn": "uni/phys-PhysDomain06-Transit-Border-HA1-VPC-03",
"instrImedcy": "immediate",
"resImedcy": "immediate",
"status": "created"
}
}
}
It is not possible to specify more than one physical domain in a single POST
Comments
0 comments
Please sign in to leave a comment.