Skip to content

Commit 5f42b2f

Browse files
rahulguptajsscgrinds
authored andcommitted
fix: support different ontap port Zapi/ZapiPerf collector
1 parent f8f77f5 commit 5f42b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/api/ontapi/zapi/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func New(poller *conf.Poller, c *auth.Credentials) (*Client, error) {
8282
if poller.IsKfs {
8383
url = "https://" + addr + ":8443/servlets/netapp.servlets.admin.XMLrequest_filer"
8484
} else {
85-
url = "https://" + addr + ":443/servlets/netapp.servlets.admin.XMLrequest_filer"
85+
url = "https://" + addr + "/servlets/netapp.servlets.admin.XMLrequest_filer"
8686
}
8787

8888
if poller.LogSet != nil {

0 commit comments

Comments
 (0)