| |
Exists on Condition | (/system/isOAM ='true') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/NODE_LIST:nodeName]/system/deploymentType != 'microservices' or (/NODE_LIST:node[NODE_LIST:nodeName=current()/NODE_LIST:nodeName]/system/deploymentType = 'microservices' and /NODE_LIST:node[NODE_LIST:nodeName=current()/NODE_LIST:nodeName]/system/isOAM = 'true')) |
Parameter | Description | |
---|---|---|
name | The name of the user. | |
currentStatus | The current status of the user. | |
userId | User ID |
Operation Name | Description |
---|---|
enable | Enable user account |
disable | Disable user account |
setRsaKey | Set RSA key for the user. |
deleteRsaKey | Delete RSA key for the user. |
showRsaKey | Show RSA key for the user. |
RESTCONF API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListOrca:oam/sonusNodeListAaa:localAuth/userStatus={name} |