Closed cdhunt closed 7 years ago
@cdhunt please note that ndvp is not intended to be used as a general purpose ONTAP api client and is not supported in such a capacity.
That said, you may try setting the “api” DebugTraceFlags setting to true when you initialize the driver and see if the extra debug info provides any insight.
I'm trying to use
netappdvp/api/ontap
as a client to potentially back a Terraform provider. Usingcurl
againsthttps://user@pass:filer/servlets/netapp.servlets.admin.XMLrequest_filer
works fine, but the below always returns a 401 Unauthorized. Do you have any usage or debugging suggestions?