Get All Requests V2 Using GET

Get All Requests V2 Using GET

This API is used to get information of all requests triggered.

Request
URI
GET
https://{api_host}/lcm/request/api/v2/requests
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Array of RequestDTO of type(s) application/json
[
    {
        "createdBy": "admin@local",
        "errorCause": "string",
        "executionId": "e53ba5c9-1f6a-4cda-8ba6-6d6274441900",
        "executionPath": "string",
        "executionStatus": "string",
        "inputMap": {
            "inputMap": {}
        },
        "isCancelEnabled": "string",
        "lastUpdatedOn": 0,
        "outputMap": {
            "outputMap": {}
        },
        "requestName": "lcmgenricsetting",
        "requestReason": "Get Generic Settings",
        "requestSource": "string",
        "requestSourceType": "user",
        "requestType": "lcmgenricsetting",
        "resultSet": "string",
        "state": "CREATED",
        "transactionId": "string",
        "vmid": "6c9fca27-678d-4e79-9a0f-5f690735e67c"
    }
]

401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure

500

Internal Server Error

Returns GenericErrorResponseDTO of type(s) application/json
{
    "errorCode": "LCM_EXAMPLE_API_ERROR0000",
    "errorLabel": "Example Error!",
    "message": "Something went wrong!",
    "recommendations": []
}
string
errorCode
Optional

errorCode

string
errorLabel
Optional

errorLabel

string
message
Optional

message

array of string
recommendations
Optional

recommendations