Resources | oam | localAuth | rule-list

rule-list

An ordered collection of access control rules.

Configuration

ParameterPresenceTypeDefaultDescription
nameMstringArbitrary name assigned to the rule-list.
groupOunionList of administrative groups that will be assigned the associated access rights defined by the 'rule' list. The string '*' indicates that all groups apply to the entry.
ruleO
cmdruleO
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusOrca:oam/localAuth/rule-list={name}

RESTCONF API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/data/sonusOrca:oam/localAuth --data '
<rule-list>
     <name>{name}</name>
</rule-list>
'

RESTCONF API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusOrca:oam/localAuth/rule-list={name}

  • No labels