Skip to content

Commit d486ed8

Browse files
OAS Update
1 parent a247b79 commit d486ed8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

services/load-balancer/v1/load-balancer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -395,11 +395,11 @@
395395
"LoadBalancerError": {
396396
"properties": {
397397
"description": {
398-
"description": "The error description contains additional helpful user information to fix the error state of the load balancer. For example the IP 45.135.247.139 does not exist in the project, then the description will report: Floating IP \"45.135.247.139\" could not be found.",
398+
"description": "The error description contains additional helpful user information to fix the error state of the load balancer. For example the IP 45.135.247.139 does not exist in the project, then the description will report: Floating IP \"45.135.247.139\" could not be found or if the IP was deleted then you will get a proper error message.",
399399
"type": "string"
400400
},
401401
"type": {
402-
"description": "The error type specifies which part of the load balancer encountered the error. I.e. the API will not check if a provided public IP is actually available in the project. Instead the load balancer with try to use the provided IP and if not available reports TYPE_FIP_NOT_CONFIGURED error.",
402+
"description": "The error type specifies which part of the load balancer encountered the error. I.e. the API will not check if a provided public IP is actually available in the project. Instead the load balancer with try to use the provided IP and if not available reports TYPE_FIP_NOT_CONFIGURED error or TYPE_FIP_NOT_FOUND if the IP was deleted.",
403403
"enum": [
404404
"TYPE_UNSPECIFIED",
405405
"TYPE_INTERNAL",
@@ -409,7 +409,8 @@
409409
"TYPE_FIP_NOT_CONFIGURED",
410410
"TYPE_TARGET_NOT_ACTIVE",
411411
"TYPE_METRICS_MISCONFIGURED",
412-
"TYPE_LOGS_MISCONFIGURED"
412+
"TYPE_LOGS_MISCONFIGURED",
413+
"TYPE_FIP_NOT_FOUND"
413414
],
414415
"type": "string"
415416
}
@@ -799,7 +800,7 @@
799800
"info": {
800801
"description": "This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes.\n\nFor each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee.",
801802
"title": "Load Balancer API",
802-
"version": "1.7.1"
803+
"version": "1.7.2"
803804
},
804805
"openapi": "3.0.3",
805806
"paths": {

0 commit comments

Comments
 (0)