Previous Topic: listFetchedItems—List Fetched ItemsNext Topic: listFetchedItemFiles—List Fetched Item Files


Example

To retrieve a list of all fetched items of area "WWWWW01B" enter the following command:

cadsmcmd area action=listFetchedItems name=WWWWW01B
CA IT Client Manager r12
ITCM Command Line Version 12.8.0.xxxx
Copyright (c) 2014 CA. All rights reserved.

Connecting to manager "<default manager>" as user "<default user>" ... ok.

-------------------------------------------------------------------------------
List of fetched items of area "WWWWW01B" 
-------------------------------------------------------------------------------
Item name..............................: fetch 1 base
..State................................: not yet copied
..Fetched at...........................: 2005-04-16 15:53
..Fetch path...........................: h:\save_sw_library\file_1\*
..Comment..............................:

Item name..............................: fetch 1 reginfo
..State................................: not yet copied
..Fetched at...........................: 2005-04-16 15:53
..Fetch path...........................: h:\save_sw_library\file_1\reginfo\*
..Comment..............................:

Item name..............................: fetch 2 base
..State................................: not yet copied
..Fetched at...........................: 2005-04-16 15:53
..Fetch path...........................: h:\save_sw_library\file_2\*
..Comment..............................:

Item name..............................: fetch 2 reginfo
..State................................: not yet copied
..Fetched at...........................: 2005-04-16 15:53
..Fetch path...........................: h:\save_sw_library\file_2\reginfo\*
..Comment..............................:

Item name..............................: fetch_weu1
..State................................: not yet copied
..Fetched at...........................: 2005-04-16 15:27
..Fetch path...........................: g:\tstool\tstbase\*
..Comment..............................:

Number of items listed.................: 5
Number of items read...................: 5

SDCMD<A000000>: OK

To retrieve a list of all fetched items of area "WWWWW01B" having item name start with “fetch 1”, enter the following command:

cadsmcmd area action=listFetchedItems name=WWWWW01B filter=”Item name=fetch 1*”

The result is displayed as follows:

Item name..............................: fetch 1 base
..State................................: not yet copied
..Fetched at...........................: 2005-04-16 15:53
..Fetch path...........................: h:\save_sw_library\file_1\*
..Comment..............................:

Item name..............................: fetch 1 reginfo
..State................................: not yet copied
..Fetched at...........................: 2005-04-16 15:53
..Fetch path...........................: h:\save_sw_library\file_1\reginfo\*
..Comment..............................:

Number of items listed.................: 2
Number of items read...................: 5