1. Packages
  2. Strata Cloud Manager Provider
  3. API Docs
  4. getHttpServerProfileList
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

    Retrieves a listing of config items.

    Using getHttpServerProfileList

    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 getHttpServerProfileList(args: GetHttpServerProfileListArgs, opts?: InvokeOptions): Promise<GetHttpServerProfileListResult>
    function getHttpServerProfileListOutput(args: GetHttpServerProfileListOutputArgs, opts?: InvokeOptions): Output<GetHttpServerProfileListResult>
    def get_http_server_profile_list(device: Optional[str] = None,
                                     folder: Optional[str] = None,
                                     limit: Optional[int] = None,
                                     name: Optional[str] = None,
                                     offset: Optional[int] = None,
                                     snippet: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetHttpServerProfileListResult
    def get_http_server_profile_list_output(device: Optional[pulumi.Input[str]] = None,
                                     folder: Optional[pulumi.Input[str]] = None,
                                     limit: Optional[pulumi.Input[int]] = None,
                                     name: Optional[pulumi.Input[str]] = None,
                                     offset: Optional[pulumi.Input[int]] = None,
                                     snippet: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetHttpServerProfileListResult]
    func GetHttpServerProfileList(ctx *Context, args *GetHttpServerProfileListArgs, opts ...InvokeOption) (*GetHttpServerProfileListResult, error)
    func GetHttpServerProfileListOutput(ctx *Context, args *GetHttpServerProfileListOutputArgs, opts ...InvokeOption) GetHttpServerProfileListResultOutput

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

    public static class GetHttpServerProfileList 
    {
        public static Task<GetHttpServerProfileListResult> InvokeAsync(GetHttpServerProfileListArgs args, InvokeOptions? opts = null)
        public static Output<GetHttpServerProfileListResult> Invoke(GetHttpServerProfileListInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetHttpServerProfileListResult> getHttpServerProfileList(GetHttpServerProfileListArgs args, InvokeOptions options)
    public static Output<GetHttpServerProfileListResult> getHttpServerProfileList(GetHttpServerProfileListArgs args, InvokeOptions options)
    
    fn::invoke:
      function: scm:index/getHttpServerProfileList:getHttpServerProfileList
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Device string
    The device of the item.
    Folder string
    The folder of the item. Default: Shared.
    Limit int
    The max number of items to return. Default: 200.
    Name string
    The name of the item.
    Offset int
    The offset of the first item to return.
    Snippet string
    The snippet of the item.
    Device string
    The device of the item.
    Folder string
    The folder of the item. Default: Shared.
    Limit int
    The max number of items to return. Default: 200.
    Name string
    The name of the item.
    Offset int
    The offset of the first item to return.
    Snippet string
    The snippet of the item.
    device String
    The device of the item.
    folder String
    The folder of the item. Default: Shared.
    limit Integer
    The max number of items to return. Default: 200.
    name String
    The name of the item.
    offset Integer
    The offset of the first item to return.
    snippet String
    The snippet of the item.
    device string
    The device of the item.
    folder string
    The folder of the item. Default: Shared.
    limit number
    The max number of items to return. Default: 200.
    name string
    The name of the item.
    offset number
    The offset of the first item to return.
    snippet string
    The snippet of the item.
    device str
    The device of the item.
    folder str
    The folder of the item. Default: Shared.
    limit int
    The max number of items to return. Default: 200.
    name str
    The name of the item.
    offset int
    The offset of the first item to return.
    snippet str
    The snippet of the item.
    device String
    The device of the item.
    folder String
    The folder of the item. Default: Shared.
    limit Number
    The max number of items to return. Default: 200.
    name String
    The name of the item.
    offset Number
    The offset of the first item to return.
    snippet String
    The snippet of the item.

    getHttpServerProfileList Result

    The following output properties are available:

    Datas List<GetHttpServerProfileListData>
    The data.
    Id string
    The provider-assigned unique ID for this managed resource.
    Tfid string
    Total int
    The total number of items.
    Device string
    The device of the item.
    Folder string
    The folder of the item. Default: Shared.
    Limit int
    The max number of items to return. Default: 200.
    Name string
    The name of the item.
    Offset int
    The offset of the first item to return.
    Snippet string
    The snippet of the item.
    Datas []GetHttpServerProfileListData
    The data.
    Id string
    The provider-assigned unique ID for this managed resource.
    Tfid string
    Total int
    The total number of items.
    Device string
    The device of the item.
    Folder string
    The folder of the item. Default: Shared.
    Limit int
    The max number of items to return. Default: 200.
    Name string
    The name of the item.
    Offset int
    The offset of the first item to return.
    Snippet string
    The snippet of the item.
    datas List<GetHttpServerProfileListData>
    The data.
    id String
    The provider-assigned unique ID for this managed resource.
    tfid String
    total Integer
    The total number of items.
    device String
    The device of the item.
    folder String
    The folder of the item. Default: Shared.
    limit Integer
    The max number of items to return. Default: 200.
    name String
    The name of the item.
    offset Integer
    The offset of the first item to return.
    snippet String
    The snippet of the item.
    datas GetHttpServerProfileListData[]
    The data.
    id string
    The provider-assigned unique ID for this managed resource.
    tfid string
    total number
    The total number of items.
    device string
    The device of the item.
    folder string
    The folder of the item. Default: Shared.
    limit number
    The max number of items to return. Default: 200.
    name string
    The name of the item.
    offset number
    The offset of the first item to return.
    snippet string
    The snippet of the item.
    datas Sequence[GetHttpServerProfileListData]
    The data.
    id str
    The provider-assigned unique ID for this managed resource.
    tfid str
    total int
    The total number of items.
    device str
    The device of the item.
    folder str
    The folder of the item. Default: Shared.
    limit int
    The max number of items to return. Default: 200.
    name str
    The name of the item.
    offset int
    The offset of the first item to return.
    snippet str
    The snippet of the item.
    datas List<Property Map>
    The data.
    id String
    The provider-assigned unique ID for this managed resource.
    tfid String
    total Number
    The total number of items.
    device String
    The device of the item.
    folder String
    The folder of the item. Default: Shared.
    limit Number
    The max number of items to return. Default: 200.
    name String
    The name of the item.
    offset Number
    The offset of the first item to return.
    snippet String
    The snippet of the item.

    Supporting Types

    GetHttpServerProfileListData

    Device string
    The device in which the resource is defined
    Folder string
    The folder in which the resource is defined
    Format GetHttpServerProfileListDataFormat
    Format
    Id string
    The UUID of the HTTP server profile
    Name string
    The name of the profile
    Servers List<GetHttpServerProfileListDataServer>
    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 GetHttpServerProfileListDataFormat
    Format
    Id string
    The UUID of the HTTP server profile
    Name string
    The name of the profile
    Servers []GetHttpServerProfileListDataServer
    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 GetHttpServerProfileListDataFormat
    Format
    id String
    The UUID of the HTTP server profile
    name String
    The name of the profile
    servers List<GetHttpServerProfileListDataServer>
    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 GetHttpServerProfileListDataFormat
    Format
    id string
    The UUID of the HTTP server profile
    name string
    The name of the profile
    servers GetHttpServerProfileListDataServer[]
    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 GetHttpServerProfileListDataFormat
    Format
    id str
    The UUID of the HTTP server profile
    name str
    The name of the profile
    servers Sequence[GetHttpServerProfileListDataServer]
    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

    GetHttpServerProfileListDataFormat

    Auth GetHttpServerProfileListDataFormatAuth
    Auth
    Config GetHttpServerProfileListDataFormatConfig
    Config
    Correlation GetHttpServerProfileListDataFormatCorrelation
    Correlation
    Data GetHttpServerProfileListDataFormatData
    Data
    Decryption GetHttpServerProfileListDataFormatDecryption
    Decryption
    Globalprotect GetHttpServerProfileListDataFormatGlobalprotect
    Globalprotect
    Gtp GetHttpServerProfileListDataFormatGtp
    Gtp
    HipMatch GetHttpServerProfileListDataFormatHipMatch
    Hip match
    Iptag GetHttpServerProfileListDataFormatIptag
    Iptag
    Sctp GetHttpServerProfileListDataFormatSctp
    Sctp
    System GetHttpServerProfileListDataFormatSystem
    System
    Threat GetHttpServerProfileListDataFormatThreat
    Threat
    Traffic GetHttpServerProfileListDataFormatTraffic
    Traffic
    Tunnel GetHttpServerProfileListDataFormatTunnel
    Tunnel
    Url GetHttpServerProfileListDataFormatUrl
    Url
    Userid GetHttpServerProfileListDataFormatUserid
    Userid
    Wildfire GetHttpServerProfileListDataFormatWildfire
    Wildfire
    Auth GetHttpServerProfileListDataFormatAuth
    Auth
    Config GetHttpServerProfileListDataFormatConfig
    Config
    Correlation GetHttpServerProfileListDataFormatCorrelation
    Correlation
    Data GetHttpServerProfileListDataFormatData
    Data
    Decryption GetHttpServerProfileListDataFormatDecryption
    Decryption
    Globalprotect GetHttpServerProfileListDataFormatGlobalprotect
    Globalprotect
    Gtp GetHttpServerProfileListDataFormatGtp
    Gtp
    HipMatch GetHttpServerProfileListDataFormatHipMatch
    Hip match
    Iptag GetHttpServerProfileListDataFormatIptag
    Iptag
    Sctp GetHttpServerProfileListDataFormatSctp
    Sctp
    System GetHttpServerProfileListDataFormatSystem
    System
    Threat GetHttpServerProfileListDataFormatThreat
    Threat
    Traffic GetHttpServerProfileListDataFormatTraffic
    Traffic
    Tunnel GetHttpServerProfileListDataFormatTunnel
    Tunnel
    Url GetHttpServerProfileListDataFormatUrl
    Url
    Userid GetHttpServerProfileListDataFormatUserid
    Userid
    Wildfire GetHttpServerProfileListDataFormatWildfire
    Wildfire
    auth GetHttpServerProfileListDataFormatAuth
    Auth
    config GetHttpServerProfileListDataFormatConfig
    Config
    correlation GetHttpServerProfileListDataFormatCorrelation
    Correlation
    data GetHttpServerProfileListDataFormatData
    Data
    decryption GetHttpServerProfileListDataFormatDecryption
    Decryption
    globalprotect GetHttpServerProfileListDataFormatGlobalprotect
    Globalprotect
    gtp GetHttpServerProfileListDataFormatGtp
    Gtp
    hipMatch GetHttpServerProfileListDataFormatHipMatch
    Hip match
    iptag GetHttpServerProfileListDataFormatIptag
    Iptag
    sctp GetHttpServerProfileListDataFormatSctp
    Sctp
    system GetHttpServerProfileListDataFormatSystem
    System
    threat GetHttpServerProfileListDataFormatThreat
    Threat
    traffic GetHttpServerProfileListDataFormatTraffic
    Traffic
    tunnel GetHttpServerProfileListDataFormatTunnel
    Tunnel
    url GetHttpServerProfileListDataFormatUrl
    Url
    userid GetHttpServerProfileListDataFormatUserid
    Userid
    wildfire GetHttpServerProfileListDataFormatWildfire
    Wildfire
    auth GetHttpServerProfileListDataFormatAuth
    Auth
    config GetHttpServerProfileListDataFormatConfig
    Config
    correlation GetHttpServerProfileListDataFormatCorrelation
    Correlation
    data GetHttpServerProfileListDataFormatData
    Data
    decryption GetHttpServerProfileListDataFormatDecryption
    Decryption
    globalprotect GetHttpServerProfileListDataFormatGlobalprotect
    Globalprotect
    gtp GetHttpServerProfileListDataFormatGtp
    Gtp
    hipMatch GetHttpServerProfileListDataFormatHipMatch
    Hip match
    iptag GetHttpServerProfileListDataFormatIptag
    Iptag
    sctp GetHttpServerProfileListDataFormatSctp
    Sctp
    system GetHttpServerProfileListDataFormatSystem
    System
    threat GetHttpServerProfileListDataFormatThreat
    Threat
    traffic GetHttpServerProfileListDataFormatTraffic
    Traffic
    tunnel GetHttpServerProfileListDataFormatTunnel
    Tunnel
    url GetHttpServerProfileListDataFormatUrl
    Url
    userid GetHttpServerProfileListDataFormatUserid
    Userid
    wildfire GetHttpServerProfileListDataFormatWildfire
    Wildfire
    auth GetHttpServerProfileListDataFormatAuth
    Auth
    config GetHttpServerProfileListDataFormatConfig
    Config
    correlation GetHttpServerProfileListDataFormatCorrelation
    Correlation
    data GetHttpServerProfileListDataFormatData
    Data
    decryption GetHttpServerProfileListDataFormatDecryption
    Decryption
    globalprotect GetHttpServerProfileListDataFormatGlobalprotect
    Globalprotect
    gtp GetHttpServerProfileListDataFormatGtp
    Gtp
    hip_match GetHttpServerProfileListDataFormatHipMatch
    Hip match
    iptag GetHttpServerProfileListDataFormatIptag
    Iptag
    sctp GetHttpServerProfileListDataFormatSctp
    Sctp
    system GetHttpServerProfileListDataFormatSystem
    System
    threat GetHttpServerProfileListDataFormatThreat
    Threat
    traffic GetHttpServerProfileListDataFormatTraffic
    Traffic
    tunnel GetHttpServerProfileListDataFormatTunnel
    Tunnel
    url GetHttpServerProfileListDataFormatUrl
    Url
    userid GetHttpServerProfileListDataFormatUserid
    Userid
    wildfire GetHttpServerProfileListDataFormatWildfire
    Wildfire

    GetHttpServerProfileListDataFormatAuth

    Headers List<GetHttpServerProfileListDataFormatAuthHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileListDataFormatAuthParam>
    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 []GetHttpServerProfileListDataFormatAuthHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileListDataFormatAuthParam
    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<GetHttpServerProfileListDataFormatAuthHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileListDataFormatAuthParam>
    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 GetHttpServerProfileListDataFormatAuthHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileListDataFormatAuthParam[]
    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[GetHttpServerProfileListDataFormatAuthHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileListDataFormatAuthParam]
    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

    GetHttpServerProfileListDataFormatAuthHeader

    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

    GetHttpServerProfileListDataFormatAuthParam

    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

    GetHttpServerProfileListDataFormatConfig

    Headers List<GetHttpServerProfileListDataFormatConfigHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileListDataFormatConfigParam>
    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 []GetHttpServerProfileListDataFormatConfigHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileListDataFormatConfigParam
    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<GetHttpServerProfileListDataFormatConfigHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileListDataFormatConfigParam>
    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 GetHttpServerProfileListDataFormatConfigHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileListDataFormatConfigParam[]
    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[GetHttpServerProfileListDataFormatConfigHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileListDataFormatConfigParam]
    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

    GetHttpServerProfileListDataFormatConfigHeader

    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

    GetHttpServerProfileListDataFormatConfigParam

    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

    GetHttpServerProfileListDataFormatCorrelation

    Headers List<GetHttpServerProfileListDataFormatCorrelationHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileListDataFormatCorrelationParam>
    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 []GetHttpServerProfileListDataFormatCorrelationHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileListDataFormatCorrelationParam
    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<GetHttpServerProfileListDataFormatCorrelationHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileListDataFormatCorrelationParam>
    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 GetHttpServerProfileListDataFormatCorrelationHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileListDataFormatCorrelationParam[]
    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[GetHttpServerProfileListDataFormatCorrelationHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileListDataFormatCorrelationParam]
    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

    GetHttpServerProfileListDataFormatCorrelationHeader

    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

    GetHttpServerProfileListDataFormatCorrelationParam

    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

    GetHttpServerProfileListDataFormatData

    Headers List<GetHttpServerProfileListDataFormatDataHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileListDataFormatDataParam>
    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 []GetHttpServerProfileListDataFormatDataHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileListDataFormatDataParam
    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<GetHttpServerProfileListDataFormatDataHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileListDataFormatDataParam>
    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 GetHttpServerProfileListDataFormatDataHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileListDataFormatDataParam[]
    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[GetHttpServerProfileListDataFormatDataHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileListDataFormatDataParam]
    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

    GetHttpServerProfileListDataFormatDataHeader

    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

    GetHttpServerProfileListDataFormatDataParam

    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

    GetHttpServerProfileListDataFormatDecryption

    Headers List<GetHttpServerProfileListDataFormatDecryptionHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileListDataFormatDecryptionParam>
    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 []GetHttpServerProfileListDataFormatDecryptionHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileListDataFormatDecryptionParam
    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<GetHttpServerProfileListDataFormatDecryptionHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileListDataFormatDecryptionParam>
    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 GetHttpServerProfileListDataFormatDecryptionHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileListDataFormatDecryptionParam[]
    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[GetHttpServerProfileListDataFormatDecryptionHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileListDataFormatDecryptionParam]
    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

    GetHttpServerProfileListDataFormatDecryptionHeader

    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

    GetHttpServerProfileListDataFormatDecryptionParam

    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

    GetHttpServerProfileListDataFormatGlobalprotect

    Headers List<GetHttpServerProfileListDataFormatGlobalprotectHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileListDataFormatGlobalprotectParam>
    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 []GetHttpServerProfileListDataFormatGlobalprotectHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileListDataFormatGlobalprotectParam
    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<GetHttpServerProfileListDataFormatGlobalprotectHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileListDataFormatGlobalprotectParam>
    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 GetHttpServerProfileListDataFormatGlobalprotectHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileListDataFormatGlobalprotectParam[]
    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[GetHttpServerProfileListDataFormatGlobalprotectHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileListDataFormatGlobalprotectParam]
    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

    GetHttpServerProfileListDataFormatGlobalprotectHeader

    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

    GetHttpServerProfileListDataFormatGlobalprotectParam

    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

    GetHttpServerProfileListDataFormatGtp

    Headers List<GetHttpServerProfileListDataFormatGtpHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileListDataFormatGtpParam>
    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 []GetHttpServerProfileListDataFormatGtpHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileListDataFormatGtpParam
    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<GetHttpServerProfileListDataFormatGtpHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileListDataFormatGtpParam>
    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 GetHttpServerProfileListDataFormatGtpHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileListDataFormatGtpParam[]
    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[GetHttpServerProfileListDataFormatGtpHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileListDataFormatGtpParam]
    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

    GetHttpServerProfileListDataFormatGtpHeader

    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

    GetHttpServerProfileListDataFormatGtpParam

    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

    GetHttpServerProfileListDataFormatHipMatch

    Headers List<GetHttpServerProfileListDataFormatHipMatchHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileListDataFormatHipMatchParam>
    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 []GetHttpServerProfileListDataFormatHipMatchHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileListDataFormatHipMatchParam
    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<GetHttpServerProfileListDataFormatHipMatchHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileListDataFormatHipMatchParam>
    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 GetHttpServerProfileListDataFormatHipMatchHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileListDataFormatHipMatchParam[]
    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[GetHttpServerProfileListDataFormatHipMatchHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileListDataFormatHipMatchParam]
    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

    GetHttpServerProfileListDataFormatHipMatchHeader

    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

    GetHttpServerProfileListDataFormatHipMatchParam

    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

    GetHttpServerProfileListDataFormatIptag

    Headers List<GetHttpServerProfileListDataFormatIptagHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileListDataFormatIptagParam>
    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 []GetHttpServerProfileListDataFormatIptagHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileListDataFormatIptagParam
    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<GetHttpServerProfileListDataFormatIptagHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileListDataFormatIptagParam>
    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 GetHttpServerProfileListDataFormatIptagHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileListDataFormatIptagParam[]
    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[GetHttpServerProfileListDataFormatIptagHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileListDataFormatIptagParam]
    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

    GetHttpServerProfileListDataFormatIptagHeader

    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

    GetHttpServerProfileListDataFormatIptagParam

    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

    GetHttpServerProfileListDataFormatSctp

    Headers List<GetHttpServerProfileListDataFormatSctpHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileListDataFormatSctpParam>
    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 []GetHttpServerProfileListDataFormatSctpHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileListDataFormatSctpParam
    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<GetHttpServerProfileListDataFormatSctpHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileListDataFormatSctpParam>
    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 GetHttpServerProfileListDataFormatSctpHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileListDataFormatSctpParam[]
    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[GetHttpServerProfileListDataFormatSctpHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileListDataFormatSctpParam]
    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

    GetHttpServerProfileListDataFormatSctpHeader

    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

    GetHttpServerProfileListDataFormatSctpParam

    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

    GetHttpServerProfileListDataFormatSystem

    Headers List<GetHttpServerProfileListDataFormatSystemHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileListDataFormatSystemParam>
    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 []GetHttpServerProfileListDataFormatSystemHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileListDataFormatSystemParam
    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<GetHttpServerProfileListDataFormatSystemHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileListDataFormatSystemParam>
    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 GetHttpServerProfileListDataFormatSystemHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileListDataFormatSystemParam[]
    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[GetHttpServerProfileListDataFormatSystemHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileListDataFormatSystemParam]
    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

    GetHttpServerProfileListDataFormatSystemHeader

    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

    GetHttpServerProfileListDataFormatSystemParam

    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

    GetHttpServerProfileListDataFormatThreat

    Headers List<GetHttpServerProfileListDataFormatThreatHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileListDataFormatThreatParam>
    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 []GetHttpServerProfileListDataFormatThreatHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileListDataFormatThreatParam
    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<GetHttpServerProfileListDataFormatThreatHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileListDataFormatThreatParam>
    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 GetHttpServerProfileListDataFormatThreatHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileListDataFormatThreatParam[]
    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[GetHttpServerProfileListDataFormatThreatHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileListDataFormatThreatParam]
    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

    GetHttpServerProfileListDataFormatThreatHeader

    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

    GetHttpServerProfileListDataFormatThreatParam

    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

    GetHttpServerProfileListDataFormatTraffic

    Headers List<GetHttpServerProfileListDataFormatTrafficHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileListDataFormatTrafficParam>
    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 []GetHttpServerProfileListDataFormatTrafficHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileListDataFormatTrafficParam
    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<GetHttpServerProfileListDataFormatTrafficHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileListDataFormatTrafficParam>
    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 GetHttpServerProfileListDataFormatTrafficHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileListDataFormatTrafficParam[]
    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[GetHttpServerProfileListDataFormatTrafficHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileListDataFormatTrafficParam]
    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

    GetHttpServerProfileListDataFormatTrafficHeader

    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

    GetHttpServerProfileListDataFormatTrafficParam

    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

    GetHttpServerProfileListDataFormatTunnel

    Headers List<GetHttpServerProfileListDataFormatTunnelHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileListDataFormatTunnelParam>
    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 []GetHttpServerProfileListDataFormatTunnelHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileListDataFormatTunnelParam
    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<GetHttpServerProfileListDataFormatTunnelHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileListDataFormatTunnelParam>
    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 GetHttpServerProfileListDataFormatTunnelHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileListDataFormatTunnelParam[]
    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[GetHttpServerProfileListDataFormatTunnelHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileListDataFormatTunnelParam]
    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

    GetHttpServerProfileListDataFormatTunnelHeader

    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

    GetHttpServerProfileListDataFormatTunnelParam

    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

    GetHttpServerProfileListDataFormatUrl

    Headers List<GetHttpServerProfileListDataFormatUrlHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileListDataFormatUrlParam>
    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 []GetHttpServerProfileListDataFormatUrlHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileListDataFormatUrlParam
    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<GetHttpServerProfileListDataFormatUrlHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileListDataFormatUrlParam>
    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 GetHttpServerProfileListDataFormatUrlHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileListDataFormatUrlParam[]
    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[GetHttpServerProfileListDataFormatUrlHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileListDataFormatUrlParam]
    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

    GetHttpServerProfileListDataFormatUrlHeader

    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

    GetHttpServerProfileListDataFormatUrlParam

    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

    GetHttpServerProfileListDataFormatUserid

    Headers List<GetHttpServerProfileListDataFormatUseridHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileListDataFormatUseridParam>
    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 []GetHttpServerProfileListDataFormatUseridHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileListDataFormatUseridParam
    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<GetHttpServerProfileListDataFormatUseridHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileListDataFormatUseridParam>
    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 GetHttpServerProfileListDataFormatUseridHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileListDataFormatUseridParam[]
    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[GetHttpServerProfileListDataFormatUseridHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileListDataFormatUseridParam]
    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

    GetHttpServerProfileListDataFormatUseridHeader

    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

    GetHttpServerProfileListDataFormatUseridParam

    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

    GetHttpServerProfileListDataFormatWildfire

    Headers List<GetHttpServerProfileListDataFormatWildfireHeader>
    Headers
    Name string
    The name of the payload format
    Params List<GetHttpServerProfileListDataFormatWildfireParam>
    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 []GetHttpServerProfileListDataFormatWildfireHeader
    Headers
    Name string
    The name of the payload format
    Params []GetHttpServerProfileListDataFormatWildfireParam
    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<GetHttpServerProfileListDataFormatWildfireHeader>
    Headers
    name String
    The name of the payload format
    params List<GetHttpServerProfileListDataFormatWildfireParam>
    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 GetHttpServerProfileListDataFormatWildfireHeader[]
    Headers
    name string
    The name of the payload format
    params GetHttpServerProfileListDataFormatWildfireParam[]
    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[GetHttpServerProfileListDataFormatWildfireHeader]
    Headers
    name str
    The name of the payload format
    params Sequence[GetHttpServerProfileListDataFormatWildfireParam]
    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

    GetHttpServerProfileListDataFormatWildfireHeader

    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

    GetHttpServerProfileListDataFormatWildfireParam

    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

    GetHttpServerProfileListDataServer

    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