Utility - List Tags

URI

https://164.99.19.131:8443/SentinelRESTServices/util/tags

Supported Methods

GET

This brings back all tags defined to Sentinel. Included data are ID, name, description, and a flag indicating if it an internal flag. Usage note: Event field rv145, if populated, will have a value from one of the names in this list, not the ID.

Authentication

Not required.

URL Parameters

None.

Success Codes

Fault Codes

Sample Request

GET /util/tags
Sample Response for application/json
Status: 200
{"Tags":[{"ID":"6E1CCA35-4BD4-102D-9373-000C2907C76D","Name":"FISMA","Description":"A tag for data related to the FISMA regulation.","Internal":"false"},
{"ID":"6E1CCA35-4BD4-102D-9374-000C2907C76D","Name":"GLBA","Description":"A tag for data related to the GLBA regulation.","Internal":"false"},
{"ID":"6E1CCA35-4BD4-102D-936B-000C2907C76D","Name":"HIPAA","Description":"A tag for data related to the HIPAA regulation.","Internal":"false"},
{"ID":"6E1CCA35-4BD4-102D-9380-000C2907C76D","Name":"ISO/IEC_27002:2005","Description":"A tag for data related to the ISO/IEC_27002:2005 regulation.","Internal":"false"},
{"ID":"6E1CCA35-4BD4-102D-9379-000C2907C76D","Name":"JSOX","Description":"A tag for data related to the JSOX regulation.","Internal":"false"},
{"ID":"6E1CCA35-4BD4-102D-9372-000C2907C76D","Name":"NERC","Description":"A tag for data related to the NERC regulation.","Internal":"false"},
{"ID":"6E1CCA33-4BD4-102D-B509-000C2907C76D","Name":"Network","Description":"A tag for network infrastructure related data, such as from routers, switches, VPN, etc.","Internal":"false"},
{"ID":"6E1CCA33-4BD4-102D-B50C-000C2907C76D","Name":"NetworkSecurity","Description":"A tag for network security infrastructure data, such as from firewalls, IDSs, web proxies, etc.","Internal":"false"},
{"ID":"6E1CCA35-4BD4-102D-9378-000C2907C76D","Name":"NISPOM","Description":"A tag for data related to the NISPOM regulation.","Internal":"false"},
{"ID":"6E1CCA35-4BD4-102D-936A-000C2907C76D","Name":"SOX","Description":"A tag for data related to the SOX regulation.","Internal":"false"},
{"ID":"6E1CCA33-4BD4-102D-B4E9-000C2907C76D","Name":"Windows","Description":"A tag for Windows related data.","Internal":"false"}]}