Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update export rule endpoint #3392

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/prepare-cdot-clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion integration/test/counter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading