Categories

  • 631 Topics
    2k Posts
    P
    I’m planning a long wellness-focused stay in Rishikesh and trying to figure out the best way to organize my training and retreat schedule. I’ve been following some of the best online yoga classes, but now I want to experience the real energy of the yoga capital. I’m especially confused between joining Kundalini Yoga Rishikesh programs or starting directly with structured teacher training like the 100 Hour Yoga Teacher Training In Rishikesh or the 200 Hour Yoga Teacher Training In Rishikesh. Both look promising, but I’m not sure which one is better for someone transitioning from online practice to in-person learning. I also want to explore healing programs like the Sound Healing Course In Rishikesh, as it seems like something that could enhance my overall experience and help with stress relief. For relaxation, I’m thinking of adding a 3 Days Yoga Retreat In Rishikesh, or maybe even extending it to a 5 Days Yoga Retreat In Rishikesh or 7 Days Yoga Retreat In Rishikesh depending on how intense the teacher training feels. And yes, I definitely don’t want to miss out on River Rafting In Rishikesh to balance all the calm with some adventure.
  • 4k Topics
    16k Posts
    L
    Hallo, laut Doku kann man bei cmdb.object.create auch gleich Attribute in Kategorien schreiben, was einige API Aufrufe erspart: categories Object with Array Category constant, for example: "C__CATG__MODEL" with keys in a array Nach etwas rumprobieren habe ich folgende Möglichkeit gefunden mit der ich Daten schreiben kann: { "version": "2.0", "method": "cmdb.object.create", "params": { "apikey": "*****", "language": "en", "type": "C__NEUER_OBJEKTTYP_ZZ_ALLE_KATEGORIEN", "title": "test_2025-11-20-05", "categories" : { "C__CATG__CUSTOM_FIELDS_NETZ_INFO" : [ {"f_text_nautobot_name" : "asdf"}, {"f_text_nautobot_id" : "12335"} ] } }, "id": 1 } Kann jemand bestätigen, dass dieses Format richtig ist? Wenn ja, wäre es sinnvoll, die API Dokumentation um so ein Beispiel zu erweitern und evtl. das "keys in array" besser zu formulieren. Es gibt ja mehrere Möglichkeiten dies zu implementieren. Grüße Leo