09-18-2016 07:04 AM
HI
How do I do put in two Physical domains or several in one POST command , i manage to copy and paste from the ACI api toll tool
I tried this but its something here regarding the object model maybe is it even possible to put in more actions, one is ok and works but when I want to to one more it´s just do one and stops
Ex:
He 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"
}
}
}
09-20-2016 05:56 PM
As far as I know, it's not possible to specify more than one physical domain in a single POST. After searching through many previous requests, I found nobody else that was trying to do this.
Sorry, but hope that helps,
Dave
09-21-2016 01:02 AM
Hi
Thanks
I have the same thought even if my experience is quiet new on this :-)
maybe the Python-way and ACI toolkit is for the way forward. Or tools where you can make a work like this
/Ola
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide