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 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"
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" : {
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 },
You can’t perform that action at this time.
0 commit comments