1. Packages
  2. Packages
  3. Thoth
  4. API Docs
  5. mdm
  6. getSyncJob
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
thoth logo
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security

    Using getSyncJob

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getSyncJob(args: GetSyncJobArgs, opts?: InvokeOptions): Promise<GetSyncJobResult>
    function getSyncJobOutput(args: GetSyncJobOutputArgs, opts?: InvokeOptions): Output<GetSyncJobResult>
    def get_sync_job(job_id: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetSyncJobResult
    def get_sync_job_output(job_id: pulumi.Input[Optional[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetSyncJobResult]
    func GetSyncJob(ctx *Context, args *GetSyncJobArgs, opts ...InvokeOption) (*GetSyncJobResult, error)
    func GetSyncJobOutput(ctx *Context, args *GetSyncJobOutputArgs, opts ...InvokeOption) GetSyncJobResultOutput

    > Note: This function is named GetSyncJob in the Go SDK.

    public static class GetSyncJob 
    {
        public static Task<GetSyncJobResult> InvokeAsync(GetSyncJobArgs args, InvokeOptions? opts = null)
        public static Output<GetSyncJobResult> Invoke(GetSyncJobInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSyncJobResult> getSyncJob(GetSyncJobArgs args, InvokeOptions options)
    public static Output<GetSyncJobResult> getSyncJob(GetSyncJobArgs args, InvokeOptions options)
    
    fn::invoke:
      function: thoth:mdm/getSyncJob:getSyncJob
      arguments:
        # arguments dictionary
    data "thoth_mdm_get_sync_job" "name" {
        # arguments
    }

    The following arguments are supported:

    JobId string
    JobId string
    job_id string
    jobId String
    jobId string
    job_id str
    jobId String

    getSyncJob Result

    The following output properties are available:

    CompletedAt string
    CreatedAt string
    Error string
    Id string
    The provider-assigned unique ID for this managed resource.
    JobId string
    JobJson string
    ProviderName string
    StartedAt string
    Status string
    SyncedEndpoints int
    UnassignedCount int
    UpdatedAt string
    CompletedAt string
    CreatedAt string
    Error string
    Id string
    The provider-assigned unique ID for this managed resource.
    JobId string
    JobJson string
    ProviderName string
    StartedAt string
    Status string
    SyncedEndpoints int
    UnassignedCount int
    UpdatedAt string
    completed_at string
    created_at string
    error string
    id string
    The provider-assigned unique ID for this managed resource.
    job_id string
    job_json string
    provider_name string
    started_at string
    status string
    synced_endpoints number
    unassigned_count number
    updated_at string
    completedAt String
    createdAt String
    error String
    id String
    The provider-assigned unique ID for this managed resource.
    jobId String
    jobJson String
    providerName String
    startedAt String
    status String
    syncedEndpoints Integer
    unassignedCount Integer
    updatedAt String
    completedAt string
    createdAt string
    error string
    id string
    The provider-assigned unique ID for this managed resource.
    jobId string
    jobJson string
    providerName string
    startedAt string
    status string
    syncedEndpoints number
    unassignedCount number
    updatedAt string
    completed_at str
    created_at str
    error str
    id str
    The provider-assigned unique ID for this managed resource.
    job_id str
    job_json str
    provider_name str
    started_at str
    status str
    synced_endpoints int
    unassigned_count int
    updated_at str
    completedAt String
    createdAt String
    error String
    id String
    The provider-assigned unique ID for this managed resource.
    jobId String
    jobJson String
    providerName String
    startedAt String
    status String
    syncedEndpoints Number
    unassignedCount Number
    updatedAt String

    Package Details

    Repository
    thoth atensecurity/pulumi-thoth
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the thoth Terraform Provider.
    thoth logo
    Viewing docs for Thoth v0.1.15
    published on Thursday, Jul 23, 2026 by Aten Security

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial