Get Schedule Policies
Select
SaaS
Customer Managed
This operation returns a list of schedule policies.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
taskDetail object[]
task object
GUID stringdescription stringownerId integerrunUserId integertaskType integerownerName stringpolicyType integerassociatedObjects integertaskName stringalertId integertaskId integertaskFlags object
isEdgeDrive booleanisEZOperation booleanforDDB booleanuninstalled booleandisabled booleanoriginalCC object
commCellId integertask object
taskName stringtaskId integerappGroup object
appGroups object[]
appGroupId integer
{
"taskDetail": [
{
"task": {
"GUID": "string",
"description": "string",
"ownerId": 0,
"runUserId": 0,
"taskType": 0,
"ownerName": "string",
"policyType": 0,
"associatedObjects": 0,
"taskName": "string",
"alertId": 0,
"taskId": 0,
"taskFlags": {
"isEdgeDrive": true,
"isEZOperation": true,
"forDDB": true,
"uninstalled": true,
"disabled": true
},
"originalCC": {
"commCellId": 0
},
"task": {
"taskName": "string",
"taskId": 0
}
},
"appGroup": {
"appGroups": [
{
"appGroupId": 0
}
]
}
}
]
}
Loading...