Code Monkey home page Code Monkey logo

Comments (4)

mtimm avatar mtimm commented on July 17, 2024

This is a documented behavior of the APIC REST API that needs to be accounted for in the acitoolkit. The REST API guide clearly states that the attributes need to come first in JSON, but this was not added/updated until I ran across it with the cobra SDK recently. This can usually be done by sorting the keys.

from acitoolkit.

richardstrnad avatar richardstrnad commented on July 17, 2024

@mtimm Is this also required for all the child json 'dicts'?

from acitoolkit.

mtimm avatar mtimm commented on July 17, 2024

@dnq yes it is. It's a general requirement of the APIC REST API due to how the JSON is derived from XML. It could technically be corrected in the APIC to remove the restriction but the effort involved was deemed too great and the potential fallout risk too high to undertake the effort.

Edit: I should probably also note that if your managed object has children, the "attributes" field is required even if it is empty.

from acitoolkit.

richardstrnad avatar richardstrnad commented on July 17, 2024

Thank you for the clarification.
Currently the dict's are correct for all child entries.

from acitoolkit.

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.