After reviewing the report produced by the assessment check, you patch the upgrade request to indicate that you have viewed the results.
Prerequisites
Satisfy the following conditions before performing any tasks for this use case.
Procedure
- Patch the vRealize Operations Manager upgrade request.
curl -X PATCH "https://LCM-HostName/lcm/api/v1/action/assessment/product" \
-H "accept: application/json" \
-H "x-xenon-auth-token: $token" \
-H "content-type: application/json" \
-d "{
"environmentId": "<Environment-ID>",
"requestId": "<request-ID>"
"viewed": "<is-viewed>"
}"
Table 1.
Input Parameters to Patch vRealize Operations Manager Upgrade Request
Parameter |
Description |
environmentId |
Environment ID is in the response to the request for a list of all environments managed by vRealize Suite. See List All Products in an Environment |
requestId |
ID received from the response of the call POST /action/upgrade/product. See Create Product Upgrade Request. |
viewed |
If you reviewed the report from Assess Readiness for a vRealize Operations Manager 6.7 Upgrade and determined that the discontinued or disabled metrics will have no impact on your vRealize Operations Manager 6.7 deployment, set the value to True. Otherwise, set the value to False to prevent an upgrade to vRealize Operations Manager 6.7. |
- Examine the response.
The output of the request includes: