Replace set of group rules with a new one. Only Location and Network Device groups are supported.
Since Product Version: 3.0
-
Jump To
- AAA/TACACS+ Servers Operations Service (4)
- AP Onboarding Profile Management Service (4)
- API Health Service (6)
- Access Point Operations (5)
- Alarms Management Service (5)
- Application Visibility and Control Service (1)
- CLI Template Configuration (12)
- Clients (7)
- Configuration Archive Service (7)
- Credential Profile Management Service (5)
- Credentials Service (1)
- Device Details (9)
- Device Operations (9)
- Group Management Service (8)
- Group Summary Service (8)
- Guest User Management Service (8)
- Job Operations (6)
- MAC Filters Management Service (5)
- Manage and Monitor Info Service (5)
- Managed Servers Operations (6)
- Plug and Play (11)
- Rate Limits Management Service (2)
- Report Service (4)
- Site Map Service (3)
- Software Updates (2)
- Statistics (91)
- System Settings (26)
- Trap Receivers (4)
- User Defined Field Management (3)
- User Management Service (5)
- VNF Provisioning (16)
- Virtual Domains Management Service (10)
- Virtual Image Repository (8)
- WLAN Provisioning (16)
- Wireless Device Details (22)
- v1
- v2
- v3
- v4
Resource Information
Rate Limiting? |
No |
Sorting? |
No |
Paging? |
No |
Filtering? |
No |
Group Filtering? |
No |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Write |
HTTP Methods |
PUT |
This API version has been deprecated. It will be removed in a future release of the product. Please develop new clients using the latest API version. Please modify your existing clients to use a later API version.
Resource URL
/webacs/api/v1/op/groups/groupRulesRequest Parameters
Attribute | Source | Description |
---|---|---|
groupId Long |
query |
Required Id of the group. Either groupId or groupPath must be specified. |
groupPath String |
query |
Required Full path and name of the group. Either groupId or groupPath must be specified. |
Request Payload Parameters
Attribute | Description | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Required List of group rules |
||||||||||||
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Request Payload
https://localhost/webacs/api/v1/op/groups/groupRules?groupPath=Location/All Locations/groupName
<?xml version="1.0" ?>
<groupRulesDTO>
<rules>
<rule>
<criteria>String value</criteria>
<field>String value</field>
<matchCondition>AND</matchCondition>
<operation>IS_EMPTY</operation>
</rule>
</rules>
</groupRulesDTO>
Sample JSON Request Payload
https://localhost/webacs/api/v1/op/groups/groupRules.json?groupPath=Location/All Locations/groupName
{
"groupRulesDTO" : {
"rules" : {
"rule" : {
"criteria" : "String value",
"field" : "String value",
"matchCondition" : "AND",
"operation" : "IS_EMPTY"
}
}
}
}
Resource Information
Rate Limiting? |
No |
Sorting? |
No |
Paging? |
No |
Filtering? |
No |
Group Filtering? |
No |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Write |
HTTP Methods |
PUT |
Resource URL
/webacs/api/v2/op/groups/groupRules UnmodifiedThis resource has not been modified since the previous API version.
Request Parameters
Attribute | Source | Description |
---|---|---|
groupId Long |
query |
Required Id of the group. Either groupId or groupPath must be specified. |
groupPath String |
query |
Required Full path and name of the group. Either groupId or groupPath must be specified. |
Request Payload Parameters
Attribute | Description | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Required List of group rules |
||||||||||||
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Request Payload
https://localhost/webacs/api/v2/op/groups/groupRules?groupPath=Location/All Locations/groupName
<?xml version="1.0" ?>
<groupRulesDTO>
<rules>
<rule>
<criteria>String value</criteria>
<field>String value</field>
<matchCondition>AND</matchCondition>
<operation>IS_EMPTY</operation>
</rule>
</rules>
</groupRulesDTO>
Sample JSON Request Payload
https://localhost/webacs/api/v2/op/groups/groupRules.json?groupPath=Location/All Locations/groupName
{
"groupRulesDTO" : {
"rules" : {
"rule" : [ {
"criteria" : "String value",
"field" : "String value",
"matchCondition" : "AND",
"operation" : "IS_EMPTY"
} ]
}
}
}
Resource Information
Rate Limiting? |
No |
Sorting? |
No |
Paging? |
No |
Filtering? |
No |
Group Filtering? |
No |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Write |
HTTP Methods |
PUT |
Resource URL
/webacs/api/v3/op/groups/groupRules UnmodifiedThis resource has not been modified since the previous API version.
Request Parameters
Attribute | Source | Description |
---|---|---|
groupId Long |
query |
Required Id of the group. Either groupId or groupPath must be specified. |
groupPath String |
query |
Required Full path and name of the group. Either groupId or groupPath must be specified. |
Request Payload Parameters
Attribute | Description | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Required List of group rules |
||||||||||||
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Request Payload
https://localhost/webacs/api/v3/op/groups/groupRules?groupPath=Location/All Locations/groupName
<?xml version="1.0" ?>
<groupRulesDTO>
<rules>
<rule>
<criteria>String value</criteria>
<field>String value</field>
<matchCondition>AND</matchCondition>
<operation>IS_EMPTY</operation>
</rule>
<rule>
<criteria>Another string value</criteria>
<field>Another string value</field>
<matchCondition>OR</matchCondition>
<operation>IS_NOT_EMPTY</operation>
</rule>
</rules>
</groupRulesDTO>
Sample JSON Request Payload
https://localhost/webacs/api/v3/op/groups/groupRules.json?groupPath=Location/All Locations/groupName
{
"groupRulesDTO" : {
"rules" : {
"rule" : [ {
"criteria" : "String value",
"field" : "String value",
"matchCondition" : "AND",
"operation" : "IS_EMPTY"
}, {
"criteria" : "Another string value",
"field" : "Another string value",
"matchCondition" : "OR",
"operation" : "IS_NOT_EMPTY"
} ]
}
}
}
Resource Information
Rate Limiting? |
No |
Sorting? |
No |
Paging? |
No |
Filtering? |
No |
Group Filtering? |
No |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Write |
HTTP Methods |
PUT |
Resource URL
/webacs/api/v4/op/groups/groupRules UnmodifiedThis resource has not been modified since the previous API version.
Request Parameters
Attribute | Source | Description |
---|---|---|
groupId Long |
query |
Required Id of the group. Either groupId or groupPath must be specified. |
groupPath String |
query |
Required Full path and name of the group. Either groupId or groupPath must be specified. |
Request Payload Parameters
Attribute | Description | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Required List of group rules |
||||||||||||
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Request Payload
https://localhost/webacs/api/v4/op/groups/groupRules?groupPath=Location/All Locations/groupName
<?xml version="1.0" ?>
<groupRulesDTO>
<rules>
<rule>
<criteria>String value</criteria>
<field>String value</field>
<matchCondition>AND</matchCondition>
<operation>IS_EMPTY</operation>
</rule>
<rule>
<criteria>Another string value</criteria>
<field>Another string value</field>
<matchCondition>OR</matchCondition>
<operation>IS_NOT_EMPTY</operation>
</rule>
</rules>
</groupRulesDTO>
Sample JSON Request Payload
https://localhost/webacs/api/v4/op/groups/groupRules.json?groupPath=Location/All Locations/groupName
{
"groupRulesDTO" : {
"rules" : {
"rule" : [ {
"criteria" : "String value",
"field" : "String value",
"matchCondition" : "AND",
"operation" : "IS_EMPTY"
}, {
"criteria" : "Another string value",
"field" : "Another string value",
"matchCondition" : "OR",
"operation" : "IS_NOT_EMPTY"
} ]
}
}
}