Command Reference > infacmd sch Command Reference > ListSchedule
  

ListSchedule

Lists schedules or scheduled objects that the Scheduler Service manages. The command returns schedules or scheduled objects that meet all of the entered options.
The infacmd sch ListSchedule command uses the following syntax:
ListSchedule
<-DomainName|-dn> domain_name

<-UserName|-un> user_name

<-Password|-pd> password

[<-SecurityDomain|-sdn> security_domain]

[<-Gateway|-hp> gateway_host1:port gateway_host2:port...]

[<-ResilienceTimeout|-re> timeout_period_in_seconds]
[<-ScheduleName|-scn> schedule_name]

[<-Description|-scd> description]

[<-RunnableObjects|-ro> runnable_objects]

[<-ScheduleStatus|-ss> created|scheduled|paused|complete]

[<-NumberOfFireTimes|-n> number_of_fire_times]

[<-MaxResults|-m> max_results]
The following table describes infacmd isp ListSchedule options and arguments:
Option
Argument
Description
-DomainName
-dn
domain_name
Name of the Informatica domain.
-UserName
-un
user_name
User name to connect to the domain
-Password
-pd
password
Password for the user name.
-SecurityDomain
-sdn
security_domain
Name of the security domain to which the domain user belongs.
-Gateway
-hp
gateway_host1:port gateway_host2:port ...
Required if the gateway connectivity information in the domains.infa file is out of date. The host names and port numbers for the gateway nodes in the domain.
-ResilienceTimeout
-re
timeout_period_in_seconds
Amount of time in seconds that infacmd attempts to establish or re-establish a connection to the domain.
ScheduleName
-scn
schedule_name
Optional. Returns schedules with n name.
Description
-scd
description
Optional. Returns schedules with n description.
RunnableObjects
-ro
runnableObjects
Optional. Lists the schedules that run an object. Enter the object type and path on the Data Integration Service in the following format:
'{mapping|workflow}://dis_name/app_name/obj_name'
For example,
'mapping://dis_demo/app_demo/mapping_demo'
ScheduleStatus
-ss
created|scheduled|paused|completed
Optional. Returns schedules with n status.
NumberOfFireTimes
-n
number_of_fire_times
Optional. Returns schedules that have run n number of times.
Maxresults
-m
max_results
Optional. Maximum number of schedules you would like the command to return.