Skip to main content

Get Schedule Policies

Select

SaaS
Customer Managed

This operation returns a list of schedule policies.

More Details

Responses

OK


Schema
  • taskDetail object[]
  • task object
  • GUID string
  • description string
  • ownerId integer
  • runUserId integer
  • taskType integer
  • ownerName string
  • policyType integer
  • associatedObjects integer
  • taskName string
  • alertId integer
  • taskId integer
  • taskFlags object
  • isEdgeDrive boolean
  • isEZOperation boolean
  • forDDB boolean
  • uninstalled boolean
  • disabled boolean
  • originalCC object
  • commCellId integer
  • task object
  • taskName string
  • taskId integer
  • appGroup object
  • appGroups object[]
  • appGroupId integer
GET /schedulepolicy    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/SchedulePolicy' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'