v1

latestOpenAPI 3.0.02026-07-1310691106.0 KB
MaintenanceWindows

Audit status changes for a specific maintenance window schedule.

get/{stack}/adminconfig/v2/maintenance-windows/schedules/{scheduleID}/audits

Path parameters

stackstring required

The name of the stack.

scheduleIDstring required

The maintenance window schedule ID.

Query parameters

fromTimestring

The earliest time to return results from. Format is expected to be YYYY-MM-DD or in RFC3339. UTC is the default timezone.

toTimestring

The latest time to return results from. Format is expected to be YYYY-MM-DD or in RFC3339. UTC is the default timezone.

Response

successfully list down status changes for a specific maintenance window schedule

Example response

[
  {
    "audits": [
      {
        "operations": [
          {
            "SFDCTickets": [
              "1001234",
              "1001235"
            ],
            "tickets": [
              {
                "id": "1000123",
                "type": "SFDC",
                "url": "https://splunk.my.site.com/customer/s/case/500KW0000000123ABC"
              }
            ]
          }
        ]
      }
    ]
  }
]