Get Failover Group Schedules
Select
SaaS
Customer Managed
This operation returns the schedules associated with a Failover group
Path Parameters
- failoverGroupId string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Get Failover Group Schedules
Schema
taskDetail object[]
{
"taskDetail": [
{
"taskOperation": 0,
"associations": [
{
"srmReportSet": 0,
"srmTemplateId": 0,
"subclientId": 0,
"clientGroupId": 0,
"storagePolicyId": 0,
"copyId": 0,
"applicationId": 0,
"backupsetId": 0,
"instanceId": 0,
"sidbStoreId": 0,
"clientId": 0,
"sidbStoreName": "string",
"agentlessPolicyId": 0,
"mediaAgentId": 0,
"workflowId": 0,
"_type_": 0,
"appName": "string",
"flags": {
"exclude": true
}
}
],
"task": {
"ownerId": 0,
"runUserId": 0,
"taskType": 0,
"ownerName": "string",
"alertId": 0,
"GUID": "string",
"policyType": 0,
"taskId": 0,
"originalCC": {
"commCellId": 0
},
"taskFlags": {
"isEdgeDrive": true,
"isEZOperation": true,
"uninstalled": true,
"disabled": true
},
"task": {
"taskId": 0
}
},
"appGroup": {},
"subTasks": [
{
"relativeTime": 0,
"subTaskOperation": 0,
"subTask": {
"subTaskOrder": 0,
"subTaskName": "string",
"subTaskType": 0,
"flags": 0,
"operationType": 0,
"subTaskId": 0
},
"pattern": {
"active_end_occurence": 0,
"freq_subday_interval": 0,
"freq_type": 0,
"patternId": 0,
"flags": 0,
"description": "string",
"active_end_time": 0,
"skipOccurence": 0,
"skipDayNumber": 0,
"active_start_time": 0,
"freq_restart_interval": 0,
"active_start_date": 0,
"freq_interval": 0,
"freq_relative_interval": 0,
"name": "string",
"freq_recurrence_factor": 0,
"calendar": {
"calendarId": 0
},
"timeZone": {
"TimeZoneID": 0
}
},
"options": {
"adminOpts": {
"drOrchestrationOption": {
"operationType": 0,
"initiatedfromMonitor": true,
"replicationInfo": {
"replicationId": [
0
]
},
"advancedOptions": {
"skipDisableNetworkAdapter": true
},
"vApp": {
"_type_": 0,
"vAppId": 0,
"vAppName": "string"
}
},
"vmProvisioningOption": {
"operationType": 0,
"vAppEntity": {
"_type_": 0,
"vAppId": 0,
"vAppName": "string"
}
}
}
}
}
]
}
]
}
{
"taskDetail": [
{
"taskOperation": 1,
"associations": [
{
"srmReportSet": 0,
"srmTemplateId": 0,
"subclientId": 0,
"clientGroupId": 0,
"storagePolicyId": 0,
"copyId": 0,
"applicationId": 0,
"backupsetId": 0,
"instanceId": 0,
"sidbStoreId": 0,
"clientId": 0,
"sidbStoreName": "N/A",
"agentlessPolicyId": 0,
"mediaAgentId": 0,
"workflowId": 0,
"_type_": 0,
"appName": "Default Application Type Name",
"flags": {
"exclude": false
}
}
],
"task": {
"ownerId": 1,
"runUserId": 1,
"taskType": 2,
"ownerName": "testadmin",
"alertId": 0,
"GUID": "0cccb93d-77c2-4d16-90c2-d51600caa1eb",
"policyType": 0,
"taskId": 401,
"originalCC": {
"commCellId": 2
},
"taskFlags": {
"isEdgeDrive": false,
"isEZOperation": false,
"uninstalled": false,
"disabled": false
},
"task": {
"taskId": 401
}
},
"appGroup": {},
"subTasks": [
{
"relativeTime": 40726,
"subTaskOperation": 1,
"subTask": {
"subTaskOrder": 0,
"subTaskName": "TestBootSchedule",
"subTaskType": 1,
"flags": 0,
"operationType": 4046,
"subTaskId": 406
},
"pattern": {
"active_end_occurence": 0,
"freq_subday_interval": 0,
"freq_type": 4,
"patternId": 43,
"flags": 0,
"description": "testadmin Console schedule pattern 2018-03-27 18.11.34.935",
"active_end_time": 0,
"skipOccurence": 0,
"skipDayNumber": 0,
"active_start_time": 76320,
"freq_restart_interval": 0,
"active_start_date": 1522108800,
"freq_interval": 1,
"freq_relative_interval": 0,
"name": "TestBootSchedule",
"freq_recurrence_factor": 1,
"calendar": {
"calendarId": 1
},
"timeZone": {
"TimeZoneID": 1000
}
},
"options": {
"adminOpts": {
"drOrchestrationOption": {
"operationType": 7,
"initiatedfromMonitor": false,
"replicationInfo": {
"replicationId": [
5,
6
]
},
"advancedOptions": {
"skipDisableNetworkAdapter": false
},
"vApp": {
"_type_": 164,
"vAppId": 31,
"vAppName": "AdminConsole FGRegression"
}
},
"vmProvisioningOption": {
"operationType": 39,
"vAppEntity": {
"_type_": 164,
"vAppId": 31,
"vAppName": "AdminConsole FGRegression"
}
}
}
}
}
]
}
]
}
GET /failovergroups/:failovergroupid/schedules
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/FailoverGroups/:failoverGroupId/Schedules' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/FailoverGroups/:failoverGroupId/Schedules' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/FailoverGroups/:failoverGroupId/Schedules' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/FailoverGroups/:failoverGroupId/Schedules' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/FailoverGroups/:failoverGroupId/Schedules' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/FailoverGroups/:failoverGroupId/Schedules' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/FailoverGroups/:failoverGroupId/Schedules' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'