ves-io-schema-fleet-API-List
On This Page:
Examples of listing fleet
Usecase:
List all fleet objects in system namespace
Request using vesctl:
vesctl configuration list fleet --namespace documentation
vesctl yaml response:
items: []
Request using curl:
curl -X 'GET' -H 'X-Volterra-Useragent: v1/pgm=_tmp_go-build318584715_b001_apidocs.test/host=docker-desktop' 'https://acmecorp.console.ves.volterra.io/api/config/namespaces/documentation/fleets'
curl response
HTTP/1.1 200 OK
Content-Length: 20
Content-Type: application/json
Date: Wed, 31 Mar 2021 08:28:43 GMT
Vary: Accept-Encoding
{
"items": [
]
}