1. Registry
  2. Packages
  3. Files.com
  4. API Docs
  5. getSiemHttpDestinationEvent
Viewing docs for Files.com v0.1.1
published on Thursday, Aug 20, 2026 by jschady
filescom logo
Viewing docs for Files.com v0.1.1
published on Thursday, Aug 20, 2026 by jschady

    A SiemHttpDestinationEvent is a log record for SIEM publishing failures and recoveries.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as filescom from "pulumi-filescom";
    
    const exampleSiemHttpDestinationEvent = filescom.getSiemHttpDestinationEvent({
        id: 1,
    });
    
    import pulumi
    import pulumi_filescom as filescom
    
    example_siem_http_destination_event = filescom.get_siem_http_destination_event(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.GetSiemHttpDestinationEvent(ctx, &filescom.GetSiemHttpDestinationEventArgs{
    			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 exampleSiemHttpDestinationEvent = Filescom.GetSiemHttpDestinationEvent.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.GetSiemHttpDestinationEventArgs;
    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 exampleSiemHttpDestinationEvent = FilescomFunctions.getSiemHttpDestinationEvent(GetSiemHttpDestinationEventArgs.builder()
                .id(1)
                .build());
    
        }
    }
    
    variables:
      exampleSiemHttpDestinationEvent:
        fn::invoke:
          function: filescom:getSiemHttpDestinationEvent
          arguments:
            id: 1
    
    pulumi {
      required_providers {
        filescom = {
          source = "pulumi/filescom"
        }
      }
    }
    
    data "filescom_getsiemhttpdestinationevent" "exampleSiemHttpDestinationEvent" {
      id = 1
    }
    

    Using getSiemHttpDestinationEvent

    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 getSiemHttpDestinationEvent(args: GetSiemHttpDestinationEventArgs, opts?: InvokeOptions): Promise<GetSiemHttpDestinationEventResult>
    function getSiemHttpDestinationEventOutput(args: GetSiemHttpDestinationEventOutputArgs, opts?: InvokeOutputOptions): Output<GetSiemHttpDestinationEventResult>
    def get_siem_http_destination_event(id: Optional[int] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetSiemHttpDestinationEventResult
    def get_siem_http_destination_event_output(id: pulumi.Input[Optional[int]] = None,
                                        opts: Optional[InvokeOutputOptions] = None) -> Output[GetSiemHttpDestinationEventResult]
    func GetSiemHttpDestinationEvent(ctx *Context, args *GetSiemHttpDestinationEventArgs, opts ...InvokeOption) (*GetSiemHttpDestinationEventResult, error)
    func GetSiemHttpDestinationEventOutput(ctx *Context, args *GetSiemHttpDestinationEventOutputArgs, opts ...InvokeOption) GetSiemHttpDestinationEventResultOutput

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

    public static class GetSiemHttpDestinationEvent 
    {
        public static Task<GetSiemHttpDestinationEventResult> InvokeAsync(GetSiemHttpDestinationEventArgs args, InvokeOptions? opts = null)
        public static Output<GetSiemHttpDestinationEventResult> Invoke(GetSiemHttpDestinationEventInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetSiemHttpDestinationEventResult> Invoke(GetSiemHttpDestinationEventInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetSiemHttpDestinationEventResult> getSiemHttpDestinationEvent(GetSiemHttpDestinationEventArgs args, InvokeOptions options)
    public static Output<GetSiemHttpDestinationEventResult> getSiemHttpDestinationEvent(GetSiemHttpDestinationEventArgs args, InvokeOptions options)
    public static Output<GetSiemHttpDestinationEventResult> getSiemHttpDestinationEvent(GetSiemHttpDestinationEventArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: filescom:index/getSiemHttpDestinationEvent:getSiemHttpDestinationEvent
      arguments:
        # arguments dictionary
    data "filescom_get_siem_http_destination_event" "name" {
        # arguments
    }

    The following arguments are supported:

    Id int
    Event ID
    Id int
    Event ID
    id number
    Event ID
    id Integer
    Event ID
    id number
    Event ID
    id int
    Event ID
    id Number
    Event ID

    getSiemHttpDestinationEvent Result

    The following output properties are available:

    Body string
    Event body.
    BodyUrl string
    Link to log file.
    CreatedAt string
    Event create date/time.
    EventErrors List<string>
    Event errors.
    EventType string
    Type of SIEM event being recorded.
    Id int
    Event ID
    SiemHttpDestinationId int
    SIEM ID.
    Status string
    Status of event.
    Body string
    Event body.
    BodyUrl string
    Link to log file.
    CreatedAt string
    Event create date/time.
    EventErrors []string
    Event errors.
    EventType string
    Type of SIEM event being recorded.
    Id int
    Event ID
    SiemHttpDestinationId int
    SIEM ID.
    Status string
    Status of event.
    body string
    Event body.
    body_url string
    Link to log file.
    created_at string
    Event create date/time.
    event_errors list(string)
    Event errors.
    event_type string
    Type of SIEM event being recorded.
    id number
    Event ID
    siem_http_destination_id number
    SIEM ID.
    status string
    Status of event.
    body String
    Event body.
    bodyUrl String
    Link to log file.
    createdAt String
    Event create date/time.
    eventErrors List<String>
    Event errors.
    eventType String
    Type of SIEM event being recorded.
    id Integer
    Event ID
    siemHttpDestinationId Integer
    SIEM ID.
    status String
    Status of event.
    body string
    Event body.
    bodyUrl string
    Link to log file.
    createdAt string
    Event create date/time.
    eventErrors string[]
    Event errors.
    eventType string
    Type of SIEM event being recorded.
    id number
    Event ID
    siemHttpDestinationId number
    SIEM ID.
    status string
    Status of event.
    body str
    Event body.
    body_url str
    Link to log file.
    created_at str
    Event create date/time.
    event_errors Sequence[str]
    Event errors.
    event_type str
    Type of SIEM event being recorded.
    id int
    Event ID
    siem_http_destination_id int
    SIEM ID.
    status str
    Status of event.
    body String
    Event body.
    bodyUrl String
    Link to log file.
    createdAt String
    Event create date/time.
    eventErrors List<String>
    Event errors.
    eventType String
    Type of SIEM event being recorded.
    id Number
    Event ID
    siemHttpDestinationId Number
    SIEM ID.
    status String
    Status of event.

    Package Details

    Repository
    filescom jschady/pulumi-filescom
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the filescom Terraform Provider.
    filescom logo
    Viewing docs for Files.com v0.1.1
    published on Thursday, Aug 20, 2026 by jschady

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial