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"
}
}
Name of the operation.
"createactivity"
Token that will be used for authentication.
"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzEyNjU3N30.2HQ9dPm9AHfhGfHdwkpUgfupKoqzTm8pzqn15jA1W4s"
Identifies a unique UCM activity ID. If this property is missing or its value is empty, a default value will be generated.
"shwe_test"
Headline for a UCM activity. If this property is missing or its value is empty, a default value will be generated.
"test"
If this condition is true, sets the current activity in the view. The default setting is false.
true
Specify the path in the view to be used for the operation.
"C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001\AutoTestCVOB001"