Use this object to manage user groups.
|
Method |
Description |
|
Add a group to the grid controller's local directory service database. The new group is created without any members. |
|
|
Destroy a group. |
|
|
list |
List groups in the grid controller's local directory service database and groups in the global directory service database (if the grid is configured to use such a service). |
|
get |
Show group information. The information displayed includes: group name, ID, scope, description, and principal group members. |
|
info |
Show group information. The information displayed includes: group name, ID, scope, description, and principal group members. |
|
Replace a local group's description and entire membership. |
|
|
Replace a local group's description or membership. |
|
|
Retrieve the new object ACL definition associated to a group |
|
|
Replace the entire new object ACL definition associated to a group |
|
|
Replace portion of a new object ACL definition associated to a group |
Add a group to the grid controller's local directory service database. The new group is created without any members.
/api/v1/group/create?group=group&vdc=controller-name
Name of the local group to create
Name of the target virtual data center
synchronous
GET
Create a local group named mygroup
GET http://192.168.123.200/api/v1/group/create?group=mygroup&vdc=mygrid
{
"message" : "Creating group mygroup...\n"
}
<message>Creating group mygroup... </message>
Entity vdc mygrid not found
- A VDC name was specified that is not configured in the WS_API application.
Missing required arguments (app).
- Argument group=group missing.
Note: This API is available with WS_API_r6-1.0.6-1 and above.
Destroy a group.
/api/v1/group/destroy?group=group&vdc=controller-name
Name of the local group to destroy
Name of the target virtual data center
synchronous
GET
Destroy a local group named mygroup
GET http://192.168.123.200/api/v1/group/destroy?group=mygroup&vdc=mygrid
{
"message" : "Destroying group mygroup...\n"
}
<message>Destroying group mygroup... </message>
Entity vdc mygrid not found
- A VDC name was specified that is not configured in the WS_API application.
Missing required arguments (app).
- Argument group=group missing.
Note: This API is available with WS_API_r6-1.0.6-1 and above.
|
Copyright © 2012 CA.
All rights reserved.
|
|