Get Support Bundle Dynamic Content Filters

Get Support Bundle Dynamic Content Filters

Returns the list of strings representing service names that will be populated into the list shown in the UI of the support bundle collection page.

Request
URI
GET
https://{api_host}/napp/api/v1/platform/support-bundle/dynamic-content-filters
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns DynamicContentFilters of type(s) application/json
{
    "clusterName": "guestCluster1",
    "clusterId": "5832fc4c-3dbb-49f9-85b6-f31328a5365b",
    "contentFilters": [
        "NAPP:SERVICE:MESSAGING",
        "NAPP:SERVICE:ANALYTICS",
        "NAPP:SERVICE:PLATFORM_SERVICES"
    ]
}
string
clusterName
Required

Can be a string or UUID that represents the NAPP K8s cluster

string
clusterId
Required

The UUID of the NAPP K8s cluster

array of string
contentFilters
Required

The list of strings that represents the list of services for which NAPP support-bundle can be collected for.


500

Backend error. Look at cluster-api logs for exact reason for failure.

Operation doesn't return any data structure