Description | : Get Public Maintenance Configuration records |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "PublicMaintenanceConfigurations_List", "$responses": { "200": { "$properties": { "value": { "$properties": { "properties": [ { "installPatches": [ { "windowsParameters": [ { "#name": "classificationsToInclude", "Description": { "new": "Classification category of patches to be patched. Allowed values are 'Critical', 'Security', 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', and 'Updates'.", "old": "Classification category of patches to be patched" } } ] }, { "linuxParameters": [ { "#name": "classificationsToInclude", "Description": { "new": "Classification category of patches to be patched. Allowed values are 'Critical', 'Security', and 'Other'.", "old": "Classification category of patches to be patched" } } ] } ] } ] } } } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.Maintenance/publicMaintenanceConfigurations
{
subscriptionId:
string
,
api-version:
string
,
}
⚐ Response (200)
{
value:
}
[
]
,
{
,
location:
string
,
tags:
object
,
properties:
}
{
,
namespace:
string
,
extensionProperties:
object
,
maintenanceScope:
enum
,
maintenanceWindow:
{
,
startDateTime:
string
,
expirationDateTime:
string
,
duration:
string
,
timeZone:
string
,
recurEvery:
string
,
}
visibility:
enum
,
installPatches:
}
{
,
rebootSetting:
enum
,
windowsParameters:
{
,
kbNumbersToExclude:
[
,
string
,
]
kbNumbersToInclude:
[
,
string
,
]
classificationsToInclude:
[
,
string
,
]
excludeKbsRequiringReboot:
boolean
,
}
linuxParameters:
}
{
,
packageNameMasksToExclude:
[
,
string
,
]
packageNameMasksToInclude:
[
,
string
,
]
classificationsToInclude:
}
[
,
string
,
]
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
}