NOTICE: JetBackup Management Console is in ALPHA testing stage. Please handle with caution. Any information on this document is subject to change as we continue to develop and make changes.

manageTag

Description

With this function, you can create/manage Tags.

Parameters

Parameter name Type Description Possible values Example
_id String Required on action modify The ID of the tag.   5cc3b7fc9dc6d60c9d04f0f2
action String Required The action you want to perform.
  • create
  • modify
 
name String Required on action create tag name.   JBTag
type Integer Type of Tag. Defaults to 1.
  • 1 - Generic
  • 2 - Optimizer
Optimizer
color Hexadecimal Required on action create The color of the Tag.   #3f00d6

Returns

This API call returns tag object.
To view the parameters that returned click on Tag Object.

Example