I tried to get a list of tags from sensors, but API returned me a string consists of parent tags and sensor tags.
API request:
in XML file i have this in tags column - "bandwidthsensor snmptrafficsensor vendors_Cisco voicegw sd-uc-voice UC"
bandwidthsensor snmptrafficsensor - this are sensor tags
vendors_Cisco voicegw sd-uc-voice UC - this are parent tags
Can I get only sensor tags without parent tags somehow?
Add comment