GET v1/bunits/{bunitId}/datacenters/{dataCenterId}/spservers/{spServerId}/domains/{domainId}/schedules?tsmSync={tsmSync}

Get all schedules of a domain.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bunitId The ID of the business unit of the data center integer

Required

dataCenterId The ID of the data center of the server integer

Required

spServerId The ID of the server of the domain integer

Required

domainId The ID of the domain of the schedules integer

Required

tsmSync If tsmSync is set to true the schedules of the server will be syncronized with the database (optional parameter) boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

A list of all schedules on the requested domain

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.