Get, Update, and Delete Patch Baselines

Gets, updates, and deletes patch baselines.

Gets the list of patches in a patch baseline.

Path Parameters

  • tenantIdstringrequired

    Describes the clientId of the tenant

  • baselineIdstringrequired

    Unique Identifier (UUID) of the baseline patch

Responses

  • resultsarray

  • totalResultsinteger

  • orderBystring

  • pageNointeger

  • pageSizeinteger

  • totalPagesinteger

  • nextPageboolean

  • previousPageNointeger

  • descendingOrderboolean

Loading Examples...

Updates patch baseline details.

Path Parameters

  • tenantIdstringrequired

    Describes the clientId of the tenant

  • baselineIdstringrequired

    Unique Identifier (UUID) of the baseline patch

Request Body

application/json

  • idstring

  • namestring

    Unique name to identify a patch baseline.

  • descriptionstring

    Description of a patch baseline.

  • dynamicboolean

    - Provide "dynamic": false to create a static baseline. - Provide "dynamic": true to create a dynamic baseline.

  • installedIntgobject

    ID of an installed patch feed integration. Example: INTG-c1a2d041-062d-4950-8570-f9d5a4dc0c34To fetch ID of an installed patch feed integration: 1. Log into OpsRamp. 2. Click All Clients and then select the required client. 3. On the drop-down menu, click Setup. 4. On the left-hand side panel, click Integrations, click Available Integrations and click on an installed patch feed integration. 5. Copy the UID. 6. Paste the UID in the id field of the request payload. Example: "installedIntg": { "id": "INTG-c2f39b7b-ad25-11e8-924d-080027f0b4d6" }

  • enabledboolean

  • createdUserobject

  • updatedUserobject

  • createdTimestring

  • updatedTimestring

  • policyobject

    Policy to define filter criteria for dynamic baselines

Loading Examples...

Responses

  • idstring

  • namestring

    Unique name to identify a patch baseline.

  • descriptionstring

    Description of a patch baseline.

  • dynamicboolean

    - Provide "dynamic": false to create a static baseline. - Provide "dynamic": true to create a dynamic baseline.

  • installedIntgobject

    ID of an installed patch feed integration. Example: INTG-c1a2d041-062d-4950-8570-f9d5a4dc0c34To fetch ID of an installed patch feed integration: 1. Log into OpsRamp. 2. Click All Clients and then select the required client. 3. On the drop-down menu, click Setup. 4. On the left-hand side panel, click Integrations, click Available Integrations and click on an installed patch feed integration. 5. Copy the UID. 6. Paste the UID in the id field of the request payload. Example: "installedIntg": { "id": "INTG-c2f39b7b-ad25-11e8-924d-080027f0b4d6" }

  • enabledboolean

  • createdUserobject

  • updatedUserobject

  • createdTimestring

  • updatedTimestring

  • policyobject

    Policy to define filter criteria for dynamic baselines

Loading Examples...

Deletes a patch baseline.

Path Parameters

  • tenantIdstringrequired

    Describes the clientId of the tenant

  • baselineIdstringrequired

    Unique Identifier (UUID) of the baseline patch

Responses

200OK