File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
api-specs/konnect/control-planes-config/v2 Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -6839,6 +6839,11 @@ components:
68396839 description : Unix epoch when the resource was created.
68406840 type : number
68416841 nullable : true
6842+ failover :
6843+ description : Whether to use this target only as backup or not.
6844+ type : boolean
6845+ default : false
6846+ nullable : true
68426847 id :
68436848 description : A string representing a UUID (universally unique identifier).
68446849 type : string
@@ -6890,6 +6895,11 @@ components:
68906895 description : Unix epoch when the resource was created.
68916896 type : number
68926897 nullable : true
6898+ failover :
6899+ description : Whether to use this target only as backup or not.
6900+ type : boolean
6901+ default : false
6902+ nullable : true
68936903 id :
68946904 description : A string representing a UUID (universally unique identifier).
68956905 type : string
@@ -6926,6 +6936,7 @@ components:
69266936 nullable : true
69276937 example :
69286938 id : 089292a7-ba3d-4d88-acf0-97b4b2e2621a
6939+ failover : true
69296940 target : 203.0.113.42
69306941 weight : 100
69316942 additionalProperties : false
You can’t perform that action at this time.
0 commit comments