v1
latestOpenAPI 3.0.02026-07-1310691106.0 KBMaintenanceWindows
Describe a specific maintenance window schedule
get/{stack}/adminconfig/v2/maintenance-windows/schedules/{scheduleID}
Path parameters
stackstring required
The name of the stack.
scheduleIDstring required
The maintenance window schedule ID.
Response
successfully described a specific maintenance window schedule
Example response
{
"operations": [
{
"SFDCTickets": [
"1001234",
"1001235"
],
"tickets": [
{
"id": "1000123",
"type": "SFDC",
"url": "https://splunk.my.site.com/customer/s/case/500KW0000000123ABC"
}
]
}
]
}