1. Packages
  2. Strata Cloud Manager Provider
  3. API Docs
  4. getHttpServerProfile
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
scm logo
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi

    HttpServerProfile data source

    Using getHttpServerProfile

    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 getHttpServerProfile(args: GetHttpServerProfileArgs, opts?: InvokeOptions): Promise<GetHttpServerProfileResult>
    function getHttpServerProfileOutput(args: GetHttpServerProfileOutputArgs, opts?: InvokeOptions): Output<GetHttpServerProfileResult>
    def get_http_server_profile(id: Optional[str] = None,
                                name: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetHttpServerProfileResult
    def get_http_server_profile_output(id: Optional[pulumi.Input[str]] = None,
                                name: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetHttpServerProfileResult]
    func LookupHttpServerProfile(ctx *Context, args *LookupHttpServerProfileArgs, opts ...InvokeOption) (*LookupHttpServerProfileResult, error)
    func LookupHttpServerProfileOutput(ctx *Context, args *LookupHttpServerProfileOutputArgs, opts ...InvokeOption) LookupHttpServerProfileResultOutput

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

    public static class GetHttpServerProfile 
    {
        public static Task<GetHttpServerProfileResult> InvokeAsync(GetHttpServerProfileArgs args, InvokeOptions? opts = null)
        public static Output<GetHttpServerProfileResult> Invoke(GetHttpServerProfileInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetHttpServerProfileResult> getHttpServerProfile(GetHttpServerProfileArgs args, InvokeOptions options)
    public static Output<GetHttpServerProfileResult> getHttpServerProfile(GetHttpServerProfileArgs args, InvokeOptions options)
    
    fn::invoke:
      function: scm:index/getHttpServerProfile:getHttpServerProfile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The UUID of the HTTP server profile
    Name string
    The name of the profile
    Id string
    The UUID of the HTTP server profile
    Name string
    The name of the profile
    id String
    The UUID of the HTTP server profile
    name String
    The name of the profile
    id string
    The UUID of the HTTP server profile
    name string
    The name of the profile
    id str
    The UUID of the HTTP server profile
    name str
    The name of the profile
    id String
    The UUID of the HTTP server profile
    name String
    The name of the profile

    getHttpServerProfile Result

    The following output properties are available:

    Device string
    The device in which the resource is defined
    Folder string
    The folder in which the resource is defined
    Format GetHttpServerProfileFormat
    Format
    Id string
    The UUID of the HTTP server profile
    Name string
    The name of the profile
    Servers List<GetHttpServerProfileServer>
    Server
    Snippet string
    The snippet in which the resource is defined
    TagRegistration bool
    Register tags on match
    Tfid string
    Device string
    The device in which the resource is defined
    Folder string
    The folder in which the resource is defined
    Format GetHttpServerProfileFormat
    Format
    Id string
    The UUID of the HTTP server profile
    Name string
    The name of the profile
    Servers []GetHttpServerProfileServer
    Server
    Snippet string
    The snippet in which the resource is defined
    TagRegistration bool
    Register tags on match
    Tfid string
    device String
    The device in which the resource is defined
    folder String
    The folder in which the resource is defined
    format GetHttpServerProfileFormat
    Format
    id String
    The UUID of the HTTP server profile
    name String
    The name of the profile
    servers List<GetHttpServerProfileServer>
    Server
    snippet String
    The snippet in which the resource is defined
    tagRegistration Boolean
    Register tags on match
    tfid String
    device string
    The device in which the resource is defined
    folder string
    The folder in which the resource is defined
    format GetHttpServerProfileFormat
    Format
    id string
    The UUID of the HTTP server profile
    name string
    The name of the profile
    servers GetHttpServerProfileServer[]
    Server
    snippet string
    The snippet in which the resource is defined
    tagRegistration boolean
    Register tags on match
    tfid string
    device str
    The device in which the resource is defined
    folder str
    The folder in which the resource is defined
    format GetHttpServerProfileFormat
    Format
    id str
    The UUID of the HTTP server profile
    name str
    The name of the profile
    servers Sequence[GetHttpServerProfileServer]
    Server
    snippet str
    The snippet in which the resource is defined
    tag_registration bool
    Register tags on match
    tfid str
    device String
    The device in which the resource is defined
    folder String
    The folder in which the resource is defined
    format Property Map
    Format
    id String
    The UUID of the HTTP server profile
    name String
    The name of the profile
    servers List<Property Map>
    Server
    snippet String
    The snippet in which the resource is defined
    tagRegistration Boolean
    Register tags on match
    tfid String

    Supporting Types

    GetHttpServerProfileFormat

    GetHttpServerProfileFormatAuth

    Headers List<GetHttpServerProfileFormatAuthHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileFormatAuthParam>
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    Headers []GetHttpServerProfileFormatAuthHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileFormatAuthParam
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    headers List<GetHttpServerProfileFormatAuthHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileFormatAuthParam>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server
    headers GetHttpServerProfileFormatAuthHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileFormatAuthParam[]
    Params
    payload string
    The log payload format. The accepted log field values are as follows.
    urlFormat string
    The URL path of the HTTP server
    headers Sequence[GetHttpServerProfileFormatAuthHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileFormatAuthParam]
    Params
    payload str
    The log payload format. The accepted log field values are as follows.
    url_format str
    The URL path of the HTTP server
    headers List<Property Map>
    Headers
    name String
    The name of the payload format
    params List<Property Map>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server

    GetHttpServerProfileFormatAuthHeader

    Name string
    Header name
    Value string
    Header value
    Name string
    Header name
    Value string
    Header value
    name String
    Header name
    value String
    Header value
    name string
    Header name
    value string
    Header value
    name str
    Header name
    value str
    Header value
    name String
    Header name
    value String
    Header value

    GetHttpServerProfileFormatAuthParam

    Name string
    Parameter name
    Value string
    Parameter value
    Name string
    Parameter name
    Value string
    Parameter value
    name String
    Parameter name
    value String
    Parameter value
    name string
    Parameter name
    value string
    Parameter value
    name str
    Parameter name
    value str
    Parameter value
    name String
    Parameter name
    value String
    Parameter value

    GetHttpServerProfileFormatConfig

    Headers List<GetHttpServerProfileFormatConfigHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileFormatConfigParam>
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    Headers []GetHttpServerProfileFormatConfigHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileFormatConfigParam
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    headers List<GetHttpServerProfileFormatConfigHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileFormatConfigParam>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server
    headers GetHttpServerProfileFormatConfigHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileFormatConfigParam[]
    Params
    payload string
    The log payload format. The accepted log field values are as follows.
    urlFormat string
    The URL path of the HTTP server
    headers Sequence[GetHttpServerProfileFormatConfigHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileFormatConfigParam]
    Params
    payload str
    The log payload format. The accepted log field values are as follows.
    url_format str
    The URL path of the HTTP server
    headers List<Property Map>
    Headers
    name String
    The name of the payload format
    params List<Property Map>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server

    GetHttpServerProfileFormatConfigHeader

    Name string
    Header name
    Value string
    Header value
    Name string
    Header name
    Value string
    Header value
    name String
    Header name
    value String
    Header value
    name string
    Header name
    value string
    Header value
    name str
    Header name
    value str
    Header value
    name String
    Header name
    value String
    Header value

    GetHttpServerProfileFormatConfigParam

    Name string
    Parameter name
    Value string
    Parameter value
    Name string
    Parameter name
    Value string
    Parameter value
    name String
    Parameter name
    value String
    Parameter value
    name string
    Parameter name
    value string
    Parameter value
    name str
    Parameter name
    value str
    Parameter value
    name String
    Parameter name
    value String
    Parameter value

    GetHttpServerProfileFormatCorrelation

    Headers List<GetHttpServerProfileFormatCorrelationHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileFormatCorrelationParam>
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    Headers []GetHttpServerProfileFormatCorrelationHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileFormatCorrelationParam
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    headers List<GetHttpServerProfileFormatCorrelationHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileFormatCorrelationParam>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server
    headers GetHttpServerProfileFormatCorrelationHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileFormatCorrelationParam[]
    Params
    payload string
    The log payload format. The accepted log field values are as follows.
    urlFormat string
    The URL path of the HTTP server
    headers Sequence[GetHttpServerProfileFormatCorrelationHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileFormatCorrelationParam]
    Params
    payload str
    The log payload format. The accepted log field values are as follows.
    url_format str
    The URL path of the HTTP server
    headers List<Property Map>
    Headers
    name String
    The name of the payload format
    params List<Property Map>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server

    GetHttpServerProfileFormatCorrelationHeader

    Name string
    Header name
    Value string
    Header value
    Name string
    Header name
    Value string
    Header value
    name String
    Header name
    value String
    Header value
    name string
    Header name
    value string
    Header value
    name str
    Header name
    value str
    Header value
    name String
    Header name
    value String
    Header value

    GetHttpServerProfileFormatCorrelationParam

    Name string
    Parameter name
    Value string
    Parameter value
    Name string
    Parameter name
    Value string
    Parameter value
    name String
    Parameter name
    value String
    Parameter value
    name string
    Parameter name
    value string
    Parameter value
    name str
    Parameter name
    value str
    Parameter value
    name String
    Parameter name
    value String
    Parameter value

    GetHttpServerProfileFormatData

    Headers List<GetHttpServerProfileFormatDataHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileFormatDataParam>
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    Headers []GetHttpServerProfileFormatDataHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileFormatDataParam
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    headers List<GetHttpServerProfileFormatDataHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileFormatDataParam>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server
    headers GetHttpServerProfileFormatDataHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileFormatDataParam[]
    Params
    payload string
    The log payload format. The accepted log field values are as follows.
    urlFormat string
    The URL path of the HTTP server
    headers Sequence[GetHttpServerProfileFormatDataHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileFormatDataParam]
    Params
    payload str
    The log payload format. The accepted log field values are as follows.
    url_format str
    The URL path of the HTTP server
    headers List<Property Map>
    Headers
    name String
    The name of the payload format
    params List<Property Map>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server

    GetHttpServerProfileFormatDataHeader

    Name string
    Header name
    Value string
    Header value
    Name string
    Header name
    Value string
    Header value
    name String
    Header name
    value String
    Header value
    name string
    Header name
    value string
    Header value
    name str
    Header name
    value str
    Header value
    name String
    Header name
    value String
    Header value

    GetHttpServerProfileFormatDataParam

    Name string
    Parameter name
    Value string
    Parameter value
    Name string
    Parameter name
    Value string
    Parameter value
    name String
    Parameter name
    value String
    Parameter value
    name string
    Parameter name
    value string
    Parameter value
    name str
    Parameter name
    value str
    Parameter value
    name String
    Parameter name
    value String
    Parameter value

    GetHttpServerProfileFormatDecryption

    Headers List<GetHttpServerProfileFormatDecryptionHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileFormatDecryptionParam>
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    Headers []GetHttpServerProfileFormatDecryptionHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileFormatDecryptionParam
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    headers List<GetHttpServerProfileFormatDecryptionHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileFormatDecryptionParam>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server
    headers GetHttpServerProfileFormatDecryptionHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileFormatDecryptionParam[]
    Params
    payload string
    The log payload format. The accepted log field values are as follows.
    urlFormat string
    The URL path of the HTTP server
    headers Sequence[GetHttpServerProfileFormatDecryptionHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileFormatDecryptionParam]
    Params
    payload str
    The log payload format. The accepted log field values are as follows.
    url_format str
    The URL path of the HTTP server
    headers List<Property Map>
    Headers
    name String
    The name of the payload format
    params List<Property Map>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server

    GetHttpServerProfileFormatDecryptionHeader

    Name string
    Header name
    Value string
    Header value
    Name string
    Header name
    Value string
    Header value
    name String
    Header name
    value String
    Header value
    name string
    Header name
    value string
    Header value
    name str
    Header name
    value str
    Header value
    name String
    Header name
    value String
    Header value

    GetHttpServerProfileFormatDecryptionParam

    Name string
    Parameter name
    Value string
    Parameter value
    Name string
    Parameter name
    Value string
    Parameter value
    name String
    Parameter name
    value String
    Parameter value
    name string
    Parameter name
    value string
    Parameter value
    name str
    Parameter name
    value str
    Parameter value
    name String
    Parameter name
    value String
    Parameter value

    GetHttpServerProfileFormatGlobalprotect

    Headers List<GetHttpServerProfileFormatGlobalprotectHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileFormatGlobalprotectParam>
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    Headers []GetHttpServerProfileFormatGlobalprotectHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileFormatGlobalprotectParam
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    headers List<GetHttpServerProfileFormatGlobalprotectHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileFormatGlobalprotectParam>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server
    headers GetHttpServerProfileFormatGlobalprotectHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileFormatGlobalprotectParam[]
    Params
    payload string
    The log payload format. The accepted log field values are as follows.
    urlFormat string
    The URL path of the HTTP server
    headers Sequence[GetHttpServerProfileFormatGlobalprotectHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileFormatGlobalprotectParam]
    Params
    payload str
    The log payload format. The accepted log field values are as follows.
    url_format str
    The URL path of the HTTP server
    headers List<Property Map>
    Headers
    name String
    The name of the payload format
    params List<Property Map>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server

    GetHttpServerProfileFormatGlobalprotectHeader

    Name string
    Header name
    Value string
    Header value
    Name string
    Header name
    Value string
    Header value
    name String
    Header name
    value String
    Header value
    name string
    Header name
    value string
    Header value
    name str
    Header name
    value str
    Header value
    name String
    Header name
    value String
    Header value

    GetHttpServerProfileFormatGlobalprotectParam

    Name string
    Parameter name
    Value string
    Parameter value
    Name string
    Parameter name
    Value string
    Parameter value
    name String
    Parameter name
    value String
    Parameter value
    name string
    Parameter name
    value string
    Parameter value
    name str
    Parameter name
    value str
    Parameter value
    name String
    Parameter name
    value String
    Parameter value

    GetHttpServerProfileFormatGtp

    Headers List<GetHttpServerProfileFormatGtpHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileFormatGtpParam>
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    Headers []GetHttpServerProfileFormatGtpHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileFormatGtpParam
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    headers List<GetHttpServerProfileFormatGtpHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileFormatGtpParam>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server
    headers GetHttpServerProfileFormatGtpHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileFormatGtpParam[]
    Params
    payload string
    The log payload format. The accepted log field values are as follows.
    urlFormat string
    The URL path of the HTTP server
    headers Sequence[GetHttpServerProfileFormatGtpHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileFormatGtpParam]
    Params
    payload str
    The log payload format. The accepted log field values are as follows.
    url_format str
    The URL path of the HTTP server
    headers List<Property Map>
    Headers
    name String
    The name of the payload format
    params List<Property Map>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server

    GetHttpServerProfileFormatGtpHeader

    Name string
    Header name
    Value string
    Header value
    Name string
    Header name
    Value string
    Header value
    name String
    Header name
    value String
    Header value
    name string
    Header name
    value string
    Header value
    name str
    Header name
    value str
    Header value
    name String
    Header name
    value String
    Header value

    GetHttpServerProfileFormatGtpParam

    Name string
    Parameter name
    Value string
    Parameter value
    Name string
    Parameter name
    Value string
    Parameter value
    name String
    Parameter name
    value String
    Parameter value
    name string
    Parameter name
    value string
    Parameter value
    name str
    Parameter name
    value str
    Parameter value
    name String
    Parameter name
    value String
    Parameter value

    GetHttpServerProfileFormatHipMatch

    Headers List<GetHttpServerProfileFormatHipMatchHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileFormatHipMatchParam>
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    Headers []GetHttpServerProfileFormatHipMatchHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileFormatHipMatchParam
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    headers List<GetHttpServerProfileFormatHipMatchHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileFormatHipMatchParam>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server
    headers GetHttpServerProfileFormatHipMatchHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileFormatHipMatchParam[]
    Params
    payload string
    The log payload format. The accepted log field values are as follows.
    urlFormat string
    The URL path of the HTTP server
    headers Sequence[GetHttpServerProfileFormatHipMatchHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileFormatHipMatchParam]
    Params
    payload str
    The log payload format. The accepted log field values are as follows.
    url_format str
    The URL path of the HTTP server
    headers List<Property Map>
    Headers
    name String
    The name of the payload format
    params List<Property Map>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server

    GetHttpServerProfileFormatHipMatchHeader

    Name string
    Header name
    Value string
    Header value
    Name string
    Header name
    Value string
    Header value
    name String
    Header name
    value String
    Header value
    name string
    Header name
    value string
    Header value
    name str
    Header name
    value str
    Header value
    name String
    Header name
    value String
    Header value

    GetHttpServerProfileFormatHipMatchParam

    Name string
    Parameter name
    Value string
    Parameter value
    Name string
    Parameter name
    Value string
    Parameter value
    name String
    Parameter name
    value String
    Parameter value
    name string
    Parameter name
    value string
    Parameter value
    name str
    Parameter name
    value str
    Parameter value
    name String
    Parameter name
    value String
    Parameter value

    GetHttpServerProfileFormatIptag

    Headers List<GetHttpServerProfileFormatIptagHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileFormatIptagParam>
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    Headers []GetHttpServerProfileFormatIptagHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileFormatIptagParam
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    headers List<GetHttpServerProfileFormatIptagHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileFormatIptagParam>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server
    headers GetHttpServerProfileFormatIptagHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileFormatIptagParam[]
    Params
    payload string
    The log payload format. The accepted log field values are as follows.
    urlFormat string
    The URL path of the HTTP server
    headers Sequence[GetHttpServerProfileFormatIptagHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileFormatIptagParam]
    Params
    payload str
    The log payload format. The accepted log field values are as follows.
    url_format str
    The URL path of the HTTP server
    headers List<Property Map>
    Headers
    name String
    The name of the payload format
    params List<Property Map>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server

    GetHttpServerProfileFormatIptagHeader

    Name string
    Header name
    Value string
    Header value
    Name string
    Header name
    Value string
    Header value
    name String
    Header name
    value String
    Header value
    name string
    Header name
    value string
    Header value
    name str
    Header name
    value str
    Header value
    name String
    Header name
    value String
    Header value

    GetHttpServerProfileFormatIptagParam

    Name string
    Parameter name
    Value string
    Parameter value
    Name string
    Parameter name
    Value string
    Parameter value
    name String
    Parameter name
    value String
    Parameter value
    name string
    Parameter name
    value string
    Parameter value
    name str
    Parameter name
    value str
    Parameter value
    name String
    Parameter name
    value String
    Parameter value

    GetHttpServerProfileFormatSctp

    Headers List<GetHttpServerProfileFormatSctpHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileFormatSctpParam>
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    Headers []GetHttpServerProfileFormatSctpHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileFormatSctpParam
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    headers List<GetHttpServerProfileFormatSctpHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileFormatSctpParam>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server
    headers GetHttpServerProfileFormatSctpHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileFormatSctpParam[]
    Params
    payload string
    The log payload format. The accepted log field values are as follows.
    urlFormat string
    The URL path of the HTTP server
    headers Sequence[GetHttpServerProfileFormatSctpHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileFormatSctpParam]
    Params
    payload str
    The log payload format. The accepted log field values are as follows.
    url_format str
    The URL path of the HTTP server
    headers List<Property Map>
    Headers
    name String
    The name of the payload format
    params List<Property Map>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server

    GetHttpServerProfileFormatSctpHeader

    Name string
    Header name
    Value string
    Header value
    Name string
    Header name
    Value string
    Header value
    name String
    Header name
    value String
    Header value
    name string
    Header name
    value string
    Header value
    name str
    Header name
    value str
    Header value
    name String
    Header name
    value String
    Header value

    GetHttpServerProfileFormatSctpParam

    Name string
    Parameter name
    Value string
    Parameter value
    Name string
    Parameter name
    Value string
    Parameter value
    name String
    Parameter name
    value String
    Parameter value
    name string
    Parameter name
    value string
    Parameter value
    name str
    Parameter name
    value str
    Parameter value
    name String
    Parameter name
    value String
    Parameter value

    GetHttpServerProfileFormatSystem

    Headers List<GetHttpServerProfileFormatSystemHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileFormatSystemParam>
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    Headers []GetHttpServerProfileFormatSystemHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileFormatSystemParam
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    headers List<GetHttpServerProfileFormatSystemHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileFormatSystemParam>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server
    headers GetHttpServerProfileFormatSystemHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileFormatSystemParam[]
    Params
    payload string
    The log payload format. The accepted log field values are as follows.
    urlFormat string
    The URL path of the HTTP server
    headers Sequence[GetHttpServerProfileFormatSystemHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileFormatSystemParam]
    Params
    payload str
    The log payload format. The accepted log field values are as follows.
    url_format str
    The URL path of the HTTP server
    headers List<Property Map>
    Headers
    name String
    The name of the payload format
    params List<Property Map>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server

    GetHttpServerProfileFormatSystemHeader

    Name string
    Header name
    Value string
    Header value
    Name string
    Header name
    Value string
    Header value
    name String
    Header name
    value String
    Header value
    name string
    Header name
    value string
    Header value
    name str
    Header name
    value str
    Header value
    name String
    Header name
    value String
    Header value

    GetHttpServerProfileFormatSystemParam

    Name string
    Parameter name
    Value string
    Parameter value
    Name string
    Parameter name
    Value string
    Parameter value
    name String
    Parameter name
    value String
    Parameter value
    name string
    Parameter name
    value string
    Parameter value
    name str
    Parameter name
    value str
    Parameter value
    name String
    Parameter name
    value String
    Parameter value

    GetHttpServerProfileFormatThreat

    Headers List<GetHttpServerProfileFormatThreatHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileFormatThreatParam>
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    Headers []GetHttpServerProfileFormatThreatHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileFormatThreatParam
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    headers List<GetHttpServerProfileFormatThreatHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileFormatThreatParam>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server
    headers GetHttpServerProfileFormatThreatHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileFormatThreatParam[]
    Params
    payload string
    The log payload format. The accepted log field values are as follows.
    urlFormat string
    The URL path of the HTTP server
    headers Sequence[GetHttpServerProfileFormatThreatHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileFormatThreatParam]
    Params
    payload str
    The log payload format. The accepted log field values are as follows.
    url_format str
    The URL path of the HTTP server
    headers List<Property Map>
    Headers
    name String
    The name of the payload format
    params List<Property Map>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server

    GetHttpServerProfileFormatThreatHeader

    Name string
    Header name
    Value string
    Header value
    Name string
    Header name
    Value string
    Header value
    name String
    Header name
    value String
    Header value
    name string
    Header name
    value string
    Header value
    name str
    Header name
    value str
    Header value
    name String
    Header name
    value String
    Header value

    GetHttpServerProfileFormatThreatParam

    Name string
    Parameter name
    Value string
    Parameter value
    Name string
    Parameter name
    Value string
    Parameter value
    name String
    Parameter name
    value String
    Parameter value
    name string
    Parameter name
    value string
    Parameter value
    name str
    Parameter name
    value str
    Parameter value
    name String
    Parameter name
    value String
    Parameter value

    GetHttpServerProfileFormatTraffic

    Headers List<GetHttpServerProfileFormatTrafficHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileFormatTrafficParam>
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    Headers []GetHttpServerProfileFormatTrafficHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileFormatTrafficParam
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    headers List<GetHttpServerProfileFormatTrafficHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileFormatTrafficParam>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server
    headers GetHttpServerProfileFormatTrafficHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileFormatTrafficParam[]
    Params
    payload string
    The log payload format. The accepted log field values are as follows.
    urlFormat string
    The URL path of the HTTP server
    headers Sequence[GetHttpServerProfileFormatTrafficHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileFormatTrafficParam]
    Params
    payload str
    The log payload format. The accepted log field values are as follows.
    url_format str
    The URL path of the HTTP server
    headers List<Property Map>
    Headers
    name String
    The name of the payload format
    params List<Property Map>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server

    GetHttpServerProfileFormatTrafficHeader

    Name string
    Header name
    Value string
    Header value
    Name string
    Header name
    Value string
    Header value
    name String
    Header name
    value String
    Header value
    name string
    Header name
    value string
    Header value
    name str
    Header name
    value str
    Header value
    name String
    Header name
    value String
    Header value

    GetHttpServerProfileFormatTrafficParam

    Name string
    Parameter name
    Value string
    Parameter value
    Name string
    Parameter name
    Value string
    Parameter value
    name String
    Parameter name
    value String
    Parameter value
    name string
    Parameter name
    value string
    Parameter value
    name str
    Parameter name
    value str
    Parameter value
    name String
    Parameter name
    value String
    Parameter value

    GetHttpServerProfileFormatTunnel

    Headers List<GetHttpServerProfileFormatTunnelHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileFormatTunnelParam>
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    Headers []GetHttpServerProfileFormatTunnelHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileFormatTunnelParam
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    headers List<GetHttpServerProfileFormatTunnelHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileFormatTunnelParam>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server
    headers GetHttpServerProfileFormatTunnelHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileFormatTunnelParam[]
    Params
    payload string
    The log payload format. The accepted log field values are as follows.
    urlFormat string
    The URL path of the HTTP server
    headers Sequence[GetHttpServerProfileFormatTunnelHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileFormatTunnelParam]
    Params
    payload str
    The log payload format. The accepted log field values are as follows.
    url_format str
    The URL path of the HTTP server
    headers List<Property Map>
    Headers
    name String
    The name of the payload format
    params List<Property Map>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server

    GetHttpServerProfileFormatTunnelHeader

    Name string
    Header name
    Value string
    Header value
    Name string
    Header name
    Value string
    Header value
    name String
    Header name
    value String
    Header value
    name string
    Header name
    value string
    Header value
    name str
    Header name
    value str
    Header value
    name String
    Header name
    value String
    Header value

    GetHttpServerProfileFormatTunnelParam

    Name string
    Parameter name
    Value string
    Parameter value
    Name string
    Parameter name
    Value string
    Parameter value
    name String
    Parameter name
    value String
    Parameter value
    name string
    Parameter name
    value string
    Parameter value
    name str
    Parameter name
    value str
    Parameter value
    name String
    Parameter name
    value String
    Parameter value

    GetHttpServerProfileFormatUrl

    Headers List<GetHttpServerProfileFormatUrlHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileFormatUrlParam>
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    Headers []GetHttpServerProfileFormatUrlHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileFormatUrlParam
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    headers List<GetHttpServerProfileFormatUrlHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileFormatUrlParam>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server
    headers GetHttpServerProfileFormatUrlHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileFormatUrlParam[]
    Params
    payload string
    The log payload format. The accepted log field values are as follows.
    urlFormat string
    The URL path of the HTTP server
    headers Sequence[GetHttpServerProfileFormatUrlHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileFormatUrlParam]
    Params
    payload str
    The log payload format. The accepted log field values are as follows.
    url_format str
    The URL path of the HTTP server
    headers List<Property Map>
    Headers
    name String
    The name of the payload format
    params List<Property Map>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server

    GetHttpServerProfileFormatUrlHeader

    Name string
    Header name
    Value string
    Header value
    Name string
    Header name
    Value string
    Header value
    name String
    Header name
    value String
    Header value
    name string
    Header name
    value string
    Header value
    name str
    Header name
    value str
    Header value
    name String
    Header name
    value String
    Header value

    GetHttpServerProfileFormatUrlParam

    Name string
    Parameter name
    Value string
    Parameter value
    Name string
    Parameter name
    Value string
    Parameter value
    name String
    Parameter name
    value String
    Parameter value
    name string
    Parameter name
    value string
    Parameter value
    name str
    Parameter name
    value str
    Parameter value
    name String
    Parameter name
    value String
    Parameter value

    GetHttpServerProfileFormatUserid

    Headers List<GetHttpServerProfileFormatUseridHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileFormatUseridParam>
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    Headers []GetHttpServerProfileFormatUseridHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileFormatUseridParam
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    headers List<GetHttpServerProfileFormatUseridHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileFormatUseridParam>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server
    headers GetHttpServerProfileFormatUseridHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileFormatUseridParam[]
    Params
    payload string
    The log payload format. The accepted log field values are as follows.
    urlFormat string
    The URL path of the HTTP server
    headers Sequence[GetHttpServerProfileFormatUseridHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileFormatUseridParam]
    Params
    payload str
    The log payload format. The accepted log field values are as follows.
    url_format str
    The URL path of the HTTP server
    headers List<Property Map>
    Headers
    name String
    The name of the payload format
    params List<Property Map>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server

    GetHttpServerProfileFormatUseridHeader

    Name string
    Header name
    Value string
    Header value
    Name string
    Header name
    Value string
    Header value
    name String
    Header name
    value String
    Header value
    name string
    Header name
    value string
    Header value
    name str
    Header name
    value str
    Header value
    name String
    Header name
    value String
    Header value

    GetHttpServerProfileFormatUseridParam

    Name string
    Parameter name
    Value string
    Parameter value
    Name string
    Parameter name
    Value string
    Parameter value
    name String
    Parameter name
    value String
    Parameter value
    name string
    Parameter name
    value string
    Parameter value
    name str
    Parameter name
    value str
    Parameter value
    name String
    Parameter name
    value String
    Parameter value

    GetHttpServerProfileFormatWildfire

    Headers List<GetHttpServerProfileFormatWildfireHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileFormatWildfireParam>
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    Headers []GetHttpServerProfileFormatWildfireHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileFormatWildfireParam
    Params
    Payload string
    The log payload format. The accepted log field values are as follows.
    UrlFormat string
    The URL path of the HTTP server
    headers List<GetHttpServerProfileFormatWildfireHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileFormatWildfireParam>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server
    headers GetHttpServerProfileFormatWildfireHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileFormatWildfireParam[]
    Params
    payload string
    The log payload format. The accepted log field values are as follows.
    urlFormat string
    The URL path of the HTTP server
    headers Sequence[GetHttpServerProfileFormatWildfireHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileFormatWildfireParam]
    Params
    payload str
    The log payload format. The accepted log field values are as follows.
    url_format str
    The URL path of the HTTP server
    headers List<Property Map>
    Headers
    name String
    The name of the payload format
    params List<Property Map>
    Params
    payload String
    The log payload format. The accepted log field values are as follows.
    urlFormat String
    The URL path of the HTTP server

    GetHttpServerProfileFormatWildfireHeader

    Name string
    Header name
    Value string
    Header value
    Name string
    Header name
    Value string
    Header value
    name String
    Header name
    value String
    Header value
    name string
    Header name
    value string
    Header value
    name str
    Header name
    value str
    Header value
    name String
    Header name
    value String
    Header value

    GetHttpServerProfileFormatWildfireParam

    Name string
    Parameter name
    Value string
    Parameter value
    Name string
    Parameter name
    Value string
    Parameter value
    name String
    Parameter name
    value String
    Parameter value
    name string
    Parameter name
    value string
    Parameter value
    name str
    Parameter name
    value str
    Parameter value
    name String
    Parameter name
    value String
    Parameter value

    GetHttpServerProfileServer

    Address string
    HTTP server address
    CertificateProfile string
    HTTP server certificate profile
    HttpMethod string
    HTTP operation to perform
    Name string
    HTTP server name
    Port int
    HTTP server port
    Protocol string
    HTTP server protocol
    TlsVersion string
    HTTP server TLS version
    Address string
    HTTP server address
    CertificateProfile string
    HTTP server certificate profile
    HttpMethod string
    HTTP operation to perform
    Name string
    HTTP server name
    Port int
    HTTP server port
    Protocol string
    HTTP server protocol
    TlsVersion string
    HTTP server TLS version
    address String
    HTTP server address
    certificateProfile String
    HTTP server certificate profile
    httpMethod String
    HTTP operation to perform
    name String
    HTTP server name
    port Integer
    HTTP server port
    protocol String
    HTTP server protocol
    tlsVersion String
    HTTP server TLS version
    address string
    HTTP server address
    certificateProfile string
    HTTP server certificate profile
    httpMethod string
    HTTP operation to perform
    name string
    HTTP server name
    port number
    HTTP server port
    protocol string
    HTTP server protocol
    tlsVersion string
    HTTP server TLS version
    address str
    HTTP server address
    certificate_profile str
    HTTP server certificate profile
    http_method str
    HTTP operation to perform
    name str
    HTTP server name
    port int
    HTTP server port
    protocol str
    HTTP server protocol
    tls_version str
    HTTP server TLS version
    address String
    HTTP server address
    certificateProfile String
    HTTP server certificate profile
    httpMethod String
    HTTP operation to perform
    name String
    HTTP server name
    port Number
    HTTP server port
    protocol String
    HTTP server protocol
    tlsVersion String
    HTTP server TLS version

    Package Details

    Repository
    scm pulumi/pulumi-scm
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the scm Terraform Provider.
    scm logo
    Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate