Loading

SLM REST API

Skip Feed
  1. 1 of 4
    • This is quite an old post so not sure if you still need this info, but in general - no. There is some documentation on the Snow License Manager Web API here: Introduction | Snow product documentation

       

      But it's not great. It basically tells you how to connect to it and what's available, but not much else other than that. If you still need more info - let me know and I can try give you a hand.

      Expand Post

  2. Why am i getting "Salt is not at least eight bytes" when trying to access the /api endpoint?

    We have the Snow Lincense Manager and i want to pull some data with the api, which according to the documentation should be at slm.<company.com>/api, and that you should supply the username and password as base64 encoded. When i do so i get error code 500 saying: "Salt is not at least eight bytes". I have also tried accessing the /api endpoint through the browser and encountering the same problem.


    • Detlev Eufinger (Flexera Software)

       

      Ensure your request includes a properly formatted Authorization header:

       

      Authorization: Basic <base64(username:password)>

       

      The username:password string must be correctly base64-encoded.

      Avoid encoding just the username or password separately.

       

      If Windows Authentication is enabled for the SLM site, it can interfere with API access.

      • You must:Disable Windows Authentication in IIS for the /api path.
      • Enable Anonymous Authentication for the API endpoint.

       

       

      Expand Post

  3. REST API - Is it possible to change the PageSize from the default of 100 to 'all'?

    Hello there,

     

    I have an API query that gathers the computer's. The challenge is that the query defaults to an output of 100 items on the page. Is there a way to output 'all' of the computer objects instead of having to loop through each 100?

     

    The code is written in powershell.

     

    Thanks for the help!

     

    #SLM REST API​ 

     

    Expand Post

End of Feed
3 Chatter Feed Items
ALL CONVERSATIONS
UNSOLVED
ARTICLES
3 Posts

Related Topics

    Loading
    SLM REST API | Flexera