Giter Site home page Giter Site logo

Comments (6)

ajbalogh avatar ajbalogh commented on September 26, 2024

handles are not supported - the class properties should be used ie session.Ixnetwork.

from ixnetwork.

muthvar1 avatar muthvar1 commented on September 26, 2024

So how else can I achieve this problem statement? I will describe the problem statement below. Can you please tell me how to achieve what I am looking for.

  • I have already started a session and configured a partial configuration
  • I exited the session or the script
  • Now I want to get back the handle to that session and also be able to retrieve the many objects I would need to continue with my configuration. This includes the ixNetwork object, topology object, possibly vport etc that were already created as part of the initial partial config.
  • What I have is the href for all these objects which I can retrieve from the api browser window, or id's in case of the session.

from ixnetwork.

muthvar1 avatar muthvar1 commented on September 26, 2024

handles are not supported - the class properties should be used ie session.Ixnetwork.

I am not sure I understood this? If the lookup is by href, then it should accept the href as a string right? Else this function does not seem useful to me. Like I mentioned in my problem statement in Issue#40. The href handle I have is retrieved from the api browser window.

from ixnetwork.

ajbalogh avatar ajbalogh commented on September 26, 2024

Every object that is multi instance supports a .find() command with options for finding specific objects. For example Sessions allows finding by Id. Vports, topologies can be found by name. IxNetwork is a single instance object so there is no need to find it - you just access the class property on sessions and you have the object.

from ixnetwork.

muthvar1 avatar muthvar1 commented on September 26, 2024

Just an update on this thread. Figured out one mistake I was doing here. The id in testPlatform.Sessions.find(Id='17') should be integer and not string. If string is provided it gives a random object and not the actual session you request.

from ixnetwork.

ajbalogh avatar ajbalogh commented on September 26, 2024

from ixnetwork.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.