Skip to content

Commit 343f164

Browse files
authored
CLOUDP-322239 Adding logCollectionFromDate/logCollectionToDate params for log collection (#256)
1 parent cc428e8 commit 343f164

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

opsmngr/logs.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ type LogCollectionJob struct {
7373
RootResourceType string `json:"rootResourceType,omitempty"`
7474
DownloadURL string `json:"downloadUrl,omitempty"`
7575
Redacted *bool `json:"redacted,omitempty"`
76+
LogCollectionFromDate int64 `json:"logCollectionFromDate,omitempty"`
77+
LogCollectionToDate int64 `json:"logCollectionToDate,omitempty"`
7678
LogTypes []string `json:"logTypes,omitempty"`
7779
SizeRequestedPerFileBytes int64 `json:"sizeRequestedPerFileBytes,omitempty"`
7880
UncompressedSizeTotalBytes int64 `json:"uncompressedSizeTotalBytes,omitempty"`

0 commit comments

Comments
 (0)