Create Group
Use the createGroup
API to create a new group.
Your suggested change has been received. Thank you.
Please Note:
Use the createGroup
API to create a new group.
NAESession session = NAESession.getSession("username", "password".toCharArray());
NAEAdminRequestProcessor processor= new NAEAdminRequestProcessor(session);
boolean response=processor.createGroup("group1");
Thank you! Your suggestion has been submitted.
https://thales.na.market.dpondemand.io/docs/dpod/services/kmo….