Viewing docs for prismacloud 1.7.1
published on Tuesday, Mar 3, 2026 by paloaltonetworks
published on Tuesday, Mar 3, 2026 by paloaltonetworks
Viewing docs for prismacloud 1.7.1
published on Tuesday, Mar 3, 2026 by paloaltonetworks
published on Tuesday, Mar 3, 2026 by paloaltonetworks
Retrieve a specific historic RQL search.
Using getRqlHistoricSearch
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 getRqlHistoricSearch(args: GetRqlHistoricSearchArgs, opts?: InvokeOptions): Promise<GetRqlHistoricSearchResult>
function getRqlHistoricSearchOutput(args: GetRqlHistoricSearchOutputArgs, opts?: InvokeOptions): Output<GetRqlHistoricSearchResult>def get_rql_historic_search(id: Optional[str] = None,
name: Optional[str] = None,
search_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRqlHistoricSearchResult
def get_rql_historic_search_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
search_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRqlHistoricSearchResult]func GetRqlHistoricSearch(ctx *Context, args *GetRqlHistoricSearchArgs, opts ...InvokeOption) (*GetRqlHistoricSearchResult, error)
func GetRqlHistoricSearchOutput(ctx *Context, args *GetRqlHistoricSearchOutputArgs, opts ...InvokeOption) GetRqlHistoricSearchResultOutput> Note: This function is named GetRqlHistoricSearch in the Go SDK.
public static class GetRqlHistoricSearch
{
public static Task<GetRqlHistoricSearchResult> InvokeAsync(GetRqlHistoricSearchArgs args, InvokeOptions? opts = null)
public static Output<GetRqlHistoricSearchResult> Invoke(GetRqlHistoricSearchInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRqlHistoricSearchResult> getRqlHistoricSearch(GetRqlHistoricSearchArgs args, InvokeOptions options)
public static Output<GetRqlHistoricSearchResult> getRqlHistoricSearch(GetRqlHistoricSearchArgs args, InvokeOptions options)
fn::invoke:
function: prismacloud:index/getRqlHistoricSearch:getRqlHistoricSearch
arguments:
# arguments dictionaryThe following arguments are supported:
getRqlHistoricSearch Result
The following output properties are available:
- Cloud
Type string - Cloud type
- Description string
- Description
- Id string
- Name string
- Query string
- RQL query
- Saved bool
- (bool) If this is a saved search
- Search
Id string - Search
Type string - Search type
- Time
Ranges List<GetRql Historic Search Time Range> - The RQL time range spec, as defined below
- Cloud
Type string - Cloud type
- Description string
- Description
- Id string
- Name string
- Query string
- RQL query
- Saved bool
- (bool) If this is a saved search
- Search
Id string - Search
Type string - Search type
- Time
Ranges []GetRql Historic Search Time Range - The RQL time range spec, as defined below
- cloud
Type String - Cloud type
- description String
- Description
- id String
- name String
- query String
- RQL query
- saved Boolean
- (bool) If this is a saved search
- search
Id String - search
Type String - Search type
- time
Ranges List<GetRql Historic Search Time Range> - The RQL time range spec, as defined below
- cloud
Type string - Cloud type
- description string
- Description
- id string
- name string
- query string
- RQL query
- saved boolean
- (bool) If this is a saved search
- search
Id string - search
Type string - Search type
- time
Ranges GetRql Historic Search Time Range[] - The RQL time range spec, as defined below
- cloud_
type str - Cloud type
- description str
- Description
- id str
- name str
- query str
- RQL query
- saved bool
- (bool) If this is a saved search
- search_
id str - search_
type str - Search type
- time_
ranges Sequence[GetRql Historic Search Time Range] - The RQL time range spec, as defined below
- cloud
Type String - Cloud type
- description String
- Description
- id String
- name String
- query String
- RQL query
- saved Boolean
- (bool) If this is a saved search
- search
Id String - search
Type String - Search type
- time
Ranges List<Property Map> - The RQL time range spec, as defined below
Supporting Types
GetRqlHistoricSearchTimeRange
- Absolutes
List<Get
Rql Historic Search Time Range Absolute> - An absolute time range spec, as defined below
- Relatives
List<Get
Rql Historic Search Time Range Relative> - A relative time range spec, as defined below
- To
Nows List<GetRql Historic Search Time Range To Now> - A "To Now" time range spec, as defined below
- Absolutes
[]Get
Rql Historic Search Time Range Absolute - An absolute time range spec, as defined below
- Relatives
[]Get
Rql Historic Search Time Range Relative - A relative time range spec, as defined below
- To
Nows []GetRql Historic Search Time Range To Now - A "To Now" time range spec, as defined below
- absolutes
List<Get
Rql Historic Search Time Range Absolute> - An absolute time range spec, as defined below
- relatives
List<Get
Rql Historic Search Time Range Relative> - A relative time range spec, as defined below
- to
Nows List<GetRql Historic Search Time Range To Now> - A "To Now" time range spec, as defined below
- absolutes
Get
Rql Historic Search Time Range Absolute[] - An absolute time range spec, as defined below
- relatives
Get
Rql Historic Search Time Range Relative[] - A relative time range spec, as defined below
- to
Nows GetRql Historic Search Time Range To Now[] - A "To Now" time range spec, as defined below
- absolutes
Sequence[Get
Rql Historic Search Time Range Absolute] - An absolute time range spec, as defined below
- relatives
Sequence[Get
Rql Historic Search Time Range Relative] - A relative time range spec, as defined below
- to_
nows Sequence[GetRql Historic Search Time Range To Now] - A "To Now" time range spec, as defined below
- absolutes List<Property Map>
- An absolute time range spec, as defined below
- relatives List<Property Map>
- A relative time range spec, as defined below
- to
Nows List<Property Map> - A "To Now" time range spec, as defined below
GetRqlHistoricSearchTimeRangeAbsolute
GetRqlHistoricSearchTimeRangeRelative
- Amount double
- (int) The time number
- Relative
Time stringType - Unit string
- The time unit
- Amount float64
- (int) The time number
- Relative
Time stringType - Unit string
- The time unit
- amount Double
- (int) The time number
- relative
Time StringType - unit String
- The time unit
- amount number
- (int) The time number
- relative
Time stringType - unit string
- The time unit
- amount float
- (int) The time number
- relative_
time_ strtype - unit str
- The time unit
- amount Number
- (int) The time number
- relative
Time StringType - unit String
- The time unit
GetRqlHistoricSearchTimeRangeToNow
- Unit string
- The time unit
- Unit string
- The time unit
- unit String
- The time unit
- unit string
- The time unit
- unit str
- The time unit
- unit String
- The time unit
Package Details
- Repository
- prismacloud paloaltonetworks/terraform-provider-prismacloud
- License
- Notes
- This Pulumi package is based on the
prismacloudTerraform Provider.
Viewing docs for prismacloud 1.7.1
published on Tuesday, Mar 3, 2026 by paloaltonetworks
published on Tuesday, Mar 3, 2026 by paloaltonetworks
