3.2.1 - Get Request Information
Action Option -GR (-GetRequest) :
retrieves request information for the requests whose indices are provided. If no condition is given, the requests owned by the specialist running this action are returned.
Available mode options:
check and show more detailed information on request status |
|
format the column output with a fixed width for all values of a given field |
Use Info option -FN (-FieldNames) to choose which request fields to retrieve. If -FN is not provided, it defaults to ‘REBTIOCJUXAGSH’. Use -FN ALL to retrieve every available field.
Valid request field names and their corresponding Info option names:
Names |
Descriptions |
|
|---|---|---|
R |
data request index |
|
Q |
request name/ID |
|
E |
email of the user who submitted the request |
|
B |
dataset name/ID, dNNNNNN |
|
I |
group index defined in table dsgroup |
|
T |
request type; Subset, Format conversion |
|
O |
size of data files requested |
|
W |
size of original data files needed |
|
C |
number of data files requested |
|
J |
date request submitted |
|
K |
time request submitted |
|
U |
date request processed |
|
V |
time request processed |
|
X |
date request to be purged |
|
Y |
time request to be purged |
|
A |
request status |
|
G |
Y to tar small request files |
|
P |
process priority of a Queued request |
|
N |
default data format for the output data |
|
M |
default archive format for the output data |
|
S |
DECS specialist who owns the request record |
|
L |
specified path to stage the request result |
|
H |
machine name a request can be processed on |
|
Z |
email notice file link, instead of default one |
|
D |
readable request description |
|
F |
additional request information |
Request information can be retrieved for the request indices given via option -RI (-RequestIndex). Info option -RN (-RequestName) can also identify request indices, and accepts the wildcard ‘%’ to match any number of characters.
If no dataset or request is specified, the request records owned by the specialist running this action are returned.
EXAMPLE 3. To get the default-field request information owned by the specialist with login name ‘zji’:
Content of the output:
RequestIndex<:>Email<:>Dataset<:>RequestType<:>SizeRequest<:>FileCount<:>DateRequest<:>DateReady<:>DatePurge<:>RequestStatus<:>Specialist<:>
42<:>zaihuaji@gmail.com<:>d540006<:>M<:>5917241626<:>69<:>2009-06-15<:><:><:>W<:>zji<:>
...