Returns a list of the configuration resource revisions of an application.
Syntax
java wlevs.Admin 
    [ Connection Arguments ]
    [ User Credentials Arguments ]
    [ Common Arguments ] 
    LISTRESOURCEREVISIONS -application application -startTime starttime -endTime endtime
Table A-38 GETRULE Arguments
| Argument | Definition | 
|---|---|
| 
-application application
 | Specifies the name of the Oracle Stream Analytics application whose resource revisions you want to browse. To get the exact name of your application, you can: 
 | 
| 
-startTime starttime
 | Specifies the beginning of the time period to filter the list of resource revisions. The format is  | 
| 
-endTime end-ime
 | Specifies the end of the time period to filter the list of resource revisions. The format is  | 
Example
The following example shows how to list all the resource revisions created between 11:10:07 and 11:22:07 on 20 November 2007 for the application helloworld:
java wlevs.Admin 
     -url service:jmx:msarmi://localhost:9002/jndi/jmxconnector 
     -username wlevs -password wlevs 
      LISTRESOURCEREVISIONS -application helloworld -startTime 10-20-2007:11:10:07 
     -endTime 10-20-2007:11:22:07