After running an HTTPS request, you can verify its status in VMware Cloud Provider Lifecycle Manager.

In VMware Cloud Provider Lifecycle Manager, when you run a REST API request, the system associates it with a task ID and processes the request asynchronously. You can verify the status of a REST API request by using its task ID.

Procedure

  • In your Web browser start Postman and configure the following HTTPS request.
    1. On the Headers tab, add the JSON session ID.
      Setting Value
      JSESSIONID vcp_lcm_session_id
    2. Configure the following HTTPS request.
      Setting Value
      HTTPS request method GET
      URL https:///api/api_version/task/task-id-number

Results

The system returns a response containing the status for the specified task ID.