ASM API has no tagnames
search cancel

ASM API has no tagnames

book

Article ID: 391135

calendar_today

Updated On:

Products

CA App Synthetic Monitor

Issue/Introduction

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>",

      ..

}

Resolution

Fixed in ASM 25.2 and later