Skip to main content

Get Blackout Window

Select

SaaS
Customer Managed

Get All Blackout Windows

Query Parameters
  • showOnlyCommcellLevel boolean

    Shows blackout window at commcell level if set to true.

  • companyId integer

    Shows blackout windows associated with the company whose id has been provided.

  • serverGroupId string

    Shows blackout windows associated with the server group whose id has been provided.

  • commcellId string

    Shows blackout windows associated with the commcell whose id has been provided.

Responses

Success


Schema
  • blackoutWindows object[]

    Returns a summary of all blackout windows

  • id int32

    blackout window Id

  • name string

    blackout window name

  • company object
  • id int32
  • name string
  • allDays object[]

    Days of the week along with the time on which the black out window will be in effect.

  • days string[]

    Possible values: [SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY]

    Days of the week when the blackout window will be in effect.

  • time object
  • start int64

    the blackout window comes into effect at this point.

  • end int64

    the blackout window is no longer in effect from this point on.

  • betweenDates object
  • start int64

    the blackout window comes into effect at this point.

  • end int64

    the blackout window is no longer in effect from this point on.

Loading...