Hi, I was trying to create some action batches to set network plan profiles but when I try to submit the batch I always got error 500. This is a sample payload : {
"confirmed": false,
"synchronous": false,
"actions": [
{
"resource": "/networks/***redacted***/vlanProfiles",
"operation": "create",
"body": {
"iname": "Test",
"name": "Test Profile",
"vlanGroups": [],
"vlanNames": [
{
"name": "test",
"vlanId": "100"
}
]
}
}
]
} Any suggestion?
... View more