Create tag value
POST {{baseUrl}}/tags/values
Creates a tag value. The tag category can be specified by UUID or name. If Tenable.io cannot find a category you specify by name, the system creates a new category with the specified name. To automatically apply the tag to assets, specify the rules using the filters
property.
Requires BASIC [16] user permissions. See Permissions.
Request Body
["S", "a", "n", " ", "D", "i", "e", "g", "o"]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"uuid":"fb7fae7d-8acb-48e4-928c-d93103e9e73f","created_at":"2018-12-31T19:39:40.473Z","created_by":"user3@example.com","updated_at":"2018-12-31T19:39:40.473Z","updated_by":"user3@example.com","category_uuid":"8981f2d8-a043-4a74-ad78-e6a73b13ccaf","value":"San Diego","description":"San Diego - WFH","type":"static","category_name":"location","category_description":"Asset location","access_control":{"current_user_permissions":["ALL","CAN_EDIT","CAN_SET_PERMISSIONS"],"defined_domain_permissions":["ALL","CAN_EDIT","CAN_SET_PERMISSIONS"],"all_users_permissions":["CAN_EDIT"],"current_domain_permissions":[{"id":"1c7b44ac-dc07-4321-993c-4dd554973123","name":"user3@example.com","type":"USER","permissions":["ALL","CAN_EDIT","CAN_SET_PERMISSIONS"]},{"id":"1c7b44ac-dc07-4321-993c-4dd554973456","name":"user group","type":"GROUP","permissions":["CAN_EDIT"]}],"version":0}}