Create new Send logs job
This operation is used to trigger a new send logs job
- application/json
Request Body
taskInfo object
task object
taskFlags object
disabled boolean requiredtaskType integer requiredinitiatedFrom integer requiredpolicyType integersubTasks object[]
subTask object
subTaskType integer requiredoperationType integer requiredoptions object
adminOpts object
sendLogFilesOption object
To specify which logs are to be collected
actionLogsEndJobId integeremailSelected booleanDefault value:
true
jobid integertsDatabase booleangalaxyLogs booleanDefault value:
true
getLatestUpdates booleanactionLogsStartJobId integercomputersSelected booleancsDatabase booleanCollect logs of the CommServ DB
otherDatabases booleanCollect logs of other DB
crashDump booleanisNetworkPath booleansaveToFolderSelected booleannotifyMe booleanDefault value:
true
includeJobResults booleandoNotIncludeLogs booleanDefault value:
true
machineInformation booleanDefault value:
true
scrubLogFiles booleanemailSubject stringCS_Name : Commcell ID **** Logs for machines: Machine_Name
osLogs booleanDefault value:
true
allUsersProfile booleansplitFileSizeMB integerDefault value:
512
actionLogs booleanincludeIndex booleandatabaseLogs booleanDefault value:
true
includeDCDB booleancollectHyperScale booleanlogFragments booleanuploadLogsSelected booleanuseDefaultUploadOption booleanenableChunking booleanDefault value:
true
collectRFC booleancollectUserAppLogs booleanimpersonateUser object
useImpersonation booleanclients string[]
clientId integerclientName stringrecipientCc object
emailids arrayusers arrayuserGroups arraysendLogsOnJobCompletion boolean
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1 ( For Comm Cell)
- Example 2 ( For Job I D)
- Example 3 ( For Client)
Schema
- taskId integer
- jobIds string[]
{
"taskId": 0,
"jobIds": [
"string"
]
}
{
"taskId": 341094,
"jobIds": [
15383507
]
}
{
"taskId": 341094,
"jobIds": [
15384978
]
}
{
"taskId": 341307,
"jobIds": [
15384981
]
}
Loading...