VMware Cloud Community
nileshjais
Enthusiast
Enthusiast

List of IN_PROGRESS request in vRA

Dear All,

I am using cloudclient tool, I wanted list all the IN_PROGRESS request. How do i do this using cloudclient tool.

Appreciate any help.

Regards,

Nilesh

Reply
0 Kudos
3 Replies
nileshjais
Enthusiast
Enthusiast

I see no one responded, is this an limitation with cloudclient tool.?

Reply
0 Kudos
darrenoid
Enthusiast
Enthusiast

Have you tried "vra request list" with the --state option?

I found that in the cloud client docs under the vra plugin.

List Requests

vra request list

Parameter--state (Select partial State Name. States could be [UNSUBMITTED, SUBMITTED, DELETED, PENDING_PRE_APPROVAL, PRE_APPROVAL_SEND_ERROR, PRE_APPROVED, PRE_REJECTED, PROVIDER_DELETION_ERROR, IN_PROGRESS, PROVIDER_SEND_ERROR, PROVIDER_COMPLETED, PROVIDER_FAILED, PENDING_POST_APPROVAL, POST_APPROVAL_SEND_ERROR, POST_APPROVED, POST_REJECTION_RECEIVED, ROLLBACK_ERROR, POST_REJECTED, SUCCESSFUL, PARTIALLY_SUCCESSFUL, FAILED])
Mandatoryfalse
Parameter--from (From Date, format: dd:mm:yyyy)
Mandatoryfalse
Parameter--to (To Date, format: dd:mm:yyyy)
Mandatoryfalse
Parameter--export (Provide a file to export all results)
Mandatoryfalse
Parameter--format (Supported formats include: TABLE, JSON, CSV)
Mandatoryfalse
Parameter--columns (Customized columns to include in TABLE or CSV rendering. Regex allowed. Eg: p1,p2,collectionA:c3,collectionA:c4)
Mandatoryfalse
Parameter--page (Enter page number to display in pagination (default 1))
Mandatoryfalse
Parameter--pageSize (Enter page size to display in pagination (default 25))
Mandatoryfalse
Parameter--processJson (Process embedded flat string json. Works only with JSON output format, Select [Yes or No])
Mandatoryfalse

Regards,

Darrenoid

Reply
0 Kudos
pankurI
Contributor
Contributor

It can be achieved as using the following command :

vra request list --state In_Progress

Reply
0 Kudos