Create a UCM activity.

{
"operationName": "createactivity",
"communication": {
"token": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzEyNjU3N30.2HQ9dPm9AHfhGfHdwkpUgfupKoqzTm8pzqn15jA1W4s"
},
"operationArguments": {
"activityID": "shwe_test",
"activityHeader": "test",
"setActivity": true,
"viewPath": "C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001\AutoTestCVOB001"
}
}
operationName: string

Name of the operation.

"createactivity"
communication: object
token: string

Token that will be used for authentication.

"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzEyNjU3N30.2HQ9dPm9AHfhGfHdwkpUgfupKoqzTm8pzqn15jA1W4s"
operationArguments: object
activityID: string

Identifies a unique UCM activity ID. If this property is missing or its value is empty, a default value will be generated.

"shwe_test"
activityHeader: string

Headline for a UCM activity. If this property is missing or its value is empty, a default value will be generated.

"test"
setActivity: boolean

If this condition is true, sets the current activity in the view. The default setting is false.

true
viewPath: string

Specify the path in the view to be used for the operation.

"C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001\AutoTestCVOB001"