schedule list

Lists the schedules on the cluster.

Syntax

CLI
maprcli schedule list
    [ -cluster <cluster> ]
    [ -output terse|verbose ]
 
REST
http[s]://<host>:<port>/rest/schedule/list?<parameters> 

Parameters

Parameter

Description

cluster

The cluster on which to run the command.

output

Specifies whether the output should be terse or verbose.

Output

A list of all schedules on the cluster. See Schedule Objects for more information.

Sample Output

# maprcli schedule list
id  name            inuse  rules  
1   Critical data   0      ...    
2   Important data  0      ...    
3   Normal data     0      ... 

Examples

List schedules:

CLI
maprcli schedule list
REST
https://r1n1.sj.us:8443/rest/schedule/list