Authenticate to the CCRC WAN server.

{
"operationName": "login",
"operationArguments": {
"userName": "Admin",
"password": "Abcd@1234",
"ccrcWanServerURL": "http://10.115.84.36:16080/ccrc",
"primaryGroupName": "clearcase",
"groupList": [
"clearcase",
"devs",
"qa"
]
}
}
operationName: string

Name of the operation.

"login"
communication: object
operationArguments: object
userName: string

Enter your username to log in.

"Admin"
password: string

Enter your password to log in.

"Abcd@1234"
ccrcWanServerURL: string

URL for the CCRC WAN server.

"http://10.115.84.36:16080/ccrc"
primaryGroupName: string

Primary group of the logged-in user.

"clearcase"
groupList: string[]

List of groups associated with the logged-in user.

[
"clearcase",
"devs",
"qa"
]