Utility - Create Tag

URI

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

Supported Methods

POST

This creates a tag. The user must be authenticated or a 401 Error will occur. They must have admin permission or a 403 error will occur. The tag must not already exist or a 400 error will occur. If any field is supplied except for name and description a 400 error will occur.

Authentication

Authentication Types
Sentinel Permissions Needed

URL Parameters

None.

Success Codes

Fault Codes

Sample Request

POST /util/tags
{"Name":"Test","Description":"A tag for test purposes."} }
Sample Response for application/json
Status: 200
{"Status":"OK","Name":"Test"}"