File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
services/load-balancer/v1 Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 254
254
"$ref" : " #/components/schemas/LoadBalancer"
255
255
},
256
256
"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"
257
264
}
258
265
},
259
266
"type" : " object"
1393
1400
"schema" : {
1394
1401
"type" : " string"
1395
1402
}
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
+ }
1396
1419
}
1397
1420
],
1398
1421
"responses" : {
1422
1445
"403" : {
1423
1446
"description" : " this project_id is not allowed to try this API"
1424
1447
},
1448
+ "410" : {
1449
+ "description" : " page_id is expired"
1450
+ },
1425
1451
"500" : {
1426
1452
"description" : " internal error - please retry again later or contact support if the issue persists"
1427
1453
},
You can’t perform that action at this time.
0 commit comments