1. Packages
  2. Panos Provider
  3. API Docs
  4. getConfigLogSettings
panos 2.0.7 published on Thursday, Nov 27, 2025 by paloaltonetworks
panos logo
panos 2.0.7 published on Thursday, Nov 27, 2025 by paloaltonetworks

    Using getConfigLogSettings

    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 getConfigLogSettings(args: GetConfigLogSettingsArgs, opts?: InvokeOptions): Promise<GetConfigLogSettingsResult>
    function getConfigLogSettingsOutput(args: GetConfigLogSettingsOutputArgs, opts?: InvokeOptions): Output<GetConfigLogSettingsResult>
    def get_config_log_settings(description: Optional[str] = None,
                                email_profiles: Optional[Sequence[str]] = None,
                                filter: Optional[str] = None,
                                http_profiles: Optional[Sequence[str]] = None,
                                location: Optional[GetConfigLogSettingsLocation] = None,
                                name: Optional[str] = None,
                                send_to_panorama: Optional[bool] = None,
                                snmp_profiles: Optional[Sequence[str]] = None,
                                syslog_profiles: Optional[Sequence[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> GetConfigLogSettingsResult
    def get_config_log_settings_output(description: Optional[pulumi.Input[str]] = None,
                                email_profiles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                filter: Optional[pulumi.Input[str]] = None,
                                http_profiles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                location: Optional[pulumi.Input[GetConfigLogSettingsLocationArgs]] = None,
                                name: Optional[pulumi.Input[str]] = None,
                                send_to_panorama: Optional[pulumi.Input[bool]] = None,
                                snmp_profiles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                syslog_profiles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetConfigLogSettingsResult]
    func LookupConfigLogSettings(ctx *Context, args *LookupConfigLogSettingsArgs, opts ...InvokeOption) (*LookupConfigLogSettingsResult, error)
    func LookupConfigLogSettingsOutput(ctx *Context, args *LookupConfigLogSettingsOutputArgs, opts ...InvokeOption) LookupConfigLogSettingsResultOutput

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

    public static class GetConfigLogSettings 
    {
        public static Task<GetConfigLogSettingsResult> InvokeAsync(GetConfigLogSettingsArgs args, InvokeOptions? opts = null)
        public static Output<GetConfigLogSettingsResult> Invoke(GetConfigLogSettingsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetConfigLogSettingsResult> getConfigLogSettings(GetConfigLogSettingsArgs args, InvokeOptions options)
    public static Output<GetConfigLogSettingsResult> getConfigLogSettings(GetConfigLogSettingsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: panos:index/getConfigLogSettings:getConfigLogSettings
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Location GetConfigLogSettingsLocation
    The location of this object.
    Name string
    Description string
    EmailProfiles List<string>
    Filter string
    HttpProfiles List<string>
    SendToPanorama bool
    SnmpProfiles List<string>
    SyslogProfiles List<string>
    Location GetConfigLogSettingsLocation
    The location of this object.
    Name string
    Description string
    EmailProfiles []string
    Filter string
    HttpProfiles []string
    SendToPanorama bool
    SnmpProfiles []string
    SyslogProfiles []string
    location GetConfigLogSettingsLocation
    The location of this object.
    name String
    description String
    emailProfiles List<String>
    filter String
    httpProfiles List<String>
    sendToPanorama Boolean
    snmpProfiles List<String>
    syslogProfiles List<String>
    location GetConfigLogSettingsLocation
    The location of this object.
    name string
    description string
    emailProfiles string[]
    filter string
    httpProfiles string[]
    sendToPanorama boolean
    snmpProfiles string[]
    syslogProfiles string[]
    location GetConfigLogSettingsLocation
    The location of this object.
    name str
    description str
    email_profiles Sequence[str]
    filter str
    http_profiles Sequence[str]
    send_to_panorama bool
    snmp_profiles Sequence[str]
    syslog_profiles Sequence[str]
    location Property Map
    The location of this object.
    name String
    description String
    emailProfiles List<String>
    filter String
    httpProfiles List<String>
    sendToPanorama Boolean
    snmpProfiles List<String>
    syslogProfiles List<String>

    getConfigLogSettings Result

    The following output properties are available:

    Description string
    EmailProfiles List<string>
    Filter string
    HttpProfiles List<string>
    Id string
    The provider-assigned unique ID for this managed resource.
    Location GetConfigLogSettingsLocation
    The location of this object.
    Name string
    SendToPanorama bool
    SnmpProfiles List<string>
    SyslogProfiles List<string>
    Description string
    EmailProfiles []string
    Filter string
    HttpProfiles []string
    Id string
    The provider-assigned unique ID for this managed resource.
    Location GetConfigLogSettingsLocation
    The location of this object.
    Name string
    SendToPanorama bool
    SnmpProfiles []string
    SyslogProfiles []string
    description String
    emailProfiles List<String>
    filter String
    httpProfiles List<String>
    id String
    The provider-assigned unique ID for this managed resource.
    location GetConfigLogSettingsLocation
    The location of this object.
    name String
    sendToPanorama Boolean
    snmpProfiles List<String>
    syslogProfiles List<String>
    description string
    emailProfiles string[]
    filter string
    httpProfiles string[]
    id string
    The provider-assigned unique ID for this managed resource.
    location GetConfigLogSettingsLocation
    The location of this object.
    name string
    sendToPanorama boolean
    snmpProfiles string[]
    syslogProfiles string[]
    description str
    email_profiles Sequence[str]
    filter str
    http_profiles Sequence[str]
    id str
    The provider-assigned unique ID for this managed resource.
    location GetConfigLogSettingsLocation
    The location of this object.
    name str
    send_to_panorama bool
    snmp_profiles Sequence[str]
    syslog_profiles Sequence[str]
    description String
    emailProfiles List<String>
    filter String
    httpProfiles List<String>
    id String
    The provider-assigned unique ID for this managed resource.
    location Property Map
    The location of this object.
    name String
    sendToPanorama Boolean
    snmpProfiles List<String>
    syslogProfiles List<String>

    Supporting Types

    GetConfigLogSettingsLocation

    Panorama GetConfigLogSettingsLocationPanorama
    Located in a panorama.
    Template GetConfigLogSettingsLocationTemplate
    A shared resource located within a specific template
    TemplateStack GetConfigLogSettingsLocationTemplateStack
    Located in a specific template
    TemplateStackVsys GetConfigLogSettingsLocationTemplateStackVsys
    Located in a specific template, device and vsys.
    TemplateVsys GetConfigLogSettingsLocationTemplateVsys
    Located in a specific template, device and vsys.
    Panorama GetConfigLogSettingsLocationPanorama
    Located in a panorama.
    Template GetConfigLogSettingsLocationTemplate
    A shared resource located within a specific template
    TemplateStack GetConfigLogSettingsLocationTemplateStack
    Located in a specific template
    TemplateStackVsys GetConfigLogSettingsLocationTemplateStackVsys
    Located in a specific template, device and vsys.
    TemplateVsys GetConfigLogSettingsLocationTemplateVsys
    Located in a specific template, device and vsys.
    panorama GetConfigLogSettingsLocationPanorama
    Located in a panorama.
    template GetConfigLogSettingsLocationTemplate
    A shared resource located within a specific template
    templateStack GetConfigLogSettingsLocationTemplateStack
    Located in a specific template
    templateStackVsys GetConfigLogSettingsLocationTemplateStackVsys
    Located in a specific template, device and vsys.
    templateVsys GetConfigLogSettingsLocationTemplateVsys
    Located in a specific template, device and vsys.
    panorama GetConfigLogSettingsLocationPanorama
    Located in a panorama.
    template GetConfigLogSettingsLocationTemplate
    A shared resource located within a specific template
    templateStack GetConfigLogSettingsLocationTemplateStack
    Located in a specific template
    templateStackVsys GetConfigLogSettingsLocationTemplateStackVsys
    Located in a specific template, device and vsys.
    templateVsys GetConfigLogSettingsLocationTemplateVsys
    Located in a specific template, device and vsys.
    panorama GetConfigLogSettingsLocationPanorama
    Located in a panorama.
    template GetConfigLogSettingsLocationTemplate
    A shared resource located within a specific template
    template_stack GetConfigLogSettingsLocationTemplateStack
    Located in a specific template
    template_stack_vsys GetConfigLogSettingsLocationTemplateStackVsys
    Located in a specific template, device and vsys.
    template_vsys GetConfigLogSettingsLocationTemplateVsys
    Located in a specific template, device and vsys.
    panorama Property Map
    Located in a panorama.
    template Property Map
    A shared resource located within a specific template
    templateStack Property Map
    Located in a specific template
    templateStackVsys Property Map
    Located in a specific template, device and vsys.
    templateVsys Property Map
    Located in a specific template, device and vsys.

    GetConfigLogSettingsLocationTemplate

    Name string
    Specific Panorama template
    PanoramaDevice string
    Specific Panorama device
    Name string
    Specific Panorama template
    PanoramaDevice string
    Specific Panorama device
    name String
    Specific Panorama template
    panoramaDevice String
    Specific Panorama device
    name string
    Specific Panorama template
    panoramaDevice string
    Specific Panorama device
    name str
    Specific Panorama template
    panorama_device str
    Specific Panorama device
    name String
    Specific Panorama template
    panoramaDevice String
    Specific Panorama device

    GetConfigLogSettingsLocationTemplateStack

    Name string
    The template stack
    PanoramaDevice string
    Specific Panorama device
    Name string
    The template stack
    PanoramaDevice string
    Specific Panorama device
    name String
    The template stack
    panoramaDevice String
    Specific Panorama device
    name string
    The template stack
    panoramaDevice string
    Specific Panorama device
    name str
    The template stack
    panorama_device str
    Specific Panorama device
    name String
    The template stack
    panoramaDevice String
    Specific Panorama device

    GetConfigLogSettingsLocationTemplateStackVsys

    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    TemplateStack string
    The template stack
    Vsys string
    The vsys.
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    TemplateStack string
    The template stack
    Vsys string
    The vsys.
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device
    templateStack String
    The template stack
    vsys String
    The vsys.
    ngfwDevice string
    The NGFW device
    panoramaDevice string
    Specific Panorama device
    templateStack string
    The template stack
    vsys string
    The vsys.
    ngfw_device str
    The NGFW device
    panorama_device str
    Specific Panorama device
    template_stack str
    The template stack
    vsys str
    The vsys.
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device
    templateStack String
    The template stack
    vsys String
    The vsys.

    GetConfigLogSettingsLocationTemplateVsys

    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    Template string
    Specific Panorama template
    Vsys string
    The vsys.
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    Template string
    Specific Panorama template
    Vsys string
    The vsys.
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device
    template String
    Specific Panorama template
    vsys String
    The vsys.
    ngfwDevice string
    The NGFW device
    panoramaDevice string
    Specific Panorama device
    template string
    Specific Panorama template
    vsys string
    The vsys.
    ngfw_device str
    The NGFW device
    panorama_device str
    Specific Panorama device
    template str
    Specific Panorama template
    vsys str
    The vsys.
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device
    template String
    Specific Panorama template
    vsys String
    The vsys.

    Package Details

    Repository
    panos paloaltonetworks/terraform-provider-panos
    License
    Notes
    This Pulumi package is based on the panos Terraform Provider.
    panos logo
    panos 2.0.7 published on Thursday, Nov 27, 2025 by paloaltonetworks
      Meet Neo: Your AI Platform Teammate