1. Packages
  2. Panos Provider
  3. API Docs
  4. getLogExportSchedule
Viewing docs for panos 2.0.10
published on Thursday, Apr 9, 2026 by paloaltonetworks
Viewing docs for panos 2.0.10
published on Thursday, Apr 9, 2026 by paloaltonetworks

    Using getLogExportSchedule

    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 getLogExportSchedule(args: GetLogExportScheduleArgs, opts?: InvokeOptions): Promise<GetLogExportScheduleResult>
    function getLogExportScheduleOutput(args: GetLogExportScheduleOutputArgs, opts?: InvokeOptions): Output<GetLogExportScheduleResult>
    def get_log_export_schedule(description: Optional[str] = None,
                                enable: Optional[bool] = None,
                                location: Optional[GetLogExportScheduleLocation] = None,
                                log_type: Optional[str] = None,
                                name: Optional[str] = None,
                                protocol: Optional[GetLogExportScheduleProtocol] = None,
                                start_time: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetLogExportScheduleResult
    def get_log_export_schedule_output(description: Optional[pulumi.Input[str]] = None,
                                enable: Optional[pulumi.Input[bool]] = None,
                                location: Optional[pulumi.Input[GetLogExportScheduleLocationArgs]] = None,
                                log_type: Optional[pulumi.Input[str]] = None,
                                name: Optional[pulumi.Input[str]] = None,
                                protocol: Optional[pulumi.Input[GetLogExportScheduleProtocolArgs]] = None,
                                start_time: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetLogExportScheduleResult]
    func LookupLogExportSchedule(ctx *Context, args *LookupLogExportScheduleArgs, opts ...InvokeOption) (*LookupLogExportScheduleResult, error)
    func LookupLogExportScheduleOutput(ctx *Context, args *LookupLogExportScheduleOutputArgs, opts ...InvokeOption) LookupLogExportScheduleResultOutput

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

    public static class GetLogExportSchedule 
    {
        public static Task<GetLogExportScheduleResult> InvokeAsync(GetLogExportScheduleArgs args, InvokeOptions? opts = null)
        public static Output<GetLogExportScheduleResult> Invoke(GetLogExportScheduleInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetLogExportScheduleResult> getLogExportSchedule(GetLogExportScheduleArgs args, InvokeOptions options)
    public static Output<GetLogExportScheduleResult> getLogExportSchedule(GetLogExportScheduleArgs args, InvokeOptions options)
    
    fn::invoke:
      function: panos:index/getLogExportSchedule:getLogExportSchedule
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Location GetLogExportScheduleLocation
    The location of this object.
    Name string
    Description string
    Enable bool
    LogType string
    Protocol GetLogExportScheduleProtocol
    StartTime string
    Time to start the scheduled export hh:mm (e.g. 03:30)
    Location GetLogExportScheduleLocation
    The location of this object.
    Name string
    Description string
    Enable bool
    LogType string
    Protocol GetLogExportScheduleProtocol
    StartTime string
    Time to start the scheduled export hh:mm (e.g. 03:30)
    location GetLogExportScheduleLocation
    The location of this object.
    name String
    description String
    enable Boolean
    logType String
    protocol GetLogExportScheduleProtocol
    startTime String
    Time to start the scheduled export hh:mm (e.g. 03:30)
    location GetLogExportScheduleLocation
    The location of this object.
    name string
    description string
    enable boolean
    logType string
    protocol GetLogExportScheduleProtocol
    startTime string
    Time to start the scheduled export hh:mm (e.g. 03:30)
    location GetLogExportScheduleLocation
    The location of this object.
    name str
    description str
    enable bool
    log_type str
    protocol GetLogExportScheduleProtocol
    start_time str
    Time to start the scheduled export hh:mm (e.g. 03:30)
    location Property Map
    The location of this object.
    name String
    description String
    enable Boolean
    logType String
    protocol Property Map
    startTime String
    Time to start the scheduled export hh:mm (e.g. 03:30)

    getLogExportSchedule Result

    The following output properties are available:

    Description string
    Enable bool
    Id string
    The provider-assigned unique ID for this managed resource.
    Location GetLogExportScheduleLocation
    The location of this object.
    LogType string
    Name string
    Protocol GetLogExportScheduleProtocol
    StartTime string
    Time to start the scheduled export hh:mm (e.g. 03:30)
    Description string
    Enable bool
    Id string
    The provider-assigned unique ID for this managed resource.
    Location GetLogExportScheduleLocation
    The location of this object.
    LogType string
    Name string
    Protocol GetLogExportScheduleProtocol
    StartTime string
    Time to start the scheduled export hh:mm (e.g. 03:30)
    description String
    enable Boolean
    id String
    The provider-assigned unique ID for this managed resource.
    location GetLogExportScheduleLocation
    The location of this object.
    logType String
    name String
    protocol GetLogExportScheduleProtocol
    startTime String
    Time to start the scheduled export hh:mm (e.g. 03:30)
    description string
    enable boolean
    id string
    The provider-assigned unique ID for this managed resource.
    location GetLogExportScheduleLocation
    The location of this object.
    logType string
    name string
    protocol GetLogExportScheduleProtocol
    startTime string
    Time to start the scheduled export hh:mm (e.g. 03:30)
    description str
    enable bool
    id str
    The provider-assigned unique ID for this managed resource.
    location GetLogExportScheduleLocation
    The location of this object.
    log_type str
    name str
    protocol GetLogExportScheduleProtocol
    start_time str
    Time to start the scheduled export hh:mm (e.g. 03:30)
    description String
    enable Boolean
    id String
    The provider-assigned unique ID for this managed resource.
    location Property Map
    The location of this object.
    logType String
    name String
    protocol Property Map
    startTime String
    Time to start the scheduled export hh:mm (e.g. 03:30)

    Supporting Types

    GetLogExportScheduleLocation

    System GetLogExportScheduleLocationSystem
    System-level configuration
    Template GetLogExportScheduleLocationTemplate
    Located in a specific template
    TemplateStack GetLogExportScheduleLocationTemplateStack
    Located in a specific template stack
    System GetLogExportScheduleLocationSystem
    System-level configuration
    Template GetLogExportScheduleLocationTemplate
    Located in a specific template
    TemplateStack GetLogExportScheduleLocationTemplateStack
    Located in a specific template stack
    system GetLogExportScheduleLocationSystem
    System-level configuration
    template GetLogExportScheduleLocationTemplate
    Located in a specific template
    templateStack GetLogExportScheduleLocationTemplateStack
    Located in a specific template stack
    system GetLogExportScheduleLocationSystem
    System-level configuration
    template GetLogExportScheduleLocationTemplate
    Located in a specific template
    templateStack GetLogExportScheduleLocationTemplateStack
    Located in a specific template stack
    system GetLogExportScheduleLocationSystem
    System-level configuration
    template GetLogExportScheduleLocationTemplate
    Located in a specific template
    template_stack GetLogExportScheduleLocationTemplateStack
    Located in a specific template stack
    system Property Map
    System-level configuration
    template Property Map
    Located in a specific template
    templateStack Property Map
    Located in a specific template stack

    GetLogExportScheduleLocationSystem

    Device string
    Device
    Device string
    Device
    device String
    Device
    device string
    Device
    device str
    Device
    device String
    Device

    GetLogExportScheduleLocationTemplate

    Name string
    Specific Panorama template
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    Name string
    Specific Panorama template
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    name String
    Specific Panorama template
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device
    name string
    Specific Panorama template
    ngfwDevice string
    The NGFW device
    panoramaDevice string
    Specific Panorama device
    name str
    Specific Panorama template
    ngfw_device str
    The NGFW device
    panorama_device str
    Specific Panorama device
    name String
    Specific Panorama template
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device

    GetLogExportScheduleLocationTemplateStack

    Name string
    Specific Panorama template stack
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    Name string
    Specific Panorama template stack
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    name String
    Specific Panorama template stack
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device
    name string
    Specific Panorama template stack
    ngfwDevice string
    The NGFW device
    panoramaDevice string
    Specific Panorama device
    name str
    Specific Panorama template stack
    ngfw_device str
    The NGFW device
    panorama_device str
    Specific Panorama device
    name String
    Specific Panorama template stack
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device

    GetLogExportScheduleProtocol

    GetLogExportScheduleProtocolFtp

    Hostname string
    ftp hostname
    PassiveMode bool
    Enable FTP Passive Mode
    Password string
    ftp password
    Path string
    ftp server path
    Port double
    ftp port
    Username string
    ftp username
    Hostname string
    ftp hostname
    PassiveMode bool
    Enable FTP Passive Mode
    Password string
    ftp password
    Path string
    ftp server path
    Port float64
    ftp port
    Username string
    ftp username
    hostname String
    ftp hostname
    passiveMode Boolean
    Enable FTP Passive Mode
    password String
    ftp password
    path String
    ftp server path
    port Double
    ftp port
    username String
    ftp username
    hostname string
    ftp hostname
    passiveMode boolean
    Enable FTP Passive Mode
    password string
    ftp password
    path string
    ftp server path
    port number
    ftp port
    username string
    ftp username
    hostname str
    ftp hostname
    passive_mode bool
    Enable FTP Passive Mode
    password str
    ftp password
    path str
    ftp server path
    port float
    ftp port
    username str
    ftp username
    hostname String
    ftp hostname
    passiveMode Boolean
    Enable FTP Passive Mode
    password String
    ftp password
    path String
    ftp server path
    port Number
    ftp port
    username String
    ftp username

    GetLogExportScheduleProtocolScp

    Hostname string
    ftp hostname
    Password string
    scp password
    Path string
    scp server path
    Port double
    scp port
    Username string
    scp username
    Hostname string
    ftp hostname
    Password string
    scp password
    Path string
    scp server path
    Port float64
    scp port
    Username string
    scp username
    hostname String
    ftp hostname
    password String
    scp password
    path String
    scp server path
    port Double
    scp port
    username String
    scp username
    hostname string
    ftp hostname
    password string
    scp password
    path string
    scp server path
    port number
    scp port
    username string
    scp username
    hostname str
    ftp hostname
    password str
    scp password
    path str
    scp server path
    port float
    scp port
    username str
    scp username
    hostname String
    ftp hostname
    password String
    scp password
    path String
    scp server path
    port Number
    scp port
    username String
    scp username

    Package Details

    Repository
    panos paloaltonetworks/terraform-provider-panos
    License
    Notes
    This Pulumi package is based on the panos Terraform Provider.
    Viewing docs for panos 2.0.10
    published on Thursday, Apr 9, 2026 by paloaltonetworks
      Try Pulumi Cloud free. Your team will thank you.