ASM Swagger v3 api (v3/monitors?folderId=<xxx>) missing tagnames
API https://api.asm.saas.broadcom.com/v3/monitors?folderId=<folderid>
Sample output of one of the monitor in this folder. You can see the tagnames is blank.
{
...
"tagNames": [],
}
If running a second v3 api call, seeing tags
https://api.asm.saas.broadcom.com/v3/monitors/<monitorid>
{
"tagNames": [
"<tag1>",
..
}
Fixed in ASM 25.2 and later