Get Tca Bom Release

Get Tca Bom Release

Api to get a TCA BOM release with a given name

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

name of the TCA bom release resource

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


Authentication
This operation uses the following authentication methods.
Responses
200

Successfully fetched resource

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