Skip to content

Commit 3da539b

Browse files
OAS Update
1 parent 4e04a05 commit 3da539b

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,13 @@
254254
"$ref": "#/components/schemas/LoadBalancer"
255255
},
256256
"type": "array"
257+
},
258+
"nextPageId": {
259+
"description": "Continue token from the ListLoadBalancerResponse with Limit option",
260+
"example": "eyJ2IjoibWV0YS5rOHMuaW8vdjEiLCJydiI6NTQ1Njk3ODA2LCJzdGFydCI6Im15LWFsYi1uZXdcdTAwMDAifQ",
261+
"format": "string",
262+
"pattern": "^[0-9a-z](?:(?:[0-9a-z]|-){0,61}[0-9a-z])?$",
263+
"type": "string"
257264
}
258265
},
259266
"type": "object"
@@ -1393,6 +1400,22 @@
13931400
"schema": {
13941401
"type": "string"
13951402
}
1403+
},
1404+
{
1405+
"description": "page_size specifies how many load balancers should be returned on this page. Must be a positive number \u003c= 1000",
1406+
"in": "query",
1407+
"name": "pageSize",
1408+
"schema": {
1409+
"type": "string"
1410+
}
1411+
},
1412+
{
1413+
"description": "page_id is a page identifier returned by the previous response and is used to request the next page",
1414+
"in": "query",
1415+
"name": "pageId",
1416+
"schema": {
1417+
"type": "string"
1418+
}
13961419
}
13971420
],
13981421
"responses": {
@@ -1422,6 +1445,9 @@
14221445
"403": {
14231446
"description": "this project_id is not allowed to try this API"
14241447
},
1448+
"410": {
1449+
"description": "page_id is expired"
1450+
},
14251451
"500": {
14261452
"description": "internal error - please retry again later or contact support if the issue persists"
14271453
},

0 commit comments

Comments
 (0)