Is there any preference on which entity to use going forward for group API calls? Either Orion.Groups or Orion.Container
Either will work. Using Orion.Groups would make your intention more clear since we may create other kinds of containers in the future.
Hi!
Could you share a sample code about creating a group or container in java using swis.
I' m unable to do it.
Regards..
I added group creation to the java sample. You can see the new code here: https://github.com/solarwinds/OrionSDK/commit/976ae20dd75a4ffba690eeec8121b83f989486be
This is just a straight port of the python group creation sample from https://github.com/solarwinds/orionsdk-python/blob/master/samples/groups.py