Compare commits

...

6 Commits

Author SHA1 Message Date
Никита Сорокин
5025a17ea4 v1.5.0-delta 2023-07-13 15:28:07 +03:00
7c787f6fce v1.5.0-gamma2 2023-07-07 12:40:03 +03:00
20fd7ab50c v1.5.0-gamma-qf 2023-06-30 11:24:26 +03:00
f50f71ab0d v1.5.0-gamma 2023-06-30 11:21:47 +03:00
29c7f143fe v1.4.7 2023-06-29 15:52:49 +03:00
264538f492 v1.4.6 2023-06-23 15:13:22 +03:00
307 changed files with 8859 additions and 3860 deletions

3
.gitignore vendored
View File

@@ -1,2 +1,3 @@
cmd/ cmd/
.idea/ .idea/
.vscode/

View File

@@ -1,4 +1,143 @@
## Version 1.4.5 ## Version 1.5.0
### Feature
- Updated lists responses models in:
- - cloudapi/account/list
- - cloudbroker/account/list
- - cloudapi/bservice/list
- - cloudapi/compute/list
- - cloudbroker/compute/list
- - cloudapi/computeci/list
- - cloudapi/disks/list
- - cloudbroker/disks/list
- - cloudapi/extnet/list
- - cloudbroker/extnet/list
- - cloudapi/flipgroup/list
- - cloudapi/image/list
- - cloudbroker/image/list
- - cloudapi/k8ci/list
- - cloudbroker/k8ci/list
- - cloudapi/k8s/list
- - cloudapi/k8s/listDeleted
- - cloudbroker/k8s/list
- - cloudbroker/k8s/listDeleted
- - cloudapi/tasks/list
- - cloudbroker/tasks/list
- - cloudapi/rg/list
- - cloudbroker/rg/list
- - cloudapi/vins/list
- - cloudbroker/vins/list
- - cloudapi/account/listDeleted
- - cloudapi/account/listCompute
- - cloudapi/account/listDisks
- - cloudapi/account/listFlipGroups
- - cloudapi/account/listRG
- - cloudapi/account/listVINS
- - cloudapi/compute/listDeleted
- - cloudapi/disks/listDeleted
- - cloudapi/disks/listTypes
- - cloudapi/k8ci/listDeleted
- - cloudapi/lb/list
- - cloudapi/lb/listDeleted
- - cloudbroker/lb/list
- - cloudbroker/lb/listDeleted
- - cloudapi/rg/listComputes
- - cloudapi/rg/listDeleted
- - cloudapi/rg/listLb
- - cloudapi/rg/listPFW
- - cloudapi/rg/listVins
- - cloudapi/vins/listDeleted
- - cloudbroker/account/listComputes
- - cloudbroker/account/listDeleted
- - cloudbroker/account/listDisks
- - cloudbroker/account/listFlipGroups
- - cloudbroker/account/listRG
- - cloudbroker/account/listVINS
- - cloudbroker/compute/listDeleted
- - cloudapi/compute/listPciDevice
- - cloudbroker/compute/listPciDevice
- - cloudapi/compute/listVGpu
- - cloudbroker/compute/listVGpu
- - cloudbroker/disks/listTypes
- - cloudbroker/grid/list
- - cloudbroker/grid/listEmails
- - cloudbroker/k8ci/listDeleted
- - cloudbroker/pcidevice/list
- - cloudbroker/rg/affinityGroupsList
- - cloudbroker/rg/listDeleted
- - cloudbroker/rg/listComputes
- - cloudbroker/rg/listLB
- - cloudbroker/rg/listPfw
- - cloudbroker/rg/listResourceConsumption
- - cloudbroker/rg/listVins
- - cloudbroker/sep/list
- - cloudbroker/vgpu/list
- - cloudbroker/vins/extnetList
- - cloudbroker/vins/IpList
- - cloudbroker/vins/natRuleList
- Added new endpoints:
- - cloudapi/rg/getResourceConsumption
- - cloudapi/rg/listResourceConsumption
- - cloudbroker/rg/getResourceConsumption
- - cloudbroker/rg/listResourceConsumption
- - cloudapi/account/getResourceConsumption
- - cloudapi/account/listResourceConsumption
- - cloudbroker/account/getResourceConsumption
- - cloudbroker/account/listResourceConsumption
- - cloudbroker/grid/getResourceConsumption
- - cloudbroker/grid/listResourceConsumption
- Added field CU_DM to ResourceLimits model (account, rg)
- Added field ReferenceID to SnapshotExtended model in cloudapi/compute/get
- Added field Interfaces in requests:
- - cloudapi/kvmppc/create
- - cloudapi/kvmppc/createBlank
- - cloudapi/kvmx86/create
- - cloudapi/kvmx86/createBlank
- - cloudbroker/kvmppc/create
- - cloudbroker/kvmppc/createBlank
- - cloudbroker/kvmx86/create
- - cloudbroker/kvmx86/createBlank
- Added UpdatedBy field to task model in cloudbroker/task/get
- Made optional fields in requests:
- - Reason (cloudbroker/account/delete)
- - Reason (cloudbroker/account/restore)
- - Gateway (cloudbroker/extnet/create)
- - Reason (cloudbroker/image/delete)
- - Num (cloudapi/k8s/workerAdd)
- - NetID (cloudbroker/vins/extnetConnect)
- Updated cloudapi/rg/get model
- Deleted field Username from cloudbroker/account/update request
- Deleted field EmailAddress from cloudbroker/account/update request
- Added field DiskType to cloudbroker/compute/diskAttach request
- Added field Reason to cloudbroker/compute/diskQos request
- Added field Enabled to cloudbroker/compute/netAttach response model
- Added field CPUAllocationRatio to cloudbroker/image/listStacks response model
- Added field Descr to cloudbroker/image/listStacks response model
- Added field MemAllocationRatio to cloudbroker/image/listStacks response model
- Updated cloudapi/k8s/workersGroupByName response model
- Deleted field LBImageID from cloudbroker/k8ci/create request
- Deleted field ImageID from cloudbroker/lb/create request
- Deleted field Reason from cloudbroker/vins/extnetList request
### Bugfix ### Bugfix
- Removed omitempty tag from field WithLB in cloudapi/k8s/create request - Changed the Excluded field type in cloudbroker/extnet/get response model

View File

@@ -9,6 +9,7 @@ Decort SDK - это библиотека, написанная на языке G
- Версия 1.2.x Decort-SDK соответствует 3.8.5 версии платформы - Версия 1.2.x Decort-SDK соответствует 3.8.5 версии платформы
- Версия 1.3.x Decort-SDK соответствует 3.8.5 версии платформы - Версия 1.3.x Decort-SDK соответствует 3.8.5 версии платформы
- Версия 1.4.x Decort-SDK соответствует 3.8.6 версии платформы - Версия 1.4.x Decort-SDK соответствует 3.8.6 версии платформы
- Версия 1.5.x Decort-SDK соответствует 3.8.7 версии платформы
## Оглавление ## Оглавление

View File

@@ -6,7 +6,7 @@ var (
resTypesValues = []string{"compute", "vins", "k8s", "openshift", "lb", "flipgroup"} resTypesValues = []string{"compute", "vins", "k8s", "openshift", "lb", "flipgroup"}
protoValues = []string{"tcp", "udp"} protoValues = []string{"tcp", "udp"}
accountCUTypeValues = []string{"CU_M", "CU_C", "CU_D", "CU_S", "CU_A", "CU_NO", "CU_I", "CU_NP"} accountCUTypeValues = []string{"CU_M", "CU_C", "CU_D", "CU_DM", "CU_S", "CU_A", "CU_NO", "CU_I", "CU_NP"}
bserviceModeValues = []string{"ABSOLUTE", "RELATIVE"} bserviceModeValues = []string{"ABSOLUTE", "RELATIVE"}

View File

@@ -48,21 +48,23 @@ func (la ListAccounts) FilterByUserGroupID(userGroupID string) ListAccounts {
func (la ListAccounts) FilterFunc(predicate func(ItemAccount) bool) ListAccounts { func (la ListAccounts) FilterFunc(predicate func(ItemAccount) bool) ListAccounts {
var result ListAccounts var result ListAccounts
for _, acc := range la { for _, acc := range la.Data {
if predicate(acc) { if predicate(acc) {
result = append(result, acc) result.Data = append(result.Data, acc)
} }
} }
result.EntryCount = uint64(len(result.Data))
return result return result
} }
// FindOne returns first found ItemAccount. // FindOne returns first found ItemAccount.
// If none was found, returns an empty struct. // If none was found, returns an empty struct.
func (la ListAccounts) FindOne() ItemAccount { func (la ListAccounts) FindOne() ItemAccount {
if len(la) == 0 { if len(la.Data) == 0 {
return ItemAccount{} return ItemAccount{}
} }
return la[0] return la.Data[0]
} }

View File

@@ -5,68 +5,71 @@ import (
) )
var accounts = ListAccounts{ var accounts = ListAccounts{
ItemAccount{ Data: []ItemAccount{
ACL: []RecordACL{ {
{ ACL: []RecordACL{
IsExplicit: true, {
GUID: "", IsExplicit: true,
Rights: "CXDRAU", GUID: "",
Status: "CONFIRMED", Rights: "CXDRAU",
Type: "U", Status: "CONFIRMED",
UgroupID: "timofey_tkachev_1@decs3o", Type: "U",
UgroupID: "timofey_tkachev_1@decs3o",
},
}, },
CreatedTime: 1676645275,
DeletedTime: 0,
ID: 132846,
Name: "std",
Status: "CONFIRMED",
UpdatedTime: 1676645275,
}, },
CreatedTime: 1676645275, {
DeletedTime: 0, ACL: []RecordACL{
ID: 132846, {
Name: "std", IsExplicit: true,
Status: "CONFIRMED", GUID: "",
UpdatedTime: 1676645275, Rights: "CXDRAU",
}, Status: "CONFIRMED",
ItemAccount{ Type: "U",
ACL: []RecordACL{ UgroupID: "not_really_timofey_tkachev_1@decs3o",
{ },
IsExplicit: true,
GUID: "",
Rights: "CXDRAU",
Status: "CONFIRMED",
Type: "U",
UgroupID: "not_really_timofey_tkachev_1@decs3o",
}, },
CreatedTime: 1676878820,
DeletedTime: 0,
ID: 132847,
Name: "std_2",
Status: "CONFIRMED",
UpdatedTime: 1676645275,
}, },
CreatedTime: 1676878820, {
DeletedTime: 0, ACL: []RecordACL{
ID: 132847, {
Name: "std_2", IsExplicit: true,
Status: "CONFIRMED", GUID: "",
UpdatedTime: 1676645275, Rights: "CXDRAU",
}, Status: "CONFIRMED",
ItemAccount{ Type: "U",
ACL: []RecordACL{ UgroupID: "timofey_tkachev_1@decs3o",
{ },
IsExplicit: true, {
GUID: "", IsExplicit: true,
Rights: "CXDRAU", GUID: "",
Status: "CONFIRMED", Rights: "CXDRAU",
Type: "U", Status: "CONFIRMED",
UgroupID: "timofey_tkachev_1@decs3o", Type: "U",
}, UgroupID: "second_account@decs3o",
{ },
IsExplicit: true,
GUID: "",
Rights: "CXDRAU",
Status: "CONFIRMED",
Type: "U",
UgroupID: "second_account@decs3o",
}, },
CreatedTime: 1676883850,
DeletedTime: 1676883899,
ID: 132848,
Name: "std_broker",
Status: "DELETED",
UpdatedTime: 1676878820,
}, },
CreatedTime: 1676883850,
DeletedTime: 1676883899,
ID: 132848,
Name: "std_broker",
Status: "DELETED",
UpdatedTime: 1676878820,
}, },
EntryCount: 3,
} }
func TestFilterByID(t *testing.T) { func TestFilterByID(t *testing.T) {
@@ -100,11 +103,11 @@ func TestFilterByName(t *testing.T) {
func TestFilterByStatus(t *testing.T) { func TestFilterByStatus(t *testing.T) {
actual := accounts.FilterByStatus("CONFIRMED") actual := accounts.FilterByStatus("CONFIRMED")
if len(actual) != 2 { if len(actual.Data) != 2 {
t.Fatal("Expected 2 elements in slice, found: ", len(actual)) t.Fatal("Expected 2 elements in slice, found: ", len(actual.Data))
} }
for _, item := range actual { for _, item := range actual.Data {
if item.Status != "CONFIRMED" { if item.Status != "CONFIRMED" {
t.Fatal("expected CONFIRMED, found: ", item.Status) t.Fatal("expected CONFIRMED, found: ", item.Status)
} }
@@ -116,7 +119,7 @@ func TestFilterFunc(t *testing.T) {
return ia.DeletedTime == 0 return ia.DeletedTime == 0
}) })
for _, item := range actual { for _, item := range actual.Data {
if item.DeletedTime != 0 { if item.DeletedTime != 0 {
t.Fatal("Expected DeletedTime = 0, found: ", item.DeletedTime) t.Fatal("Expected DeletedTime = 0, found: ", item.DeletedTime)
} }
@@ -126,21 +129,21 @@ func TestFilterFunc(t *testing.T) {
func TestSortingByCreatedTime(t *testing.T) { func TestSortingByCreatedTime(t *testing.T) {
actual := accounts.SortByCreatedTime(false) actual := accounts.SortByCreatedTime(false)
if actual[0].Name != "std" { if actual.Data[0].Name != "std" {
t.Fatal("Expected account std as earliest, found: ", actual[0].Name) t.Fatal("Expected account std as earliest, found: ", actual.Data[0].Name)
} }
actual = accounts.SortByCreatedTime(true) actual = accounts.SortByCreatedTime(true)
if actual[0].Name != "std_broker" { if actual.Data[0].Name != "std_broker" {
t.Fatal("Expected account std_broker as latest, found: ", actual[0].Name) t.Fatal("Expected account std_broker as latest, found: ", actual.Data[0].Name)
} }
} }
func TestFilterEmpty(t *testing.T) { func TestFilterEmpty(t *testing.T) {
actual := accounts.FilterByID(0) actual := accounts.FilterByID(0)
if len(actual) != 0 { if len(actual.Data) != 0 {
t.Fatal("Expected 0 found, actual: ", len(actual)) t.Fatal("Expected 0 found, actual: ", len(actual.Data))
} }
} }

View File

@@ -20,6 +20,7 @@ type GetConsumedAccountUnitsRequest struct {
// - CU_M: consumed memory in MB // - CU_M: consumed memory in MB
// - CU_C: number of cpu cores // - CU_C: number of cpu cores
// - CU_D: consumed vdisk storage in GB // - CU_D: consumed vdisk storage in GB
// - CU_DM: consumed max vdisk storage in GB
// - CU_I: number of public IPs // - CU_I: number of public IPs
func (a Account) GetConsumedAccountUnits(ctx context.Context, req GetConsumedAccountUnitsRequest) (*ResourceLimits, error) { func (a Account) GetConsumedAccountUnits(ctx context.Context, req GetConsumedAccountUnitsRequest) (*ResourceLimits, error) {
err := validators.ValidateRequest(req) err := validators.ValidateRequest(req)

View File

@@ -26,6 +26,7 @@ type GetConsumedCloudUnitsByTypeRequest struct {
// - CU_M: returns consumed memory in MB // - CU_M: returns consumed memory in MB
// - CU_C: returns number of virtual cpu cores // - CU_C: returns number of virtual cpu cores
// - CU_D: returns consumed virtual disk storage in GB // - CU_D: returns consumed virtual disk storage in GB
// - CU_DM: returns consumed max virtual disk storage in GB
// - CU_S: returns consumed primary storage (NAS) in TB // - CU_S: returns consumed primary storage (NAS) in TB
// - CU_A: returns consumed secondary storage (Archive) in TB // - CU_A: returns consumed secondary storage (Archive) in TB
// - CU_NO: returns sent/received network transfer in operator in GB // - CU_NO: returns sent/received network transfer in operator in GB

View File

@@ -21,6 +21,7 @@ type GetReservedAccountUnitsRequest struct {
// - CU_M: reserved memory in MB // - CU_M: reserved memory in MB
// - CU_C: number of cpu cores // - CU_C: number of cpu cores
// - CU_D: reserved vdisk storage in GB // - CU_D: reserved vdisk storage in GB
// - CU_DM: reserved max vdisk storage in GB
// - CU_I: number of public IPs // - CU_I: number of public IPs
func (a Account) GetReservedAccountUnits(ctx context.Context, req GetReservedAccountUnitsRequest) (*ResourceLimits, error) { func (a Account) GetReservedAccountUnits(ctx context.Context, req GetReservedAccountUnitsRequest) (*ResourceLimits, error) {
err := validators.ValidateRequest(req) err := validators.ValidateRequest(req)

View File

@@ -0,0 +1,42 @@
package account
import (
"context"
"encoding/json"
"net/http"
"repository.basistech.ru/BASIS/decort-golang-sdk/internal/validators"
)
// Request struct for getting resource consumption
type GetResourceConsumptionRequest struct {
// ID an account
// Required: true
AccountID uint64 `url:"accountId" json:"accountId" validate:"required"`
}
// GetResourceConsumption show amount of consumed and reserved resources (cpu, ram, disk) by specific account
func (a Account) GetResourceConsumption(ctx context.Context, req GetResourceConsumptionRequest) (*ItemResourceConsumption, error) {
err := validators.ValidateRequest(req)
if err != nil {
for _, validationError := range validators.GetErrors(err) {
return nil, validators.ValidationError(validationError)
}
}
url := "/cloudapi/account/getResourceConsumption"
info := ItemResourceConsumption{}
res, err := a.client.DecortApiCall(ctx, http.MethodPost, url, req)
if err != nil {
return nil, err
}
err = json.Unmarshal(res, &info)
if err != nil {
return nil, err
}
return &info, nil
}

View File

@@ -8,17 +8,33 @@ import (
// Request struct for get list of accounts // Request struct for get list of accounts
type ListRequest struct { type ListRequest struct {
// Find by ID
// Required: false
ByID uint64 `url:"by_id,omitempty" json:"by_id,omitempty"`
// Find by name
// Required: false
Name string `url:"name,omitempty" json:"name,omitempty"`
// Find by access control list
// Required: false
ACL string `url:"acl,omitempty" json:"acl,omitempty"`
// Find by status
// Required: false
Status string `url:"status,omitempty" json:"status,omitempty"`
// Page number // Page number
// Required: false // Required: false
Page uint64 `url:"page" json:"page"` Page uint64 `url:"page,omitempty" json:"page,omitempty"`
// Page size // Page size
// Required: false // Required: false
Size uint64 `url:"size" json:"size"` Size uint64 `url:"size,omitempty" json:"size,omitempty"`
} }
// List gets list all accounts the user has access to // List gets list all accounts the user has access to
func (a Account) List(ctx context.Context, req ListRequest) (ListAccounts, error) { func (a Account) List(ctx context.Context, req ListRequest) (*ListAccounts, error) {
url := "/cloudapi/account/list" url := "/cloudapi/account/list"
res, err := a.client.DecortApiCall(ctx, http.MethodPost, url, req) res, err := a.client.DecortApiCall(ctx, http.MethodPost, url, req)
@@ -33,5 +49,5 @@ func (a Account) List(ctx context.Context, req ListRequest) (ListAccounts, error
return nil, err return nil, err
} }
return list, nil return &list, nil
} }

View File

@@ -13,10 +13,50 @@ type ListComputesRequest struct {
// ID an account // ID an account
// Required: true // Required: true
AccountID uint64 `url:"accountId" json:"accountId" validate:"required"` AccountID uint64 `url:"accountId" json:"accountId" validate:"required"`
// Find by compute id
// Required: false
ComputeID uint64 `url:"computeId,omitempty" json:"computeId,omitempty"`
// Find by name
// Required: false
Name string `url:"name,omitempty" json:"name,omitempty"`
// Find by resource group name
// Required: false
RGName string `url:"rgName,omitempty" json:"rgName,omitempty"`
// Find by resource group id
// Required: false
RGID uint64 `url:"rgId,omitempty" json:"rgId,omitempty"`
// Find by tech status
// Required: false
TechStatus string `url:"techStatus,omitempty" json:"techStatus,omitempty"`
// Find by ip address
// Required: false
IPAddress string `url:"ipAddress,omitempty" json:"ipAddress,omitempty"`
// Find by external network name
// Required: false
ExtNetName string `url:"extNetName,omitempty" json:"extNetName,omitempty"`
// Find by external network id
// Required: false
ExtNetID uint64 `url:"extNetId,omitempty" json:"extNetId,omitempty"`
// Page number
// Required: false
Page uint64 `url:"page,omitempty" json:"page,omitempty"`
// Page size
// Required: false
Size uint64 `url:"size,omitempty" json:"size,omitempty"`
} }
// ListComputes gets list all compute instances under specified account, accessible by the user // ListComputes gets list all compute instances under specified account, accessible by the user
func (a Account) ListComputes(ctx context.Context, req ListComputesRequest) (ListComputes, error) { func (a Account) ListComputes(ctx context.Context, req ListComputesRequest) (*ListComputes, error) {
err := validators.ValidateRequest(req) err := validators.ValidateRequest(req)
if err != nil { if err != nil {
for _, validationError := range validators.GetErrors(err) { for _, validationError := range validators.GetErrors(err) {
@@ -38,5 +78,5 @@ func (a Account) ListComputes(ctx context.Context, req ListComputesRequest) (Lis
return nil, err return nil, err
} }
return list, nil return &list, nil
} }

View File

@@ -10,15 +10,27 @@ import (
type ListDeletedRequest struct { type ListDeletedRequest struct {
// Page number // Page number
// Required: false // Required: false
Page uint64 `url:"page" json:"page"` Page uint64 `url:"page,omitempty" json:"page,omitempty"`
// Page size // Page size
// Required: false // Required: false
Size uint64 `url:"size" json:"size"` Size uint64 `url:"size,omitempty" json:"size,omitempty"`
// Find by ID
// Required: false
ByID uint64 `url:"by_id,omitempty" json:"by_id,omitempty"`
// Find by name
// Required: false
Name string `url:"name,omitempty" json:"name,omitempty"`
// Find by access control list
// Required: false
ACL string `url:"acl,omitempty" json:"acl,omitempty"`
} }
// ListDeleted gets list all deleted accounts the user has access to // ListDeleted gets list all deleted accounts the user has access to
func (a Account) ListDeleted(ctx context.Context, req ListDeletedRequest) (ListAccounts, error) { func (a Account) ListDeleted(ctx context.Context, req ListDeletedRequest) (*ListAccounts, error) {
url := "/cloudapi/account/listDeleted" url := "/cloudapi/account/listDeleted"
res, err := a.client.DecortApiCall(ctx, http.MethodPost, url, req) res, err := a.client.DecortApiCall(ctx, http.MethodPost, url, req)
@@ -33,5 +45,5 @@ func (a Account) ListDeleted(ctx context.Context, req ListDeletedRequest) (ListA
return nil, err return nil, err
} }
return list, nil return &list, nil
} }

View File

@@ -13,10 +13,34 @@ type ListDisksRequest struct {
// ID an account // ID an account
// Required: true // Required: true
AccountID uint64 `url:"accountId" json:"accountId" validate:"required"` AccountID uint64 `url:"accountId" json:"accountId" validate:"required"`
// Find by disk id
// Required: false
DiskID uint64 `url:"diskId,omitempty" json:"diskId,omitempty"`
// Find by name
// Required: false
Name string `url:"name,omitempty" json:"name,omitempty"`
// Find by max size disk
// Required: false
DiskMaxSize uint64 `url:"diskMaxSize,omitempty" json:"diskMaxSize,omitempty"`
// Type of the disks
// Required: false
Type string `url:"type,omitempty" json:"type,omitempty"`
// Page number
// Required: false
Page uint64 `url:"page,omitempty" json:"page,omitempty"`
// Page size
// Required: false
Size uint64 `url:"size,omitempty" json:"size,omitempty"`
} }
// ListDisks gets list all currently unattached disks under specified account // ListDisks gets list all currently unattached disks under specified account
func (a Account) ListDisks(ctx context.Context, req ListDisksRequest) (ListDisks, error) { func (a Account) ListDisks(ctx context.Context, req ListDisksRequest) (*ListDisks, error) {
err := validators.ValidateRequest(req) err := validators.ValidateRequest(req)
if err != nil { if err != nil {
for _, validationError := range validators.GetErrors(err) { for _, validationError := range validators.GetErrors(err) {
@@ -38,5 +62,5 @@ func (a Account) ListDisks(ctx context.Context, req ListDisksRequest) (ListDisks
return nil, err return nil, err
} }
return list, nil return &list, nil
} }

View File

@@ -10,13 +10,45 @@ import (
// Request struct for get list FLIPGroups // Request struct for get list FLIPGroups
type ListFLIPGroupsRequest struct { type ListFLIPGroupsRequest struct {
// ID an account // ID of the account
// Required: true // Required: true
AccountID uint64 `url:"accountId" json:"accountId" validate:"required"` AccountID uint64 `url:"accountId" json:"accountId" validate:"required"`
// Find by name
// Required: false
Name string `url:"name,omitempty" json:"name,omitempty"`
// Find by vinsId
// Required: false
VINSID uint64 `url:"vinsId,omitempty" json:"vinsId,omitempty"`
// Find by VINS name
// Required: false
VINSName string `url:"vinsName,omitempty" json:"vinsName,omitempty"`
// Find by external network id
// Required: false
ExtNetID uint64 `url:"extnetId,omitempty" json:"extnetId,omitempty"`
// Find by IP
// Required: false
ByIP string `url:"byIp,omitempty" json:"byIp,omitempty"`
// Find by flipGroup Id
// Required: false
FLIPGroupID uint64 `url:"flipGroupId,omitempty" json:"flipGroupId,omitempty"`
// Page number
// Required: false
Page uint64 `url:"page,omitempty" json:"page,omitempty"`
// Page size
// Required: false
Size uint64 `url:"size,omitempty" json:"size,omitempty"`
} }
// ListFLIPGroups gets list all FLIPGroups under specified account, accessible by the user // ListFLIPGroups gets list all FLIPGroups under specified account, accessible by the user
func (a Account) ListFLIPGroups(ctx context.Context, req ListFLIPGroupsRequest) (ListFLIPGroups, error) { func (a Account) ListFLIPGroups(ctx context.Context, req ListFLIPGroupsRequest) (*ListFLIPGroups, error) {
err := validators.ValidateRequest(req) err := validators.ValidateRequest(req)
if err != nil { if err != nil {
for _, validationError := range validators.GetErrors(err) { for _, validationError := range validators.GetErrors(err) {
@@ -38,5 +70,5 @@ func (a Account) ListFLIPGroups(ctx context.Context, req ListFLIPGroupsRequest)
return nil, err return nil, err
} }
return list, nil return &list, nil
} }

View File

@@ -0,0 +1,26 @@
package account
import (
"context"
"encoding/json"
"net/http"
)
// ListResourceConsumption show data list amount of consumed and reserved resources (cpu, ram, disk) by specific accounts
func (a Account) ListResourceConsumption(ctx context.Context) (*ListResourceConsumption, error) {
url := "/cloudapi/account/listResourceConsumption"
info := ListResourceConsumption{}
res, err := a.client.DecortApiCall(ctx, http.MethodPost, url, nil)
if err != nil {
return nil, err
}
err = json.Unmarshal(res, &info)
if err != nil {
return nil, err
}
return &info, nil
}

View File

@@ -13,10 +13,38 @@ type ListRGRequest struct {
// ID an account // ID an account
// Required: true // Required: true
AccountID uint64 `url:"accountId" json:"accountId" validate:"required"` AccountID uint64 `url:"accountId" json:"accountId" validate:"required"`
// Page number
// Required: false
Page uint64 `url:"page,omitempty" json:"page,omitempty"`
// Page size
// Required: false
Size uint64 `url:"size,omitempty" json:"size,omitempty"`
// Find by resource group id
// Required: false
RGID uint64 `url:"rgId,omitempty" json:"rgId,omitempty"`
// Find by name
// Required: false
Name string `url:"name,omitempty" json:"name,omitempty"`
// Find by vinsId
// Required: false
VINSID uint64 `url:"vinsId,omitempty" json:"vinsId,omitempty"`
// Find by VM ID
// Required: false
VMID uint64 `url:"vmId,omitempty" json:"vmId,omitempty"`
// Find by status
// Required: false
Status string `url:"status,omitempty" json:"status,omitempty"`
} }
// ListRG gets list all resource groups under specified account, accessible by the user // ListRG gets list all resource groups under specified account, accessible by the user
func (a Account) ListRG(ctx context.Context, req ListRGRequest) (ListRG, error) { func (a Account) ListRG(ctx context.Context, req ListRGRequest) (*ListRG, error) {
err := validators.ValidateRequest(req) err := validators.ValidateRequest(req)
if err != nil { if err != nil {
for _, validationError := range validators.GetErrors(err) { for _, validationError := range validators.GetErrors(err) {
@@ -38,5 +66,5 @@ func (a Account) ListRG(ctx context.Context, req ListRGRequest) (ListRG, error)
return nil, err return nil, err
} }
return list, nil return &list, nil
} }

View File

@@ -13,10 +13,34 @@ type ListVINSRequest struct {
// ID an account // ID an account
// Required: true // Required: true
AccountID uint64 `url:"accountId" json:"accountId" validate:"required"` AccountID uint64 `url:"accountId" json:"accountId" validate:"required"`
// Find by VINS ID
// Required: false
VINSID uint64 `url:"vins,omitempty" json:"vinsId,omitempty"`
// Find by name
// Required: false
Name string `url:"name,omitempty" json:"name,omitempty"`
// Find by resource group id
// Required: false
RGID uint64 `url:"rgId,omitempty" json:"rgId,omitempty"`
// Find by external network ip
// Required: false
ExtIP string `url:"extIp,omitempty" json:"extIp,omitempty"`
// Page number
// Required: false
Page uint64 `url:"page,omitempty" json:"page,omitempty"`
// Page size
// Required: false
Size uint64 `url:"size,omitempty" json:"size,omitempty"`
} }
// ListVINS gets list all ViNSes under specified account, accessible by the user // ListVINS gets list all ViNSes under specified account, accessible by the user
func (a Account) ListVINS(ctx context.Context, req ListVINSRequest) (ListVINS, error) { func (a Account) ListVINS(ctx context.Context, req ListVINSRequest) (*ListVINS, error) {
err := validators.ValidateRequest(req) err := validators.ValidateRequest(req)
if err != nil { if err != nil {
for _, validationError := range validators.GetErrors(err) { for _, validationError := range validators.GetErrors(err) {
@@ -38,5 +62,5 @@ func (a Account) ListVINS(ctx context.Context, req ListVINSRequest) (ListVINS, e
return nil, err return nil, err
} }
return list, nil return &list, nil
} }

View File

@@ -32,6 +32,9 @@ type ResourceLimits struct {
// Disk size, GB // Disk size, GB
CUD float64 `json:"CU_D"` CUD float64 `json:"CU_D"`
// Max disk size, GB
CU_DM float64 `json:"CU_DM"`
// Number of public IP addresses // Number of public IP addresses
CUI float64 `json:"CU_I"` CUI float64 `json:"CU_I"`
@@ -70,7 +73,11 @@ type ItemAccount struct {
} }
// List of accounts // List of accounts
type ListAccounts []ItemAccount type ListAccounts struct {
Data []ItemAccount `json:"data"`
EntryCount uint64 `json:"entryCount"`
}
// Resources used // Resources used
type Resource struct { type Resource struct {
@@ -105,16 +112,25 @@ type DiskUsage struct {
DiskSize float64 `json:"disksize"` DiskSize float64 `json:"disksize"`
// Disk size max // Disk size max
DiskSizeMax uint64 `json:"disksizemax"` DiskSizeMax float64 `json:"disksizemax"`
} }
// Information about resources // Information about resources
type Resources struct { type ItemResourceConsumption struct {
// Current information about resources // Current information about resources
Current Resource `json:"Current"` Current Resource `json:"Current"`
// Reserved information about resources // Reserved information about resources
Reserved Resource `json:"Reserved"` Reserved Resource `json:"Reserved"`
// Account ID
AccountID uint64 `json:"id"`
}
type ListResourceConsumption struct {
Data []ItemResourceConsumption `json:"data"`
EntryCount uint64 `json:"entryCount"`
} }
// Information about computes // Information about computes
@@ -140,9 +156,6 @@ type RecordAccount struct {
// DCLocation // DCLocation
DCLocation string `json:"DCLocation"` DCLocation string `json:"DCLocation"`
// Resources
Resources Resources `json:"Resources"`
// CKey // CKey
CKey string `json:"_ckey"` CKey string `json:"_ckey"`
@@ -286,7 +299,13 @@ type ItemCompute struct {
} }
// List of computes // List of computes
type ListComputes []ItemCompute type ListComputes struct {
// Data
Data []ItemCompute `json:"data"`
// Entry count
EntryCount uint64 `json:"entryCount"`
}
// Main information about disk // Main information about disk
type ItemDisk struct { type ItemDisk struct {
@@ -313,7 +332,13 @@ type ItemDisk struct {
} }
// List of disks // List of disks
type ListDisks []ItemDisk type ListDisks struct {
// Data
Data []ItemDisk `json:"data"`
// Entry count
EntryCount uint64 `json:"entryCount"`
}
// Main information about VINS // Main information about VINS
type ItemVINS struct { type ItemVINS struct {
@@ -370,7 +395,13 @@ type ItemVINS struct {
} }
// List of VINS // List of VINS
type ListVINS []ItemVINS type ListVINS struct {
// Data
Data []ItemVINS `json:"data"`
// Entry count
EntryCount uint64 `json:"entryCount"`
}
// Main info about audit // Main info about audit
type ItemAudit struct { type ItemAudit struct {
@@ -484,7 +515,13 @@ type ItemRG struct {
} }
// List of Resource groups // List of Resource groups
type ListRG []ItemRG type ListRG struct {
// Data
Data []ItemRG `json:"data"`
// Enrtry count
EntryCount uint64 `json:"entryCount"`
}
// Main information about template // Main information about template
type ItemTemplate struct { type ItemTemplate struct {
@@ -589,4 +626,10 @@ type ItemFLIPGroup struct {
} }
// List of FLIPGroups // List of FLIPGroups
type ListFLIPGroups []ItemFLIPGroup type ListFLIPGroups struct {
// Data
Data []ItemFLIPGroup `json:"data"`
// Entry count
EntryCount uint64 `json:"entryCount"`
}

View File

@@ -12,7 +12,7 @@ import (
// - First argument -> prefix // - First argument -> prefix
// - Second argument -> indent // - Second argument -> indent
func (la ListAccounts) Serialize(params ...string) (serialization.Serialized, error) { func (la ListAccounts) Serialize(params ...string) (serialization.Serialized, error) {
if len(la) == 0 { if len(la.Data) == 0 {
return []byte{}, nil return []byte{}, nil
} }

View File

@@ -6,16 +6,16 @@ import "sort"
// //
// If inverse param is set to true, the order is reversed. // If inverse param is set to true, the order is reversed.
func (la ListAccounts) SortByCreatedTime(inverse bool) ListAccounts { func (la ListAccounts) SortByCreatedTime(inverse bool) ListAccounts {
if len(la) < 2 { if len(la.Data) < 2 {
return la return la
} }
sort.Slice(la, func(i, j int) bool { sort.Slice(la.Data, func(i, j int) bool {
if inverse { if inverse {
return la[i].CreatedTime > la[j].CreatedTime return la.Data[i].CreatedTime > la.Data[j].CreatedTime
} }
return la[i].CreatedTime < la[j].CreatedTime return la.Data[i].CreatedTime < la.Data[j].CreatedTime
}) })
return la return la
@@ -25,16 +25,16 @@ func (la ListAccounts) SortByCreatedTime(inverse bool) ListAccounts {
// //
// If inverse param is set to true, the order is reversed. // If inverse param is set to true, the order is reversed.
func (la ListAccounts) SortByUpdatedTime(inverse bool) ListAccounts { func (la ListAccounts) SortByUpdatedTime(inverse bool) ListAccounts {
if len(la) < 2 { if len(la.Data) < 2 {
return la return la
} }
sort.Slice(la, func(i, j int) bool { sort.Slice(la.Data, func(i, j int) bool {
if inverse { if inverse {
return la[i].UpdatedTime > la[j].UpdatedTime return la.Data[i].UpdatedTime > la.Data[j].UpdatedTime
} }
return la[i].UpdatedTime < la[j].UpdatedTime return la.Data[i].UpdatedTime < la.Data[j].UpdatedTime
}) })
return la return la
@@ -44,16 +44,16 @@ func (la ListAccounts) SortByUpdatedTime(inverse bool) ListAccounts {
// //
// If inverse param is set to true, the order is reversed. // If inverse param is set to true, the order is reversed.
func (la ListAccounts) SortByDeletedTime(inverse bool) ListAccounts { func (la ListAccounts) SortByDeletedTime(inverse bool) ListAccounts {
if len(la) < 2 { if len(la.Data) < 2 {
return la return la
} }
sort.Slice(la, func(i, j int) bool { sort.Slice(la.Data, func(i, j int) bool {
if inverse { if inverse {
return la[i].DeletedTime > la[j].DeletedTime return la.Data[i].DeletedTime > la.Data[j].DeletedTime
} }
return la[i].DeletedTime < la[j].DeletedTime return la.Data[i].DeletedTime < la.Data[j].DeletedTime
}) })
return la return la

View File

@@ -49,21 +49,23 @@ func (lbs ListBasicServices) FilterByTechStatus(techStatus string) ListBasicServ
func (lbs ListBasicServices) FilterFunc(predicate func(ItemBasicService) bool) ListBasicServices { func (lbs ListBasicServices) FilterFunc(predicate func(ItemBasicService) bool) ListBasicServices {
var result ListBasicServices var result ListBasicServices
for _, item := range lbs { for _, item := range lbs.Data {
if predicate(item) { if predicate(item) {
result = append(result, item) result.Data = append(result.Data, item)
} }
} }
result.EntryCount = uint64(len(lbs.Data))
return result return result
} }
// FindOne returns first found ItemBasicService // FindOne returns first found ItemBasicService
// If none was found, returns an empty struct. // If none was found, returns an empty struct.
func (lbs ListBasicServices) FindOne() ItemBasicService { func (lbs ListBasicServices) FindOne() ItemBasicService {
if len(lbs) == 0 { if lbs.EntryCount == 0 {
return ItemBasicService{} return ItemBasicService{}
} }
return lbs[0] return lbs.Data[0]
} }

View File

@@ -3,78 +3,81 @@ package bservice
import "testing" import "testing"
var bservices = ListBasicServices{ var bservices = ListBasicServices{
{ Data: []ItemBasicService{
AccountID: 1, {
AccountName: "std_1", AccountID: 1,
BaseDomain: "", AccountName: "std_1",
CreatedBy: "sample_user_1@decs3o", BaseDomain: "",
CreatedTime: 1677743675, CreatedBy: "sample_user_1@decs3o",
DeletedBy: "", CreatedTime: 1677743675,
DeletedTime: 0, DeletedBy: "",
GID: 212, DeletedTime: 0,
Groups: []uint64{}, GID: 212,
GUID: 1, Groups: []uint64{},
ID: 1, GUID: 1,
Name: "bservice_1", ID: 1,
ParentSrvID: 0, Name: "bservice_1",
ParentSrvType: "", ParentSrvID: 0,
RGID: 7971, ParentSrvType: "",
RGName: "rg_1", RGID: 7971,
SSHUser: "", RGName: "rg_1",
Status: "CREATED", SSHUser: "",
TechStatus: "STOPPED", Status: "CREATED",
UpdatedBy: "", TechStatus: "STOPPED",
UpdatedTime: 0, UpdatedBy: "",
UserManaged: true, UpdatedTime: 0,
}, UserManaged: true,
{ },
AccountID: 2, {
AccountName: "std_2", AccountID: 2,
BaseDomain: "", AccountName: "std_2",
CreatedBy: "sample_user_1@decs3o", BaseDomain: "",
CreatedTime: 1677743736, CreatedBy: "sample_user_1@decs3o",
DeletedBy: "", CreatedTime: 1677743736,
DeletedTime: 0, DeletedBy: "",
GID: 212, DeletedTime: 0,
Groups: []uint64{}, GID: 212,
GUID: 2, Groups: []uint64{},
ID: 2, GUID: 2,
Name: "bservice_2", ID: 2,
ParentSrvID: 0, Name: "bservice_2",
ParentSrvType: "", ParentSrvID: 0,
RGID: 7972, ParentSrvType: "",
RGName: "rg_2", RGID: 7972,
SSHUser: "", RGName: "rg_2",
Status: "CREATED", SSHUser: "",
TechStatus: "STOPPED", Status: "CREATED",
UpdatedBy: "", TechStatus: "STOPPED",
UpdatedTime: 0, UpdatedBy: "",
UserManaged: true, UpdatedTime: 0,
}, UserManaged: true,
{ },
AccountID: 3, {
AccountName: "std_3", AccountID: 3,
BaseDomain: "", AccountName: "std_3",
CreatedBy: "sample_user_2@decs3o", BaseDomain: "",
CreatedTime: 1677743830, CreatedBy: "sample_user_2@decs3o",
DeletedBy: "", CreatedTime: 1677743830,
DeletedTime: 0, DeletedBy: "",
GID: 212, DeletedTime: 0,
Groups: []uint64{}, GID: 212,
GUID: 3, Groups: []uint64{},
ID: 3, GUID: 3,
Name: "bservice_3", ID: 3,
ParentSrvID: 0, Name: "bservice_3",
ParentSrvType: "", ParentSrvID: 0,
RGID: 7973, ParentSrvType: "",
RGName: "rg_3", RGID: 7973,
SSHUser: "", RGName: "rg_3",
Status: "ENABLED", SSHUser: "",
TechStatus: "STARTED", Status: "ENABLED",
UpdatedBy: "", TechStatus: "STARTED",
UpdatedTime: 0, UpdatedBy: "",
UserManaged: true, UpdatedTime: 0,
UserManaged: true,
},
}, },
EntryCount: 3,
} }
func TestFilterByID(t *testing.T) { func TestFilterByID(t *testing.T) {
@@ -104,11 +107,11 @@ func TestFilterByRGID(t *testing.T) {
func TestFilterByStatus(t *testing.T) { func TestFilterByStatus(t *testing.T) {
actual := bservices.FilterByStatus("CREATED") actual := bservices.FilterByStatus("CREATED")
if len(actual) != 2 { if len(actual.Data) != 2 {
t.Fatal("expected 2 found, actual: ", len(actual)) t.Fatal("expected 2 found, actual: ", len(actual.Data))
} }
for _, item := range actual { for _, item := range actual.Data {
if item.Status != "CREATED" { if item.Status != "CREATED" {
t.Fatal("expected Status 'CREATED', found: ", item.Status) t.Fatal("expected Status 'CREATED', found: ", item.Status)
} }
@@ -118,11 +121,11 @@ func TestFilterByStatus(t *testing.T) {
func TestFilterByTechStatus(t *testing.T) { func TestFilterByTechStatus(t *testing.T) {
actual := bservices.FilterByTechStatus("STOPPED") actual := bservices.FilterByTechStatus("STOPPED")
if len(actual) != 2 { if len(actual.Data) != 2 {
t.Fatal("expected 2 found, actual: ", len(actual)) t.Fatal("expected 2 found, actual: ", len(actual.Data))
} }
for _, item := range actual { for _, item := range actual.Data {
if item.TechStatus != "STOPPED" { if item.TechStatus != "STOPPED" {
t.Fatal("expected TechStatus 'STOPPED', found: ", item.TechStatus) t.Fatal("expected TechStatus 'STOPPED', found: ", item.TechStatus)
} }
@@ -134,8 +137,8 @@ func TestFilterFunc(t *testing.T) {
return ibs.CreatedBy == "sample_user_2@decs3o" return ibs.CreatedBy == "sample_user_2@decs3o"
}) })
if len(actual) > 1 { if len(actual.Data) > 1 {
t.Fatal("expected 1 found, actual: ", len(actual)) t.Fatal("expected 1 found, actual: ", len(actual.Data))
} }
if actual.FindOne().CreatedBy != "sample_user_2@decs3o" { if actual.FindOne().CreatedBy != "sample_user_2@decs3o" {
@@ -146,7 +149,7 @@ func TestFilterFunc(t *testing.T) {
func TestSortByCreatedTime(t *testing.T) { func TestSortByCreatedTime(t *testing.T) {
actual := bservices.SortByCreatedTime(true) actual := bservices.SortByCreatedTime(true)
if actual[0].CreatedTime != 1677743830 || actual[2].CreatedTime != 1677743675 { if actual.Data[0].CreatedTime != 1677743830 || actual.Data[2].CreatedTime != 1677743675 {
t.Fatal("expected descending order, found ascending") t.Fatal("expected descending order, found ascending")
} }
} }

View File

@@ -6,16 +6,40 @@ import (
"net/http" "net/http"
) )
// Request struct for get list/deleted list BasicService instances // Request struct for get list BasicService instances
type ListRequest struct { type ListRequest struct {
// Find by ID
// Required: false
ByID uint64 `url:"by_id,omitempty" json:"by_id,omitempty"`
// Find by name
// Required: false
Name string `url:"name,omitempty" json:"name,omitempty"`
// ID of the account to query for BasicService instances // ID of the account to query for BasicService instances
// Required: false // Required: false
AccountID uint64 `url:"accountId,omitempty" json:"accountId,omitempty"` AccountID uint64 `url:"accountId,omitempty" json:"accountId,omitempty"`
// Find by resource group name
// Required: false
RGName string `url:"rgName,omitempty" json:"rgName,omitempty"`
// ID of the resource group to query for BasicService instances // ID of the resource group to query for BasicService instances
// Required: false // Required: false
RGID uint64 `url:"rgId,omitempty" json:"rgId,omitempty"` RGID uint64 `url:"rgId,omitempty" json:"rgId,omitempty"`
// Find by tech status
// Required: false
TechStatus string `url:"techStatus,omitempty" json:"techStatus,omitempty"`
// Find by status
// Required: false
Status string `url:"status,omitempty" json:"status,omitempty"`
// Find by account name
// Required: false
AccountName string `url:"accountName,omitempty" json:"accountName,omitempty"`
// Page number // Page number
// Required: false // Required: false
Page uint64 `url:"page,omitempty" json:"page,omitempty"` Page uint64 `url:"page,omitempty" json:"page,omitempty"`
@@ -26,7 +50,7 @@ type ListRequest struct {
} }
// List gets list BasicService instances associated with the specified Resource Group // List gets list BasicService instances associated with the specified Resource Group
func (b BService) List(ctx context.Context, req ListRequest) (ListBasicServices, error) { func (b BService) List(ctx context.Context, req ListRequest) (*ListBasicServices, error) {
url := "/cloudapi/bservice/list" url := "/cloudapi/bservice/list"
res, err := b.client.DecortApiCall(ctx, http.MethodPost, url, req) res, err := b.client.DecortApiCall(ctx, http.MethodPost, url, req)
@@ -41,24 +65,5 @@ func (b BService) List(ctx context.Context, req ListRequest) (ListBasicServices,
return nil, err return nil, err
} }
return list, nil return &list, nil
}
// ListDeleted gets list deleted BasicService instances associated with the specified Resource Group
func (b BService) ListDeleted(ctx context.Context, req ListRequest) (ListBasicServices, error) {
url := "/cloudapi/bservice/listDeleted"
res, err := b.client.DecortApiCall(ctx, http.MethodPost, url, req)
if err != nil {
return nil, err
}
list := ListBasicServices{}
err = json.Unmarshal(res, &list)
if err != nil {
return nil, err
}
return list, nil
} }

View File

@@ -0,0 +1,45 @@
package bservice
import (
"context"
"encoding/json"
"net/http"
)
// Request struct for get list of deleted BasicService instances
type ListDeletedRequest struct {
// ID of the account to query for BasicService instances
// Required: false
AccountID uint64 `url:"accountId,omitempty" json:"accountId,omitempty"`
// ID of the resource group to query for BasicService instances
// Required: false
RGID uint64 `url:"rgId,omitempty" json:"rgId,omitempty"`
// Page number
// Required: false
Page uint64 `url:"page,omitempty" json:"page,omitempty"`
// Page size
// Required: false
Size uint64 `url:"size,omitempty" json:"size,omitempty"`
}
// ListDeleted gets list deleted BasicService instances associated with the specified Resource Group
func (b BService) ListDeleted(ctx context.Context, req ListDeletedRequest) (*ListBasicServices, error) {
url := "/cloudapi/bservice/listDeleted"
res, err := b.client.DecortApiCall(ctx, http.MethodPost, url, req)
if err != nil {
return nil, err
}
list := ListBasicServices{}
err = json.Unmarshal(res, &list)
if err != nil {
return nil, err
}
return &list, nil
}

View File

@@ -373,4 +373,8 @@ type ItemBasicService struct {
} }
// List of BasicServices // List of BasicServices
type ListBasicServices []ItemBasicService type ListBasicServices struct {
Data []ItemBasicService `json:"data"`
EntryCount uint64 `json:"entryCount"`
}

View File

@@ -12,7 +12,7 @@ import (
// - First argument -> prefix // - First argument -> prefix
// - Second argument -> indent // - Second argument -> indent
func (lbs ListBasicServices) Serialize(params ...string) (serialization.Serialized, error) { func (lbs ListBasicServices) Serialize(params ...string) (serialization.Serialized, error) {
if len(lbs) == 0 { if lbs.EntryCount == 0 {
return []byte{}, nil return []byte{}, nil
} }

View File

@@ -6,16 +6,16 @@ import "sort"
// //
// If inverse param is set to true, the order is reversed. // If inverse param is set to true, the order is reversed.
func (lbs ListBasicServices) SortByCreatedTime(inverse bool) ListBasicServices { func (lbs ListBasicServices) SortByCreatedTime(inverse bool) ListBasicServices {
if len(lbs) < 2 { if lbs.EntryCount < 2 {
return lbs return lbs
} }
sort.Slice(lbs, func(i, j int) bool { sort.Slice(lbs.Data, func(i, j int) bool {
if inverse { if inverse {
return lbs[i].CreatedTime > lbs[j].CreatedTime return lbs.Data[i].CreatedTime > lbs.Data[j].CreatedTime
} }
return lbs[i].CreatedTime < lbs[j].CreatedTime return lbs.Data[i].CreatedTime < lbs.Data[j].CreatedTime
}) })
return lbs return lbs
@@ -25,16 +25,16 @@ func (lbs ListBasicServices) SortByCreatedTime(inverse bool) ListBasicServices {
// //
// If inverse param is set to true, the order is reversed. // If inverse param is set to true, the order is reversed.
func (lbs ListBasicServices) SortByUpdatedTime(inverse bool) ListBasicServices { func (lbs ListBasicServices) SortByUpdatedTime(inverse bool) ListBasicServices {
if len(lbs) < 2 { if lbs.EntryCount < 2 {
return lbs return lbs
} }
sort.Slice(lbs, func(i, j int) bool { sort.Slice(lbs.Data, func(i, j int) bool {
if inverse { if inverse {
return lbs[i].UpdatedTime > lbs[j].UpdatedTime return lbs.Data[i].UpdatedTime > lbs.Data[j].UpdatedTime
} }
return lbs[i].UpdatedTime < lbs[j].UpdatedTime return lbs.Data[i].UpdatedTime < lbs.Data[j].UpdatedTime
}) })
return lbs return lbs
@@ -44,16 +44,16 @@ func (lbs ListBasicServices) SortByUpdatedTime(inverse bool) ListBasicServices {
// //
// If inverse param is set to true, the order is reversed. // If inverse param is set to true, the order is reversed.
func (lbs ListBasicServices) SortByDeletedTime(inverse bool) ListBasicServices { func (lbs ListBasicServices) SortByDeletedTime(inverse bool) ListBasicServices {
if len(lbs) < 2 { if lbs.EntryCount < 2 {
return lbs return lbs
} }
sort.Slice(lbs, func(i, j int) bool { sort.Slice(lbs.Data, func(i, j int) bool {
if inverse { if inverse {
return lbs[i].DeletedTime > lbs[j].DeletedTime return lbs.Data[i].DeletedTime > lbs.Data[j].DeletedTime
} }
return lbs[i].DeletedTime < lbs[j].DeletedTime return lbs.Data[i].DeletedTime < lbs.Data[j].DeletedTime
}) })
return lbs return lbs

View File

@@ -18,12 +18,12 @@ type CreateTemplateRequest struct {
// Name to assign to the template being created // Name to assign to the template being created
// Required: true // Required: true
Name string `url:"name" json:"name" validate:"required"` Name string `url:"name" json:"name" validate:"required"`
}
// Async API call type wrapperCreateTemplateRequest struct {
// For async call use CreateTemplateAsync CreateTemplateRequest
// For sync call use CreateTemplate
// Required: true Async bool `url:"async"`
async bool `url:"async"`
} }
// CreateTemplate create template from compute instance // CreateTemplate create template from compute instance
@@ -35,11 +35,14 @@ func (c Compute) CreateTemplate(ctx context.Context, req CreateTemplateRequest)
} }
} }
req.async = false reqWrapped := wrapperCreateTemplateRequest{
CreateTemplateRequest: req,
Async: false,
}
url := "/cloudapi/compute/createTemplate" url := "/cloudapi/compute/createTemplate"
res, err := c.client.DecortApiCall(ctx, http.MethodPost, url, req) res, err := c.client.DecortApiCall(ctx, http.MethodPost, url, reqWrapped)
if err != nil { if err != nil {
return 0, err return 0, err
} }
@@ -61,11 +64,14 @@ func (c Compute) CreateTemplateAsync(ctx context.Context, req CreateTemplateRequ
} }
} }
req.async = true reqWrapped := wrapperCreateTemplateRequest{
CreateTemplateRequest: req,
Async: true,
}
url := "/cloudapi/compute/createTemplate" url := "/cloudapi/compute/createTemplate"
res, err := c.client.DecortApiCall(ctx, http.MethodPost, url, req) res, err := c.client.DecortApiCall(ctx, http.MethodPost, url, reqWrapped)
if err != nil { if err != nil {
return "", err return "", err
} }

View File

@@ -59,7 +59,7 @@ func (lc ListComputes) FilterByDiskID(diskID uint64) ListComputes {
} }
// FilterByK8SID returns master and worker nodes (ListComputes) inside specified K8S cluster. // FilterByK8SID returns master and worker nodes (ListComputes) inside specified K8S cluster.
func (lc ListComputes) FilterByK8SID(ctx context.Context, k8sID uint64, decortClient interfaces.Caller) (ListComputes, error) { func (lc ListComputes) FilterByK8SID(ctx context.Context, k8sID uint64, decortClient interfaces.Caller) (*ListComputes, error) {
caller := k8s.New(decortClient) caller := k8s.New(decortClient)
req := k8s.GetRequest{ req := k8s.GetRequest{
@@ -89,7 +89,9 @@ func (lc ListComputes) FilterByK8SID(ctx context.Context, k8sID uint64, decortCl
return false return false
} }
return lc.FilterFunc(predicate), nil res := lc.FilterFunc(predicate)
return &res, nil
} }
// K8SMasters is used to filter master nodes. Best used after FilterByK8SID function. // K8SMasters is used to filter master nodes. Best used after FilterByK8SID function.
@@ -121,7 +123,7 @@ func (lc ListComputes) FilterByK8SWorkers() ListComputes {
} }
// FilterByLBID returns ListComputes used by specified Load Balancer. // FilterByLBID returns ListComputes used by specified Load Balancer.
func (lc ListComputes) FilterByLBID(ctx context.Context, lbID uint64, decortClient interfaces.Caller) (ListComputes, error) { func (lc ListComputes) FilterByLBID(ctx context.Context, lbID uint64, decortClient interfaces.Caller) (*ListComputes, error) {
caller := lb.New(decortClient) caller := lb.New(decortClient)
req := lb.GetRequest{ req := lb.GetRequest{
@@ -137,28 +139,32 @@ func (lc ListComputes) FilterByLBID(ctx context.Context, lbID uint64, decortClie
return ic.ID == foundLB.PrimaryNode.ComputeID || ic.ID == foundLB.SecondaryNode.ComputeID return ic.ID == foundLB.PrimaryNode.ComputeID || ic.ID == foundLB.SecondaryNode.ComputeID
} }
return lc.FilterFunc(predicate), nil res := lc.FilterFunc(predicate)
return &res, nil
} }
// FilterFunc allows filtering ListComputes based on a user-specified predicate. // FilterFunc allows filtering ListComputes based on a user-specified predicate.
func (lc ListComputes) FilterFunc(predicate func(ItemCompute) bool) ListComputes { func (lc ListComputes) FilterFunc(predicate func(ItemCompute) bool) ListComputes {
var result ListComputes var result ListComputes
for _, item := range lc { for _, item := range lc.Data {
if predicate(item) { if predicate(item) {
result = append(result, item) result.Data = append(result.Data, item)
} }
} }
result.EntryCount = uint64(len(result.Data))
return result return result
} }
// FindOne returns first found ItemCompute // FindOne returns first found ItemCompute
// If none was found, returns an empty struct. // If none was found, returns an empty struct.
func (lc ListComputes) FindOne() ItemCompute { func (lc ListComputes) FindOne() ItemCompute {
if len(lc) == 0 { if len(lc.Data) == 0 {
return ItemCompute{} return ItemCompute{}
} }
return lc[0] return lc.Data[0]
} }

View File

@@ -3,150 +3,153 @@ package compute
import "testing" import "testing"
var computes = ListComputes{ var computes = ListComputes{
ItemCompute{ Data: []ItemCompute{
ACL: ListACL{}, {
AccountID: 132847, ACL: ListACL{},
AccountName: "std_2", AccountID: 132847,
AffinityLabel: "", AccountName: "std_2",
AffinityRules: []ItemRule{ AffinityLabel: "",
{ AffinityRules: []ItemRule{
GUID: "", {
Key: "aff_key", GUID: "",
Mode: "ANY", Key: "aff_key",
Policy: "RECOMMENDED", Mode: "ANY",
Topology: "compute", Policy: "RECOMMENDED",
Value: "aff_val", Topology: "compute",
Value: "aff_val",
},
}, },
}, AffinityWeight: 0,
AffinityWeight: 0, AntiAffinityRules: []ItemRule{
AntiAffinityRules: []ItemRule{ {
{ GUID: "",
GUID: "", Key: "antiaff_key",
Key: "antiaff_key", Mode: "ANY",
Mode: "ANY", Policy: "RECOMMENDED",
Policy: "RECOMMENDED", Topology: "compute",
Topology: "compute", Value: "antiaff_val",
Value: "antiaff_val", },
}, },
}, Architecture: "X86_64",
Architecture: "X86_64", BootOrder: []string{
BootOrder: []string{ "hd", "cdrom",
"hd", "cdrom",
},
BootDiskSize: 0,
CloneReference: 0,
Clones: []uint64{},
ComputeCIID: 0,
CPU: 4,
CreatedBy: "timofey_tkachev_1@decs3o",
CreatedTime: 1676975175,
CustomFields: map[string]interface{}{},
DeletedBy: "",
DeletedTime: 0,
Description: "",
Devices: nil,
Disks: []InfoDisk{
{
ID: 65191,
PCISlot: 6,
}, },
BootDiskSize: 0,
CloneReference: 0,
Clones: []uint64{},
ComputeCIID: 0,
CPU: 4,
CreatedBy: "timofey_tkachev_1@decs3o",
CreatedTime: 1676975175,
CustomFields: map[string]interface{}{},
DeletedBy: "",
DeletedTime: 0,
Description: "",
Devices: nil,
Disks: []InfoDisk{
{
ID: 65191,
PCISlot: 6,
},
},
Driver: "KVM_X86",
GID: 212,
GUID: 48500,
ID: 48500,
ImageID: 9884,
Interfaces: []ItemVNFInterface{},
LockStatus: "UNLOCKED",
ManagerID: 0,
ManagerType: "",
MigrationJob: 0,
Milestones: 363500,
Name: "test",
Pinned: false,
RAM: 4096,
ReferenceID: "c7cb19ac-af4a-4067-852f-c5572949207e",
Registered: true,
ResName: "compute-48500",
RGID: 79724,
RGName: "std_broker2",
SnapSets: []ItemSnapSet{},
StatelessSepID: 0,
StatelessSepType: "",
Status: "ENABLED",
Tags: map[string]string{},
TechStatus: "STOPPED",
TotalDiskSize: 2,
UpdatedBy: "",
UpdatedTime: 1677058904,
UserManaged: true,
VGPUs: []uint64{},
VINSConnected: 0,
VirtualImageID: 0,
},
{
ACL: ListACL{},
AccountID: 132848,
AccountName: "std_broker",
AffinityLabel: "",
AffinityRules: []ItemRule{},
AffinityWeight: 0,
AntiAffinityRules: []ItemRule{},
Architecture: "X86_64",
BootOrder: []string{
"hd", "cdrom",
},
BootDiskSize: 0,
CloneReference: 0,
Clones: []uint64{},
ComputeCIID: 0,
CPU: 6,
CreatedBy: "timofey_tkachev_1@decs3o",
CreatedTime: 1677579436,
CustomFields: map[string]interface{}{},
DeletedBy: "",
DeletedTime: 0,
Description: "",
Devices: nil,
Disks: []InfoDisk{
{
ID: 65248,
PCISlot: 6,
},
},
Driver: "KVM_X86",
GID: 212,
GUID: 48556,
ID: 48556,
ImageID: 9884,
Interfaces: []ItemVNFInterface{},
LockStatus: "UNLOCKED",
ManagerID: 0,
ManagerType: "",
MigrationJob: 0,
Milestones: 363853,
Name: "compute_2",
Pinned: false,
RAM: 4096,
ReferenceID: "a542c449-5b1c-4f90-88c5-7bb5f8ae68ff",
Registered: true,
ResName: "compute-48556",
RGID: 79727,
RGName: "sdk_negative_fields_test",
SnapSets: []ItemSnapSet{},
StatelessSepID: 0,
StatelessSepType: "",
Status: "ENABLED",
Tags: map[string]string{},
TechStatus: "STARTED",
TotalDiskSize: 1,
UpdatedBy: "",
UpdatedTime: 1677579436,
UserManaged: true,
VGPUs: []uint64{},
VINSConnected: 0,
VirtualImageID: 0,
}, },
Driver: "KVM_X86",
GID: 212,
GUID: 48500,
ID: 48500,
ImageID: 9884,
Interfaces: []ItemVNFInterface{},
LockStatus: "UNLOCKED",
ManagerID: 0,
ManagerType: "",
MigrationJob: 0,
Milestones: 363500,
Name: "test",
Pinned: false,
RAM: 4096,
ReferenceID: "c7cb19ac-af4a-4067-852f-c5572949207e",
Registered: true,
ResName: "compute-48500",
RGID: 79724,
RGName: "std_broker2",
SnapSets: []ItemSnapSet{},
StatelessSepID: 0,
StatelessSepType: "",
Status: "ENABLED",
Tags: map[string]string{},
TechStatus: "STOPPED",
TotalDiskSize: 2,
UpdatedBy: "",
UpdatedTime: 1677058904,
UserManaged: true,
VGPUs: []uint64{},
VINSConnected: 0,
VirtualImageID: 0,
},
ItemCompute{
ACL: ListACL{},
AccountID: 132848,
AccountName: "std_broker",
AffinityLabel: "",
AffinityRules: []ItemRule{},
AffinityWeight: 0,
AntiAffinityRules: []ItemRule{},
Architecture: "X86_64",
BootOrder: []string{
"hd", "cdrom",
},
BootDiskSize: 0,
CloneReference: 0,
Clones: []uint64{},
ComputeCIID: 0,
CPU: 6,
CreatedBy: "timofey_tkachev_1@decs3o",
CreatedTime: 1677579436,
CustomFields: map[string]interface{}{},
DeletedBy: "",
DeletedTime: 0,
Description: "",
Devices: nil,
Disks: []InfoDisk{
{
ID: 65248,
PCISlot: 6,
},
},
Driver: "KVM_X86",
GID: 212,
GUID: 48556,
ID: 48556,
ImageID: 9884,
Interfaces: []ItemVNFInterface{},
LockStatus: "UNLOCKED",
ManagerID: 0,
ManagerType: "",
MigrationJob: 0,
Milestones: 363853,
Name: "compute_2",
Pinned: false,
RAM: 4096,
ReferenceID: "a542c449-5b1c-4f90-88c5-7bb5f8ae68ff",
Registered: true,
ResName: "compute-48556",
RGID: 79727,
RGName: "sdk_negative_fields_test",
SnapSets: []ItemSnapSet{},
StatelessSepID: 0,
StatelessSepType: "",
Status: "ENABLED",
Tags: map[string]string{},
TechStatus: "STARTED",
TotalDiskSize: 1,
UpdatedBy: "",
UpdatedTime: 1677579436,
UserManaged: true,
VGPUs: []uint64{},
VINSConnected: 0,
VirtualImageID: 0,
}, },
EntryCount: 2,
} }
func TestFilterByID(t *testing.T) { func TestFilterByID(t *testing.T) {
@@ -158,8 +161,8 @@ func TestFilterByID(t *testing.T) {
actualEmpty := computes.FilterByID(0) actualEmpty := computes.FilterByID(0)
if len(actualEmpty) != 0 { if len(actualEmpty.Data) != 0 {
t.Fatal("expected empty, actual: ", len(actualEmpty)) t.Fatal("expected empty, actual: ", len(actualEmpty.Data))
} }
} }
@@ -174,7 +177,7 @@ func TestFilterByName(t *testing.T) {
func TestFilterByStatus(t *testing.T) { func TestFilterByStatus(t *testing.T) {
actual := computes.FilterByStatus("ENABLED") actual := computes.FilterByStatus("ENABLED")
for _, item := range actual { for _, item := range actual.Data {
if item.Status != "ENABLED" { if item.Status != "ENABLED" {
t.Fatal("expected ENABLED status, found: ", item.Status) t.Fatal("expected ENABLED status, found: ", item.Status)
} }
@@ -202,11 +205,11 @@ func TestFilterFunc(t *testing.T) {
return ic.Registered == true return ic.Registered == true
}) })
if len(actual) != 2 { if len(actual.Data) != 2 {
t.Fatal("expected 2 elements found, actual: ", len(actual)) t.Fatal("expected 2 elements found, actual: ", len(actual.Data))
} }
for _, item := range actual { for _, item := range actual.Data {
if item.Registered != true { if item.Registered != true {
t.Fatal("expected Registered to be true, actual: ", item.Registered) t.Fatal("expected Registered to be true, actual: ", item.Registered)
} }
@@ -216,26 +219,26 @@ func TestFilterFunc(t *testing.T) {
func TestSortingByCreatedTime(t *testing.T) { func TestSortingByCreatedTime(t *testing.T) {
actual := computes.SortByCreatedTime(false) actual := computes.SortByCreatedTime(false)
if actual[0].Name != "test" { if actual.Data[0].Name != "test" {
t.Fatal("expected 'test', found: ", actual[0].Name) t.Fatal("expected 'test', found: ", actual.Data[0].Name)
} }
actual = computes.SortByCreatedTime(true) actual = computes.SortByCreatedTime(true)
if actual[0].Name != "compute_2" { if actual.Data[0].Name != "compute_2" {
t.Fatal("expected 'compute_2', found: ", actual[0].Name) t.Fatal("expected 'compute_2', found: ", actual.Data[0].Name)
} }
} }
func TestSortingByCPU(t *testing.T) { func TestSortingByCPU(t *testing.T) {
actual := computes.SortByCPU(false) actual := computes.SortByCPU(false)
if actual[0].CPU != 4 { if actual.Data[0].CPU != 4 {
t.Fatal("expected 4 CPU cores, found: ", actual[0].CPU) t.Fatal("expected 4 CPU cores, found: ", actual.Data[0].CPU)
} }
actual = computes.SortByCPU(true) actual = computes.SortByCPU(true)
if actual[0].CPU != 6 { if actual.Data[0].CPU != 6 {
t.Fatal("expected 6 CPU cores, found: ", actual[0].CPU) t.Fatal("expected 6 CPU cores, found: ", actual.Data[0].CPU)
} }
} }

View File

@@ -8,6 +8,46 @@ import (
// Request struct for get list available computes // Request struct for get list available computes
type ListRequest struct { type ListRequest struct {
// Find by ID
// Required: false
ByID uint64 `url:"by_id,omitempty" json:"by_id,omitempty"`
// Find by name
// Required: false
Name string `url:"name,omitempty" json:"name,omitempty"`
// Find by account ID
// Required: false
AccountID uint64 `url:"accountId,omitempty" json:"accountId,omitempty"`
// Find by resource group name
// Required: false
RGName string `url:"rgName,omitempty" json:"rgName,omitempty"`
// Find by resource group ID
// Required: false
RGID uint64 `url:"rgId,omitempty" json:"rgId,omitempty"`
// Find by tech status
// Required: false
TechStatus string `url:"techStatus,omitempty" json:"techStatus,omitempty"`
// Find by status
// Required: false
Status string `url:"status,omitempty" json:"status,omitempty"`
// Find by IP address
// Required: false
IPAddress string `url:"ipAddress,omitempty" json:"ipAddress,omitempty"`
// Find by external network name
// Required: false
ExtNetName string `url:"extNetName,omitempty" json:"extNetName,omitempty"`
// Find by external network ID
// Required: false
ExtNetID uint64 `url:"extNetId,omitempty" json:"extNetId,omitempty"`
// Include deleted computes // Include deleted computes
// Required: false // Required: false
IncludeDeleted bool `url:"includedeleted,omitempty" json:"includedeleted,omitempty"` IncludeDeleted bool `url:"includedeleted,omitempty" json:"includedeleted,omitempty"`
@@ -23,7 +63,7 @@ type ListRequest struct {
// List gets list of the available computes. // List gets list of the available computes.
// Filtering based on status is possible // Filtering based on status is possible
func (c Compute) List(ctx context.Context, req ListRequest) (ListComputes, error) { func (c Compute) List(ctx context.Context, req ListRequest) (*ListComputes, error) {
url := "/cloudapi/compute/list" url := "/cloudapi/compute/list"
res, err := c.client.DecortApiCall(ctx, http.MethodPost, url, req) res, err := c.client.DecortApiCall(ctx, http.MethodPost, url, req)
@@ -38,5 +78,5 @@ func (c Compute) List(ctx context.Context, req ListRequest) (ListComputes, error
return nil, err return nil, err
} }
return list, nil return &list, nil
} }

View File

@@ -8,6 +8,42 @@ import (
// Request struct for get deleted computes list // Request struct for get deleted computes list
type ListDeletedRequest struct { type ListDeletedRequest struct {
// Find by ID
// Required: false
ByID uint64 `url:"by_id,omitempty" json:"by_id,omitempty"`
// Find by name
// Required: false
Name string `url:"name,omitempty" json:"name,omitempty"`
// Find by account ID
// Required: false
AccountID uint64 `url:"accountId,omitempty" json:"accountId,omitempty"`
// Find by resource group name
// Required: false
RGName string `url:"rgName,omitempty" json:"rgName,omitempty"`
// Find by resource group ID
// Required: false
RGID uint64 `url:"rgId,omitempty" json:"rgId,omitempty"`
// Find by tech status
// Required: false
TechStatus string `url:"techStatus,omitempty" json:"techStatus,omitempty"`
// Find by IP address
// Required: false
IPAddress string `url:"ipAddress,omitempty" json:"ipAddress,omitempty"`
// Find by external network name
// Required: false
ExtNetName string `url:"extNetName,omitempty" json:"extNetName,omitempty"`
// Find by external network ID
// Required: false
ExtNetID uint64 `url:"extNetId,omitempty" json:"extNetId,omitempty"`
// Page number // Page number
// Required: false // Required: false
Page uint64 `url:"page,omitempty" json:"page,omitempty"` Page uint64 `url:"page,omitempty" json:"page,omitempty"`
@@ -18,7 +54,7 @@ type ListDeletedRequest struct {
} }
// ListDeleted gets list all deleted computes // ListDeleted gets list all deleted computes
func (c Compute) ListDeleted(ctx context.Context, req ListDeletedRequest) (ListComputes, error) { func (c Compute) ListDeleted(ctx context.Context, req ListDeletedRequest) (*ListComputes, error) {
url := "/cloudapi/compute/listDeleted" url := "/cloudapi/compute/listDeleted"
res, err := c.client.DecortApiCall(ctx, http.MethodPost, url, req) res, err := c.client.DecortApiCall(ctx, http.MethodPost, url, req)
@@ -33,5 +69,5 @@ func (c Compute) ListDeleted(ctx context.Context, req ListDeletedRequest) (ListC
return nil, err return nil, err
} }
return list, nil return &list, nil
} }

View File

@@ -13,10 +13,34 @@ type ListPCIDeviceRequest struct {
// Identifier compute // Identifier compute
// Required: true // Required: true
ComputeID uint64 `url:"computeId" json:"computeId" validate:"required"` ComputeID uint64 `url:"computeId" json:"computeId" validate:"required"`
// Find by resource group ID
// Required: false
RGID uint64 `url:"rgId,omitempty" json:"rgId,omitempty"`
// Find by device id
// Required: false
DevID uint64 `url:"devId,omitempty" json:"devId,omitempty"`
// Find by type
// Required: false
Type string `url:"type,omitempty" json:"type,omitempty"`
// Find by status
// Required: false
Status string `url:"status,omitempty" json:"status,omitempty"`
// Page number
// Required: false
Page uint64 `url:"page,omitempty" json:"page,omitempty"`
// Page size
// Required: false
Size uint64 `url:"size,omitempty" json:"size,omitempty"`
} }
// ListPCIDevice gets list PCI device // ListPCIDevice gets list PCI device
func (c Compute) ListPCIDevice(ctx context.Context, req ListPCIDeviceRequest) ([]interface{}, error) { func (c Compute) ListPCIDevice(ctx context.Context, req ListPCIDeviceRequest) (*ListPCIDevices, error) {
err := validators.ValidateRequest(req) err := validators.ValidateRequest(req)
if err != nil { if err != nil {
for _, validationError := range validators.GetErrors(err) { for _, validationError := range validators.GetErrors(err) {
@@ -31,12 +55,12 @@ func (c Compute) ListPCIDevice(ctx context.Context, req ListPCIDeviceRequest) ([
return nil, err return nil, err
} }
list := []interface{}{} list := ListPCIDevices{}
err = json.Unmarshal(res, &list) err = json.Unmarshal(res, &list)
if err != nil { if err != nil {
return nil, err return nil, err
} }
return list, nil return &list, nil
} }

View File

@@ -13,10 +13,34 @@ type ListVGPURequest struct {
// Identifier compute // Identifier compute
// Required: true // Required: true
ComputeID uint64 `url:"computeId" json:"computeId" validate:"required"` ComputeID uint64 `url:"computeId" json:"computeId" validate:"required"`
// Find by GPU id
// Required: false
GPUID uint64 `url:"gpuId,omitempty" json:"gpuId,omitempty"`
// Find by type
// Required: false
Type string `url:"type,omitempty" json:"type,omitempty"`
// Find by status
// Required: false
Status string `url:"status,omitempty" json:"status,omitempty"`
// Page number
// Required: false
Page uint64 `url:"page,omitempty" json:"page,omitempty"`
// Page size
// Required: false
Size uint64 `url:"size,omitempty" json:"size,omitempty"`
// Include deleted computes. If using field 'status', then includedeleted will be ignored
// Required: false
IncludeDeleted bool `url:"includedeleted,omitempty" json:"includedeleted,omitempty"`
} }
// ListVGPU gets list vGPU // ListVGPU gets list vGPU
func (c Compute) ListVGPU(ctx context.Context, req ListVGPURequest) ([]interface{}, error) { func (c Compute) ListVGPU(ctx context.Context, req ListVGPURequest) (*ListVGPUs, error) {
err := validators.ValidateRequest(req) err := validators.ValidateRequest(req)
if err != nil { if err != nil {
for _, validationError := range validators.GetErrors(err) { for _, validationError := range validators.GetErrors(err) {
@@ -24,19 +48,19 @@ func (c Compute) ListVGPU(ctx context.Context, req ListVGPURequest) ([]interface
} }
} }
url := "/cloudapi/compute/listVgpu" url := "/cloudapi/compute/listVGpu"
res, err := c.client.DecortApiCall(ctx, http.MethodPost, url, req) res, err := c.client.DecortApiCall(ctx, http.MethodPost, url, req)
if err != nil { if err != nil {
return nil, err return nil, err
} }
list := []interface{}{} list := ListVGPUs{}
err = json.Unmarshal(res, &list) err = json.Unmarshal(res, &list)
if err != nil { if err != nil {
return nil, err return nil, err
} }
return list, nil return &list, nil
} }

View File

@@ -673,6 +673,9 @@ type SnapshotExtend struct {
// Label // Label
Label string `json:"label"` Label string `json:"label"`
// Reference ID
ReferenceID string `json:"referenceId"`
// Resource ID // Resource ID
ResID string `json:"resId"` ResID string `json:"resId"`
@@ -905,4 +908,28 @@ type InfoDisk struct {
} }
// List information about computes // List information about computes
type ListComputes []ItemCompute type ListComputes struct {
// Data
Data []ItemCompute `json:"data"`
// Entry count
EntryCount uint64 `json:"entryCount"`
}
// List VGPUs
type ListVGPUs struct {
// Data
Data []interface{} `json:"data"`
// Entry count
EntryCount uint64 `json:"entryCount"`
}
// List PCI devices
type ListPCIDevices struct {
// Data
Data []interface{} `json:"data"`
// Entry count
EntryCount uint64 `json:"entryCount"`
}

View File

@@ -17,16 +17,16 @@ type ResizeRequest struct {
// New CPU count. // New CPU count.
// Pass 0 if no change to CPU count is required // Pass 0 if no change to CPU count is required
// Required: false // Required: false
Force bool `url:"force,omitempty" json:"force,omitempty"` CPU uint64 `url:"cpu,omitempty" json:"cpu,omitempty"`
// New RAM volume in MB. // New RAM volume in MB.
// Pass 0 if no change to RAM volume is required // Pass 0 if no change to RAM volume is required
// Required: false // Required: false
CPU uint64 `url:"cpu,omitempty" json:"cpu,omitempty"` RAM uint64 `url:"ram,omitempty" json:"ram,omitempty"`
// Force compute resize // Force compute resize
// Required: false // Required: false
RAM uint64 `url:"ram,omitempty" json:"ram,omitempty"` Force bool `url:"force,omitempty" json:"force,omitempty"`
} }
// Resize resize compute instance // Resize resize compute instance

View File

@@ -12,7 +12,7 @@ import (
// - First argument -> prefix // - First argument -> prefix
// - Second argument -> indent // - Second argument -> indent
func (lc ListComputes) Serialize(params ...string) (serialization.Serialized, error) { func (lc ListComputes) Serialize(params ...string) (serialization.Serialized, error) {
if len(lc) == 0 { if lc.EntryCount == 0 {
return []byte{}, nil return []byte{}, nil
} }

View File

@@ -6,16 +6,16 @@ import "sort"
// //
// If inverse param is set to true, the order is reversed. // If inverse param is set to true, the order is reversed.
func (lc ListComputes) SortByCPU(inverse bool) ListComputes { func (lc ListComputes) SortByCPU(inverse bool) ListComputes {
if len(lc) < 2 { if len(lc.Data) < 2 {
return lc return lc
} }
sort.Slice(lc, func(i, j int) bool { sort.Slice(lc.Data, func(i, j int) bool {
if inverse { if inverse {
return lc[i].CPU > lc[j].CPU return lc.Data[i].CPU > lc.Data[j].CPU
} }
return lc[i].CPU < lc[j].CPU return lc.Data[i].CPU < lc.Data[j].CPU
}) })
return lc return lc
@@ -25,16 +25,16 @@ func (lc ListComputes) SortByCPU(inverse bool) ListComputes {
// //
// If inverse param is set to true, the order is reversed. // If inverse param is set to true, the order is reversed.
func (lc ListComputes) SortByRAM(inverse bool) ListComputes { func (lc ListComputes) SortByRAM(inverse bool) ListComputes {
if len(lc) < 2 { if len(lc.Data) < 2 {
return lc return lc
} }
sort.Slice(lc, func(i, j int) bool { sort.Slice(lc.Data, func(i, j int) bool {
if inverse { if inverse {
return lc[i].RAM > lc[j].RAM return lc.Data[i].RAM > lc.Data[j].RAM
} }
return lc[i].RAM < lc[j].RAM return lc.Data[i].RAM < lc.Data[j].RAM
}) })
return lc return lc
@@ -44,16 +44,16 @@ func (lc ListComputes) SortByRAM(inverse bool) ListComputes {
// //
// If inverse param is set to true, the order is reversed. // If inverse param is set to true, the order is reversed.
func (lc ListComputes) SortByCreatedTime(inverse bool) ListComputes { func (lc ListComputes) SortByCreatedTime(inverse bool) ListComputes {
if len(lc) < 2 { if len(lc.Data) < 2 {
return lc return lc
} }
sort.Slice(lc, func(i, j int) bool { sort.Slice(lc.Data, func(i, j int) bool {
if inverse { if inverse {
return lc[i].CreatedTime > lc[j].CreatedTime return lc.Data[i].CreatedTime > lc.Data[j].CreatedTime
} }
return lc[i].CreatedTime < lc[j].CreatedTime return lc.Data[i].CreatedTime < lc.Data[j].CreatedTime
}) })
return lc return lc
@@ -63,16 +63,16 @@ func (lc ListComputes) SortByCreatedTime(inverse bool) ListComputes {
// //
// If inverse param is set to true, the order is reversed. // If inverse param is set to true, the order is reversed.
func (lc ListComputes) SortByUpdatedTime(inverse bool) ListComputes { func (lc ListComputes) SortByUpdatedTime(inverse bool) ListComputes {
if len(lc) < 2 { if len(lc.Data) < 2 {
return lc return lc
} }
sort.Slice(lc, func(i, j int) bool { sort.Slice(lc.Data, func(i, j int) bool {
if inverse { if inverse {
return lc[i].UpdatedTime > lc[j].UpdatedTime return lc.Data[i].UpdatedTime > lc.Data[j].UpdatedTime
} }
return lc[i].UpdatedTime < lc[j].UpdatedTime return lc.Data[i].UpdatedTime < lc.Data[j].UpdatedTime
}) })
return lc return lc
@@ -82,16 +82,16 @@ func (lc ListComputes) SortByUpdatedTime(inverse bool) ListComputes {
// //
// If inverse param is set to true, the order is reversed. // If inverse param is set to true, the order is reversed.
func (lc ListComputes) SortByDeletedTime(inverse bool) ListComputes { func (lc ListComputes) SortByDeletedTime(inverse bool) ListComputes {
if len(lc) < 2 { if len(lc.Data) < 2 {
return lc return lc
} }
sort.Slice(lc, func(i, j int) bool { sort.Slice(lc.Data, func(i, j int) bool {
if inverse { if inverse {
return lc[i].DeletedTime > lc[j].DeletedTime return lc.Data[i].DeletedTime > lc.Data[j].DeletedTime
} }
return lc[i].DeletedTime < lc[j].DeletedTime return lc.Data[i].DeletedTime < lc.Data[j].DeletedTime
}) })
return lc return lc

View File

@@ -31,21 +31,23 @@ func (lci ListComputeCI) FilterByStatus(status string) ListComputeCI {
func (lci ListComputeCI) FilterFunc(predicate func(ItemComputeCI) bool) ListComputeCI { func (lci ListComputeCI) FilterFunc(predicate func(ItemComputeCI) bool) ListComputeCI {
var result ListComputeCI var result ListComputeCI
for _, item := range lci { for _, item := range lci.Data {
if predicate(item) { if predicate(item) {
result = append(result, item) result.Data = append(result.Data, item)
} }
} }
result.EntryCount = uint64(len(result.Data))
return result return result
} }
// FindOne returns first found ItemComputeCI // FindOne returns first found ItemComputeCI
// If none was found, returns an empty struct. // If none was found, returns an empty struct.
func (lci ListComputeCI) FindOne() ItemComputeCI { func (lci ListComputeCI) FindOne() ItemComputeCI {
if len(lci) == 0 { if lci.EntryCount == 0 {
return ItemComputeCI{} return ItemComputeCI{}
} }
return lci[0] return lci.Data[0]
} }

View File

@@ -3,42 +3,45 @@ package computeci
import "testing" import "testing"
var computeciItems = ListComputeCI{ var computeciItems = ListComputeCI{
{ Data: []ItemComputeCI{
CustomFields: map[string]interface{}{}, {
Description: "", CustomFields: map[string]interface{}{},
Drivers: []string{ Description: "",
"KVM_X86", Drivers: []string{
"KVM_X86",
},
GUID: 1,
ID: 1,
Name: "computeci_1",
Status: "ENABLED",
Template: "",
}, },
GUID: 1, {
ID: 1, CustomFields: map[string]interface{}{},
Name: "computeci_1", Description: "",
Status: "ENABLED", Drivers: []string{
Template: "", "KVM_X86",
}, },
{ GUID: 2,
CustomFields: map[string]interface{}{}, ID: 2,
Description: "", Name: "computeci_2",
Drivers: []string{ Status: "ENABLED",
"KVM_X86", Template: "",
}, },
GUID: 2, {
ID: 2, CustomFields: map[string]interface{}{},
Name: "computeci_2", Description: "",
Status: "ENABLED", Drivers: []string{
Template: "", "SVA_KVM_X86",
}, },
{ GUID: 3,
CustomFields: map[string]interface{}{}, ID: 3,
Description: "", Name: "computeci_3",
Drivers: []string{ Status: "DISABLED",
"SVA_KVM_X86", Template: "",
}, },
GUID: 3,
ID: 3,
Name: "computeci_3",
Status: "DISABLED",
Template: "",
}, },
EntryCount: 3,
} }
func TestFilterByID(t *testing.T) { func TestFilterByID(t *testing.T) {
@@ -60,11 +63,11 @@ func TestFilterByName(t *testing.T) {
func TestFilterByStatus(t *testing.T) { func TestFilterByStatus(t *testing.T) {
actual := computeciItems.FilterByStatus("ENABLED") actual := computeciItems.FilterByStatus("ENABLED")
if len(actual) != 2 { if len(actual.Data) != 2 {
t.Fatal("expected 2 found, actual: ", len(actual)) t.Fatal("expected 2 found, actual: ", len(actual.Data))
} }
for _, item := range actual { for _, item := range actual.Data {
if item.Status != "ENABLED" { if item.Status != "ENABLED" {
t.Fatal("expected Status 'ENABLED', found: ", item.Status) t.Fatal("expected Status 'ENABLED', found: ", item.Status)
} }
@@ -81,11 +84,11 @@ func TestFilterFunc(t *testing.T) {
return false return false
}) })
if len(actual) != 2 { if len(actual.Data) != 2 {
t.Fatal("expected 2 found, actual: ", len(actual)) t.Fatal("expected 2 found, actual: ", len(actual.Data))
} }
for _, item := range actual { for _, item := range actual.Data {
for _, driver := range item.Drivers { for _, driver := range item.Drivers {
if driver != "KVM_X86" { if driver != "KVM_X86" {
t.Fatal("expected 'KVM_X86' Driver, found: ", driver) t.Fatal("expected 'KVM_X86' Driver, found: ", driver)

View File

@@ -8,6 +8,18 @@ import (
// Request struct for get list of computeci // Request struct for get list of computeci
type ListRequest struct { type ListRequest struct {
// Find by name
// Required: false
Name string `url:"name,omitempty" json:"name,omitempty"`
// Find by computeci ID
// Required: false
ByID uint64 `url:"by_id,omitempty" json:"by_id,omitempty"`
// Find by drivers
// Find by computeci ID
Drivers []string `url:"drivers,omitempty" json:"drivers,omitempty"`
// If true list deleted instances as well // If true list deleted instances as well
// Required: false // Required: false
IncludeDeleted bool `url:"includeDeleted,omitempty" json:"includeDeleted,omitempty"` IncludeDeleted bool `url:"includeDeleted,omitempty" json:"includeDeleted,omitempty"`
@@ -22,7 +34,7 @@ type ListRequest struct {
} }
// List gets list of computeci instances // List gets list of computeci instances
func (c ComputeCI) List(ctx context.Context, req ListRequest) (ListComputeCI, error) { func (c ComputeCI) List(ctx context.Context, req ListRequest) (*ListComputeCI, error) {
url := "/cloudapi/computeci/list" url := "/cloudapi/computeci/list"
res, err := c.client.DecortApiCall(ctx, http.MethodPost, url, req) res, err := c.client.DecortApiCall(ctx, http.MethodPost, url, req)
@@ -37,5 +49,5 @@ func (c ComputeCI) List(ctx context.Context, req ListRequest) (ListComputeCI, er
return nil, err return nil, err
} }
return list, nil return &list, nil
} }

View File

@@ -28,4 +28,8 @@ type ItemComputeCI struct {
} }
// List of computeci instances // List of computeci instances
type ListComputeCI []ItemComputeCI type ListComputeCI struct {
Data []ItemComputeCI `json:"data"`
EntryCount uint64 `json:"entryCount"`
}

View File

@@ -12,7 +12,7 @@ import (
// - First argument -> prefix // - First argument -> prefix
// - Second argument -> indent // - Second argument -> indent
func (lci ListComputeCI) Serialize(params ...string) (serialization.Serialized, error) { func (lci ListComputeCI) Serialize(params ...string) (serialization.Serialized, error) {
if len(lci) == 0 { if lci.EntryCount == 0 {
return []byte{}, nil return []byte{}, nil
} }

View File

@@ -61,7 +61,7 @@ func (ld ListDisks) FilterByComputeID(computeID uint64) ListDisks {
} }
// FilterByK8SID is used to filter ListDisks by specified K8S cluster. // FilterByK8SID is used to filter ListDisks by specified K8S cluster.
func (ld ListDisks) FilterByK8SID(ctx context.Context, k8sID uint64, decortClient interfaces.Caller) (ListDisks, error) { func (ld ListDisks) FilterByK8SID(ctx context.Context, k8sID uint64, decortClient interfaces.Caller) (*ListDisks, error) {
caller := k8s.New(decortClient) caller := k8s.New(decortClient)
req := k8s.GetRequest{ req := k8s.GetRequest{
@@ -76,20 +76,22 @@ func (ld ListDisks) FilterByK8SID(ctx context.Context, k8sID uint64, decortClien
var result ListDisks var result ListDisks
for _, masterCompute := range cluster.K8SGroups.Masters.DetailedInfo { for _, masterCompute := range cluster.K8SGroups.Masters.DetailedInfo {
result = append(result, ld.FilterByComputeID(masterCompute.ID)...) result.Data = append(result.Data, ld.FilterByComputeID(masterCompute.ID).Data...)
} }
for _, workerGroup := range cluster.K8SGroups.Workers { for _, workerGroup := range cluster.K8SGroups.Workers {
for _, workerCompute := range workerGroup.DetailedInfo { for _, workerCompute := range workerGroup.DetailedInfo {
result = append(result, ld.FilterByComputeID(workerCompute.ID)...) result.Data = append(result.Data, ld.FilterByComputeID(workerCompute.ID).Data...)
} }
} }
return result, nil result.EntryCount = uint64(len(result.Data))
return &result, nil
} }
// FilterByLBID is used to filter ListDisks used by computes inside specified Load Balancer. // FilterByLBID is used to filter ListDisks used by computes inside specified Load Balancer.
func (ld ListDisks) FilterByLBID(ctx context.Context, lbID uint64, decortClient interfaces.Caller) (ListDisks, error) { func (ld ListDisks) FilterByLBID(ctx context.Context, lbID uint64, decortClient interfaces.Caller) (*ListDisks, error) {
caller := lb.New(decortClient) caller := lb.New(decortClient)
req := lb.GetRequest{ req := lb.GetRequest{
@@ -102,15 +104,141 @@ func (ld ListDisks) FilterByLBID(ctx context.Context, lbID uint64, decortClient
} }
var result ListDisks var result ListDisks
result.Data = append(result.Data, ld.FilterByComputeID(foundLB.PrimaryNode.ComputeID).Data...)
result.Data = append(result.Data, ld.FilterByComputeID(foundLB.SecondaryNode.ComputeID).Data...)
result.EntryCount = uint64(len(result.Data))
return &result, nil
}
// FilterFunc allows filtering ListDisks based on a user-specified predicate.
func (ld ListDisks) FilterFunc(predicate func(ItemDisk) bool) ListDisks {
var result ListDisks
for _, item := range ld.Data {
if predicate(item) {
result.Data = append(result.Data, item)
}
}
result.EntryCount = uint64(len(result.Data))
return result
}
// FindOne returns first found ItemDisk
// If none was found, returns an empty struct.
func (ld ListDisks) FindOne() ItemDisk {
if len(ld.Data) == 0 {
return ItemDisk{}
}
return ld.Data[0]
}
// FilterByID returns ListSearchDisks with specified ID.
func (ld ListSearchDisks) FilterByID(id uint64) ListSearchDisks {
predicate := func(idisk ItemDisk) bool {
return idisk.ID == id
}
return ld.FilterFunc(predicate)
}
// FilterByName returns ListSearchDisks with specified Name.
func (ld ListSearchDisks) FilterByName(name string) ListSearchDisks {
predicate := func(idisk ItemDisk) bool {
return idisk.Name == name
}
return ld.FilterFunc(predicate)
}
// FilterByStatus returns ListSearchDisks with specified Status.
func (ld ListSearchDisks) FilterByStatus(status string) ListSearchDisks {
predicate := func(idisk ItemDisk) bool {
return idisk.Status == status
}
return ld.FilterFunc(predicate)
}
// FilterByTechStatus returns ListSearchDisks with specified TechStatus.
func (ld ListSearchDisks) FilterByTechStatus(techStatus string) ListSearchDisks {
predicate := func(idisk ItemDisk) bool {
return idisk.TechStatus == techStatus
}
return ld.FilterFunc(predicate)
}
// FilterByComputeID is used to filter ListSearchDisks attached to specified compute.
func (ld ListSearchDisks) FilterByComputeID(computeID uint64) ListSearchDisks {
predicate := func(idisk ItemDisk) bool {
for k := range idisk.Computes {
if k == strconv.FormatUint(computeID, 10) {
return true
}
}
return false
}
return ld.FilterFunc(predicate)
}
// FilterByK8SID is used to filter ListSearchDisks by specified K8S cluster.
func (ld ListSearchDisks) FilterByK8SID(ctx context.Context, k8sID uint64, decortClient interfaces.Caller) (ListSearchDisks, error) {
caller := k8s.New(decortClient)
req := k8s.GetRequest{
K8SID: k8sID,
}
cluster, err := caller.Get(ctx, req)
if err != nil {
return nil, err
}
var result ListSearchDisks
for _, masterCompute := range cluster.K8SGroups.Masters.DetailedInfo {
result = append(result, ld.FilterByComputeID(masterCompute.ID)...)
}
for _, workerGroup := range cluster.K8SGroups.Workers {
for _, workerCompute := range workerGroup.DetailedInfo {
result = append(result, ld.FilterByComputeID(workerCompute.ID)...)
}
}
return result, nil
}
// FilterByLBID is used to filter ListSearchDisks used by computes inside specified Load Balancer.
func (ld ListSearchDisks) FilterByLBID(ctx context.Context, lbID uint64, decortClient interfaces.Caller) (ListSearchDisks, error) {
caller := lb.New(decortClient)
req := lb.GetRequest{
LBID: lbID,
}
foundLB, err := caller.Get(ctx, req)
if err != nil {
return nil, err
}
var result ListSearchDisks
result = append(result, ld.FilterByComputeID(foundLB.PrimaryNode.ComputeID)...) result = append(result, ld.FilterByComputeID(foundLB.PrimaryNode.ComputeID)...)
result = append(result, ld.FilterByComputeID(foundLB.SecondaryNode.ComputeID)...) result = append(result, ld.FilterByComputeID(foundLB.SecondaryNode.ComputeID)...)
return result, nil return result, nil
} }
// FilterFunc allows filtering ListDisks based on a user-specified predicate. // FilterFunc allows filtering ListSearchDisks based on a user-specified predicate.
func (ld ListDisks) FilterFunc(predicate func(ItemDisk) bool) ListDisks { func (ld ListSearchDisks) FilterFunc(predicate func(ItemDisk) bool) ListSearchDisks {
var result ListDisks var result ListSearchDisks
for _, item := range ld { for _, item := range ld {
if predicate(item) { if predicate(item) {
@@ -123,7 +251,7 @@ func (ld ListDisks) FilterFunc(predicate func(ItemDisk) bool) ListDisks {
// FindOne returns first found ItemDisk // FindOne returns first found ItemDisk
// If none was found, returns an empty struct. // If none was found, returns an empty struct.
func (ld ListDisks) FindOne() ItemDisk { func (ld ListSearchDisks) FindOne() ItemDisk {
if len(ld) == 0 { if len(ld) == 0 {
return ItemDisk{} return ItemDisk{}
} }
@@ -171,21 +299,23 @@ func (lu ListDisksUnattached) FilterByTechStatus(techStatus string) ListDisksUna
func (lu ListDisksUnattached) FilterFunc(predicate func(ItemDiskUnattached) bool) ListDisksUnattached { func (lu ListDisksUnattached) FilterFunc(predicate func(ItemDiskUnattached) bool) ListDisksUnattached {
var result ListDisksUnattached var result ListDisksUnattached
for _, item := range lu { for _, item := range lu.Data {
if predicate(item) { if predicate(item) {
result = append(result, item) result.Data = append(result.Data, item)
} }
} }
result.EntryCount = uint64(len(result.Data))
return result return result
} }
// FindOne returns first found ItemDiskUnattached // FindOne returns first found ItemDiskUnattached
// If none was found, returns an empty struct. // If none was found, returns an empty struct.
func (lu ListDisksUnattached) FindOne() ItemDiskUnattached { func (lu ListDisksUnattached) FindOne() ItemDiskUnattached {
if len(lu) == 0 { if len(lu.Data) == 0 {
return ItemDiskUnattached{} return ItemDiskUnattached{}
} }
return lu[0] return lu.Data[0]
} }

View File

@@ -4,7 +4,186 @@ import (
"testing" "testing"
) )
var techStatusAllocated = "ALLOCATED"
var disks = ListDisks{ var disks = ListDisks{
Data: []ItemDisk{
{
MachineID: 0,
MachineName: "",
DeviceName: "vda",
AccountID: 132847,
AccountName: "std_2",
ACL: map[string]interface{}{},
Computes: map[string]string{
"48500": "test",
},
CreatedTime: 1676975177,
DeletedTime: 0,
Description: "",
DestructionTime: 0,
GID: 212,
ID: 65191,
ImageID: 9884,
Images: []uint64{},
IOTune: IOTune{
TotalIOPSSec: 2000,
},
Name: "bootdisk",
Order: 0,
Params: "",
ParentID: 0,
PCISlot: 6,
Pool: "vmstor",
PresentTo: []uint64{
27,
},
PurgeTime: 0,
ResID: "sample",
ResName: "sample",
Role: "",
Shareable: false,
SizeMax: 2,
SizeUsed: 2,
Snapshots: []ItemSnapshot{},
Status: "ASSIGNED",
TechStatus: techStatusAllocated,
Type: "B",
VMID: 48500,
},
{
MachineID: 0,
MachineName: "",
DeviceName: "vda",
AccountID: 132852,
AccountName: "std",
ACL: map[string]interface{}{},
Computes: map[string]string{
"48502": "stdvm2",
},
CreatedTime: 1676982606,
DeletedTime: 0,
Description: "",
DestructionTime: 0,
GID: 212,
ID: 65193,
ImageID: 9885,
Images: []uint64{},
IOTune: IOTune{
TotalIOPSSec: 2000,
},
Name: "bootdisk",
Order: 0,
Params: "",
ParentID: 0,
PCISlot: 6,
Pool: "vmstor",
PresentTo: []uint64{
27,
27,
},
PurgeTime: 0,
ResID: "sample",
ResName: "sample",
Role: "",
Shareable: false,
SizeMax: 4,
SizeUsed: 4,
Snapshots: []ItemSnapshot{},
Status: "ASSIGNED",
TechStatus: techStatusAllocated,
Type: "B",
VMID: 48502,
},
},
EntryCount: 2,
}
func TestListDisks_FilterByID(t *testing.T) {
actual := disks.FilterByID(65193)
if len(actual.Data) == 0 {
t.Fatal("No elements were found")
}
actualItem := actual.FindOne()
if actualItem.ID != 65193 {
t.Fatal("expected ID 65193, found: ", actualItem.ID)
}
}
func TestListDisks_FilterByName(t *testing.T) {
actual := disks.FilterByName("bootdisk")
if len(actual.Data) != 2 {
t.Fatal("expected 2 elements, found: ", len(actual.Data))
}
for _, item := range actual.Data {
if item.Name != "bootdisk" {
t.Fatal("expected 'bootdisk' name, found: ", item.Name)
}
}
}
func TestListDisks_FilterByStatus(t *testing.T) {
actual := disks.FilterByStatus("ASSIGNED")
if len(actual.Data) == 0 {
t.Fatal("No elements were found")
}
for _, item := range actual.Data {
if item.Status != "ASSIGNED" {
t.Fatal("expected 'ASSIGNED' status, found: ", item.Status)
}
}
}
func TestListDisks_FilterByTechStatus(t *testing.T) {
actual := disks.FilterByTechStatus(techStatusAllocated)
if len(actual.Data) == 0 {
t.Fatal("No elements were found")
}
for _, item := range actual.Data {
if item.TechStatus != techStatusAllocated {
t.Fatal("expected 'ALLOCATED' techStatus, found: ", item.TechStatus)
}
}
}
func TestListDisks_FilterFunc(t *testing.T) {
actual := disks.FilterFunc(func(id ItemDisk) bool {
return len(id.PresentTo) == 2
})
if len(actual.Data) == 0 {
t.Fatal("No elements were found")
}
if len(actual.Data[0].PresentTo) != 2 {
t.Fatal("expected 2 elements in PresentTo, found: ", len(actual.Data[0].PresentTo))
}
}
func TestListDisks_SortByCreatedTime(t *testing.T) {
actual := disks.SortByCreatedTime(false)
if actual.Data[0].ID != 65191 {
t.Fatal("expected ID 65191, found: ", actual.Data[0].ID)
}
actual = disks.SortByCreatedTime(true)
if actual.Data[0].ID != 65193 {
t.Fatal("expected ID 65193, found: ", actual.Data[0].ID)
}
}
var searchDisks = ListSearchDisks{
ItemDisk{ ItemDisk{
MachineID: 0, MachineID: 0,
MachineName: "", MachineName: "",
@@ -44,7 +223,7 @@ var disks = ListDisks{
SizeUsed: 2, SizeUsed: 2,
Snapshots: []ItemSnapshot{}, Snapshots: []ItemSnapshot{},
Status: "ASSIGNED", Status: "ASSIGNED",
TechStatus: "ALLOCATED", TechStatus: techStatusAllocated,
Type: "B", Type: "B",
VMID: 48500, VMID: 48500,
}, },
@@ -88,14 +267,14 @@ var disks = ListDisks{
SizeUsed: 4, SizeUsed: 4,
Snapshots: []ItemSnapshot{}, Snapshots: []ItemSnapshot{},
Status: "ASSIGNED", Status: "ASSIGNED",
TechStatus: "ALLOCATED", TechStatus: techStatusAllocated,
Type: "B", Type: "B",
VMID: 48502, VMID: 48502,
}, },
} }
func TestFilterByID(t *testing.T) { func TestListSearchDisks_FilterByID(t *testing.T) {
actual := disks.FilterByID(65193) actual := searchDisks.FilterByID(65193)
if len(actual) == 0 { if len(actual) == 0 {
t.Fatal("No elements were found") t.Fatal("No elements were found")
@@ -108,8 +287,8 @@ func TestFilterByID(t *testing.T) {
} }
} }
func TestFilterByName(t *testing.T) { func TestListSearchDisks_FilterByName(t *testing.T) {
actual := disks.FilterByName("bootdisk") actual := searchDisks.FilterByName("bootdisk")
if len(actual) != 2 { if len(actual) != 2 {
t.Fatal("expected 2 elements, found: ", len(actual)) t.Fatal("expected 2 elements, found: ", len(actual))
@@ -122,8 +301,8 @@ func TestFilterByName(t *testing.T) {
} }
} }
func TestFilterByStatus(t *testing.T) { func TestListSearchDisks_FilterByStatus(t *testing.T) {
actual := disks.FilterByStatus("ASSIGNED") actual := searchDisks.FilterByStatus("ASSIGNED")
if len(actual) == 0 { if len(actual) == 0 {
t.Fatal("No elements were found") t.Fatal("No elements were found")
@@ -136,22 +315,22 @@ func TestFilterByStatus(t *testing.T) {
} }
} }
func TestFilterByTechStatus(t *testing.T) { func TestListSearchDisks_FilterByTechStatus(t *testing.T) {
actual := disks.FilterByTechStatus("ALLOCATED") actual := searchDisks.FilterByTechStatus(techStatusAllocated)
if len(actual) == 0 { if len(actual) == 0 {
t.Fatal("No elements were found") t.Fatal("No elements were found")
} }
for _, item := range actual { for _, item := range actual {
if item.TechStatus != "ALLOCATED" { if item.TechStatus != techStatusAllocated {
t.Fatal("expected 'ALLOCATED' techStatus, found: ", item.TechStatus) t.Fatal("expected 'ALLOCATED' techStatus, found: ", item.TechStatus)
} }
} }
} }
func TestFilterFunc(t *testing.T) { func TestListSearchDisks_FilterFunc(t *testing.T) {
actual := disks.FilterFunc(func(id ItemDisk) bool { actual := searchDisks.FilterFunc(func(id ItemDisk) bool {
return len(id.PresentTo) == 2 return len(id.PresentTo) == 2
}) })
@@ -164,14 +343,14 @@ func TestFilterFunc(t *testing.T) {
} }
} }
func TestSortByCreatedTime(t *testing.T) { func TestListSearchDisks_SortByCreatedTime(t *testing.T) {
actual := disks.SortByCreatedTime(false) actual := searchDisks.SortByCreatedTime(false)
if actual[0].ID != 65191 { if actual[0].ID != 65191 {
t.Fatal("expected ID 65191, found: ", actual[0].ID) t.Fatal("expected ID 65191, found: ", actual[0].ID)
} }
actual = disks.SortByCreatedTime(true) actual = searchDisks.SortByCreatedTime(true)
if actual[0].ID != 65193 { if actual[0].ID != 65193 {
t.Fatal("expected ID 65193, found: ", actual[0].ID) t.Fatal("expected ID 65193, found: ", actual[0].ID)
@@ -179,119 +358,122 @@ func TestSortByCreatedTime(t *testing.T) {
} }
var unattachedDisks = ListDisksUnattached{ var unattachedDisks = ListDisksUnattached{
{ Data: []ItemDiskUnattached{
CKey: "", {
Meta: []interface{}{ CKey: "",
"cloudbroker", Meta: []interface{}{
"disk", "cloudbroker",
1, "disk",
1,
},
AccountID: 149,
AccountName: "test_account1",
ACL: map[string]interface{}{},
BootPartition: 0,
CreatedTime: 1681477547,
DeletedTime: 0,
Description: "",
DestructionTime: 0,
DiskPath: "",
GID: 2002,
GUID: 22636,
ID: 22636,
ImageID: 0,
Images: []uint64{},
IOTune: IOTune{
TotalIOPSSec: 2000,
},
IQN: "",
Login: "",
Milestones: 43834,
Name: "test_disk",
Order: 0,
Params: "",
ParentID: 0,
Password: "",
PCISlot: -1,
Pool: "data05",
PresentTo: []uint64{},
PurgeAttempts: 0,
PurgeTime: 0,
RealityDeviceNumber: 0,
ReferenceID: "",
ResID: "79bd3bd8-3424-48d3-963f-1870d506f169",
ResName: "volumes/volume_22636",
Role: "",
SEPID: 1,
Shareable: false,
SizeMax: 0,
SizeUsed: 0,
Snapshots: nil,
Status: "CREATED",
TechStatus: techStatusAllocated,
Type: "D",
VMID: 0,
}, },
AccountID: 149, {
AccountName: "test_account1", CKey: "",
ACL: map[string]interface{}{}, Meta: []interface{}{
BootPartition: 0, "cloudbroker",
CreatedTime: 1681477547, "disk",
DeletedTime: 0, 1,
Description: "", },
DestructionTime: 0, AccountID: 150,
DiskPath: "", AccountName: "test_account",
GID: 2002, ACL: map[string]interface{}{},
GUID: 22636, BootPartition: 0,
ID: 22636, CreatedTime: 1681477558,
ImageID: 0, DeletedTime: 0,
Images: []uint64{}, Description: "",
IOTune: IOTune{ DestructionTime: 0,
TotalIOPSSec: 2000, DiskPath: "",
GID: 2002,
GUID: 22637,
ID: 22637,
ImageID: 0,
Images: []uint64{},
IOTune: IOTune{
TotalIOPSSec: 2000,
},
IQN: "",
Login: "",
Milestones: 43834,
Name: "test_disk",
Order: 0,
Params: "",
ParentID: 0,
Password: "",
PCISlot: -1,
Pool: "data05",
PresentTo: []uint64{
27,
27,
},
PurgeAttempts: 0,
PurgeTime: 0,
RealityDeviceNumber: 0,
ReferenceID: "",
ResID: "79bd3bd8-3424-48d3-963f-1870d506f169",
ResName: "volumes/volume_22637",
Role: "",
SEPID: 1,
Shareable: false,
SizeMax: 0,
SizeUsed: 0,
Snapshots: nil,
Status: "CREATED",
TechStatus: techStatusAllocated,
Type: "B",
VMID: 0,
}, },
IQN: "",
Login: "",
Milestones: 43834,
Name: "test_disk",
Order: 0,
Params: "",
ParentID: 0,
Password: "",
PCISlot: -1,
Pool: "data05",
PresentTo: []uint64{},
PurgeAttempts: 0,
PurgeTime: 0,
RealityDeviceNumber: 0,
ReferenceID: "",
ResID: "79bd3bd8-3424-48d3-963f-1870d506f169",
ResName: "volumes/volume_22636",
Role: "",
SEPID: 1,
Shareable: false,
SizeMax: 0,
SizeUsed: 0,
Snapshots: nil,
Status: "CREATED",
TechStatus: "ALLOCATED",
Type: "D",
VMID: 0,
},
{
CKey: "",
Meta: []interface{}{
"cloudbroker",
"disk",
1,
},
AccountID: 150,
AccountName: "test_account",
ACL: map[string]interface{}{},
BootPartition: 0,
CreatedTime: 1681477558,
DeletedTime: 0,
Description: "",
DestructionTime: 0,
DiskPath: "",
GID: 2002,
GUID: 22637,
ID: 22637,
ImageID: 0,
Images: []uint64{},
IOTune: IOTune{
TotalIOPSSec: 2000,
},
IQN: "",
Login: "",
Milestones: 43834,
Name: "test_disk",
Order: 0,
Params: "",
ParentID: 0,
Password: "",
PCISlot: -1,
Pool: "data05",
PresentTo: []uint64{
27,
27,
},
PurgeAttempts: 0,
PurgeTime: 0,
RealityDeviceNumber: 0,
ReferenceID: "",
ResID: "79bd3bd8-3424-48d3-963f-1870d506f169",
ResName: "volumes/volume_22637",
Role: "",
SEPID: 1,
Shareable: false,
SizeMax: 0,
SizeUsed: 0,
Snapshots: nil,
Status: "CREATED",
TechStatus: "ALLOCATED",
Type: "B",
VMID: 0,
}, },
EntryCount: 2,
} }
func TestListDisksUnattached_FilterByID(t *testing.T) { func TestListDisksUnattached_FilterByID(t *testing.T) {
actual := unattachedDisks.FilterByID(22636) actual := unattachedDisks.FilterByID(22636)
if len(actual) == 0 { if len(actual.Data) == 0 {
t.Fatal("No elements were found") t.Fatal("No elements were found")
} }
@@ -305,11 +487,11 @@ func TestListDisksUnattached_FilterByID(t *testing.T) {
func TestListDisksUnattached_FilterByName(t *testing.T) { func TestListDisksUnattached_FilterByName(t *testing.T) {
actual := unattachedDisks.FilterByName("test_disk") actual := unattachedDisks.FilterByName("test_disk")
if len(actual) != 2 { if len(actual.Data) != 2 {
t.Fatal("expected 2 elements, found: ", len(actual)) t.Fatal("expected 2 elements, found: ", len(actual.Data))
} }
for _, item := range actual { for _, item := range actual.Data {
if item.Name != "test_disk" { if item.Name != "test_disk" {
t.Fatal("expected 'test_disk' name, found: ", item.Name) t.Fatal("expected 'test_disk' name, found: ", item.Name)
} }
@@ -319,11 +501,11 @@ func TestListDisksUnattached_FilterByName(t *testing.T) {
func TestListDisksUnattached_FilterByStatus(t *testing.T) { func TestListDisksUnattached_FilterByStatus(t *testing.T) {
actual := unattachedDisks.FilterByStatus("CREATED") actual := unattachedDisks.FilterByStatus("CREATED")
if len(actual) == 0 { if len(actual.Data) == 0 {
t.Fatal("No elements were found") t.Fatal("No elements were found")
} }
for _, item := range actual { for _, item := range actual.Data {
if item.Status != "CREATED" { if item.Status != "CREATED" {
t.Fatal("expected 'CREATED' status, found: ", item.Status) t.Fatal("expected 'CREATED' status, found: ", item.Status)
} }
@@ -331,14 +513,14 @@ func TestListDisksUnattached_FilterByStatus(t *testing.T) {
} }
func TestListDisksUnattached_FilterByTechStatus(t *testing.T) { func TestListDisksUnattached_FilterByTechStatus(t *testing.T) {
actual := unattachedDisks.FilterByTechStatus("ALLOCATED") actual := unattachedDisks.FilterByTechStatus(techStatusAllocated)
if len(actual) == 0 { if len(actual.Data) == 0 {
t.Fatal("No elements were found") t.Fatal("No elements were found")
} }
for _, item := range actual { for _, item := range actual.Data {
if item.TechStatus != "ALLOCATED" { if item.TechStatus != techStatusAllocated {
t.Fatal("expected 'ALLOCATED' techStatus, found: ", item.TechStatus) t.Fatal("expected 'ALLOCATED' techStatus, found: ", item.TechStatus)
} }
} }
@@ -349,26 +531,26 @@ func TestListDisksUnattached_FilterFunc(t *testing.T) {
return len(id.PresentTo) == 2 return len(id.PresentTo) == 2
}) })
if len(actual) == 0 { if len(actual.Data) == 0 {
t.Fatal("No elements were found") t.Fatal("No elements were found")
} }
if len(actual[0].PresentTo) != 2 { if len(actual.Data[0].PresentTo) != 2 {
t.Fatal("expected 2 elements in PresentTo, found: ", len(actual[0].PresentTo)) t.Fatal("expected 2 elements in PresentTo, found: ", len(actual.Data[0].PresentTo))
} }
} }
func TestListDisksUnattached_SortByCreatedTime(t *testing.T) { func TestListDisksUnattached_SortByCreatedTime(t *testing.T) {
actual := unattachedDisks.SortByCreatedTime(false) actual := unattachedDisks.SortByCreatedTime(false)
if actual[0].ID != 22636 { if actual.Data[0].ID != 22636 {
t.Fatal("expected ID 22636, found: ", actual[0].ID) t.Fatal("expected ID 22636, found: ", actual.Data[0].ID)
} }
actual = unattachedDisks.SortByCreatedTime(true) actual = unattachedDisks.SortByCreatedTime(true)
if actual[0].ID != 22637 { if actual.Data[0].ID != 22637 {
t.Fatal("expected ID 22637, found: ", actual[0].ID) t.Fatal("expected ID 22637, found: ", actual.Data[0].ID)
} }
} }

View File

@@ -6,8 +6,32 @@ import (
"net/http" "net/http"
) )
// Request struct for get list/list_deleted of disks // Request struct for get list of disks
type ListRequest struct { type ListRequest struct {
// Find by id
// Required: false
ByID uint64 `url:"by_id,omitempty" json:"by_id,omitempty"`
// Find by name
// Required: false
Name string `url:"name,omitempty" json:"name,omitempty"`
// Find by account name
// Required: false
AccountName string `url:"accountName,omitempty" json:"accountName,omitempty"`
// Find by max size disk
// Required: false
DiskMaxSize int64 `url:"diskMaxSize,omitempty" json:"diskMaxSize,omitempty"`
// Find by status
// Required: false
Status string `url:"status,omitempty" json:"status,omitempty"`
// Find by shared, true or false
// Required: false
Shared bool `url:"shared,omitempty" json:"shared,omitempty"`
// ID of the account the disks belong to // ID of the account the disks belong to
// Required: false // Required: false
AccountID uint64 `url:"accountId,omitempty" json:"accountId,omitempty"` AccountID uint64 `url:"accountId,omitempty" json:"accountId,omitempty"`
@@ -26,7 +50,7 @@ type ListRequest struct {
} }
// List gets list the created disks belonging to an account // List gets list the created disks belonging to an account
func (d Disks) List(ctx context.Context, req ListRequest) (ListDisks, error) { func (d Disks) List(ctx context.Context, req ListRequest) (*ListDisks, error) {
url := "/cloudapi/disks/list" url := "/cloudapi/disks/list"
res, err := d.client.DecortApiCall(ctx, http.MethodPost, url, req) res, err := d.client.DecortApiCall(ctx, http.MethodPost, url, req)
@@ -41,24 +65,5 @@ func (d Disks) List(ctx context.Context, req ListRequest) (ListDisks, error) {
return nil, err return nil, err
} }
return list, nil return &list, nil
}
// ListDeleted gets list the deleted disks belonging to an account
func (d Disks) ListDeleted(ctx context.Context, req ListRequest) (ListDisks, error) {
url := "/cloudapi/disks/listDeleted"
res, err := d.client.DecortApiCall(ctx, http.MethodPost, url, req)
if err != nil {
return nil, err
}
list := ListDisks{}
err = json.Unmarshal(res, &list)
if err != nil {
return nil, err
}
return list, nil
} }

View File

@@ -0,0 +1,65 @@
package disks
import (
"context"
"encoding/json"
"net/http"
)
// Request struct for get list of deleted disks
type ListDeletedRequest struct {
// Find by id
// Required: false
ByID uint64 `url:"by_id,omitempty" json:"by_id,omitempty"`
// Find by name
// Required: false
Name string `url:"name,omitempty" json:"name,omitempty"`
// Find by account name
// Required: false
AccountName string `url:"accountName,omitempty" json:"accountName,omitempty"`
// Find by max size disk
// Required: false
DiskMaxSize int64 `url:"diskMaxSize,omitempty" json:"diskMaxSize,omitempty"`
// Find by shared, true or false
// Required: false
Shared bool `url:"shared,omitempty" json:"shared,omitempty"`
// ID of the account the disks belong to
// Required: false
AccountID uint64 `url:"accountId,omitempty" json:"accountId,omitempty"`
// Type of the disks
// Required: false
Type string `url:"type,omitempty" json:"type,omitempty"`
// Page number
// Required: false
Page uint64 `url:"page,omitempty" json:"page,omitempty"`
// Page size
// Required: false
Size uint64 `url:"size,omitempty" json:"size,omitempty"`
}
// ListDeleted gets list the deleted disks belonging to an account
func (d Disks) ListDeleted(ctx context.Context, req ListDeletedRequest) (*ListDisks, error) {
url := "/cloudapi/disks/listDeleted"
res, err := d.client.DecortApiCall(ctx, http.MethodPost, url, req)
if err != nil {
return nil, err
}
list := ListDisks{}
err = json.Unmarshal(res, &list)
if err != nil {
return nil, err
}
return &list, nil
}

View File

@@ -11,10 +11,18 @@ type ListTypesRequest struct {
// Show detailed disk types by seps // Show detailed disk types by seps
// Required: true // Required: true
Detailed bool `url:"detailed" json:"detailed" validate:"required"` Detailed bool `url:"detailed" json:"detailed" validate:"required"`
// Page number
// Required: false
Page uint64 `url:"page,omitempty" json:"page,omitempty"`
// Page size
// Required: false
Size uint64 `url:"size,omitempty" json:"size,omitempty"`
} }
// ListTypes gets list defined disk types // ListTypes gets list defined disk types
func (d Disks) ListTypes(ctx context.Context, req ListTypesRequest) ([]interface{}, error) { func (d Disks) ListTypes(ctx context.Context, req ListTypesRequest) (*ListTypes, error) {
url := "/cloudapi/disks/listTypes" url := "/cloudapi/disks/listTypes"
res, err := d.client.DecortApiCall(ctx, http.MethodPost, url, req) res, err := d.client.DecortApiCall(ctx, http.MethodPost, url, req)
@@ -22,12 +30,12 @@ func (d Disks) ListTypes(ctx context.Context, req ListTypesRequest) ([]interface
return nil, err return nil, err
} }
list := make([]interface{}, 0) list := ListTypes{}
err = json.Unmarshal(res, &list) err = json.Unmarshal(res, &list)
if err != nil { if err != nil {
return nil, err return nil, err
} }
return list, nil return &list, nil
} }

View File

@@ -8,13 +8,45 @@ import (
// Request struct for get list unattached disk // Request struct for get list unattached disk
type ListUnattachedRequest struct { type ListUnattachedRequest struct {
// Find by id
// Required: false
ByID uint64 `url:"by_id,omitempty" json:"by_id,omitempty"`
// Find by account name
// Required: false
AccountName string `url:"accountName,omitempty" json:"accountName,omitempty"`
// Find by max size disk
// Required: false
DiskMaxSize int64 `url:"diskMaxSize,omitempty" json:"diskMaxSize,omitempty"`
// Find by status
// Required: false
Status string `url:"status,omitempty" json:"status,omitempty"`
// Find by shared, true or false
// Required: false
Shared bool `url:"shared,omitempty" json:"shared,omitempty"`
// Type of the disks
// Required: false
Type string `url:"type,omitempty" json:"type,omitempty"`
// ID of the account // ID of the account
// Required: false // Required: false
AccountID uint64 `url:"accountId,omitempty" json:"accountId,omitempty"` AccountID uint64 `url:"accountId,omitempty" json:"accountId,omitempty"`
// Page number
// Required: false
Page uint64 `url:"page,omitempty" json:"page,omitempty"`
// Page size
// Required: false
Size uint64 `url:"size,omitempty" json:"size,omitempty"`
} }
// ListUnattached gets list of unattached disks // ListUnattached gets list of unattached disks
func (d Disks) ListUnattached(ctx context.Context, req ListUnattachedRequest) (ListDisksUnattached, error) { func (d Disks) ListUnattached(ctx context.Context, req ListUnattachedRequest) (*ListDisksUnattached, error) {
url := "/cloudapi/disks/listUnattached" url := "/cloudapi/disks/listUnattached"
res, err := d.client.DecortApiCall(ctx, http.MethodPost, url, req) res, err := d.client.DecortApiCall(ctx, http.MethodPost, url, req)
@@ -29,5 +61,5 @@ func (d Disks) ListUnattached(ctx context.Context, req ListUnattachedRequest) (L
return nil, err return nil, err
} }
return list, nil return &list, nil
} }

View File

@@ -248,11 +248,24 @@ type ItemDiskUnattached struct {
VMID uint64 `json:"vmid"` VMID uint64 `json:"vmid"`
} }
// List of disks searched
type ListSearchDisks []ItemDisk
// List of disks // List of disks
type ListDisks []ItemDisk type ListDisks struct {
// Data
Data []ItemDisk `json:"data"`
// Entry count
EntryCount uint64 `json:"entryCount"`
}
// List of unattached disks // List of unattached disks
type ListDisksUnattached []ItemDiskUnattached type ListDisksUnattached struct {
Data []ItemDiskUnattached `json:"data"`
EntryCount uint64 `json:"entryCount"`
}
// Main information about snapshot // Main information about snapshot
type ItemSnapshot struct { type ItemSnapshot struct {
@@ -262,6 +275,8 @@ type ItemSnapshot struct {
// Label // Label
Label string `json:"label"` Label string `json:"label"`
ReferenceID string `json:"referenceId"`
// Resource ID // Resource ID
ResID string `json:"resId"` ResID string `json:"resId"`
@@ -427,3 +442,11 @@ type RecordDisk struct {
// Virtual machine ID // Virtual machine ID
VMID uint64 `json:"vmid"` VMID uint64 `json:"vmid"`
} }
type ListTypes struct {
// Data
Data []interface{} `json:"data"`
// Entry count
EntryCount uint64 `json:"entryCount"`
}

View File

@@ -21,7 +21,7 @@ type SearchRequest struct {
} }
// Search search disks // Search search disks
func (d Disks) Search(ctx context.Context, req SearchRequest) (ListDisks, error) { func (d Disks) Search(ctx context.Context, req SearchRequest) (ListSearchDisks, error) {
url := "/cloudapi/disks/search" url := "/cloudapi/disks/search"
res, err := d.client.DecortApiCall(ctx, http.MethodPost, url, req) res, err := d.client.DecortApiCall(ctx, http.MethodPost, url, req)
@@ -29,7 +29,7 @@ func (d Disks) Search(ctx context.Context, req SearchRequest) (ListDisks, error)
return nil, err return nil, err
} }
list := ListDisks{} list := ListSearchDisks{}
err = json.Unmarshal(res, &list) err = json.Unmarshal(res, &list)
if err != nil { if err != nil {

View File

@@ -12,6 +12,26 @@ import (
// - First argument -> prefix // - First argument -> prefix
// - Second argument -> indent // - Second argument -> indent
func (ld ListDisks) Serialize(params ...string) (serialization.Serialized, error) { func (ld ListDisks) Serialize(params ...string) (serialization.Serialized, error) {
if ld.EntryCount == 0 {
return []byte{}, nil
}
if len(params) > 1 {
prefix := params[0]
indent := params[1]
return json.MarshalIndent(ld, prefix, indent)
}
return json.Marshal(ld)
}
// Serialize returns JSON-serialized []byte. Used as a wrapper over json.Marshal and json.MarshalIndent functions.
//
// In order to serialize with indent make sure to follow these guidelines:
// - First argument -> prefix
// - Second argument -> indent
func (ld ListSearchDisks) Serialize(params ...string) (serialization.Serialized, error) {
if len(ld) == 0 { if len(ld) == 0 {
return []byte{}, nil return []byte{}, nil
} }
@@ -48,7 +68,7 @@ func (idisk ItemDisk) Serialize(params ...string) (serialization.Serialized, err
// - First argument -> prefix // - First argument -> prefix
// - Second argument -> indent // - Second argument -> indent
func (lu ListDisksUnattached) Serialize(params ...string) (serialization.Serialized, error) { func (lu ListDisksUnattached) Serialize(params ...string) (serialization.Serialized, error) {
if len(lu) == 0 { if lu.EntryCount == 0 {
return []byte{}, nil return []byte{}, nil
} }

View File

@@ -6,6 +6,63 @@ import "sort"
// //
// If inverse param is set to true, the order is reversed. // If inverse param is set to true, the order is reversed.
func (ld ListDisks) SortByCreatedTime(inverse bool) ListDisks { func (ld ListDisks) SortByCreatedTime(inverse bool) ListDisks {
if len(ld.Data) < 2 {
return ld
}
sort.Slice(ld.Data, func(i, j int) bool {
if inverse {
return ld.Data[i].CreatedTime > ld.Data[j].CreatedTime
}
return ld.Data[i].CreatedTime < ld.Data[j].CreatedTime
})
return ld
}
// SortByDestructionTime sorts ListDisks by the DestructionTime field in ascending order.
//
// If inverse param is set to true, the order is reversed.
func (ld ListDisks) SortByDestructionTime(inverse bool) ListDisks {
if len(ld.Data) < 2 {
return ld
}
sort.Slice(ld.Data, func(i, j int) bool {
if inverse {
return ld.Data[i].DestructionTime > ld.Data[j].DestructionTime
}
return ld.Data[i].DestructionTime < ld.Data[j].DestructionTime
})
return ld
}
// SortByDeletedTime sorts ListDisks by the DeletedTime field in ascending order.
//
// If inverse param is set to true, the order is reversed.
func (ld ListDisks) SortByDeletedTime(inverse bool) ListDisks {
if len(ld.Data) < 2 {
return ld
}
sort.Slice(ld.Data, func(i, j int) bool {
if inverse {
return ld.Data[i].DeletedTime > ld.Data[j].DeletedTime
}
return ld.Data[i].DeletedTime < ld.Data[j].DeletedTime
})
return ld
}
// SortByCreatedTime sorts ListSearchDisks by the CreatedTime field in ascending order.
//
// If inverse param is set to true, the order is reversed.
func (ld ListSearchDisks) SortByCreatedTime(inverse bool) ListSearchDisks {
if len(ld) < 2 { if len(ld) < 2 {
return ld return ld
} }
@@ -21,10 +78,10 @@ func (ld ListDisks) SortByCreatedTime(inverse bool) ListDisks {
return ld return ld
} }
// SortByDestructionTime sorts ListDisks by the DestructionTime field in ascending order. // SortByDestructionTime sorts ListSearchDisks by the DestructionTime field in ascending order.
// //
// If inverse param is set to true, the order is reversed. // If inverse param is set to true, the order is reversed.
func (ld ListDisks) SortByDestructionTime(inverse bool) ListDisks { func (ld ListSearchDisks) SortByDestructionTime(inverse bool) ListSearchDisks {
if len(ld) < 2 { if len(ld) < 2 {
return ld return ld
} }
@@ -40,10 +97,10 @@ func (ld ListDisks) SortByDestructionTime(inverse bool) ListDisks {
return ld return ld
} }
// SortByDeletedTime sorts ListDisks by the DeletedTime field in ascending order. // SortByDeletedTime sorts ListSearchDisks by the DeletedTime field in ascending order.
// //
// If inverse param is set to true, the order is reversed. // If inverse param is set to true, the order is reversed.
func (ld ListDisks) SortByDeletedTime(inverse bool) ListDisks { func (ld ListSearchDisks) SortByDeletedTime(inverse bool) ListSearchDisks {
if len(ld) < 2 { if len(ld) < 2 {
return ld return ld
} }
@@ -63,16 +120,16 @@ func (ld ListDisks) SortByDeletedTime(inverse bool) ListDisks {
// //
// If inverse param is set to true, the order is reversed. // If inverse param is set to true, the order is reversed.
func (lu ListDisksUnattached) SortByCreatedTime(inverse bool) ListDisksUnattached { func (lu ListDisksUnattached) SortByCreatedTime(inverse bool) ListDisksUnattached {
if len(lu) < 2 { if len(lu.Data) < 2 {
return lu return lu
} }
sort.Slice(lu, func(i, j int) bool { sort.Slice(lu.Data, func(i, j int) bool {
if inverse { if inverse {
return lu[i].CreatedTime > lu[j].CreatedTime return lu.Data[i].CreatedTime > lu.Data[j].CreatedTime
} }
return lu[i].CreatedTime < lu[j].CreatedTime return lu.Data[i].CreatedTime < lu.Data[j].CreatedTime
}) })
return lu return lu
@@ -82,16 +139,16 @@ func (lu ListDisksUnattached) SortByCreatedTime(inverse bool) ListDisksUnattache
// //
// If inverse param is set to true, the order is reversed. // If inverse param is set to true, the order is reversed.
func (lu ListDisksUnattached) SortByDestructionTime(inverse bool) ListDisksUnattached { func (lu ListDisksUnattached) SortByDestructionTime(inverse bool) ListDisksUnattached {
if len(lu) < 2 { if len(lu.Data) < 2 {
return lu return lu
} }
sort.Slice(lu, func(i, j int) bool { sort.Slice(lu.Data, func(i, j int) bool {
if inverse { if inverse {
return lu[i].DestructionTime > lu[j].DestructionTime return lu.Data[i].DestructionTime > lu.Data[j].DestructionTime
} }
return lu[i].DestructionTime < lu[j].DestructionTime return lu.Data[i].DestructionTime < lu.Data[j].DestructionTime
}) })
return lu return lu
@@ -101,16 +158,16 @@ func (lu ListDisksUnattached) SortByDestructionTime(inverse bool) ListDisksUnatt
// //
// If inverse param is set to true, the order is reversed. // If inverse param is set to true, the order is reversed.
func (lu ListDisksUnattached) SortByDeletedTime(inverse bool) ListDisksUnattached { func (lu ListDisksUnattached) SortByDeletedTime(inverse bool) ListDisksUnattached {
if len(lu) < 2 { if len(lu.Data) < 2 {
return lu return lu
} }
sort.Slice(lu, func(i, j int) bool { sort.Slice(lu.Data, func(i, j int) bool {
if inverse { if inverse {
return lu[i].DeletedTime > lu[j].DeletedTime return lu.Data[i].DeletedTime > lu.Data[j].DeletedTime
} }
return lu[i].DeletedTime < lu[j].DeletedTime return lu.Data[i].DeletedTime < lu.Data[j].DeletedTime
}) })
return lu return lu

View File

@@ -31,21 +31,23 @@ func (lenet ListExtNets) FilterByStatus(status string) ListExtNets {
func (lenet ListExtNets) FilterFunc(predicate func(ItemExtNet) bool) ListExtNets { func (lenet ListExtNets) FilterFunc(predicate func(ItemExtNet) bool) ListExtNets {
var result ListExtNets var result ListExtNets
for _, item := range lenet { for _, item := range lenet.Data {
if predicate(item) { if predicate(item) {
result = append(result, item) result.Data = append(result.Data, item)
} }
} }
result.EntryCount = uint64(len(result.Data))
return result return result
} }
// FindOne returns first found ItemExtNet // FindOne returns first found ItemExtNet
// If none was found, returns an empty struct. // If none was found, returns an empty struct.
func (lenet ListExtNets) FindOne() ItemExtNet { func (lenet ListExtNets) FindOne() ItemExtNet {
if len(lenet) == 0 { if lenet.EntryCount == 0 {
return ItemExtNet{} return ItemExtNet{}
} }
return lenet[0] return lenet.Data[0]
} }

View File

@@ -3,23 +3,25 @@ package extnet
import "testing" import "testing"
var extnets = ListExtNets{ var extnets = ListExtNets{
ItemExtNet{ Data: []ItemExtNet{
ID: 3, {
IPCIDR: "176.118.164.0/24", ID: 3,
Name: "176.118.164.0/24", IPCIDR: "176.118.164.0/24",
Status: "ENABLED", Name: "176.118.164.0/24",
}, Status: "ENABLED",
ItemExtNet{ },
ID: 10, {
IPCIDR: "45.134.255.0/24", ID: 10,
Name: "45.134.255.0/24", IPCIDR: "45.134.255.0/24",
Status: "ENABLED", Name: "45.134.255.0/24",
}, Status: "ENABLED",
ItemExtNet{ },
ID: 13, {
IPCIDR: "88.218.249.0/24", ID: 13,
Name: "88.218.249.0/24", IPCIDR: "88.218.249.0/24",
Status: "DISABLED", Name: "88.218.249.0/24",
Status: "DISABLED",
},
}, },
} }
@@ -43,11 +45,11 @@ func TestFilterByName(t *testing.T) {
func TestFilterByStatus(t *testing.T) { func TestFilterByStatus(t *testing.T) {
actual := extnets.FilterByStatus("ENABLED") actual := extnets.FilterByStatus("ENABLED")
if len(actual) != 2 { if len(actual.Data) != 2 {
t.Fatal("expected 2 found, actual: ", len(actual)) t.Fatal("expected 2 found, actual: ", len(actual.Data))
} }
for _, item := range actual { for _, item := range actual.Data {
if item.Status != "ENABLED" { if item.Status != "ENABLED" {
t.Fatal("expected Status 'ENABLED', found: ", item.Status) t.Fatal("expected Status 'ENABLED', found: ", item.Status)
} }
@@ -59,7 +61,7 @@ func TestFilterFunc(t *testing.T) {
return ien.IPCIDR == ien.Name return ien.IPCIDR == ien.Name
}) })
if len(actual) != 3 { if len(actual.Data) != 3 {
t.Fatal("expected 3 elements, found: ", len(actual)) t.Fatal("expected 3 elements, found: ", len(actual.Data))
} }
} }

View File

@@ -8,10 +8,34 @@ import (
// Request struct for get list external network // Request struct for get list external network
type ListRequest struct { type ListRequest struct {
// Filter by account ID // Find by account ID
// Required: false // Required: false
AccountID uint64 `url:"accountId,omitempty" json:"accountId,omitempty"` AccountID uint64 `url:"accountId,omitempty" json:"accountId,omitempty"`
// Find by ID
// Required: false
ByID uint64 `url:"by_id,omitempty" json:"by_id,omitempty"`
// Find by name
// Required: false
Name string `url:"name,omitempty" json:"name,omitempty"`
// Find by network ip address
// Required: false
Network string `url:"network,omitempty" json:"network,omitempty"`
// Find by vlan ID
// Required: false
VLANID uint64 `url:"vlanId,omitempty" json:"vlanId,omitempty"`
// Find by vnfDevices ID
// Required: false
VNFDevID uint64 `url:"vnfDevId,omitempty" json:"vnfDevId,omitempty"`
// Find by status
// Required: false
Status string `url:"status,omitempty" json:"status,omitempty"`
// Page number // Page number
// Required: false // Required: false
Page uint64 `url:"page,omitempty" json:"page,omitempty"` Page uint64 `url:"page,omitempty" json:"page,omitempty"`
@@ -22,7 +46,7 @@ type ListRequest struct {
} }
// List gets list all available external networks // List gets list all available external networks
func (e ExtNet) List(ctx context.Context, req ListRequest) (ListExtNets, error) { func (e ExtNet) List(ctx context.Context, req ListRequest) (*ListExtNets, error) {
url := "/cloudapi/extnet/list" url := "/cloudapi/extnet/list"
res, err := e.client.DecortApiCall(ctx, http.MethodPost, url, req) res, err := e.client.DecortApiCall(ctx, http.MethodPost, url, req)
@@ -37,5 +61,5 @@ func (e ExtNet) List(ctx context.Context, req ListRequest) (ListExtNets, error)
return nil, err return nil, err
} }
return list, nil return &list, nil
} }

View File

@@ -25,7 +25,11 @@ type ItemExtNetExtend struct {
} }
// List of information about external network // List of information about external network
type ListExtNets []ItemExtNet type ListExtNets struct {
Data []ItemExtNet `json:"data"`
EntryCount uint64 `json:"entryCount"`
}
// List of extend information about external network // List of extend information about external network
type ListExtNetExtends []ItemExtNetExtend type ListExtNetExtends []ItemExtNetExtend
@@ -135,11 +139,8 @@ type RecordExtNet struct {
// Meta // Meta
Meta []interface{} `json:"_meta"` Meta []interface{} `json:"_meta"`
// CheckIPs
CheckIPs []string `json:"checkIPs"`
// CheckIps // CheckIps
CheckIps []string `json:"checkIps"` CheckIPs []string `json:"checkIps"`
// Default // Default
Default bool `json:"default"` Default bool `json:"default"`

View File

@@ -12,7 +12,7 @@ import (
// - First argument -> prefix // - First argument -> prefix
// - Second argument -> indent // - Second argument -> indent
func (lenet ListExtNets) Serialize(params ...string) (serialization.Serialized, error) { func (lenet ListExtNets) Serialize(params ...string) (serialization.Serialized, error) {
if len(lenet) == 0 { if lenet.EntryCount == 0 {
return []byte{}, nil return []byte{}, nil
} }

View File

@@ -1,96 +0,0 @@
package flipgroup
// FilterByID returns ListFLIPGroups with specified ID.
func (lfg ListFLIPGroups) FilterByID(id uint64) ListFLIPGroups {
predicate := func(ifg ItemFLIPGroup) bool {
return ifg.ID == id
}
return lfg.FilterFunc(predicate)
}
// FilterByAccountID returns ListFLIPGroups with specified AccountID.
func (lfg ListFLIPGroups) FilterByAccountID(accountID uint64) ListFLIPGroups {
predicate := func(ifg ItemFLIPGroup) bool {
return ifg.AccountID == accountID
}
return lfg.FilterFunc(predicate)
}
// FilterByRGID returns ListFLIPGroups with specified RGID.
func (lfg ListFLIPGroups) FilterByRGID(rgID uint64) ListFLIPGroups {
predicate := func(ifg ItemFLIPGroup) bool {
return ifg.RGID == rgID
}
return lfg.FilterFunc(predicate)
}
// FilterByName returns ListFLIPGroups with specified Name.
func (lfg ListFLIPGroups) FilterByName(name string) ListFLIPGroups {
predicate := func(ifg ItemFLIPGroup) bool {
return ifg.Name == name
}
return lfg.FilterFunc(predicate)
}
// FilterByStatus returns ListFLIPGroups with specified Status.
func (lfg ListFLIPGroups) FilterByStatus(status string) ListFLIPGroups {
predicate := func(ifg ItemFLIPGroup) bool {
return ifg.Status == status
}
return lfg.FilterFunc(predicate)
}
// FilterByCreatedBy returns ListFLIPGroups created by specified user.
func (lfg ListFLIPGroups) FilterByCreatedBy(createdBy string) ListFLIPGroups {
predicate := func(ifg ItemFLIPGroup) bool {
return ifg.CreatedBy == createdBy
}
return lfg.FilterFunc(predicate)
}
// FilterByUpdatedBy returns ListFLIPGroups updated by specified user.
func (lfg ListFLIPGroups) FilterByUpdatedBy(updatedBy string) ListFLIPGroups {
predicate := func(ifg ItemFLIPGroup) bool {
return ifg.UpdatedBy == updatedBy
}
return lfg.FilterFunc(predicate)
}
// FilterByDeletedBy returns ListFLIPGroups deleted by specified user.
func (lfg ListFLIPGroups) FilterByDeletedBy(deletedBy string) ListFLIPGroups {
predicate := func(ifg ItemFLIPGroup) bool {
return ifg.DeletedBy == deletedBy
}
return lfg.FilterFunc(predicate)
}
// FilterFunc allows filtering ListFLIPGroups based on a user-specified predicate.
func (lfg ListFLIPGroups) FilterFunc(predicate func(ItemFLIPGroup) bool) ListFLIPGroups {
var result ListFLIPGroups
for _, item := range lfg {
if predicate(item) {
result = append(result, item)
}
}
return result
}
// FindOne returns first found ItemFLIPGroup
// If none was found, returns an empty struct.
func (lfg ListFLIPGroups) FindOne() ItemFLIPGroup {
if len(lfg) == 0 {
return ItemFLIPGroup{}
}
return lfg[0]
}

View File

@@ -1,189 +0,0 @@
package flipgroup
import "testing"
var flipgroups = ListFLIPGroups{
{
AccountID: 1,
AccountName: "std_1",
ClientIDs: []uint64{
1,
},
ClientNames: []string{
"compute_1",
},
ClientType: "compute",
ConnID: 1,
ConnType: "",
CreatedBy: "sample_user_1@decs3o",
CreatedTime: 1234456789,
DefaultGW: "",
DeletedBy: "",
DeletedTime: 0,
Description: "",
GID: 212,
GUID: 1,
ID: 1,
IP: "",
Milestones: 999001,
Name: "flipgroup_1",
NetID: 111,
NetType: "EXTNET",
Network: "",
RGID: 7971,
RGName: "rg_1",
Status: "CREATED",
UpdatedBy: "",
UpdatedTime: 0,
},
{
AccountID: 2,
AccountName: "std_2",
ClientIDs: []uint64{
2,
},
ClientNames: []string{
"compute_2",
},
ClientType: "compute",
ConnID: 2,
ConnType: "",
CreatedBy: "sample_user_1@decs3o",
CreatedTime: 1234456830,
DefaultGW: "",
DeletedBy: "sample_user_1@decs3o",
DeletedTime: 1234456879,
Description: "",
GID: 212,
GUID: 2,
ID: 2,
IP: "",
Milestones: 999002,
Name: "flipgroup_2",
NetID: 222,
NetType: "EXTNET",
Network: "",
RGID: 7972,
RGName: "rg_2",
Status: "DESTROYED",
UpdatedBy: "",
UpdatedTime: 0,
},
{
AccountID: 3,
AccountName: "std_3",
ClientIDs: []uint64{
3,
},
ClientNames: []string{
"compute_3",
},
ClientType: "compute",
ConnID: 3,
ConnType: "",
CreatedBy: "sample_user_2@decs3o",
CreatedTime: 1234456866,
DefaultGW: "",
DeletedBy: "",
DeletedTime: 0,
Description: "",
GID: 212,
GUID: 3,
ID: 3,
IP: "",
Milestones: 999003,
Name: "flipgroup_3",
NetID: 223,
NetType: "EXTNET",
Network: "",
RGID: 7973,
RGName: "rg_3",
Status: "CREATED",
UpdatedBy: "",
UpdatedTime: 0,
},
}
func TestFilterByID(t *testing.T) {
actual := flipgroups.FilterByID(3).FindOne()
if actual.ID != 3 {
t.Fatal("expected ID 3, found: ", actual.ID)
}
}
func TestFilterByAccountID(t *testing.T) {
actual := flipgroups.FilterByAccountID(1).FindOne()
if actual.AccountID != 1 {
t.Fatal("expected AccountID 1, found: ", actual.AccountID)
}
}
func TestFilterByRGID(t *testing.T) {
actual := flipgroups.FilterByRGID(7972).FindOne()
if actual.RGID != 7972 {
t.Fatal("expected RGID 7972, found: ", actual.RGID)
}
}
func TestFilterByName(t *testing.T) {
actual := flipgroups.FilterByName("flipgroup_1").FindOne()
if actual.Name != "flipgroup_1" {
t.Fatal("expected Name 'flipgroup_1', found: ", actual.Name)
}
}
func TestFilterByStatus(t *testing.T) {
actual := flipgroups.FilterByStatus("CREATED")
if len(actual) != 2 {
t.Fatal("expected 2 found, actual: ", len(actual))
}
for _, item := range actual {
if item.Status != "CREATED" {
t.Fatal("expected Status 'CREATED', found: ", item.Status)
}
}
}
func TestFilterByCreatedBy(t *testing.T) {
actual := flipgroups.FilterByCreatedBy("sample_user_1@decs3o")
if len(actual) != 2 {
t.Fatal("expected 2 found, actual: ", len(actual))
}
for _, item := range actual {
if item.CreatedBy != "sample_user_1@decs3o" {
t.Fatal("expected CreatedBy 'sample_user_1@decs3o', found: ", item.CreatedBy)
}
}
}
func TestFilterFunc(t *testing.T) {
actual := flipgroups.FilterFunc(func(ifg ItemFLIPGroup) bool {
return ifg.NetType == "EXTNET"
})
if len(actual) != 3 {
t.Fatal("expected 3 found, actual: ", len(actual))
}
for _, item := range actual {
if item.NetType != "EXTNET" {
t.Fatal("expected NetType 'EXTNET', found: ", item.NetType)
}
}
}
func TestSortByCreatedTime(t *testing.T) {
actual := flipgroups.SortByCreatedTime(false)
if actual[0].CreatedTime != 1234456789 || actual[2].CreatedTime != 1234456866 {
t.Fatal("expected ascending order, found descending")
}
}

View File

@@ -8,6 +8,34 @@ import (
// Request struct for get list FLIPGroup available to the current user // Request struct for get list FLIPGroup available to the current user
type ListRequest struct { type ListRequest struct {
// Find by name
// Required: false
Name string `url:"name,omitempty" json:"name,omitempty"`
// Find by vinsId
// Required: false
VINSID uint64 `url:"vinsId,omitempty" json:"vinsId,omitempty"`
// Find by VINS name
// Required: false
VINSName string `url:"vinsName,omitempty" json:"vinsName,omitempty"`
// Find by extnetId
// Required: false
ExtNetID uint64 `url:"extnetId,omitempty" json:"extnetId,omitempty"`
// Find by IP
// Reuqired: false
ByIP string `url:"byIp,omitempty" json:"byIp,omitempty"`
// Find by resource group ID
// Reuqired: false
RGID uint64 `url:"rgId,omitempty" json:"rgId,omitempty"`
// Find by id
// Required: false
ByID uint64 `url:"by_id,omitempty" json:"by_id,omitempty"`
// Page number // Page number
// Required: false // Required: false
Page uint64 `url:"page,omitempty" json:"page,omitempty"` Page uint64 `url:"page,omitempty" json:"page,omitempty"`
@@ -18,7 +46,7 @@ type ListRequest struct {
} }
// List gets list FLIPGroup managed cluster instances available to the current user // List gets list FLIPGroup managed cluster instances available to the current user
func (f FLIPGroup) List(ctx context.Context, req ListRequest) (ListFLIPGroups, error) { func (f FLIPGroup) List(ctx context.Context, req ListRequest) (*ListFLIPGroups, error) {
url := "/cloudapi/flipgroup/list" url := "/cloudapi/flipgroup/list"
res, err := f.client.DecortApiCall(ctx, http.MethodPost, url, req) res, err := f.client.DecortApiCall(ctx, http.MethodPost, url, req)
@@ -33,5 +61,5 @@ func (f FLIPGroup) List(ctx context.Context, req ListRequest) (ListFLIPGroups, e
return nil, err return nil, err
} }
return list, nil return &list, nil
} }

View File

@@ -20,18 +20,18 @@ type RecordFLIPGroup struct {
// Detailed information about FLIPGroup // Detailed information about FLIPGroup
type ItemFLIPGroup struct { type ItemFLIPGroup struct {
// CKey
CKey string `json:"_ckey"`
// Meta
Meta []interface{} `json:"_meta"`
// Account ID // Account ID
AccountID uint64 `json:"accountId"` AccountID uint64 `json:"accountId"`
// Account name
AccountName string `json:"accountName"`
// List of client IDs // List of client IDs
ClientIDs []uint64 `json:"clientIds"` ClientIDs []uint64 `json:"clientIds"`
// Client names list
ClientNames []string `json:"clientNames"`
// Client type // Client type
ClientType string `json:"clientType"` ClientType string `json:"clientType"`
@@ -41,21 +41,9 @@ type ItemFLIPGroup struct {
// Connection type // Connection type
ConnType string `json:"connType"` ConnType string `json:"connType"`
// Created by
CreatedBy string `json:"createdBy"`
// Created time
CreatedTime uint64 `json:"createdTime"`
// Default GW // Default GW
DefaultGW string `json:"defaultGW"` DefaultGW string `json:"defaultGW"`
// Deleted by
DeletedBy string `json:"deletedBy"`
// Deleted time
DeletedTime uint64 `json:"deletedTime"`
// Description // Description
Description string `json:"desc"` Description string `json:"desc"`
@@ -83,24 +71,16 @@ type ItemFLIPGroup struct {
// Network type // Network type
NetType string `json:"netType"` NetType string `json:"netType"`
// Network // NetMask
Network string `json:"network"` NetMask uint64 `json:"netmask"`
// Resource group ID
RGID uint64 `json:"rgId"`
// Resource group name
RGName string `json:"rgName"`
// Status // Status
Status string `json:"status"` Status string `json:"status"`
// Updated by
UpdatedBy string `json:"updatedBy"`
// Updated time
UpdatedTime uint64 `json:"updatedTime"`
} }
// List of FLIPGroup // List of FLIPGroup
type ListFLIPGroups []ItemFLIPGroup type ListFLIPGroups struct {
Data []ItemFLIPGroup `json:"data"`
EntryCount uint64 `json:"entryCount"`
}

View File

@@ -12,7 +12,7 @@ import (
// - First argument -> prefix // - First argument -> prefix
// - Second argument -> indent // - Second argument -> indent
func (lfg ListFLIPGroups) Serialize(params ...string) (serialization.Serialized, error) { func (lfg ListFLIPGroups) Serialize(params ...string) (serialization.Serialized, error) {
if len(lfg) == 0 { if len(lfg.Data) == 0 {
return []byte{}, nil return []byte{}, nil
} }

View File

@@ -1,60 +0,0 @@
package flipgroup
import "sort"
// SortByCreatedTime sorts ListFLIPGroups by the CreatedTime field in ascending order.
//
// If inverse param is set to true, the order is reversed.
func (lfg ListFLIPGroups) SortByCreatedTime(inverse bool) ListFLIPGroups {
if len(lfg) < 2 {
return lfg
}
sort.Slice(lfg, func(i, j int) bool {
if inverse {
return lfg[i].CreatedTime > lfg[j].CreatedTime
}
return lfg[i].CreatedTime < lfg[j].CreatedTime
})
return lfg
}
// SortByUpdatedTime sorts ListFLIPGroups by the UpdatedTime field in ascending order.
//
// If inverse param is set to true, the order is reversed.
func (lfg ListFLIPGroups) SortByUpdatedTime(inverse bool) ListFLIPGroups {
if len(lfg) < 2 {
return lfg
}
sort.Slice(lfg, func(i, j int) bool {
if inverse {
return lfg[i].UpdatedTime > lfg[j].UpdatedTime
}
return lfg[i].UpdatedTime < lfg[j].UpdatedTime
})
return lfg
}
// SortByDeletedTime sorts ListFLIPGroups by the DeletedTime field in ascending order.
//
// If inverse param is set to true, the order is reversed.
func (lfg ListFLIPGroups) SortByDeletedTime(inverse bool) ListFLIPGroups {
if len(lfg) < 2 {
return lfg
}
sort.Slice(lfg, func(i, j int) bool {
if inverse {
return lfg[i].DeletedTime > lfg[j].DeletedTime
}
return lfg[i].DeletedTime < lfg[j].DeletedTime
})
return lfg
}

View File

@@ -40,21 +40,23 @@ func (li ListImages) FilterByBootType(bootType string) ListImages {
func (li ListImages) FilterFunc(predicate func(ItemImage) bool) ListImages { func (li ListImages) FilterFunc(predicate func(ItemImage) bool) ListImages {
var result ListImages var result ListImages
for _, item := range li { for _, item := range li.Data {
if predicate(item) { if predicate(item) {
result = append(result, item) result.Data = append(result.Data, item)
} }
} }
result.EntryCount = uint64(len(result.Data))
return result return result
} }
// FindOne returns first found ItemImage // FindOne returns first found ItemImage
// If none was found, returns an empty struct. // If none was found, returns an empty struct.
func (li ListImages) FindOne() ItemImage { func (li ListImages) FindOne() ItemImage {
if len(li) == 0 { if len(li.Data) == 0 {
return ItemImage{} return ItemImage{}
} }
return li[0] return li.Data[0]
} }

View File

@@ -3,66 +3,69 @@ package image
import "testing" import "testing"
var images = ListImages{ var images = ListImages{
ItemImage{ Data: []ItemImage{
AccountID: 0, {
Architecture: "X86_64", AccountID: 0,
BootType: "bios", Architecture: "X86_64",
Bootable: true, BootType: "bios",
Description: "", Bootable: true,
Drivers: []string{ Description: "",
"KVM_X86", Drivers: []string{
"KVM_X86",
},
HotResize: true,
ID: 9882,
LinkTo: 0,
Name: "u16",
Pool: "vmstor",
Size: 5,
Status: "CREATED",
Type: "linux",
Username: "",
Virtual: false,
}, },
HotResize: true, {
ID: 9882, AccountID: 0,
LinkTo: 0, Architecture: "X86_64",
Name: "u16", BootType: "bois",
Pool: "vmstor", Bootable: true,
Size: 5, Description: "",
Status: "CREATED", Drivers: []string{
Type: "linux", "KVM_X86",
Username: "", },
Virtual: false, HotResize: false,
}, ID: 9884,
ItemImage{ LinkTo: 0,
AccountID: 0, Name: "alpine-virt-3.17",
Architecture: "X86_64", Pool: "vmstor",
BootType: "bois", Size: 1,
Bootable: true, Status: "CREATED",
Description: "", Type: "linux",
Drivers: []string{ Username: "",
"KVM_X86", Virtual: true,
}, },
HotResize: false, {
ID: 9884, AccountID: 1,
LinkTo: 0, Architecture: "X86_64",
Name: "alpine-virt-3.17", BootType: "bios",
Pool: "vmstor", Bootable: true,
Size: 1, Description: "",
Status: "CREATED", Drivers: []string{
Type: "linux", "KVM_X86",
Username: "", },
Virtual: true, HotResize: true,
}, ID: 9885,
ItemImage{ LinkTo: 0,
AccountID: 1, Name: "test",
Architecture: "X86_64", Pool: "vmstor",
BootType: "bios", Size: 4,
Bootable: true, Status: "DESTROYED",
Description: "", Type: "linux",
Drivers: []string{ Username: "",
"KVM_X86", Virtual: false,
}, },
HotResize: true,
ID: 9885,
LinkTo: 0,
Name: "test",
Pool: "vmstor",
Size: 4,
Status: "DESTROYED",
Type: "linux",
Username: "",
Virtual: false,
}, },
EntryCount: 3,
} }
func TestFilterByID(t *testing.T) { func TestFilterByID(t *testing.T) {
@@ -84,11 +87,11 @@ func TestFilterByName(t *testing.T) {
func TestFilterByStatus(t *testing.T) { func TestFilterByStatus(t *testing.T) {
actual := images.FilterByStatus("CREATED") actual := images.FilterByStatus("CREATED")
if len(actual) != 2 { if len(actual.Data) != 2 {
t.Fatal("expected 2 found, actual: ", len(actual)) t.Fatal("expected 2 found, actual: ", len(actual.Data))
} }
for _, item := range actual { for _, item := range actual.Data {
if item.Status != "CREATED" { if item.Status != "CREATED" {
t.Fatal("expected Status 'CREATED', found: ", item.Status) t.Fatal("expected Status 'CREATED', found: ", item.Status)
} }
@@ -98,11 +101,11 @@ func TestFilterByStatus(t *testing.T) {
func TestFilterByBootType(t *testing.T) { func TestFilterByBootType(t *testing.T) {
actual := images.FilterByBootType("bios") actual := images.FilterByBootType("bios")
if len(actual) != 2 { if len(actual.Data) != 2 {
t.Fatal("expected 2 found, actual: ", len(actual)) t.Fatal("expected 2 found, actual: ", len(actual.Data))
} }
for _, item := range actual { for _, item := range actual.Data {
if item.BootType != "bios" { if item.BootType != "bios" {
t.Fatal("expected BootType 'bios', found: ", item.BootType) t.Fatal("expected BootType 'bios', found: ", item.BootType)
} }
@@ -110,15 +113,15 @@ func TestFilterByBootType(t *testing.T) {
} }
func TestFilterFunc(t *testing.T) { func TestFilterFunc(t *testing.T) {
actual := images.FilterFunc(func(ii ItemImage) bool { actual := images.FilterFunc(func(ii ItemImage) bool {
return ii.Virtual == true return ii.Virtual == true
}) })
if len(actual) != 1 { if len(actual.Data) != 1 {
t.Fatal("expected 1 found, actual: ", len(actual)) t.Fatal("expected 1 found, actual: ", len(actual.Data))
} }
if actual[0].Virtual != true { if actual.Data[0].Virtual != true {
t.Fatal("expected Virtual true, found false") t.Fatal("expected Virtual true, found false")
} }
} }

View File

@@ -8,9 +8,53 @@ import (
// Request struct for get list available images // Request struct for get list available images
type ListRequest struct { type ListRequest struct {
// Optional account ID to include account images // Find by storage endpoint provider ID
// Required: false // Required: false
AccountID uint64 `url:"accountId,omitempty" json:"accountId,omitempty"` SEPID uint64 `url:"sepId,omitempty" json:"sepId,omitempty"`
// Find by id
// Required: false
ByID uint64 `url:"by_id,omitempty" json:"by_id,omitempty"`
// Find by ID
// Required: false
Name string `url:"name,omitempty" json:"name,omitempty"`
// Find by status
// Required: false
Status string `url:"status,omitempty" json:"status,omitempty"`
// Find by architecture
// Required: false
Architecture string `url:"architecture,omitempty" json:"architecture,omitempty"`
// Find by type
// Required: false
TypeImage string `url:"typeImage,omitempty" json:"typeImage,omitempty"`
// Find by image size
// Required: false
ImageSize uint64 `url:"imageSize,omitempty" json:"imageSize,omitempty"`
// Find by SEP name
// Required: false
SEPName string `url:"sepName,omitempty" json:"sepName,omitempty"`
// Find by pool
// Required: false
Pool string `url:"pool,omitempty" json:"pool,omitempty"`
// Find by public True or False
// Required: false
Public bool `url:"public,omitempty" json:"public,omitempty"`
// Find by hot resize True or False
// Required: false
HotResize bool `url:"hotResize,omitempty" json:"hotResize,omitempty"`
// Find by bootable True or False
// Required: false
Bootable bool `url:"bootable,omitempty" json:"bootable,omitempty"`
// Page number // Page number
// Required: false // Required: false
@@ -22,7 +66,7 @@ type ListRequest struct {
} }
// List gets list available images, optionally filtering by account ID // List gets list available images, optionally filtering by account ID
func (i Image) List(ctx context.Context, req ListRequest) (ListImages, error) { func (i Image) List(ctx context.Context, req ListRequest) (*ListImages, error) {
url := "/cloudapi/image/list" url := "/cloudapi/image/list"
res, err := i.client.DecortApiCall(ctx, http.MethodPost, url, req) res, err := i.client.DecortApiCall(ctx, http.MethodPost, url, req)
@@ -37,5 +81,5 @@ func (i Image) List(ctx context.Context, req ListRequest) (ListImages, error) {
return nil, err return nil, err
} }
return list, nil return &list, nil
} }

View File

@@ -58,7 +58,13 @@ type ItemImage struct {
} }
// List of information about images // List of information about images
type ListImages []ItemImage type ListImages struct {
// Data
Data []ItemImage `json:"data"`
// Entry count
EntryCount uint64 `json:"entryCount"`
}
// History // History
type History struct { type History struct {

View File

@@ -12,7 +12,7 @@ import (
// - First argument -> prefix // - First argument -> prefix
// - Second argument -> indent // - Second argument -> indent
func (li ListImages) Serialize(params ...string) (serialization.Serialized, error) { func (li ListImages) Serialize(params ...string) (serialization.Serialized, error) {
if len(li) == 0 { if len(li.Data) == 0 {
return []byte{}, nil return []byte{}, nil
} }

View File

@@ -3,7 +3,7 @@ package k8ci
// FilterByID returns ListK8CI with specified ID. // FilterByID returns ListK8CI with specified ID.
func (lkc ListK8CI) FilterByID(id uint64) ListK8CI { func (lkc ListK8CI) FilterByID(id uint64) ListK8CI {
predicate := func(ikc ItemK8CI) bool { predicate := func(ikc ItemK8CI) bool {
return ikc.RecordK8CI.ID == id return ikc.ID == id
} }
return lkc.FilterFunc(predicate) return lkc.FilterFunc(predicate)
@@ -12,7 +12,7 @@ func (lkc ListK8CI) FilterByID(id uint64) ListK8CI {
// FilterByName returns ListK8CI with specified Name. // FilterByName returns ListK8CI with specified Name.
func (lkc ListK8CI) FilterByName(name string) ListK8CI { func (lkc ListK8CI) FilterByName(name string) ListK8CI {
predicate := func(ikc ItemK8CI) bool { predicate := func(ikc ItemK8CI) bool {
return ikc.RecordK8CI.Name == name return ikc.Name == name
} }
return lkc.FilterFunc(predicate) return lkc.FilterFunc(predicate)
@@ -22,21 +22,23 @@ func (lkc ListK8CI) FilterByName(name string) ListK8CI {
func (lkc ListK8CI) FilterFunc(predicate func(ItemK8CI) bool) ListK8CI { func (lkc ListK8CI) FilterFunc(predicate func(ItemK8CI) bool) ListK8CI {
var result ListK8CI var result ListK8CI
for _, item := range lkc { for _, item := range lkc.Data {
if predicate(item) { if predicate(item) {
result = append(result, item) result.Data = append(result.Data, item)
} }
} }
result.EntryCount = uint64(len(result.Data))
return result return result
} }
// FindOne returns first found ItemK8CI // FindOne returns first found ItemK8CI
// If none was found, returns an empty struct. // If none was found, returns an empty struct.
func (lkc ListK8CI) FindOne() ItemK8CI { func (lkc ListK8CI) FindOne() ItemK8CI {
if len(lkc) == 0 { if len(lkc.Data) == 0 {
return ItemK8CI{} return ItemK8CI{}
} }
return lkc[0] return lkc.Data[0]
} }

View File

@@ -3,33 +3,50 @@ package k8ci
import "testing" import "testing"
var k8ciItems = ListK8CI{ var k8ciItems = ListK8CI{
ItemK8CI{ Data: []ItemK8CI{
CreatedTime: 123902139, {
RecordK8CI: RecordK8CI{ CreatedTime: 123902139,
Status: "ENABLED",
Description: "", Description: "",
ID: 1, ID: 1,
Name: "purple_snake", Name: "purple_snake",
Version: "1", Version: "1",
LBImageID: 654,
NetworkPlugins: []string{
"flannel",
"calico",
"weavenet",
},
}, },
}, {
ItemK8CI{ CreatedTime: 123902232,
CreatedTime: 123902232, Status: "ENABLED",
RecordK8CI: RecordK8CI{
Description: "", Description: "",
ID: 2, ID: 2,
Name: "green_giant", Name: "green_giant",
Version: "2", Version: "2",
LBImageID: 654,
NetworkPlugins: []string{
"flannel",
"calico",
"weavenet",
},
}, },
}, {
ItemK8CI{ CreatedTime: 123902335,
CreatedTime: 123902335, Status: "DISABLED",
RecordK8CI: RecordK8CI{
Description: "", Description: "",
ID: 3, ID: 3,
Name: "magenta_cloud", Name: "magenta_cloud",
Version: "3", Version: "3",
NetworkPlugins: []string{
"flannel",
"calico",
"weavenet",
},
}, },
}, },
EntryCount: 3,
} }
func TestFilterByID(t *testing.T) { func TestFilterByID(t *testing.T) {
@@ -53,11 +70,11 @@ func TestFilterFunc(t *testing.T) {
return ikc.CreatedTime > 123902139 return ikc.CreatedTime > 123902139
}) })
if len(actual) != 2 { if len(actual.Data) != 2 {
t.Fatal("expected 2 found, actual: ", len(actual)) t.Fatal("expected 2 found, actual: ", len(actual.Data))
} }
for _, item := range actual { for _, item := range actual.Data {
if item.CreatedTime < 123902139 { if item.CreatedTime < 123902139 {
t.Fatal("expected CreatedTime greater than 123902139, found: ", item.CreatedTime) t.Fatal("expected CreatedTime greater than 123902139, found: ", item.CreatedTime)
} }
@@ -67,7 +84,7 @@ func TestFilterFunc(t *testing.T) {
func TestSortingByCreatedTime(t *testing.T) { func TestSortingByCreatedTime(t *testing.T) {
actual := k8ciItems.SortByCreatedTime(true) actual := k8ciItems.SortByCreatedTime(true)
if actual[0].CreatedTime != 123902335 && actual[2].CreatedTime != 123902139 { if actual.Data[0].CreatedTime != 123902335 && actual.Data[2].CreatedTime != 123902139 {
t.Fatal("expected inverse sort, found normal") t.Fatal("expected inverse sort, found normal")
} }
} }

View File

@@ -8,6 +8,30 @@ import (
// Request struct for get list information about images // Request struct for get list information about images
type ListRequest struct { type ListRequest struct {
// Find by ID
// Required: false
ByID uint64 `url:"id,omitempty" json:"id,omitempty"`
// Find by name
// Required: false
Name string `url:"name,omitempty" json:"name,omitempty"`
// Find by status
// Required: false
Status string `url:"status,omitempty" json:"status,omitempty"`
// Find by worker driver
// Required: false
WorkerDriver string `url:"workerDriver,omitempty" json:"workerDriver,omitempty"`
// Find by master driver
// Required: false
MasterDriver string `url:"masterDriver,omitempty" json:"masterDriver,omitempty"`
// Find by network plugin
// Required: false
NetworkPlugins string `url:"netPlugins,omitempty" json:"netPlugins,omitempty"`
// List disabled items as well // List disabled items as well
// Required: false // Required: false
IncludeDisabled bool `url:"includeDisabled,omitempty" json:"includeDisabled,omitempty"` IncludeDisabled bool `url:"includeDisabled,omitempty" json:"includeDisabled,omitempty"`
@@ -22,7 +46,7 @@ type ListRequest struct {
} }
// List gets list all k8ci catalog items available to the current user // List gets list all k8ci catalog items available to the current user
func (k K8CI) List(ctx context.Context, req ListRequest) (ListK8CI, error) { func (k K8CI) List(ctx context.Context, req ListRequest) (*ListK8CI, error) {
url := "/cloudapi/k8ci/list" url := "/cloudapi/k8ci/list"
res, err := k.client.DecortApiCall(ctx, http.MethodPost, url, req) res, err := k.client.DecortApiCall(ctx, http.MethodPost, url, req)
@@ -37,5 +61,5 @@ func (k K8CI) List(ctx context.Context, req ListRequest) (ListK8CI, error) {
return nil, err return nil, err
} }
return list, nil return &list, nil
} }

View File

@@ -8,6 +8,26 @@ import (
// Request struct for get list information about deleted images // Request struct for get list information about deleted images
type ListDeletedRequest struct { type ListDeletedRequest struct {
// Find by ID
// Required: false
ByID uint64 `url:"k8cId,omitempty" json:"k8cId,omitempty"`
// Find by name
// Required: false
Name string `url:"name,omitempty" json:"name,omitempty"`
// Find by worker driver
// Required: false
WorkerDriver string `url:"workerDriver,omitempty" json:"workerDriver,omitempty"`
// Find by master driver
// Required: false
MasterDriver string `url:"masterDriver,omitempty" json:"masterDriver,omitempty"`
// Find by network plugin
// Required: false
NetworkPlugins string `url:"netPlugins,omitempty" json:"netPlugins,omitempty"`
// Page number // Page number
// Required: false // Required: false
Page uint64 `url:"page,omitempty" json:"page,omitempty"` Page uint64 `url:"page,omitempty" json:"page,omitempty"`
@@ -18,7 +38,7 @@ type ListDeletedRequest struct {
} }
// ListDeleted gets list all deleted k8ci catalog items available to the current user // ListDeleted gets list all deleted k8ci catalog items available to the current user
func (k K8CI) ListDeleted(ctx context.Context, req ListDeletedRequest) (ListK8CI, error) { func (k K8CI) ListDeleted(ctx context.Context, req ListDeletedRequest) (*ListK8CI, error) {
url := "/cloudapi/k8ci/listDeleted" url := "/cloudapi/k8ci/listDeleted"
res, err := k.client.DecortApiCall(ctx, http.MethodPost, url, req) res, err := k.client.DecortApiCall(ctx, http.MethodPost, url, req)
@@ -33,5 +53,5 @@ func (k K8CI) ListDeleted(ctx context.Context, req ListDeletedRequest) (ListK8CI
return nil, err return nil, err
} }
return list, nil return &list, nil
} }

View File

@@ -5,12 +5,34 @@ type ItemK8CI struct {
// Created time // Created time
CreatedTime uint64 `json:"createdTime"` CreatedTime uint64 `json:"createdTime"`
// Main information about K8CI // Description
RecordK8CI Description string `json:"desc"`
// ID
ID uint64 `json:"id"`
// LB image ID
LBImageID uint64 `json:"lbImageId"`
// Name
Name string `json:"name"`
// Network plugins
NetworkPlugins []string `json:"networkPlugins"`
// Status
Status string `json:"status"`
// Version
Version string `json:"version"`
} }
// List of K8CI // List of K8CI
type ListK8CI []ItemK8CI type ListK8CI struct {
Data []ItemK8CI `json:"data"`
EntryCount uint64 `json:"entryCount"`
}
// Main information about K8CI // Main information about K8CI
type RecordK8CI struct { type RecordK8CI struct {

View File

@@ -12,7 +12,7 @@ import (
// - First argument -> prefix // - First argument -> prefix
// - Second argument -> indent // - Second argument -> indent
func (lkc ListK8CI) Serialize(params ...string) (serialization.Serialized, error) { func (lkc ListK8CI) Serialize(params ...string) (serialization.Serialized, error) {
if len(lkc) == 0 { if len(lkc.Data) == 0 {
return []byte{}, nil return []byte{}, nil
} }

View File

@@ -6,16 +6,16 @@ import "sort"
// //
// If inverse param is set to true, the order is reversed. // If inverse param is set to true, the order is reversed.
func (lkc ListK8CI) SortByCreatedTime(inverse bool) ListK8CI { func (lkc ListK8CI) SortByCreatedTime(inverse bool) ListK8CI {
if len(lkc) < 2 { if len(lkc.Data) < 2 {
return lkc return lkc
} }
sort.Slice(lkc, func(i, j int) bool { sort.Slice(lkc.Data, func(i, j int) bool {
if inverse { if inverse {
return lkc[i].CreatedTime > lkc[j].CreatedTime return lkc.Data[i].CreatedTime > lkc.Data[j].CreatedTime
} }
return lkc[i].CreatedTime < lkc[j].CreatedTime return lkc.Data[i].CreatedTime < lkc.Data[j].CreatedTime
}) })
return lkc return lkc

View File

@@ -76,21 +76,23 @@ func (lkc ListK8SClusters) FilterByDeletedBy(deletedBy string) ListK8SClusters {
func (lkc ListK8SClusters) FilterFunc(predicate func(ItemK8SCluster) bool) ListK8SClusters { func (lkc ListK8SClusters) FilterFunc(predicate func(ItemK8SCluster) bool) ListK8SClusters {
var result ListK8SClusters var result ListK8SClusters
for _, item := range lkc { for _, item := range lkc.Data {
if predicate(item) { if predicate(item) {
result = append(result, item) result.Data = append(result.Data, item)
} }
} }
result.EntryCount = uint64(len(result.Data))
return result return result
} }
// FindOne returns first found ItemK8SCluster // FindOne returns first found ItemK8SCluster
// If none was found, returns an empty struct. // If none was found, returns an empty struct.
func (lkc ListK8SClusters) FindOne() ItemK8SCluster { func (lkc ListK8SClusters) FindOne() ItemK8SCluster {
if len(lkc) == 0 { if len(lkc.Data) == 0 {
return ItemK8SCluster{} return ItemK8SCluster{}
} }
return lkc[0] return lkc.Data[0]
} }

View File

@@ -3,86 +3,88 @@ package k8s
import "testing" import "testing"
var k8sItems = ListK8SClusters{ var k8sItems = ListK8SClusters{
ItemK8SCluster{ Data: []ItemK8SCluster{
AccountID: 1, {
AccountName: "test_1", AccountID: 1,
ACL: []interface{}{}, AccountName: "test_1",
BServiceID: 1, ACL: []interface{}{},
CIID: 1, BServiceID: 1,
Config: nil, CIID: 1,
CreatedBy: "test_user", Config: nil,
CreatedTime: 132454563, CreatedBy: "test_user",
DeletedBy: "", CreatedTime: 132454563,
DeletedTime: 0, DeletedBy: "",
Description: "", DeletedTime: 0,
ExtNetID: 1, Description: "",
GID: 0, ExtNetID: 1,
GUID: 1, GID: 0,
ID: 1, GUID: 1,
LBID: 1, ID: 1,
Milestones: 999999, LBID: 1,
Name: "k8s_1", Milestones: 999999,
RGID: 1, Name: "k8s_1",
RGName: "rg_1", RGID: 1,
Status: "ENABLED", RGName: "rg_1",
TechStatus: "STARTED", Status: "ENABLED",
UpdatedBy: "", TechStatus: "STARTED",
UpdatedTime: 0, UpdatedBy: "",
VINSID: 0, UpdatedTime: 0,
}, VINSID: 0,
ItemK8SCluster{ },
AccountID: 2, {
AccountName: "test_2", AccountID: 2,
ACL: []interface{}{}, AccountName: "test_2",
BServiceID: 2, ACL: []interface{}{},
CIID: 2, BServiceID: 2,
Config: nil, CIID: 2,
CreatedBy: "test_user", Config: nil,
CreatedTime: 132454638, CreatedBy: "test_user",
DeletedBy: "", CreatedTime: 132454638,
DeletedTime: 0, DeletedBy: "",
Description: "", DeletedTime: 0,
ExtNetID: 2, Description: "",
GID: 0, ExtNetID: 2,
GUID: 2, GID: 0,
ID: 2, GUID: 2,
LBID: 2, ID: 2,
Milestones: 999999, LBID: 2,
Name: "k8s_2", Milestones: 999999,
RGID: 2, Name: "k8s_2",
RGName: "rg_2", RGID: 2,
Status: "ENABLED", RGName: "rg_2",
TechStatus: "STARTED", Status: "ENABLED",
UpdatedBy: "", TechStatus: "STARTED",
UpdatedTime: 0, UpdatedBy: "",
VINSID: 0, UpdatedTime: 0,
}, VINSID: 0,
ItemK8SCluster{ },
AccountID: 3, {
AccountName: "test_3", AccountID: 3,
ACL: []interface{}{}, AccountName: "test_3",
BServiceID: 3, ACL: []interface{}{},
CIID: 3, BServiceID: 3,
Config: nil, CIID: 3,
CreatedBy: "test_user", Config: nil,
CreatedTime: 132454682, CreatedBy: "test_user",
DeletedBy: "", CreatedTime: 132454682,
DeletedTime: 0, DeletedBy: "",
Description: "", DeletedTime: 0,
ExtNetID: 3, Description: "",
GID: 0, ExtNetID: 3,
GUID: 3, GID: 0,
ID: 3, GUID: 3,
LBID: 3, ID: 3,
Milestones: 999999, LBID: 3,
Name: "k8s_3", Milestones: 999999,
RGID: 3, Name: "k8s_3",
RGName: "rg_3", RGID: 3,
Status: "DISABLED", RGName: "rg_3",
TechStatus: "STOPPED", Status: "DISABLED",
UpdatedBy: "", TechStatus: "STOPPED",
UpdatedTime: 0, UpdatedBy: "",
VINSID: 0, UpdatedTime: 0,
VINSID: 0,
},
}, },
} }
@@ -121,11 +123,11 @@ func TestFilterByRGID(t *testing.T) {
func TestFilterByStatus(t *testing.T) { func TestFilterByStatus(t *testing.T) {
actual := k8sItems.FilterByStatus("ENABLED") actual := k8sItems.FilterByStatus("ENABLED")
if len(actual) != 2 { if len(actual.Data) != 2 {
t.Fatal("expected 2 found, actual: ", len(actual)) t.Fatal("expected 2 found, actual: ", len(actual.Data))
} }
for _, item := range actual { for _, item := range actual.Data {
if item.Status != "ENABLED" { if item.Status != "ENABLED" {
t.Fatal("expected Status 'ENABLED', found: ", item.Status) t.Fatal("expected Status 'ENABLED', found: ", item.Status)
} }
@@ -135,11 +137,11 @@ func TestFilterByStatus(t *testing.T) {
func TestFilterByTechStatus(t *testing.T) { func TestFilterByTechStatus(t *testing.T) {
actual := k8sItems.FilterByTechStatus("STARTED") actual := k8sItems.FilterByTechStatus("STARTED")
if len(actual) != 2 { if len(actual.Data) != 2 {
t.Fatal("expected 2 found, actual: ", len(actual)) t.Fatal("expected 2 found, actual: ", len(actual.Data))
} }
for _, item := range actual { for _, item := range actual.Data {
if item.TechStatus != "STARTED" { if item.TechStatus != "STARTED" {
t.Fatal("expected TechStatus 'STARTED', found: ", item.TechStatus) t.Fatal("expected TechStatus 'STARTED', found: ", item.TechStatus)
} }
@@ -149,11 +151,11 @@ func TestFilterByTechStatus(t *testing.T) {
func TestFilterByCreatedBy(t *testing.T) { func TestFilterByCreatedBy(t *testing.T) {
actual := k8sItems.FilterByCreatedBy("test_user") actual := k8sItems.FilterByCreatedBy("test_user")
if len(actual) != 3 { if len(actual.Data) != 3 {
t.Fatal("expected 3 found, actual: ", len(actual)) t.Fatal("expected 3 found, actual: ", len(actual.Data))
} }
for _, item := range actual { for _, item := range actual.Data {
if item.CreatedBy != "test_user" { if item.CreatedBy != "test_user" {
t.Fatal("expected CreatedBy 'test_user', found: ", item.CreatedBy) t.Fatal("expected CreatedBy 'test_user', found: ", item.CreatedBy)
} }
@@ -163,8 +165,8 @@ func TestFilterByCreatedBy(t *testing.T) {
func TestFilterByDeletedBy(t *testing.T) { func TestFilterByDeletedBy(t *testing.T) {
actual := k8sItems.FilterByDeletedBy("test_user") actual := k8sItems.FilterByDeletedBy("test_user")
if len(actual) != 0 { if len(actual.Data) != 0 {
t.Fatal("expected 0 found, actual: ", len(actual)) t.Fatal("expected 0 found, actual: ", len(actual.Data))
} }
} }
@@ -182,7 +184,7 @@ func TestFilterFunc(t *testing.T) {
func TestSortByCreatedTime(t *testing.T) { func TestSortByCreatedTime(t *testing.T) {
actual := k8sItems.SortByCreatedTime(false) actual := k8sItems.SortByCreatedTime(false)
if actual[0].CreatedTime != 132454563 || actual[2].CreatedTime != 132454682 { if actual.Data[0].CreatedTime != 132454563 || actual.Data[2].CreatedTime != 132454682 {
t.Fatal("expected ascending sort, seems to be inversed") t.Fatal("expected ascending sort, seems to be inversed")
} }
} }

View File

@@ -8,6 +8,38 @@ import (
// Request struct for get list information K8S // Request struct for get list information K8S
type ListRequest struct { type ListRequest struct {
// Find by ID
// Required: false
ByID uint64 `url:"by_id,omitempty" json:"by_id,omitempty"`
// Find by name
// Required: false
Name string `url:"name,omitempty" json:"name,omitempty"`
// Find by IP address
// Required: false
IPAddress string `url:"ipAddress,omitempty" json:"ipAddress,omitempty"`
// Find by resource group ID
// Required: false
RGID uint64 `url:"rgId,omitempty" json:"rgId,omitempty"`
// Find by lbId
// Required: false
LBID uint64 `url:"lbId,omitempty" json:"lbId,omitempty"`
// Find by basicServiceId
// Required: false
BasicServiceID uint64 `url:"basicServiceId,omitempty" json:"basicServiceId,omitempty"`
// Find by status
// Required: false
Status string `url:"status,omitempty" json:"status,omitempty"`
// Find by techStatus
// Required: false
TechStatus string `url:"techStatus,omitempty" json:"techStatus,omitempty"`
// Include deleted clusters in result // Include deleted clusters in result
// Required: false // Required: false
IncludeDeleted bool `url:"includedeleted,omitempty" json:"includedeleted,omitempty"` IncludeDeleted bool `url:"includedeleted,omitempty" json:"includedeleted,omitempty"`
@@ -22,7 +54,7 @@ type ListRequest struct {
} }
// List gets list all kubernetes clusters the user has access to // List gets list all kubernetes clusters the user has access to
func (k8s K8S) List(ctx context.Context, req ListRequest) (ListK8SClusters, error) { func (k8s K8S) List(ctx context.Context, req ListRequest) (*ListK8SClusters, error) {
url := "/cloudapi/k8s/list" url := "/cloudapi/k8s/list"
res, err := k8s.client.DecortApiCall(ctx, http.MethodPost, url, req) res, err := k8s.client.DecortApiCall(ctx, http.MethodPost, url, req)
@@ -37,5 +69,5 @@ func (k8s K8S) List(ctx context.Context, req ListRequest) (ListK8SClusters, erro
return nil, err return nil, err
} }
return list, nil return &list, nil
} }

View File

@@ -8,6 +8,38 @@ import (
// Request struct for get list deleted kubernetes cluster // Request struct for get list deleted kubernetes cluster
type ListDeletedRequest struct { type ListDeletedRequest struct {
// Find by ID
// Required: false
ByID uint64 `url:"by_id,omitempty" json:"by_id,omitempty"`
// Find by name
// Required: false
Name string `url:"name,omitempty" json:"name,omitempty"`
// Find by IP address
// Required: false
IPAddress string `url:"ipAddress,omitempty" json:"ipAddress,omitempty"`
// Find by resource group ID
// Required: false
RGID uint64 `url:"rgId,omitempty" json:"rgId,omitempty"`
// Find by lbId
// Required: false
LBID uint64 `url:"lbId,omitempty" json:"lbId,omitempty"`
// Find by basicServiceId
// Required: false
BasicServiceID uint64 `url:"basicServiceId,omitempty" json:"basicServiceId,omitempty"`
// Find by status
// Required: false
Status string `url:"status,omitempty" json:"status,omitempty"`
// Find by techStatus
// Required: false
TechStatus string `url:"techStatus,omitempty" json:"techStatus,omitempty"`
// Page number // Page number
// Required: false // Required: false
Page uint64 `url:"page,omitempty" json:"page,omitempty"` Page uint64 `url:"page,omitempty" json:"page,omitempty"`
@@ -18,7 +50,7 @@ type ListDeletedRequest struct {
} }
// ListDeleted gets all deleted kubernetes clusters the user has access to // ListDeleted gets all deleted kubernetes clusters the user has access to
func (k8s K8S) ListDeleted(ctx context.Context, req ListDeletedRequest) (ListK8SClusters, error) { func (k8s K8S) ListDeleted(ctx context.Context, req ListDeletedRequest) (*ListK8SClusters, error) {
url := "/cloudapi/k8s/listDeleted" url := "/cloudapi/k8s/listDeleted"
res, err := k8s.client.DecortApiCall(ctx, http.MethodPost, url, req) res, err := k8s.client.DecortApiCall(ctx, http.MethodPost, url, req)
@@ -33,5 +65,5 @@ func (k8s K8S) ListDeleted(ctx context.Context, req ListDeletedRequest) (ListK8S
return nil, err return nil, err
} }
return list, nil return &list, nil
} }

View File

@@ -293,4 +293,10 @@ type RecordServiceAccount struct {
} }
// List of kubernetes clusters // List of kubernetes clusters
type ListK8SClusters []ItemK8SCluster type ListK8SClusters struct {
// Data
Data []ItemK8SCluster `json:"data"`
// Entry count
EntryCount uint64 `json:"entryCount"`
}

View File

@@ -12,7 +12,7 @@ import (
// - First argument -> prefix // - First argument -> prefix
// - Second argument -> indent // - Second argument -> indent
func (lkc ListK8SClusters) Serialize(params ...string) (serialization.Serialized, error) { func (lkc ListK8SClusters) Serialize(params ...string) (serialization.Serialized, error) {
if len(lkc) == 0 { if len(lkc.Data) == 0 {
return []byte{}, nil return []byte{}, nil
} }

View File

@@ -6,16 +6,16 @@ import "sort"
// //
// If inverse param is set to true, the order is reversed. // If inverse param is set to true, the order is reversed.
func (lkc ListK8SClusters) SortByCreatedTime(inverse bool) ListK8SClusters { func (lkc ListK8SClusters) SortByCreatedTime(inverse bool) ListK8SClusters {
if len(lkc) < 2 { if len(lkc.Data) < 2 {
return lkc return lkc
} }
sort.Slice(lkc, func(i, j int) bool { sort.Slice(lkc.Data, func(i, j int) bool {
if inverse { if inverse {
return lkc[i].CreatedTime > lkc[j].CreatedTime return lkc.Data[i].CreatedTime > lkc.Data[j].CreatedTime
} }
return lkc[i].CreatedTime < lkc[j].CreatedTime return lkc.Data[i].CreatedTime < lkc.Data[j].CreatedTime
}) })
return lkc return lkc
@@ -25,16 +25,16 @@ func (lkc ListK8SClusters) SortByCreatedTime(inverse bool) ListK8SClusters {
// //
// If inverse param is set to true, the order is reversed. // If inverse param is set to true, the order is reversed.
func (lkc ListK8SClusters) SortByUpdatedTime(inverse bool) ListK8SClusters { func (lkc ListK8SClusters) SortByUpdatedTime(inverse bool) ListK8SClusters {
if len(lkc) < 2 { if len(lkc.Data) < 2 {
return lkc return lkc
} }
sort.Slice(lkc, func(i, j int) bool { sort.Slice(lkc.Data, func(i, j int) bool {
if inverse { if inverse {
return lkc[i].UpdatedTime > lkc[j].UpdatedTime return lkc.Data[i].UpdatedTime > lkc.Data[j].UpdatedTime
} }
return lkc[i].UpdatedTime < lkc[j].UpdatedTime return lkc.Data[i].UpdatedTime < lkc.Data[j].UpdatedTime
}) })
return lkc return lkc
@@ -44,16 +44,16 @@ func (lkc ListK8SClusters) SortByUpdatedTime(inverse bool) ListK8SClusters {
// //
// If inverse param is set to true, the order is reversed. // If inverse param is set to true, the order is reversed.
func (lkc ListK8SClusters) SortByDeletedTime(inverse bool) ListK8SClusters { func (lkc ListK8SClusters) SortByDeletedTime(inverse bool) ListK8SClusters {
if len(lkc) < 2 { if len(lkc.Data) < 2 {
return lkc return lkc
} }
sort.Slice(lkc, func(i, j int) bool { sort.Slice(lkc.Data, func(i, j int) bool {
if inverse { if inverse {
return lkc[i].DeletedTime > lkc[j].DeletedTime return lkc.Data[i].DeletedTime > lkc.Data[j].DeletedTime
} }
return lkc[i].DeletedTime < lkc[j].DeletedTime return lkc.Data[i].DeletedTime < lkc.Data[j].DeletedTime
}) })
return lkc return lkc

View File

@@ -4,6 +4,7 @@ import (
"context" "context"
"encoding/json" "encoding/json"
"net/http" "net/http"
"repository.basistech.ru/BASIS/decort-golang-sdk/internal/validators" "repository.basistech.ru/BASIS/decort-golang-sdk/internal/validators"
) )
@@ -18,8 +19,8 @@ type WorkerAddRequest struct {
WorkersGroupID uint64 `url:"workersGroupId" json:"workersGroupId" validate:"required"` WorkersGroupID uint64 `url:"workersGroupId" json:"workersGroupId" validate:"required"`
// How many worker nodes to add // How many worker nodes to add
// Required: true // Required: false
Num uint64 `url:"num" json:"num" validate:"required"` Num uint64 `url:"num,omitempty" json:"num,omitempty"`
} }
// WorkerAdd add worker nodes to a Kubernetes cluster // WorkerAdd add worker nodes to a Kubernetes cluster

View File

@@ -20,7 +20,7 @@ type WorkersGroupGetByNameRequest struct {
} }
// WorkersGroupGetByName gets worker group metadata by name // WorkersGroupGetByName gets worker group metadata by name
func (k8s K8S) WorkersGroupGetByName(ctx context.Context, req WorkersGroupGetByNameRequest) (*RecordK8SGroups, error) { func (k8s K8S) WorkersGroupGetByName(ctx context.Context, req WorkersGroupGetByNameRequest) (*ItemK8SGroup, error) {
err := validators.ValidateRequest(req) err := validators.ValidateRequest(req)
if err != nil { if err != nil {
for _, validationError := range validators.GetErrors(err) { for _, validationError := range validators.GetErrors(err) {
@@ -35,7 +35,7 @@ func (k8s K8S) WorkersGroupGetByName(ctx context.Context, req WorkersGroupGetByN
return nil, err return nil, err
} }
info := RecordK8SGroups{} info := ItemK8SGroup{}
err = json.Unmarshal(res, &info) err = json.Unmarshal(res, &info)
if err != nil { if err != nil {

View File

@@ -8,6 +8,23 @@ import (
"repository.basistech.ru/BASIS/decort-golang-sdk/internal/validators" "repository.basistech.ru/BASIS/decort-golang-sdk/internal/validators"
) )
type Interface struct {
// Network type
// Should be one of:
// - VINS
// - EXTNET
NetType string `url:"netType" json:"netType" validate:"required,kvmNetType"`
// Network ID for connect to,
// for EXTNET - external network ID,
// for VINS - VINS ID,
NetID uint64 `url:"netId" json:"netId" validate:"required"`
// IP address to assign to this VM when connecting to the specified network
// Required: false
IPAddr string `url:"ipAddr,omitempty" json:"ipAddr,omitempty"`
}
// Request struct for create KVM PowerPC VM // Request struct for create KVM PowerPC VM
type CreateRequest struct { type CreateRequest struct {
// ID of the resource group, which will own this VM // ID of the resource group, which will own this VM
@@ -45,24 +62,9 @@ type CreateRequest struct {
// Required: false // Required: false
Pool string `url:"pool,omitempty" json:"pool,omitempty"` Pool string `url:"pool,omitempty" json:"pool,omitempty"`
// Network type // Slice of structs with net interface description.
// Should be one of:
// - VINS
// - EXTNET
// - NONE
// Required: false // Required: false
NetType string `url:"netType,omitempty" json:"netType,omitempty" validate:"omitempty,kvmNetType"` Interfaces []Interface `url:"interfaces,omitempty" json:"interfaces,omitempty" validate:"omitempty,min=1,dive"`
// Network ID for connect to,
// for EXTNET - external network ID,
// for ViNS - ViNS ID,
// when netType is not "NONE"
// Required: false
NetID uint64 `url:"netId,omitempty" json:"netId,omitempty"`
// IP address to assign to this VM when connecting to the specified network
// Required: false
IPAddr string `url:"ipAddr,omitempty" json:"ipAddr,omitempty"`
// Input data for cloud-init facility // Input data for cloud-init facility
// Required: false // Required: false

View File

@@ -31,7 +31,7 @@ type CreateBlankRequest struct {
// Required: true // Required: true
BootDisk uint64 `url:"bootDisk" json:"bootDisk" validate:"required"` BootDisk uint64 `url:"bootDisk" json:"bootDisk" validate:"required"`
// ID of SEP to create boot disk on. // ID of SEP to create boot disk on
// Uses images SEP ID if not set // Uses images SEP ID if not set
// Required: true // Required: true
SEPID uint64 `url:"sepId" json:"sepId" validate:"required"` SEPID uint64 `url:"sepId" json:"sepId" validate:"required"`
@@ -40,24 +40,9 @@ type CreateBlankRequest struct {
// Required: true // Required: true
Pool string `url:"pool" json:"pool" validate:"required"` Pool string `url:"pool" json:"pool" validate:"required"`
// Network type // Slice of structs with net interface description
// Should be one of:
// - VINS
// - EXTNET
// - NONE
// Required: false // Required: false
NetType string `url:"netType,omitempty" json:"netType,omitempty" validate:"omitempty,kvmNetType"` Interfaces []Interface `url:"interfaces,omitempty" json:"interfaces,omitempty" validate:"omitempty,min=1,dive"`
// Network ID for connect to,
// for EXTNET - external network ID,
// for VINS - VINS ID,
// when network type is not "NONE"
// Required: false
NetID uint64 `url:"netId,omitempty" json:"netId,omitempty"`
// IP address to assign to this VM when connecting to the specified network
// Required: false
IPAddr string `url:"ipAddr,omitempty" json:"ipAddr,omitempty"`
// Text description of this VM // Text description of this VM
// Required: false // Required: false

View File

@@ -8,6 +8,23 @@ import (
"repository.basistech.ru/BASIS/decort-golang-sdk/internal/validators" "repository.basistech.ru/BASIS/decort-golang-sdk/internal/validators"
) )
type Interface struct {
// Network type
// Should be one of:
// - VINS
// - EXTNET
NetType string `url:"netType" json:"netType" validate:"required,kvmNetType"`
// Network ID for connect to,
// for EXTNET - external network ID,
// for VINS - VINS ID,
NetID uint64 `url:"netId" json:"netId" validate:"required"`
// IP address to assign to this VM when connecting to the specified network
// Required: false
IPAddr string `url:"ipAddr,omitempty" json:"ipAddr,omitempty"`
}
// Request struct for create KVM x86 VM // Request struct for create KVM x86 VM
type CreateRequest struct { type CreateRequest struct {
// ID of the resource group, which will own this VM // ID of the resource group, which will own this VM
@@ -45,24 +62,9 @@ type CreateRequest struct {
// Required: false // Required: false
Pool string `url:"pool,omitempty" json:"pool,omitempty"` Pool string `url:"pool,omitempty" json:"pool,omitempty"`
// Network type // Slice of structs with net interface description.
// Should be one of:
// - VINS
// - EXTNET
// - NONE
// Required: false // Required: false
NetType string `url:"netType,omitempty" json:"netType,omitempty" validate:"omitempty,kvmNetType"` Interfaces []Interface `url:"interfaces,omitempty" json:"interfaces,omitempty" validate:"omitempty,min=1,dive"`
// Network ID for connect to,
// for EXTNET - external network ID,
// for VINS - VINS ID,
// when network type is not "NONE"
// Required: false
NetID uint64 `url:"netId,omitempty" json:"netId,omitempty"`
// IP address to assign to this VM when connecting to the specified network
// Required: false
IPAddr string `url:"ipAddr,omitempty" json:"ipAddr,omitempty"`
// Input data for cloud-init facility // Input data for cloud-init facility
// Required: false // Required: false

View File

@@ -40,24 +40,9 @@ type CreateBlankRequest struct {
// Required: true // Required: true
Pool string `url:"pool" json:"pool" validate:"required"` Pool string `url:"pool" json:"pool" validate:"required"`
// Network type // Slice of structs with net interface description.
// Should be one of:
// - VINS
// - EXTNET
// - NONE
// Required: false // Required: false
NetType string `url:"netType,omitempty" json:"netType,omitempty" validate:"omitempty,kvmNetType"` Interfaces []Interface `url:"interfaces,omitempty" json:"interfaces,omitempty" validate:"omitempty,min=1,dive"`
// Network ID for connect to,
// for EXTNET - external network ID,
// for VINS - VINS ID,
// when network type is not "NONE"
// Required: false
NetID uint64 `url:"netId,omitempty" json:"netId,omitempty"`
// IP address to assign to this VM when connecting to the specified network
// Required: false
IPAddr string `url:"ipAddr,omitempty" json:"ipAddr,omitempty"`
// Text description of this VM // Text description of this VM
// Required: false // Required: false

View File

@@ -44,7 +44,7 @@ func (ll ListLB) FilterByImageID(imageID uint64) ListLB {
} }
// FilterByK8SID returns ListLB used by specified K8S cluster. // FilterByK8SID returns ListLB used by specified K8S cluster.
func (ll ListLB) FilterByK8SID(ctx context.Context, k8sID uint64, decortClient interfaces.Caller) (ListLB, error) { func (ll ListLB) FilterByK8SID(ctx context.Context, k8sID uint64, decortClient interfaces.Caller) (*ListLB, error) {
caller := k8s.New(decortClient) caller := k8s.New(decortClient)
req := k8s.GetRequest{ req := k8s.GetRequest{
@@ -60,28 +60,32 @@ func (ll ListLB) FilterByK8SID(ctx context.Context, k8sID uint64, decortClient i
return cluster.LBID == ill.ID return cluster.LBID == ill.ID
} }
return ll.FilterFunc(predicate), nil result := ll.FilterFunc(predicate)
return &result, nil
} }
// FilterFunc allows filtering ListLB based on a user-specified predicate. // FilterFunc allows filtering ListLB based on a user-specified predicate.
func (ll ListLB) FilterFunc(predicate func(ItemLoadBalancer) bool) ListLB { func (ll ListLB) FilterFunc(predicate func(ItemLoadBalancer) bool) ListLB {
var result ListLB var result ListLB
for _, item := range ll { for _, item := range ll.Data {
if predicate(item) { if predicate(item) {
result = append(result, item) result.Data = append(result.Data, item)
} }
} }
result.EntryCount = uint64(len(ll.Data))
return result return result
} }
// FindOne returns first found ItemLoadBalancer // FindOne returns first found ItemLoadBalancer
// If none was found, returns an empty struct. // If none was found, returns an empty struct.
func (ll ListLB) FindOne() ItemLoadBalancer { func (ll ListLB) FindOne() ItemLoadBalancer {
if len(ll) == 0 { if len(ll.Data) == 0 {
return ItemLoadBalancer{} return ItemLoadBalancer{}
} }
return ll[0] return ll.Data[0]
} }

View File

@@ -3,93 +3,96 @@ package lb
import "testing" import "testing"
var lbs = ListLB{ var lbs = ListLB{
ItemLoadBalancer{ Data: []ItemLoadBalancer{
DPAPIPassword: "0000", {
RecordLB: RecordLB{ DPAPIPassword: "0000",
HAMode: true, RecordLB: RecordLB{
ACL: []interface{}{}, HAMode: true,
Backends: []ItemBackend{}, ACL: []interface{}{},
CreatedBy: "test_user_1", Backends: []ItemBackend{},
CreatedTime: 1636667448, CreatedBy: "test_user_1",
DeletedBy: "", CreatedTime: 1636667448,
DeletedTime: 0, DeletedBy: "",
Description: "", DeletedTime: 0,
DPAPIUser: "api_user", Description: "",
ExtNetID: 2522, DPAPIUser: "api_user",
Frontends: []ItemFrontend{}, ExtNetID: 2522,
GID: 212, Frontends: []ItemFrontend{},
GUID: 1, GID: 212,
ID: 1, GUID: 1,
ImageID: 2121, ID: 1,
Milestones: 129000, ImageID: 2121,
Name: "k8s-lb-test-1", Milestones: 129000,
RGID: 25090, Name: "k8s-lb-test-1",
RGName: "", RGID: 25090,
Status: "ENABLED", RGName: "",
TechStatus: "STARTED", Status: "ENABLED",
UpdatedBy: "", TechStatus: "STARTED",
UpdatedTime: 0, UpdatedBy: "",
VINSID: 101, UpdatedTime: 0,
}, VINSID: 101,
}, },
ItemLoadBalancer{ },
DPAPIPassword: "0000", {
RecordLB: RecordLB{ DPAPIPassword: "0000",
HAMode: false, RecordLB: RecordLB{
ACL: []interface{}{}, HAMode: false,
Backends: []ItemBackend{}, ACL: []interface{}{},
CreatedBy: "test_user_2", Backends: []ItemBackend{},
CreatedTime: 1636667506, CreatedBy: "test_user_2",
DeletedBy: "", CreatedTime: 1636667506,
DeletedTime: 0, DeletedBy: "",
Description: "", DeletedTime: 0,
DPAPIUser: "api_user_2", Description: "",
ExtNetID: 2524, DPAPIUser: "api_user_2",
Frontends: []ItemFrontend{}, ExtNetID: 2524,
GID: 212, Frontends: []ItemFrontend{},
GUID: 2, GID: 212,
ID: 2, GUID: 2,
ImageID: 2129, ID: 2,
Milestones: 129013, ImageID: 2129,
Name: "k8s-lb-test-2", Milestones: 129013,
RGID: 25092, Name: "k8s-lb-test-2",
RGName: "", RGID: 25092,
Status: "ENABLED", RGName: "",
TechStatus: "STOPPED", Status: "ENABLED",
UpdatedBy: "", TechStatus: "STOPPED",
UpdatedTime: 0, UpdatedBy: "",
VINSID: 102, UpdatedTime: 0,
}, VINSID: 102,
}, },
ItemLoadBalancer{ },
DPAPIPassword: "0000", {
RecordLB: RecordLB{ DPAPIPassword: "0000",
HAMode: true, RecordLB: RecordLB{
ACL: []interface{}{}, HAMode: true,
Backends: []ItemBackend{}, ACL: []interface{}{},
CreatedBy: "te2t_user_3", Backends: []ItemBackend{},
CreatedTime: 1636667534, CreatedBy: "te2t_user_3",
DeletedBy: "", CreatedTime: 1636667534,
DeletedTime: 0, DeletedBy: "",
Description: "", DeletedTime: 0,
DPAPIUser: "api_user_3", Description: "",
ExtNetID: 2536, DPAPIUser: "api_user_3",
Frontends: []ItemFrontend{}, ExtNetID: 2536,
GID: 212, Frontends: []ItemFrontend{},
GUID: 3, GID: 212,
ID: 3, GUID: 3,
ImageID: 2139, ID: 3,
Milestones: 129025, ImageID: 2139,
Name: "k8s-lb-test-3", Milestones: 129025,
RGID: 25106, Name: "k8s-lb-test-3",
RGName: "", RGID: 25106,
Status: "DISABLED", RGName: "",
TechStatus: "STOPPED", Status: "DISABLED",
UpdatedBy: "", TechStatus: "STOPPED",
UpdatedTime: 0, UpdatedBy: "",
VINSID: 118, UpdatedTime: 0,
VINSID: 118,
},
}, },
}, },
EntryCount: 3,
} }
func TestFilterByID(t *testing.T) { func TestFilterByID(t *testing.T) {
@@ -129,7 +132,7 @@ func TestFilterFunc(t *testing.T) {
return rl.Status == "DISABLED" return rl.Status == "DISABLED"
}) })
for _, item := range actual { for _, item := range actual.Data {
if item.Status != "DISABLED" { if item.Status != "DISABLED" {
t.Fatal("expected Status 'DISABLED', found: ", item.Status) t.Fatal("expected Status 'DISABLED', found: ", item.Status)
} }
@@ -139,7 +142,7 @@ func TestFilterFunc(t *testing.T) {
func TestSortByCreatedTime(t *testing.T) { func TestSortByCreatedTime(t *testing.T) {
actual := lbs.SortByCreatedTime(true) actual := lbs.SortByCreatedTime(true)
if actual[0].CreatedTime != 1636667534 || actual[2].CreatedTime != 1636667448 { if actual.Data[0].CreatedTime != 1636667534 || actual.Data[2].CreatedTime != 1636667448 {
t.Fatal("expected descending order, found ascending") t.Fatal("expected descending order, found ascending")
} }
} }

View File

@@ -8,6 +8,38 @@ import (
// Request struct for get list of load balancers // Request struct for get list of load balancers
type ListRequest struct { type ListRequest struct {
// Find by ID
// Required: false
ByID uint64 `url:"by_id,omitempty" json:"by_id,omitempty"`
// Find by name
// Required: false
Name string `url:"name,omitempty" json:"name,omitempty"`
// Find by account ID
// Required: false
AccountID uint64 `url:"accountID,omitempty" json:"accountID,omitempty"`
// Find by resource group ID
// Required: false
RGID uint64 `url:"rgId,omitempty" json:"rgId,omitempty"`
// Find by tech status
// Required: false
TechStatus string `url:"techStatus,omitempty" json:"techStatus,omitempty"`
// Find by status
// Required: false
Status string `url:"status,omitempty" json:"status,omitempty"`
// Find by frontend Ip
// Required: false
FrontIP string `url:"frontIp,omitempty" json:"frontIp,omitempty"`
// Find by backend Ip
// Required: false
BackIP string `url:"backIp,omitempty" json:"backIp,omitempty"`
// Included deleted load balancers // Included deleted load balancers
// Required: false // Required: false
IncludeDeleted bool `url:"includedeleted,omitempty" json:"includedeleted,omitempty"` IncludeDeleted bool `url:"includedeleted,omitempty" json:"includedeleted,omitempty"`
@@ -22,7 +54,7 @@ type ListRequest struct {
} }
// List gets list all load balancers // List gets list all load balancers
func (l LB) List(ctx context.Context, req ListRequest) (ListLB, error) { func (l LB) List(ctx context.Context, req ListRequest) (*ListLB, error) {
url := "/cloudapi/lb/list" url := "/cloudapi/lb/list"
res, err := l.client.DecortApiCall(ctx, http.MethodPost, url, req) res, err := l.client.DecortApiCall(ctx, http.MethodPost, url, req)
@@ -37,5 +69,5 @@ func (l LB) List(ctx context.Context, req ListRequest) (ListLB, error) {
return nil, err return nil, err
} }
return list, nil return &list, nil
} }

View File

@@ -8,6 +8,34 @@ import (
// Request struct for get list of deleted load balancers // Request struct for get list of deleted load balancers
type ListDeletedRequest struct { type ListDeletedRequest struct {
// Find by ID
// Required: false
ByID uint64 `url:"by_id,omitempty" json:"by_id,omitempty"`
// Find by name
// Required: false
Name string `url:"name,omitempty" json:"name,omitempty"`
// Find by account ID
// Required: false
AccountID uint64 `url:"accountID,omitempty" json:"accountID,omitempty"`
// Find by resource group ID
// Required: false
RGID uint64 `url:"rgId,omitempty" json:"rgId,omitempty"`
// Find by tech status
// Required: false
TechStatus string `url:"techStatus,omitempty" json:"techStatus,omitempty"`
// Find by frontend Ip
// Required: false
FrontIP string `url:"frontIp,omitempty" json:"frontIp,omitempty"`
// Find by backend Ip
// Required: false
BackIP string `url:"backIp,omitempty" json:"backIp,omitempty"`
// Page number // Page number
// Required: false // Required: false
Page uint64 `url:"page,omitempty" json:"page,omitempty"` Page uint64 `url:"page,omitempty" json:"page,omitempty"`
@@ -18,7 +46,7 @@ type ListDeletedRequest struct {
} }
// ListDeleted gets list of deleted load balancers // ListDeleted gets list of deleted load balancers
func (l LB) ListDeleted(ctx context.Context, req ListDeletedRequest) (ListLB, error) { func (l LB) ListDeleted(ctx context.Context, req ListDeletedRequest) (*ListLB, error) {
url := "/cloudapi/lb/listDeleted" url := "/cloudapi/lb/listDeleted"
res, err := l.client.DecortApiCall(ctx, http.MethodPost, url, req) res, err := l.client.DecortApiCall(ctx, http.MethodPost, url, req)
@@ -33,5 +61,5 @@ func (l LB) ListDeleted(ctx context.Context, req ListDeletedRequest) (ListLB, er
return nil, err return nil, err
} }
return list, nil return &list, nil
} }

View File

@@ -90,7 +90,13 @@ type ItemLoadBalancer struct {
} }
// List of load balancers // List of load balancers
type ListLB []ItemLoadBalancer type ListLB struct {
// Data
Data []ItemLoadBalancer `json:"data"`
// EntryCount
EntryCount uint64 `json:"entryCount"`
}
// Main information about backend // Main information about backend
type ItemBackend struct { type ItemBackend struct {

View File

@@ -12,7 +12,7 @@ import (
// - First argument -> prefix // - First argument -> prefix
// - Second argument -> indent // - Second argument -> indent
func (ll ListLB) Serialize(params ...string) (serialization.Serialized, error) { func (ll ListLB) Serialize(params ...string) (serialization.Serialized, error) {
if len(ll) == 0 { if len(ll.Data) == 0 {
return []byte{}, nil return []byte{}, nil
} }

View File

@@ -6,16 +6,16 @@ import "sort"
// //
// If inverse param is set to true, the order is reversed. // If inverse param is set to true, the order is reversed.
func (ll ListLB) SortByCreatedTime(inverse bool) ListLB { func (ll ListLB) SortByCreatedTime(inverse bool) ListLB {
if len(ll) < 2 { if len(ll.Data) < 2 {
return ll return ll
} }
sort.Slice(ll, func(i, j int) bool { sort.Slice(ll.Data, func(i, j int) bool {
if inverse { if inverse {
return ll[i].CreatedTime > ll[j].CreatedTime return ll.Data[i].CreatedTime > ll.Data[j].CreatedTime
} }
return ll[i].CreatedTime < ll[j].CreatedTime return ll.Data[i].CreatedTime < ll.Data[j].CreatedTime
}) })
return ll return ll
@@ -25,16 +25,16 @@ func (ll ListLB) SortByCreatedTime(inverse bool) ListLB {
// //
// If inverse param is set to true, the order is reversed. // If inverse param is set to true, the order is reversed.
func (ll ListLB) SortByUpdatedTime(inverse bool) ListLB { func (ll ListLB) SortByUpdatedTime(inverse bool) ListLB {
if len(ll) < 2 { if len(ll.Data) < 2 {
return ll return ll
} }
sort.Slice(ll, func(i, j int) bool { sort.Slice(ll.Data, func(i, j int) bool {
if inverse { if inverse {
return ll[i].UpdatedTime > ll[j].UpdatedTime return ll.Data[i].UpdatedTime > ll.Data[j].UpdatedTime
} }
return ll[i].UpdatedTime < ll[j].UpdatedTime return ll.Data[i].UpdatedTime < ll.Data[j].UpdatedTime
}) })
return ll return ll
@@ -44,16 +44,16 @@ func (ll ListLB) SortByUpdatedTime(inverse bool) ListLB {
// //
// If inverse param is set to true, the order is reversed. // If inverse param is set to true, the order is reversed.
func (ll ListLB) SortByDeletedTime(inverse bool) ListLB { func (ll ListLB) SortByDeletedTime(inverse bool) ListLB {
if len(ll) < 2 { if len(ll.Data) < 2 {
return ll return ll
} }
sort.Slice(ll, func(i, j int) bool { sort.Slice(ll.Data, func(i, j int) bool {
if inverse { if inverse {
return ll[i].DeletedTime > ll[j].DeletedTime return ll.Data[i].DeletedTime > ll.Data[j].DeletedTime
} }
return ll[i].DeletedTime < ll[j].DeletedTime return ll.Data[i].DeletedTime < ll.Data[j].DeletedTime
}) })
return ll return ll

View File

@@ -31,21 +31,23 @@ func (ll ListLocations) FilterByGID(gid uint64) ListLocations {
func (ll ListLocations) FilterFunc(predicate func(ItemLocation) bool) ListLocations { func (ll ListLocations) FilterFunc(predicate func(ItemLocation) bool) ListLocations {
var result ListLocations var result ListLocations
for _, item := range ll { for _, item := range ll.Data {
if predicate(item) { if predicate(item) {
result = append(result, item) result.Data = append(result.Data, item)
} }
} }
result.EntryCount = uint64(len(result.Data))
return result return result
} }
// FindOne returns first found ItemLocation // FindOne returns first found ItemLocation
// If none was found, returns an empty struct. // If none was found, returns an empty struct.
func (ll ListLocations) FindOne() ItemLocation { func (ll ListLocations) FindOne() ItemLocation {
if len(ll) == 0 { if len(ll.Data) == 0 {
return ItemLocation{} return ItemLocation{}
} }
return ll[0] return ll.Data[0]
} }

View File

@@ -3,48 +3,51 @@ package locations
import "testing" import "testing"
var locationItems = ListLocations{ var locationItems = ListLocations{
{ Data: []ItemLocation{
GID: 212, {
ID: 1, GID: 212,
GUID: 1, ID: 1,
LocationCode: "alfa", GUID: 1,
Name: "alfa", LocationCode: "alfa",
Flag: "", Name: "alfa",
Meta: []interface{}{ Flag: "",
"cloudbroker", Meta: []interface{}{
"location", "cloudbroker",
1, "location",
1,
},
CKey: "",
}, },
CKey: "", {
}, GID: 222,
{ ID: 2,
GID: 222, GUID: 2,
ID: 2, LocationCode: "beta",
GUID: 2, Name: "beta",
LocationCode: "beta", Flag: "",
Name: "beta", Meta: []interface{}{
Flag: "", "cloudbroker",
Meta: []interface{}{ "location",
"cloudbroker", 1,
"location", },
1, CKey: "",
}, },
CKey: "", {
}, GID: 232,
{ ID: 3,
GID: 232, GUID: 3,
ID: 3, LocationCode: "gamma",
GUID: 3, Name: "gamma",
LocationCode: "gamma", Flag: "",
Name: "gamma", Meta: []interface{}{
Flag: "", "cloudbroker",
Meta: []interface{}{ "location",
"cloudbroker", 1,
"location", },
1, CKey: "",
}, },
CKey: "",
}, },
EntryCount: 3,
} }
func TestFilterByID(t *testing.T) { func TestFilterByID(t *testing.T) {

View File

@@ -15,10 +15,26 @@ type ListRequest struct {
// Page size // Page size
// Required: false // Required: false
Size uint64 `url:"size,omitempty" json:"size,omitempty"` Size uint64 `url:"size,omitempty" json:"size,omitempty"`
// Find by flag
// Required: false
Flag string `url:"flag,omitempty" json:"flag,omitempty"`
// Find by name
// Required: false
Name string `url:"name,omitempty" json:"name,omitempty"`
// Find by ID
// Required: false
ByID uint64 `url:"by_id,omitempty" json:"by_id,omitempty"`
// Find by code location
// Required: false
LocationCode string `url:"locationCode,omitempty" json:"locationCode,omitempty"`
} }
// List gets list all locations // List gets list all locations
func (l Locations) List(ctx context.Context, req ListRequest) (ListLocations, error) { func (l Locations) List(ctx context.Context, req ListRequest) (*ListLocations, error) {
url := "/cloudapi/locations/list" url := "/cloudapi/locations/list"
res, err := l.client.DecortApiCall(ctx, http.MethodPost, url, req) res, err := l.client.DecortApiCall(ctx, http.MethodPost, url, req)
@@ -33,5 +49,5 @@ func (l Locations) List(ctx context.Context, req ListRequest) (ListLocations, er
return nil, err return nil, err
} }
return list, nil return &list, nil
} }

Some files were not shown because too many files have changed in this diff Show More