List Tca Bom Releases

List Tca Bom Releases

Api to fetch TCA BOM releases

Request
URI
GET
https://{api_host}/telco/api/caas/v2/k8sresources/telco.vmware.com/v1alpha1/namespaces/tca-system/tcabomreleases
COPY
Query Parameters
string
tcaCpId
Optional

tcaCpId where the management cluster is deployed. tcaCpId is the hcxUUID in the response of get cluster by Id API call for management cluster.

string
mgmtClusterName
Optional

name of the management cluster where the request needs to be executed

boolean
tcaCluster
Optional

If the request has to be executed on the tcaCluster (minikube)

string
_continue
Optional

Used to fetch the next set of resources if the list is large


Authentication
This operation uses the following authentication methods.
Responses
200

Successfully fetched resource(s)

Returns string of type(s) application/json
Operation doesn't return any data structure

400

Bad Request

Returns errorResponse of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors


500

Internal Server Error

Returns errorResponse of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors