Authenticate to CCRC WAN Server
{
"operationName": "login",
"operationArguments": {
"ccrcWanServerURL": "https://wan.example.com/ccrc",
"userName": "alice",
"password": "alicePass",
"groupList": [
"clearcase", "devs", "qa"
],
"primaryGroupName": "clearcase",
}
}
Name of the operation
"login"
Login User
"alice"
Login Password
"alicePass"
CCRC WAN server URL
"https://wan.example.com/ccrc"
Primary group of login user
"clearcase"
Group list of login user
[
"clearcase", "devs", "qa"
]