[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Get Support Bundle Dynamic Content Filters
DescriptionReturns 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
Operation doesn't accept any path, query or header parameters.
URL
https://{api_host}/napp/api/v1/platform/support-bundle/dynamic-content-filters
Authentication
This operation uses the following authentication methods.
x_nsx_roles
Scopes:
enterprise_admin, auditor
Response
Response
Response BodyResponse Body
200 OK
Returns
DynamicContentFilters
of type application/json
string
clusterId
Required
The UUID of the NAPP K8s cluster
string
clusterName
Required
Can be a string or UUID that represents 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.
Errors
500
Backend error. Look at cluster-api logs for exact reason for failure.
Code Samples
cURL Command
curl https://{api_host}/napp/api/v1/platform/support-bundle/dynamic-content-filters
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform