[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
Get All Requests V2
DescriptionThis API is used to get information of all requests triggered.
Request
Operation doesn't accept any path, query or header parameters.
URL
https://localhost:8080/lcm/request/api/v2/requests
Authentication
This operation uses the following authentication methods.
Authorization
Scopes:
global
Response
Response
Response BodyResponse Body
200 OK
Returns
array
of
RequestDTO
of type(s) application/json
{
"createdBy": "admin@local",
"executionId": "e53ba5c9-1f6a-4cda-8ba6-6d6274441900",
"requestName": "lcmgenricsetting",
"requestReason": "Get Generic Settings",
"requestSourceType": "user",
"requestType": "lcmgenricsetting",
"state": "CREATED",
"vmid": "6c9fca27-678d-4e79-9a0f-5f690735e67c"
}
string
createdBy
Optional
Created By User
string
errorCause
Optional
Error Cause
string
executionId
Optional
Execution Id
string
executionPath
Optional
Execution Path
string
executionStatus
Optional
Execution Status
map of
object
inputMap
Optional
string
isCancelEnabled
Optional
Is Cancel Enabled?
integer as int64
lastUpdatedOn
Optional
Last Updated Time
map of
object
outputMap
Optional
string
requestName
Optional
Request Name
string
requestReason
Optional
Request Reason
string
requestSource
Optional
Request Source
string
requestSourceType
Optional
Request Source Type
string
requestType
Optional
Request Type
string
resultSet
Optional
Result Set
string
state
Optional
State
string
transactionId
Optional
string
vmid
Optional
Errors
401
Unauthorized
403
Forbidden
404
Not Found
GenericErrorResponseDTO
500
Internal Server Error
Code Samples
cURL Command
curl https://localhost:8080/lcm/request/api/v2/requests
[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
On This Page
Request Controller Operations
patch