Skip to content

Commit 8e33f05

Browse files
authored
add evacuate struct to server (#185)
1 parent 000431e commit 8e33f05

File tree

1 file changed

+10
-0
lines changed
  • components/schemas/infrastructure/servers

1 file changed

+10
-0
lines changed

components/schemas/infrastructure/servers/Server.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,16 @@ properties:
5757
ephemeral:
5858
type: boolean
5959
description: Set to true when a server is created as part of an auto-scale event.
60+
evacuate:
61+
nullable: true
62+
description: Details about a server's evacuation status. When an evacuation is in progress, no new container instances will be permitted on the server.
63+
type: object
64+
required:
65+
- started
66+
properties:
67+
started:
68+
description: The time when this server began evacuating instances.
69+
$ref: ../../DateTime.yml
6070
state:
6171
$ref: "./ServerState.yml"
6272
events:

0 commit comments

Comments
 (0)