Skip to content

Commit

Permalink
devex: add created_at to fleet node
Browse files Browse the repository at this point in the history
  • Loading branch information
Looskie committed Nov 18, 2023
1 parent b367fee commit 4650d6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/rest/types/fleet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ export interface Node {
* Whether if the node is bootstrapped and initialized
*/
bootstrapped: boolean;

/**
* When the node was created
*/
created_at: Timestamp;
}

export interface NodeMetadata {
Expand Down

0 comments on commit 4650d6a

Please sign in to comment.