How to use datameer REST API curl command?

Comments

3 comments

  • Official comment
    Alan

    Since your environment is SSL secured, you will need to do one of two things:

    1. get the CA certificate and use the --cacert parameter on the curl command to specify your certificate.  

    2. specify --insecure on the curl command so that the certificate isn't validated.

    You can find more information about both of these options in the link noted in your error message: https://curl.haxx.se/docs/sslcerts.html

    As to your second question relating to password visibility, unfortunately there isn't a way to hide your password.  It's just the nature of using cURL.

    Comment actions Permalink
  • Sravan Xa Kumar

    Hi

     

    Can we use the --negotiate option of Curl to connect to Datameer Rest API? It doesn't work when tried in our environment.

    Performed kinit first and used --negotiate in curl to make use of that kerberos ticket. Please let us know how it works.

    0
    Comment actions Permalink
  • Joel Stewart

    Sravan, there's no SPNEGO authentication on the Datameer HTTP(S) web server. As a result, the --negotiate option in Curl is not useful for Datameer REST API calls. 

    0
    Comment actions Permalink

Please sign in to leave a comment.