You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi/openapiv2.json
+43-3Lines changed: 43 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7104,7 +7104,37 @@
7104
7104
"format": "date-time"
7105
7105
},
7106
7106
"drainageStatus": {
7107
-
"$ref": "#/definitions/v1VersionDrainageStatus"
7107
+
"$ref": "#/definitions/v1VersionDrainageStatus",
7108
+
"description": "Deprecated. Use `drainage_info` instead."
7109
+
},
7110
+
"drainageInfo": {
7111
+
"$ref": "#/definitions/v1VersionDrainageInfo",
7112
+
"title": "Information about workflow drainage to help the user determine when it is safe\nto decommission a Version. Not present while version is current or ramping"
7113
+
},
7114
+
"currentSinceTime": {
7115
+
"type": "string",
7116
+
"format": "date-time",
7117
+
"description": "Unset if not current."
7118
+
},
7119
+
"rampingSinceTime": {
7120
+
"type": "string",
7121
+
"format": "date-time",
7122
+
"description": "Unset if not ramping. Updated when the version first starts ramping, not on each ramp change."
7123
+
},
7124
+
"routingUpdateTime": {
7125
+
"type": "string",
7126
+
"format": "date-time",
7127
+
"description": "Last time `current_since_time`, `ramping_since_time, or `ramp_percentage` of this version changed."
7128
+
},
7129
+
"firstActivationTime": {
7130
+
"type": "string",
7131
+
"format": "date-time",
7132
+
"description": "Timestamp when this version first became current or ramping."
7133
+
},
7134
+
"lastDeactivationTime": {
7135
+
"type": "string",
7136
+
"format": "date-time",
7137
+
"description": "Timestamp when this version last stopped being current or ramping."
7108
7138
}
7109
7139
}
7110
7140
},
@@ -14933,12 +14963,22 @@
14933
14963
"currentSinceTime": {
14934
14964
"type": "string",
14935
14965
"format": "date-time",
14936
-
"description": "\nNil if not current."
14966
+
"description": "\nUnset if not current."
14937
14967
},
14938
14968
"rampingSinceTime": {
14939
14969
"type": "string",
14940
14970
"format": "date-time",
14941
-
"description": "\nNil if not ramping. Updated when the version first starts ramping, not on each ramp change."
14971
+
"description": "\nUnset if not ramping. Updated when the version first starts ramping, not on each ramp change."
14972
+
},
14973
+
"firstActivationTime": {
14974
+
"type": "string",
14975
+
"format": "date-time",
14976
+
"description": "Timestamp when this version first became current or ramping."
14977
+
},
14978
+
"lastDeactivationTime": {
14979
+
"type": "string",
14980
+
"format": "date-time",
14981
+
"description": "Timestamp when this version last stopped being current or ramping."
0 commit comments