06-25-2025 10:43 PM
Hello all
When you look at the WAN Edge List there is a column called Tags. I have created some tags and can assign them manually.
but I can not find in the documentation on how to assign the tags via API ?
anyone an Idea ?
Erik
06-26-2025 01:34 AM
It used to be POST /dataservice/tag, with payload
{
"create": [
{
"name": "TAG_NAME",
"tagId": "",
"tagType": "device"
}
]
}
06-27-2025 04:55 AM
On vManage there is built-in documentation available which also can be used to try and test different API calls easily, just navigate to your vManage /apidocs/#/Tag/createTag for example
07-14-2025 08:07 AM
I've done this using /dataservice/system/device/tag with a payload that includes deviceId and the tag name. Also, try the /apidocs UI in vManage—it helps a lot for testing and exploring the right syntax.
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