File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 1574
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-bca3aa8c52450439fcc073444cafa31da8488af9c8a793d0cff39f55f49a3f0d .yml
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-a5e514fa3181f9885aaa76277fa6dee0c9607c1ece947e1542601dee833581f2 .yml
Original file line number Diff line number Diff line change @@ -164,6 +164,11 @@ type ConnectorSnapshotGetResponse struct {
164
164
// Time spent in user mode (milliseconds)
165
165
CPUTimeUserMs float64 `json:"cpu_time_user_ms"`
166
166
Disks []ConnectorSnapshotGetResponseDisk `json:"disks"`
167
+ // Name of high availability state
168
+ HaState string `json:"ha_state"`
169
+ // Numeric value associated with high availability state (0 = unknown, 1 = active,
170
+ // 2 = standby, 3 = disabled, 4 = fault)
171
+ HaValue float64 `json:"ha_value"`
167
172
// Percentage of time over a 10 second window that all tasks were stalled
168
173
IoPressureFull10s float64 `json:"io_pressure_full_10s"`
169
174
// Percentage of time over a 5 minute window that all tasks were stalled
@@ -480,6 +485,8 @@ type connectorSnapshotGetResponseJSON struct {
480
485
CPUTimeSystemMs apijson.Field
481
486
CPUTimeUserMs apijson.Field
482
487
Disks apijson.Field
488
+ HaState apijson.Field
489
+ HaValue apijson.Field
483
490
IoPressureFull10s apijson.Field
484
491
IoPressureFull300s apijson.Field
485
492
IoPressureFull60s apijson.Field
You can’t perform that action at this time.
0 commit comments