Resource Center/Network Service/Network Service Operations/Load Balancing Operations
GETLoad Balancing OperationsSince 3.9.0SynchronousAuth Required
GetCandidateL3NetworksForLoadBalancer
GetCandidateL3NetworksForLoadBalancer
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Query Parameters
Request Inputs
Path Parameters
listenerUuidStringRequiredNo description provided.
Query Parameters
limitIntegerOptional.
startIntegerOptional.
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
GET/zstack/v1/load-balancers/listeners/{listenerUuid}/networks/candidates
/zstack/v1/load-balancers/listeners/{listenerUuid}/networks/candidates
Request Example
curl -X GET 'http://{host}/zstack/v1/load-balancers/listeners/{listenerUuid}/networks/candidates?limit=1&start=1&systemTags=<systemTags>&userTags=<userTags>' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "name": "Test-L3Network", "l2NetworkUuid": "7631f86a65af335fb1496afe8e7ac9ee" } ] }Change History
This API has no change history records yet.
