Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. k_2363
    K
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    k_2363

    @k_2363

    0
    Reputation
    5
    Posts
    2
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    k_2363 Follow

    Best posts made by k_2363

    This user hasn't posted anything yet.

    Latest posts made by k_2363

    • RE: Some API questions

      Addition: for [1]

      We cannot get the endpoint ApiKeys_CreateOrUpdateApiKey to get to work. It seems that the JSON requires ApiKeyTasks_Table (IEnumerable1)`. Unfortunately we cannot find what we have to provide here. If i look at the Stored Procedure, it seems that this cannot be filled with an API request.

      posted in Support
      K
      k_2363
    • RE: Some API questions

      Hi @atripp ,

      I'm working on this case together with Marcel.
      I can confirm that you solution for [2] is working! After setting the Internal_Indicator to N it shows up on the /reference/api page. We've succesfully created, updated and deleted these groups.

      However your explanation for [3] doesn't seem to be right in our case. We're using the 'Pull to ProGet' button to download packages from an Azure DevOps Artifact to our ProGet feed, however when the package hasn't been downloaded yet it shows in the Feed with a Antenna icon.
      fa4bdfb6-1405-4bcc-96dd-9482fa841a0f-image.png.

      However if i use any of the api/packages/<feed_name> api's this package does not show up untill its manualy pulled.

      When i use the api endpoint to download the package i receive the following result.

      Method: GET
      URI: api/packages/<feed_name>/download?name=<package_name>&version=<package_version>
      

      Response:

      Package pkg:nuget/<package_name>@<package_version> not found.
      

      If I manualy use the "Pull to ProGet" button then it shows up and i get a different response on the download endpoint.

      posted in Support
      K
      k_2363
    • RE: Need help with Native API

      Hi @Dan_Woolf ,

      Thank you for your message.
      We've updated to the most recent version from 2023.16 to 2023.18 and I can confirm that this is now working!

      Thanks!

      posted in Support
      K
      k_2363
    • RE: Need help with Native API

      Hi @atripp,

      We're running the latest version.

      We're running a ProGet instance that does not live inside a Active Directory domain.
      The accounts we're using are local ProGet accounts. We would like to create API users + keys with the API.

      Also we would like to get the possibility to Pull packages into a feed. These feeds are populated by Azure DevOps artifacts, however we can list and delete packages from within the API but not pull them into the feed(download them).

      posted in Support
      K
      k_2363
    • Need help with Native API

      Hi,

      We're currently testing the ProGet API endpoints. We are forced to use the 'Native API' due to the development of the new API.
      Unfortunately we're unable to use some Native API endpoints due to some errors.

      We've tested multiple options but it seems that we cannot get it to work ourselves.

      URI: https://server/api/json/Users_CreateGroup
      METHOD: POST
      Type: Other
      Body: 
      {
          "Group_Name": "Test"
      }
      

      Result:
      515 16 2 Users_CreateGroup 20 Cannot insert the value NULL into column 'Group_Name', table 'ProGet.dbo.Groups'; column does not allow nulls. INSERT fails.

      However if we switch the type to: application/json we get the following message.

      Result:
      Invalid value for "Group_Name": Object must implement IConvertible.

      The same happens for the Create User endpoint.

      Anyone has a solution for this issue?

      Another question: Is there any ETA on the API development?

      posted in Support
      K
      k_2363