| |
Exists on Condition | (/system/deploymentType != 'microservices' or (/system/deploymentType = 'microservices' and /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/sonusOrca:oam/localAuth/userStatus={name} |