Update API module to include the licensed modules in its output (#7661)
This commit is contained in:
parent
c5ab43ebbc
commit
a2030dcbef
|
@ -36,6 +36,9 @@ type License struct {
|
|||
// License Specific Flags
|
||||
Flags map[string]interface{} `json:"flags"`
|
||||
|
||||
// Modules is a list of the licensed enterprise modules
|
||||
Modules []string `json:"modules"`
|
||||
|
||||
// List of features enabled by the license
|
||||
Features []string `json:"features"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue