v1

latestOpenAPI 3.0.02026-07-1310691106.0 KB
MaintenanceWindows

Update maintenance window preferences for a stack.

put/{stack}/adminconfig/v2/maintenance-windows/preferences

Path parameters

stackstring required

The name of the stack.

Request body

recordVersioninteger

Version of the record.

Example request

{
  "changeFreezes": {
    "customerInitiatedFreezes": [
      {
        "appliesTo": "Splunk Initiated Changes Only",
        "endDate": "2006/02/01",
        "reason": "Black Friday/Cyber Monday Sales Week",
        "startDate": "2006/02/01"
      }
    ]
  },
  "preferredSchedule": {
    "additionalPreferences": [
      {
        "daysOfWeek": [
          "Monday"
        ],
        "timeSlot": {
          "end": "21:00",
          "start": "13:00"
        }
      }
    ],
    "preferredWindow": {
      "alternateDays": [
        "Monday"
      ],
      "preferredDay": "Monday",
      "timeSlot": {
        "end": "21:00",
        "start": "13:00"
      }
    }
  }
}

Response

successfully updated the maintenance window preferences for the stack