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
An ExpectationIncident groups ongoing failure behavior for an Expectation over time.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as filescom from "pulumi-filescom";
const exampleExpectationIncident = filescom.getExpectationIncident({
id: 1,
});
import pulumi
import pulumi_filescom as filescom
example_expectation_incident = filescom.get_expectation_incident(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.GetExpectationIncident(ctx, &filescom.GetExpectationIncidentArgs{
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 exampleExpectationIncident = Filescom.GetExpectationIncident.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.GetExpectationIncidentArgs;
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 exampleExpectationIncident = FilescomFunctions.getExpectationIncident(GetExpectationIncidentArgs.builder()
.id(1)
.build());
}
}
variables:
exampleExpectationIncident:
fn::invoke:
function: filescom:getExpectationIncident
arguments:
id: 1
pulumi {
required_providers {
filescom = {
source = "pulumi/filescom"
}
}
}
data "filescom_getexpectationincident" "exampleExpectationIncident" {
id = 1
}
Using getExpectationIncident
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 getExpectationIncident(args: GetExpectationIncidentArgs, opts?: InvokeOptions): Promise<GetExpectationIncidentResult>
function getExpectationIncidentOutput(args: GetExpectationIncidentOutputArgs, opts?: InvokeOutputOptions): Output<GetExpectationIncidentResult>def get_expectation_incident(id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetExpectationIncidentResult
def get_expectation_incident_output(id: pulumi.Input[Optional[int]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetExpectationIncidentResult]func GetExpectationIncident(ctx *Context, args *GetExpectationIncidentArgs, opts ...InvokeOption) (*GetExpectationIncidentResult, error)
func GetExpectationIncidentOutput(ctx *Context, args *GetExpectationIncidentOutputArgs, opts ...InvokeOption) GetExpectationIncidentResultOutput> Note: This function is named GetExpectationIncident in the Go SDK.
public static class GetExpectationIncident
{
public static Task<GetExpectationIncidentResult> InvokeAsync(GetExpectationIncidentArgs args, InvokeOptions? opts = null)
public static Output<GetExpectationIncidentResult> Invoke(GetExpectationIncidentInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetExpectationIncidentResult> Invoke(GetExpectationIncidentInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetExpectationIncidentResult> getExpectationIncident(GetExpectationIncidentArgs args, InvokeOptions options)
public static Output<GetExpectationIncidentResult> getExpectationIncident(GetExpectationIncidentArgs args, InvokeOptions options)
public static Output<GetExpectationIncidentResult> getExpectationIncident(GetExpectationIncidentArgs args, InvokeOutputOptions options)
fn::invoke:
function: filescom:index/getExpectationIncident:getExpectationIncident
arguments:
# arguments dictionarydata "filescom_get_expectation_incident" "name" {
# arguments
}The following arguments are supported:
- Id int
- Expectation Incident ID
- Id int
- Expectation Incident ID
- id number
- Expectation Incident ID
- id Integer
- Expectation Incident ID
- id number
- Expectation Incident ID
- id int
- Expectation Incident ID
- id Number
- Expectation Incident ID
getExpectationIncident Result
The following output properties are available:
- Acknowledged
At string - When the incident was acknowledged.
- Created
At string - Creation time.
- Expectation
Id int - Expectation ID.
- Id int
- Expectation Incident ID
- Last
Evaluation intId - Most recent evaluation linked to the incident.
- Last
Failed stringAt - When the most recent failing evaluation contributing to the incident occurred.
- Opened
At string - When the incident was opened.
- Opened
By intEvaluation Id - Evaluation that first opened the incident.
- Resolved
At string - When the incident was resolved.
- Resolved
By intEvaluation Id - Evaluation that resolved the incident.
- Snoozed
Until string - When the current snooze expires.
- Status string
- Incident status.
- Summary object
- Compact incident summary payload.
- Updated
At string - Last update time.
- Workspace
Id int - Workspace ID.
0means the default workspace.
- Acknowledged
At string - When the incident was acknowledged.
- Created
At string - Creation time.
- Expectation
Id int - Expectation ID.
- Id int
- Expectation Incident ID
- Last
Evaluation intId - Most recent evaluation linked to the incident.
- Last
Failed stringAt - When the most recent failing evaluation contributing to the incident occurred.
- Opened
At string - When the incident was opened.
- Opened
By intEvaluation Id - Evaluation that first opened the incident.
- Resolved
At string - When the incident was resolved.
- Resolved
By intEvaluation Id - Evaluation that resolved the incident.
- Snoozed
Until string - When the current snooze expires.
- Status string
- Incident status.
- Summary interface{}
- Compact incident summary payload.
- Updated
At string - Last update time.
- Workspace
Id int - Workspace ID.
0means the default workspace.
- acknowledged_
at string - When the incident was acknowledged.
- created_
at string - Creation time.
- expectation_
id number - Expectation ID.
- id number
- Expectation Incident ID
- last_
evaluation_ numberid - Most recent evaluation linked to the incident.
- last_
failed_ stringat - When the most recent failing evaluation contributing to the incident occurred.
- opened_
at string - When the incident was opened.
- opened_
by_ numberevaluation_ id - Evaluation that first opened the incident.
- resolved_
at string - When the incident was resolved.
- resolved_
by_ numberevaluation_ id - Evaluation that resolved the incident.
- snoozed_
until string - When the current snooze expires.
- status string
- Incident status.
- summary any
- Compact incident summary payload.
- updated_
at string - Last update time.
- workspace_
id number - Workspace ID.
0means the default workspace.
- acknowledged
At String - When the incident was acknowledged.
- created
At String - Creation time.
- expectation
Id Integer - Expectation ID.
- id Integer
- Expectation Incident ID
- last
Evaluation IntegerId - Most recent evaluation linked to the incident.
- last
Failed StringAt - When the most recent failing evaluation contributing to the incident occurred.
- opened
At String - When the incident was opened.
- opened
By IntegerEvaluation Id - Evaluation that first opened the incident.
- resolved
At String - When the incident was resolved.
- resolved
By IntegerEvaluation Id - Evaluation that resolved the incident.
- snoozed
Until String - When the current snooze expires.
- status String
- Incident status.
- summary Object
- Compact incident summary payload.
- updated
At String - Last update time.
- workspace
Id Integer - Workspace ID.
0means the default workspace.
- acknowledged
At string - When the incident was acknowledged.
- created
At string - Creation time.
- expectation
Id number - Expectation ID.
- id number
- Expectation Incident ID
- last
Evaluation numberId - Most recent evaluation linked to the incident.
- last
Failed stringAt - When the most recent failing evaluation contributing to the incident occurred.
- opened
At string - When the incident was opened.
- opened
By numberEvaluation Id - Evaluation that first opened the incident.
- resolved
At string - When the incident was resolved.
- resolved
By numberEvaluation Id - Evaluation that resolved the incident.
- snoozed
Until string - When the current snooze expires.
- status string
- Incident status.
- summary any
- Compact incident summary payload.
- updated
At string - Last update time.
- workspace
Id number - Workspace ID.
0means the default workspace.
- acknowledged_
at str - When the incident was acknowledged.
- created_
at str - Creation time.
- expectation_
id int - Expectation ID.
- id int
- Expectation Incident ID
- last_
evaluation_ intid - Most recent evaluation linked to the incident.
- last_
failed_ strat - When the most recent failing evaluation contributing to the incident occurred.
- opened_
at str - When the incident was opened.
- opened_
by_ intevaluation_ id - Evaluation that first opened the incident.
- resolved_
at str - When the incident was resolved.
- resolved_
by_ intevaluation_ id - Evaluation that resolved the incident.
- snoozed_
until str - When the current snooze expires.
- status str
- Incident status.
- summary Any
- Compact incident summary payload.
- updated_
at str - Last update time.
- workspace_
id int - Workspace ID.
0means the default workspace.
- acknowledged
At String - When the incident was acknowledged.
- created
At String - Creation time.
- expectation
Id Number - Expectation ID.
- id Number
- Expectation Incident ID
- last
Evaluation NumberId - Most recent evaluation linked to the incident.
- last
Failed StringAt - When the most recent failing evaluation contributing to the incident occurred.
- opened
At String - When the incident was opened.
- opened
By NumberEvaluation Id - Evaluation that first opened the incident.
- resolved
At String - When the incident was resolved.
- resolved
By NumberEvaluation Id - Evaluation that resolved the incident.
- snoozed
Until String - When the current snooze expires.
- status String
- Incident status.
- summary Any
- Compact incident summary payload.
- updated
At String - Last update time.
- workspace
Id Number - Workspace ID.
0means the default workspace.
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