Parameters for the headSchedulerJob operation.

interface HeadSchedulerJobParams {
    headers?: OutgoingHttpHeaders;
    jobId: string;
}

Properties

Properties

headers?: OutgoingHttpHeaders
jobId: string

Path parameter to specify the replication job id.

Generated using TypeDoc