​
Select Service
ves-io-schema-views-http_loadbalancer-API-List
Published April 5, 2023 | Last modified November 14, 2025
Examples of listing http_loadbalancer
Usecase:
List virtual-host
Request using vesctl:
vesctl configuration list http_loadbalancer --namespace documentation
vesctl yaml response:
errors: []
items:
- annotations: {}
labels:
ves.io/app_type: bookinfo
name: productpage
namespace: documentation
statusSet: []
tenant: acmecorp
uid: e8d578f8-3a7e-466c-a3ce-6e72ff3c7cde
Copied!
Request using curl:
curl -X 'GET' -H 'X-Volterra-Useragent: v1/pgm=_var_folders_q2_3kp8z3zs0x5_m7pk1bgb0_ph0000gp_T_go-build4194363419_b001_apidocs.test/host=MTY6VVHQPH/svc=S:examplesvc/site=mytestce01' 'https://acmecorp.console.ves.volterra.io/api/config/namespaces/documentation/http_loadbalancers'
Copied!
curl response
HTTP/1.1 200 OK
Content-Length: 479
Content-Type: application/json
Date: Thu, 13 Nov 2025 23:08:18 GMT
Vary: Accept-Encoding
X-Volterra-Response-Fields-Deprecated: items.#.get_spec.api_rate_limit_legacy,items.#.get_spec.caching_policy.default_cache_action.eligible_for_cache,items.#.get_spec.enable_api_discovery.sensitive_data_detection_rules,items.#.get_spec.jwt_validation.jwks,items.#.get_spec.routes.#.direct_response_route.route_direct_response.response_body,items.#.get_spec.single_lb_app.enable_discovery.sensitive_data_detection_rules
{
"items": [
{
"tenant": "acmecorp",
"namespace": "documentation",
"name": "productpage",
"uid": "e8d578f8-3a7e-466c-a3ce-6e72ff3c7cde",
"description": "",
"disabled": false,
"labels": {
"ves.io/app_type": "bookinfo"
},
"annotations": {
},
"owner_view": null,
"metadata": null,
"system_metadata": null,
"get_spec": null,
"status_set": [
]
}
],
"errors": [
]
}
Copied!