Manage Patch Configuration

Updates, gets, and deletes a patch configuration.

Gets patch configuration details.

Path Parameters

  • tenantIdstringrequired

    Describes the clientId of the tenant

  • idstringrequired

    Unique Identifier (UUID) of patch configuration

Responses

  • idstring

  • patchConfigNamestring

    Patch configuration name.

  • descriptionstring

    Description for patch configuration.

  • approvalTypeobject

  • rebootOptionsobject

  • scheduleJobobject

  • enablePatchingboolean

    Enable patching.

  • maintenancePeriodinteger

    Supported values in hours only. Any one values from 1 to 12 (1,2,3,4,5,6,7,8,9,10,11,12).`1` represents, 1 hour maintainence period.

    Enum:
    123456789101112

    Minimum: 1

    Maximum: 12

  • approvalstring

  • installationstring

  • sourcestring

Loading Examples...

Updates a patch configuration.

Notes

  • Approved Windows patches will be installed on the device during the scheduled installation window.
  • The device will be immediately rebooted following any patch that requiring a reboot.
  • Standard checks are performed on rebooted devices to ensure the device is operating properly.

Path Parameters

  • tenantIdstringrequired

    Describes the clientId of the tenant

  • idstringrequired

    Unique Identifier (UUID) of patch configuration

Request Body

application/json

  • idstring

  • patchConfigNamestring

    Patch configuration name.

  • descriptionstring

    Description for patch configuration.

  • approvalTypeobject

  • rebootOptionsobject

  • scheduleJobobject

  • enablePatchingboolean

    Enable patching.

  • maintenancePeriodinteger

    Supported values in hours only. Any one values from 1 to 12 (1,2,3,4,5,6,7,8,9,10,11,12).`1` represents, 1 hour maintainence period.

    Enum:
    123456789101112

    Minimum: 1

    Maximum: 12

  • approvalstring

  • installationstring

  • sourcestring

Loading Examples...

Responses

  • idstring

  • patchConfigNamestring

    Patch configuration name.

  • descriptionstring

    Description for patch configuration.

  • approvalTypeobject

  • rebootOptionsobject

  • scheduleJobobject

  • enablePatchingboolean

    Enable patching.

  • maintenancePeriodinteger

    Supported values in hours only. Any one values from 1 to 12 (1,2,3,4,5,6,7,8,9,10,11,12).`1` represents, 1 hour maintainence period.

    Enum:
    123456789101112

    Minimum: 1

    Maximum: 12

  • approvalstring

  • installationstring

  • sourcestring

Loading Examples...

Deletes a patch configuration.

Path Parameters

  • tenantIdstringrequired

    Describes the clientId of the tenant

  • idstringrequired

    Unique Identifier (UUID) of patch configuration

Responses

200OK