Common Content for Data Engineering
- Common Content for Data Engineering 10.5.3
- All Products
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]
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:
For example,
|
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.
|