Skip to content

Commit

Permalink
add expired_at to the list centrals API
Browse files Browse the repository at this point in the history
  • Loading branch information
parametalol committed Nov 27, 2023
1 parent 29ebf4d commit 48bb3c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/dinosaur/pkg/api/admin/private/model_central.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions internal/dinosaur/pkg/presenters/admin_dinosaur.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ func PresentDinosaurRequestAdminEndpoint(request *dbapi.CentralRequest, _ accoun
Host: request.GetUIHost(), // TODO(ROX-11990): Split the Host in Fleet Manager Public API to UI and Data hosts
CreatedAt: request.CreatedAt,
UpdatedAt: request.UpdatedAt,
ExpiredAt: request.ExpiredAt,
FailedReason: request.FailedReason,
InstanceType: request.InstanceType,
}, nil
Expand Down

0 comments on commit 48bb3c1

Please sign in to comment.