To monitor the status of a vRealize Suite Lifecycle Manager request, you provide a request ID.

Prerequisites

Satisfy the following conditions before performing the tasks for this use case.

Procedure

  1. Get the status of a request with a request ID.
    curl -X GET "https://LCM-HostName/lcm/api/v1/request/status/<Request-ID>" -H "accept: application/json" -H "x-xenon-auth-token: $token"
    
  2. Examine the response for the status request.

    The output of the request includes:

    • id = Request ID

    • type = Request Type

    • state = Request State

    • status = Request Status

    • isRetriable = shows where the request is retriable in case of any failures.

    • retryParameters = provides the retry parameters in case the retry is possible by modifying the input parameters.