dc-management-sdk-js
    Preparing search index...

    Class Job

    Base class for all Resources

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _links?: Map<string, HalLink>
    associatedHubIds: string[]

    IDs of the hubs associated with this job (origin & destination)

    createdBy: string

    User that created the job

    createdDate: string

    Date the job was created

    destinationHubId: string

    Destination hub ID

    errors: JobError[]

    Date the job was last modified

    id: string

    Job ID

    jobType: "DEEP_SYNC_JOB"

    Type of job

    label: string

    Job label

    originHubId: string

    Origin hub ID

    rootContentItemIDs: string[]

    Root content item IDs that the job is syncing

    stateChanges: { status: JobStatus; timestamp: string }[]

    Timestamps of status changes

    status: JobStatus

    Job status

    Methods

    • POST to an action endpoint with no resource response returned.

      Parameters

      • name: string
      • params: any
      • data: any
      • method: POST | PUT | PATCH = HttpMethod.POST

      Returns Promise<void>