Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWSEG-27821-Expand-deployment-route-response #573

Merged
merged 1 commit into from
Feb 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading