Resources | oam | localAuth | group

group

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring The name of the group.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/oam/localAuth/group/{name}

REST API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/oam/localAuth --data '
<group>
     <name>{name}</name>
</group>
'

REST API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/oam/localAuth/group/{name}

  • No labels