Package version:

Query parameter to enumerate jobs.

interface JobQueryParameter {
    affectedObjectTypes?: string;
    endTime?: string;
    fabricId?: string;
    jobName?: string;
    jobOutputType?: string;
    jobStatus?: string;
    startTime?: string;
    timezoneOffset?: number;
}

Properties

affectedObjectTypes?: string

The type of objects.

endTime?: string

Date time to get jobs upto.

fabricId?: string

The Id of the fabric to search jobs under.

jobName?: string

The job Name.

jobOutputType?: string

The output type of the jobs.

jobStatus?: string

The states of the job to be filtered can be in.

startTime?: string

Date time to get jobs from.

timezoneOffset?: number

The timezone offset for the location of the request (in minutes).