Fix VLAN Data as well.
This commit is contained in:
parent
19e0e8f21d
commit
550adeb746
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ type VLAN struct {
|
||||||
} `json:"tenant"`
|
} `json:"tenant"`
|
||||||
Status struct {
|
Status struct {
|
||||||
Label string `json:"label"`
|
Label string `json:"label"`
|
||||||
Value int `json:"value"`
|
Value string `json:"value"`
|
||||||
} `json:"status"`
|
} `json:"status"`
|
||||||
Role struct {
|
Role struct {
|
||||||
ID int `json:"id"`
|
ID int `json:"id"`
|
||||||
|
|
Loading…
Reference in a new issue