Skip to content

Commit

Permalink
expand deployment route response (#573)
Browse files Browse the repository at this point in the history
Co-authored-by: ayeletc <[email protected]>
  • Loading branch information
ayeletcanetti and ayeletc authored Feb 4, 2024
1 parent 2e48ea9 commit 61e6644
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,27 +75,47 @@ content:
progress:
unit: percent
value: 0
currentBatch: 1,
numOfBatches: 4
gracePeriod: 900
blueInstances: 4
greenInstances: 1
createdAt: 2018-03-27T19:50:12.000+0000
updatedAt: 2018-03-27T19:50:16.000+0000
- id: sbgd-3ee19606
status: stopped
progress:
unit: percent
value: 0
currentBatch: 1,
numOfBatches: 4
gracePeriod: 900
blueInstances: 4
greenInstances: 1
createdAt: 2018-03-27T19:35:41.000+0000
updatedAt: 2018-03-27T19:39:18.000+0000
- id: sbgd-cc4c44e2
status: finished
progress:
unit: percent
value: 100
currentBatch: 1,
numOfBatches: 4
gracePeriod: 900
blueInstances: 4
greenInstances: 1
createdAt: 2018-03-26T19:22:45.000+0000
updatedAt: 2018-03-26T19:26:17.000+0000
- id: sbgd-3f127ed0
status: starting
progress:
unit: percent
value: 0
currentBatch: 1,
numOfBatches: 4
gracePeriod: 900
blueInstances: 4
greenInstances: 1
createdAt: 2018-03-27T19:46:22.000+0000
updatedAt: 2018-03-27T19:46:35.000+0000
count:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,26 @@ properties:
type: integer
title: Value
example: 0
currentBatch:
type: integer
title: Current Batch
example: 1
numOfBatches:
type: integer
title: Number of Batches
example: 4
gracePeriod:
type: integer
title: Grace Period
example: 900
blueInstances:
type: integer
title: Blue Instances
example: 4
greenInstances:
type: integer
title: Green Instances
example: 1
createdAt:
type: string
title: Created At
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,26 @@ properties:
type: integer
title: Value
example: 0
currentBatch:
type: integer
title: Current Batch
example: 1
numOfBatches:
type: integer
title: Number of Batches
example: 4
gracePeriod:
type: integer
title: Grace Period
example: 900
blueInstances:
type: integer
title: Blue Instances
example: 4
greenInstances:
type: integer
title: Green Instances
example: 1
createdAt:
type: string
title: Created At
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,26 @@ properties:
type: integer
title: Value
example: 100
currentBatch:
type: integer
title: Current Batch
example: 1
numOfBatches:
type: integer
title: Number of Batches
example: 4
gracePeriod:
type: integer
title: Grace Period
example: 900
blueInstances:
type: integer
title: Blue Instances
example: 4
greenInstances:
type: integer
title: Green Instances
example: 1
createdAt:
type: string
title: Created At
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,26 @@ properties:
type: integer
title: Value
example: 0
currentBatch:
type: integer
title: Current Batch
example: 1
numOfBatches:
type: integer
title: Number of Batches
example: 4
gracePeriod:
type: integer
title: Grace Period
example: 900
blueInstances:
type: integer
title: Blue Instances
example: 4
greenInstances:
type: integer
title: Green Instances
example: 1
createdAt:
type: string
title: Created At
Expand Down

0 comments on commit 61e6644

Please sign in to comment.