• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. mn_19105
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    mn_19105

    @mn_19105

    0
    Reputation
    3
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    mn_19105 Unfollow Follow

    Latest posts made by mn_19105

    • RE: Can't create working api request for multicast sessions

      First of all thanks for the clarification

      @sebastian-roth said in Can't create working api request for multicast sessions:

      Definitely a good point. Documentation in general is not complete. A lot of knowledge is spread across the old dated wiki, forum posts and so on. We would like to transfer all this to a proper documentation. It’s a good start but still not finished. If you have a little spare time you could look into documenting the API properly. What do you think?

      At the moment i have a bit of spair time.
      Before starting with creating the panel in made all my requests in postman.

      2b619272-38ac-4ef1-b9a5-576b1becdfbd-image.png

      So if you want i can write a wiki with a bit of examples and clarification about the API.
      Please let me know where i can apply 😉

      posted in FOG Problems
      M
      mn_19105
    • RE: Can't create working api request for multicast sessions

      Thank you for the response i’ll try it on monday.

      After reading your json body i still have some small questions.
      Does the Logpath refer to the image location?:
      6e216ab3-c76a-46e2-a3d0-278129160912-image.png
      Or is it just a parameter where you can set a location for a log file?

      And why is clients “-2”
      Is that the parameter for the delay?

      And where does isDD refer to
      Just want to get a bit more used to some parameters since the API documentation is very basic at the moment

      Thanks in advanced.

      Maurice

      BTW if you or someone else is interested in the webpanel i’m happy to share it on github.com.
      Just lemme know

      posted in FOG Problems
      M
      mn_19105
    • Can't create working api request for multicast sessions

      Hello there,

      I’m currently working on a dashboard for quickly making multicast sessions.
      But i can’t figure out how it exactly works.
      Currently i’m using there parameters:

       {
                  "name": "test",
                  "port": "57364",
                  "clients": "-2",
                  "sessclients": "2",
                  "interface": "eth0",
                  "isDD": "1",
                  "state": "3",
                  "image": "3"
       }
      

      I’ve also tried including the starttime paramenter but without any luck.
      The session will open but the clients won’t start copying the data to the disk.
      Image 3 is a image that includes a working windows 10 install.
      Also tried a reboot of the whole server but without any luck.

      I’ve been fiddling around with this for the past couple of days but i still have not found a solution.
      Thanks in advance!

      posted in FOG Problems
      M
      mn_19105