VMware Cloud Community
anba89
Enthusiast
Enthusiast
Jump to solution

vRealize Suite Lifecycle Manager (vRSLCM) 1.2 - unable to cancel Request

Hi all,

I am using vRSLCM 1.2 and have a request which I cannot cancel.

15-05-_2018_07-56-07.jpg

When I click on INPROGRESS I get the following information:

Any idea how I can cancel this request?

Thanks.

Andi

Tags (1)
Reply
0 Kudos
1 Solution

Accepted Solutions
anba89
Enthusiast
Enthusiast
Jump to solution

A request can be deleted as described below.

API Call:

DELETE: https://<LCM-IP>/lcm/api/request/<REQUEST-ID>

The REQUEST-ID can be retrieved from the LCM UI by clicking the request status.

28-05-_2018_13-48-35.jpg

Request Headers:

Content-Type: application/json

x-xenon-auth-token: you can get this token from developers tool or any network traffic of the browser.

The x-xenon-auth-token  can also be retrieved from the LCM swagger UI https://<LCM-IP>/api/#/authorization/login

Hope this helps.

Andi

View solution in original post

Reply
0 Kudos
1 Reply
anba89
Enthusiast
Enthusiast
Jump to solution

A request can be deleted as described below.

API Call:

DELETE: https://<LCM-IP>/lcm/api/request/<REQUEST-ID>

The REQUEST-ID can be retrieved from the LCM UI by clicking the request status.

28-05-_2018_13-48-35.jpg

Request Headers:

Content-Type: application/json

x-xenon-auth-token: you can get this token from developers tool or any network traffic of the browser.

The x-xenon-auth-token  can also be retrieved from the LCM swagger UI https://<LCM-IP>/api/#/authorization/login

Hope this helps.

Andi

Reply
0 Kudos