feat: working list

This commit is contained in:
2026-01-31 16:10:14 +01:00
parent 93afeeb678
commit 7cbcc3f04c
3 changed files with 62 additions and 9 deletions

View File

@@ -34,6 +34,14 @@ type DeleteRequest struct {
TargetConfig json.RawMessage
}
type ListRequest struct {
ResourceType string
TargetConfig json.RawMessage
PageSize int32
PageToken *string
AdditionalProperties map[string]string
}
type StatusLXCGeneral struct {
Status string `json:"status"`
NetIn int `json:"netin"`