Skip to content

Commit

Permalink
fix: update export rule endpoint (#3392)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulguptajss authored Dec 18, 2024
1 parent f3792fc commit 4f85a5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
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

0 comments on commit 4f85a5d

Please # to comment.