Chause1
Jan 30, 2023Cirrus
POSTMAN multiple pool creation
Good day,
We are looking at using POSTMAN to "script" pool creations.
I am able to submit one pool at a time to the device but when I attempt multiple pools it fails with a 400 error.
"code": 400,
"message": "Found invalid JSON body in the request.",
Sample:
{
"name":"x10779",
"partition":"x",
"loadBalancingMode":"least-connections-node",
"monitor":"/Common/tcp",
"members":[
{"name":"x.x.x.x:10779"}
]
}
{
"name":"x10778",
"partition":"x",
"loadBalancingMode":"least-connections-node",
"monitor":"/Common/tcp",
"members":[
{"name":"x.x.x.x:10778"}
]
}