API Guide
Privilege VIEW
HTTP response
codes
200
Example
/api/GroupService/Actions/GroupService.CreateGroup
This URI represents creation of a group.
POST method for GroupService.CreateGroup
This method creates a group.
Description Creates a group.
Privilege GROUP_MANAGEMENT
HTTP response
codes
200
Example
Input {
"GroupModel":
{
"Id": 0,
"Name": "00000",
"Description": "GroupPermissionTest",
"GlobalStatus": 0,
"DefinitionId": 0,
"MembershipTypeId":24,
"ParentId": 0
},
"GroupModelExtension" :{
"FilterId":0,
"ContextId":2,
"Conditions":[{
"LogicalOperatorId":1,
"LeftParen":false,
"FieldId":9,
"OperatorId":1,
"Value":"1000",
"RightParen":false
}]
}
}
/api/GroupService/Actions/GroupService.UpdateGroup
This URI represents the updates to a group.
PUT method for GroupService.UpdateGroup
This method updates a group.
Description
Updates a group.
Privilege GROUP_MANAGEMENT
HTTP response
codes
200
APIs specific to OpenManage Enterprise 405