Reporting - Update Report Definition Tags

URI

https://164.99.19.131:8443/SentinelRESTServices/rpt/definitions/{reportDefinitionId}/tags

Supported Methods

POST

This API updates tags for the passed in report. If any of the passed in tag names are not recognized an error is thrown.

Authentication

Authentication Types
Sentinel Permissions Needed

URL Parameters

None.

Success Codes

Fault Codes

Sample Request

POST rpt/definition/91702BA0-EE9A-102B-BBAC-00218502569D/tags
{"Tags": [{"Name" : "SOX"},{"Name" : "GLBA"},{"Name" : "HIPAA"}]}
Sample Response for application/json
Status: 200
{"Status":"OK","GUID":"91702BA0-1111-102B-BBAC-00218502569E"},