Get All Requests V2 Using GET

Get All Requests V2 Using GET

Get all Requests

Request
URI
GET
https://{api_host}//lcm-15-95.eng.vmware.com/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": "string",
        "errorCause": "string",
        "executionId": "string",
        "executionPath": "string",
        "executionStatus": "string",
        "isCancelEnabled": "string",
        "lastUpdatedOn": 0,
        "requestName": "string",
        "requestReason": "string",
        "requestSource": "string",
        "requestSourceType": "string",
        "requestType": "string",
        "resultSet": "string",
        "state": "string",
        "transactionId": "string",
        "vmid": "string"
    }
]

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