Get Addons
API to fetch all Addons on Kubernetes Cluster
The identifier of the tenant
UUID of cluster where addons are created
Name of management cluster of the given cluster.
TCA-CP id of management cluster managing given cluster
Attribute-based filtering expression.
Attribute based sorting expression.
Marker to obtain the next page of a paged response. If not present, API will return first page of response with page size 10.
Flag to indicate OR match is requested for filter sub-expressions. If set to true, response based on OR match is returned.
Successfully returned addons
{
"items": [
{
"metadata": {
"resourceVersion": "number",
"name": "string",
"clusterName": "string",
"annotations": {
"templateName": "string",
"templateAddonName": "string"
}
},
"spec": {
"clusterRef": {
"apiVersion": "string",
"fieldPath": "string",
"kind": "string",
"name": "string",
"namespace": "string",
"resourceVersion": "string",
"uid": "string"
},
"name": "string",
"namespace": "string",
"tcaBomReleaseRef": {
"apiVersion": "string",
"fieldPath": "string",
"kind": "string",
"name": "string",
"namespace": "string",
"resourceVersion": "string",
"uid": "string"
},
"config": {
"partnerSystemRefs": [
"string"
]
}
},
"status": {
"resourceVersion": "number",
"opstatus": "string",
"deleteAccepted": false,
"conditions": [
{
"lastTransitionTime": "string",
"status": "string",
"type": "string",
"reason": "string",
"message": "string",
"severity": "string"
}
]
},
"lastUpdated": "string",
"creationDate": "string",
"creationTenantId": "string",
"creationUser": "string",
"intentQueued": false
}
]
}
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}