Get, Update, and Delete Patch Baselines
Gets, updates, and deletes patch baselines.
Gets the list of patches in a patch baseline.
Path Parameters
- tenantId
Describes the clientId of the tenant
- baselineId
Unique Identifier (UUID) of the baseline patch
Responses
- results
- totalResults
- orderBy
- pageNo
- pageSize
- totalPages
- nextPage
- previousPageNo
- descendingOrder
Updates patch baseline details.
Path Parameters
- tenantId
Describes the clientId of the tenant
- baselineId
Unique Identifier (UUID) of the baseline patch
Request Body
application/json
- id
- name
Unique name to identify a patch baseline.
- description
Description of a patch baseline.
- dynamic
- Provide "dynamic": false to create a static baseline. - Provide "dynamic": true to create a dynamic baseline.
- installedIntg
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" }
- enabled
- createdUser
- updatedUser
- createdTime
- updatedTime
- policy
Policy to define filter criteria for dynamic baselines
Responses
- id
- name
Unique name to identify a patch baseline.
- description
Description of a patch baseline.
- dynamic
- Provide "dynamic": false to create a static baseline. - Provide "dynamic": true to create a dynamic baseline.
- installedIntg
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" }
- enabled
- createdUser
- updatedUser
- createdTime
- updatedTime
- policy
Policy to define filter criteria for dynamic baselines
Deletes a patch baseline.
Path Parameters
- tenantId
Describes the clientId of the tenant
- baselineId
Unique Identifier (UUID) of the baseline patch