Viewing docs for Files.com v0.1.1
published on Thursday, Aug 20, 2026 by jschady
published on Thursday, Aug 20, 2026 by jschady
Viewing docs for Files.com v0.1.1
published on Thursday, Aug 20, 2026 by jschady
published on Thursday, Aug 20, 2026 by jschady
A SyncRun represents a single execution (run) of a Sync job.
It tracks status, statistics, logs, and timing for each sync operation.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as filescom from "pulumi-filescom";
const exampleSyncRun = filescom.getSyncRun({
id: 1,
});
import pulumi
import pulumi_filescom as filescom
example_sync_run = filescom.get_sync_run(id=1)
package main
import (
"github.com/jschady/pulumi-filescom/sdk/go/filescom"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := filescom.GetSyncRun(ctx, &filescom.GetSyncRunArgs{
Id: 1,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Filescom = Jschady.Filescom;
return await Deployment.RunAsync(() =>
{
var exampleSyncRun = Filescom.GetSyncRun.Invoke(new()
{
Id = 1,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.filescom.FilescomFunctions;
import com.pulumi.filescom.inputs.GetSyncRunArgs;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var exampleSyncRun = FilescomFunctions.getSyncRun(GetSyncRunArgs.builder()
.id(1)
.build());
}
}
variables:
exampleSyncRun:
fn::invoke:
function: filescom:getSyncRun
arguments:
id: 1
pulumi {
required_providers {
filescom = {
source = "pulumi/filescom"
}
}
}
data "filescom_getsyncrun" "exampleSyncRun" {
id = 1
}
Using getSyncRun
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 getSyncRun(args: GetSyncRunArgs, opts?: InvokeOptions): Promise<GetSyncRunResult>
function getSyncRunOutput(args: GetSyncRunOutputArgs, opts?: InvokeOutputOptions): Output<GetSyncRunResult>def get_sync_run(id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetSyncRunResult
def get_sync_run_output(id: pulumi.Input[Optional[int]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetSyncRunResult]func GetSyncRun(ctx *Context, args *GetSyncRunArgs, opts ...InvokeOption) (*GetSyncRunResult, error)
func GetSyncRunOutput(ctx *Context, args *GetSyncRunOutputArgs, opts ...InvokeOption) GetSyncRunResultOutput> Note: This function is named GetSyncRun in the Go SDK.
public static class GetSyncRun
{
public static Task<GetSyncRunResult> InvokeAsync(GetSyncRunArgs args, InvokeOptions? opts = null)
public static Output<GetSyncRunResult> Invoke(GetSyncRunInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetSyncRunResult> Invoke(GetSyncRunInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetSyncRunResult> getSyncRun(GetSyncRunArgs args, InvokeOptions options)
public static Output<GetSyncRunResult> getSyncRun(GetSyncRunArgs args, InvokeOptions options)
public static Output<GetSyncRunResult> getSyncRun(GetSyncRunArgs args, InvokeOutputOptions options)
fn::invoke:
function: filescom:index/getSyncRun:getSyncRun
arguments:
# arguments dictionarydata "filescom_get_sync_run" "name" {
# arguments
}The following arguments are supported:
- Id int
- SyncRun ID
- Id int
- SyncRun ID
- id number
- SyncRun ID
- id Integer
- SyncRun ID
- id number
- SyncRun ID
- id int
- SyncRun ID
- id Number
- SyncRun ID
getSyncRun Result
The following output properties are available:
- Body string
- Log or summary body for this run
- Bytes
Synced int - Total bytes synced in this run
- Compared
Files int - Number of files compared
- Compared
Folders int - Number of folders compared
- Completed
At string - When this run was completed
- Created
At string - When this run was created
- Dest
Remote stringServer Type - Destination remote server type, if any
- Dry
Run bool - Whether this run was a dry run (no actual changes made)
- Errored
Files int - Number of files that errored
- Estimated
Bytes intCount - Estimated bytes count for this run
- Event
Errors List<string> - Array of errors encountered during the run
- Id int
- SyncRun ID
- Live
Transfers object - Array of in-progress file transfers with progress data. Only present when the sync run status is in_progress.
- Log
Url string - Link to external log file.
- Runtime double
- Total runtime in seconds
- Site
Id int - Site ID
- Src
Remote stringServer Type - Source remote server type, if any
- Status string
- Status of the sync run (success, failure, partialfailure, inprogress, skipped)
- Successful
Files int - Number of files successfully synced
- Sync
Id int - ID of the Sync this run belongs to
- Sync
Name string - Name of the Sync this run belongs to
- Updated
At string - When this run was last updated
- Workspace
Id int - Workspace ID
- Body string
- Log or summary body for this run
- Bytes
Synced int - Total bytes synced in this run
- Compared
Files int - Number of files compared
- Compared
Folders int - Number of folders compared
- Completed
At string - When this run was completed
- Created
At string - When this run was created
- Dest
Remote stringServer Type - Destination remote server type, if any
- Dry
Run bool - Whether this run was a dry run (no actual changes made)
- Errored
Files int - Number of files that errored
- Estimated
Bytes intCount - Estimated bytes count for this run
- Event
Errors []string - Array of errors encountered during the run
- Id int
- SyncRun ID
- Live
Transfers interface{} - Array of in-progress file transfers with progress data. Only present when the sync run status is in_progress.
- Log
Url string - Link to external log file.
- Runtime float64
- Total runtime in seconds
- Site
Id int - Site ID
- Src
Remote stringServer Type - Source remote server type, if any
- Status string
- Status of the sync run (success, failure, partialfailure, inprogress, skipped)
- Successful
Files int - Number of files successfully synced
- Sync
Id int - ID of the Sync this run belongs to
- Sync
Name string - Name of the Sync this run belongs to
- Updated
At string - When this run was last updated
- Workspace
Id int - Workspace ID
- body string
- Log or summary body for this run
- bytes_
synced number - Total bytes synced in this run
- compared_
files number - Number of files compared
- compared_
folders number - Number of folders compared
- completed_
at string - When this run was completed
- created_
at string - When this run was created
- dest_
remote_ stringserver_ type - Destination remote server type, if any
- dry_
run bool - Whether this run was a dry run (no actual changes made)
- errored_
files number - Number of files that errored
- estimated_
bytes_ numbercount - Estimated bytes count for this run
- event_
errors list(string) - Array of errors encountered during the run
- id number
- SyncRun ID
- live_
transfers any - Array of in-progress file transfers with progress data. Only present when the sync run status is in_progress.
- log_
url string - Link to external log file.
- runtime number
- Total runtime in seconds
- site_
id number - Site ID
- src_
remote_ stringserver_ type - Source remote server type, if any
- status string
- Status of the sync run (success, failure, partialfailure, inprogress, skipped)
- successful_
files number - Number of files successfully synced
- sync_
id number - ID of the Sync this run belongs to
- sync_
name string - Name of the Sync this run belongs to
- updated_
at string - When this run was last updated
- workspace_
id number - Workspace ID
- body String
- Log or summary body for this run
- bytes
Synced Integer - Total bytes synced in this run
- compared
Files Integer - Number of files compared
- compared
Folders Integer - Number of folders compared
- completed
At String - When this run was completed
- created
At String - When this run was created
- dest
Remote StringServer Type - Destination remote server type, if any
- dry
Run Boolean - Whether this run was a dry run (no actual changes made)
- errored
Files Integer - Number of files that errored
- estimated
Bytes IntegerCount - Estimated bytes count for this run
- event
Errors List<String> - Array of errors encountered during the run
- id Integer
- SyncRun ID
- live
Transfers Object - Array of in-progress file transfers with progress data. Only present when the sync run status is in_progress.
- log
Url String - Link to external log file.
- runtime Double
- Total runtime in seconds
- site
Id Integer - Site ID
- src
Remote StringServer Type - Source remote server type, if any
- status String
- Status of the sync run (success, failure, partialfailure, inprogress, skipped)
- successful
Files Integer - Number of files successfully synced
- sync
Id Integer - ID of the Sync this run belongs to
- sync
Name String - Name of the Sync this run belongs to
- updated
At String - When this run was last updated
- workspace
Id Integer - Workspace ID
- body string
- Log or summary body for this run
- bytes
Synced number - Total bytes synced in this run
- compared
Files number - Number of files compared
- compared
Folders number - Number of folders compared
- completed
At string - When this run was completed
- created
At string - When this run was created
- dest
Remote stringServer Type - Destination remote server type, if any
- dry
Run boolean - Whether this run was a dry run (no actual changes made)
- errored
Files number - Number of files that errored
- estimated
Bytes numberCount - Estimated bytes count for this run
- event
Errors string[] - Array of errors encountered during the run
- id number
- SyncRun ID
- live
Transfers any - Array of in-progress file transfers with progress data. Only present when the sync run status is in_progress.
- log
Url string - Link to external log file.
- runtime number
- Total runtime in seconds
- site
Id number - Site ID
- src
Remote stringServer Type - Source remote server type, if any
- status string
- Status of the sync run (success, failure, partialfailure, inprogress, skipped)
- successful
Files number - Number of files successfully synced
- sync
Id number - ID of the Sync this run belongs to
- sync
Name string - Name of the Sync this run belongs to
- updated
At string - When this run was last updated
- workspace
Id number - Workspace ID
- body str
- Log or summary body for this run
- bytes_
synced int - Total bytes synced in this run
- compared_
files int - Number of files compared
- compared_
folders int - Number of folders compared
- completed_
at str - When this run was completed
- created_
at str - When this run was created
- dest_
remote_ strserver_ type - Destination remote server type, if any
- dry_
run bool - Whether this run was a dry run (no actual changes made)
- errored_
files int - Number of files that errored
- estimated_
bytes_ intcount - Estimated bytes count for this run
- event_
errors Sequence[str] - Array of errors encountered during the run
- id int
- SyncRun ID
- live_
transfers Any - Array of in-progress file transfers with progress data. Only present when the sync run status is in_progress.
- log_
url str - Link to external log file.
- runtime float
- Total runtime in seconds
- site_
id int - Site ID
- src_
remote_ strserver_ type - Source remote server type, if any
- status str
- Status of the sync run (success, failure, partialfailure, inprogress, skipped)
- successful_
files int - Number of files successfully synced
- sync_
id int - ID of the Sync this run belongs to
- sync_
name str - Name of the Sync this run belongs to
- updated_
at str - When this run was last updated
- workspace_
id int - Workspace ID
- body String
- Log or summary body for this run
- bytes
Synced Number - Total bytes synced in this run
- compared
Files Number - Number of files compared
- compared
Folders Number - Number of folders compared
- completed
At String - When this run was completed
- created
At String - When this run was created
- dest
Remote StringServer Type - Destination remote server type, if any
- dry
Run Boolean - Whether this run was a dry run (no actual changes made)
- errored
Files Number - Number of files that errored
- estimated
Bytes NumberCount - Estimated bytes count for this run
- event
Errors List<String> - Array of errors encountered during the run
- id Number
- SyncRun ID
- live
Transfers Any - Array of in-progress file transfers with progress data. Only present when the sync run status is in_progress.
- log
Url String - Link to external log file.
- runtime Number
- Total runtime in seconds
- site
Id Number - Site ID
- src
Remote StringServer Type - Source remote server type, if any
- status String
- Status of the sync run (success, failure, partialfailure, inprogress, skipped)
- successful
Files Number - Number of files successfully synced
- sync
Id Number - ID of the Sync this run belongs to
- sync
Name String - Name of the Sync this run belongs to
- updated
At String - When this run was last updated
- workspace
Id Number - Workspace ID
Package Details
- Repository
- filescom jschady/pulumi-filescom
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
filescomTerraform Provider.
Viewing docs for Files.com v0.1.1
published on Thursday, Aug 20, 2026 by jschady
published on Thursday, Aug 20, 2026 by jschady