contextgraph job list - spectrum_platform - 23.1

spectrum-inline

Product type
Software
Portfolio
Integrate
Enrich
Locate
Verify
Product family
Spectrum™ software
Product
Spectrum™ software > Quality > Addressing
Spectrum™ software > Geo Addressing > Enterprise Tax
Spectrum™ software > Quality > Context Graph
Spectrum™ software > Spatial > Spectrum Spatial
Spectrum™ software > Discovery
Spectrum™ software > Data Integration
Spectrum™ software > Dataflow Designer
Spectrum™ software > Spectrum™ Platform
Spectrum™ software > Web Services
Spectrum™ software > GeoEnrichment
Spectrum™ software > Quality > Spectrum Quality
Version
23.1
ft:locale
en-US
Product name
Precisely Spectrum
ft:title
spectrum-inline
First publish date
2007
ft:lastEdition
2023-06-02
ft:lastPublication
2023-06-02T09:54:39.526000

Returns a list of all Context Graph jobs.

Use the contextgraph job list command to return a list of all Context Graph jobs with or without date and time specifications.

Usage

contextgraph job list --f from datetime --t to datetime
Required Argument Description
No --f from datetime

If you want to see the list for a specific date and time range, specify the starting date and time for the range, in the format 'MM-dd-yyyy HH:mm:ss'. For example, December 31, 2014 1:00 PM would be specified as '12-31-2014 13:00:00'.

When you specify a date and time range, the list will include jobs that started execution on or after the date you specified in the --f argument and before the date you specify in the --t argument.

If you omit this argument the list will include jobs that started execution on the current date.

No --t to datetime

If you want to see the list for a specific date and time range, specify the ending date and time for the range, in the format 'MM-dd-yyyy HH:mm:ss'. For example, December 31, 2014 1:00 PM would be specified as '12-31-2014 13:00:00'.

When you specify a date and time range, the list will include jobs that started execution on or after the date you specified in the --f argument and before the date you specify in the --t argument.

If you omit this argument the list will include jobs that started execution on or after the date specified in the --f argument.

Example

This example lists all Context Graph jobs run on or after January 1, 2010 at 00:00:00.

contextgraph job list --f '01-01-2010 00:00:00'