From 66ef610a8350d98a649cc6270d40d995460dca69 Mon Sep 17 00:00:00 2001 From: rahulguptajss Date: Wed, 18 Dec 2024 16:51:20 +0530 Subject: [PATCH] fix: update export rule endpoint --- docs/prepare-cdot-clusters.md | 1 + integration/test/counter_test.go | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/prepare-cdot-clusters.md b/docs/prepare-cdot-clusters.md index 23fed97b0..918d1dd17 100644 --- a/docs/prepare-cdot-clusters.md +++ b/docs/prepare-cdot-clusters.md @@ -222,6 +222,7 @@ security login rest-role create -role harvest2-rest-role -access readonly -api / security login rest-role create -role harvest-rest-role -access readonly -api /api/private/cli/aggr security login rest-role create -role harvest-rest-role -access readonly -api /api/private/cli/cluster/date security login rest-role create -role harvest-rest-role -access readonly -api /api/private/cli/disk + security login rest-role create -role harvest-rest-role -access readonly -api /api/private/cli/vserver/export-policy/rule security login rest-role create -role harvest-rest-role -access readonly -api /api/private/cli/security/certificate security login rest-role create -role harvest-rest-role -access readonly -api /api/private/cli/security/ssl security login rest-role create -role harvest-rest-role -access readonly -api /api/private/cli/network/connections/active diff --git a/integration/test/counter_test.go b/integration/test/counter_test.go index 43ca2583a..8524af5c0 100644 --- a/integration/test/counter_test.go +++ b/integration/test/counter_test.go @@ -37,7 +37,6 @@ var skipTemplates = map[string]bool{ var skipEndpoints = []string{ "api/support/autosupport", - "api/private/cli/export-policy/rule", } // TestCounters extracts non-hidden counters from all of the rest and restperf templates and then invokes an HTTP GET for each api path + counters.