Dynatrace v0.27.0 published on Friday, Mar 21, 2025 by Pulumiverse
dynatrace.getDql
Explore with Pulumi AI
Using getDql
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 getDql(args: GetDqlArgs, opts?: InvokeOptions): Promise<GetDqlResult>
function getDqlOutput(args: GetDqlOutputArgs, opts?: InvokeOptions): Output<GetDqlResult>
def get_dql(default_sampling_ratio: Optional[float] = None,
default_scan_limit_gbytes: Optional[int] = None,
default_timeframe_end: Optional[str] = None,
default_timeframe_start: Optional[str] = None,
fetch_timeout_seconds: Optional[int] = None,
locale: Optional[str] = None,
max_result_bytes: Optional[int] = None,
max_result_records: Optional[int] = None,
query: Optional[str] = None,
request_timeout_milliseconds: Optional[int] = None,
timezone: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDqlResult
def get_dql_output(default_sampling_ratio: Optional[pulumi.Input[float]] = None,
default_scan_limit_gbytes: Optional[pulumi.Input[int]] = None,
default_timeframe_end: Optional[pulumi.Input[str]] = None,
default_timeframe_start: Optional[pulumi.Input[str]] = None,
fetch_timeout_seconds: Optional[pulumi.Input[int]] = None,
locale: Optional[pulumi.Input[str]] = None,
max_result_bytes: Optional[pulumi.Input[int]] = None,
max_result_records: Optional[pulumi.Input[int]] = None,
query: Optional[pulumi.Input[str]] = None,
request_timeout_milliseconds: Optional[pulumi.Input[int]] = None,
timezone: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDqlResult]
func GetDql(ctx *Context, args *GetDqlArgs, opts ...InvokeOption) (*GetDqlResult, error)
func GetDqlOutput(ctx *Context, args *GetDqlOutputArgs, opts ...InvokeOption) GetDqlResultOutput
> Note: This function is named GetDql
in the Go SDK.
public static class GetDql
{
public static Task<GetDqlResult> InvokeAsync(GetDqlArgs args, InvokeOptions? opts = null)
public static Output<GetDqlResult> Invoke(GetDqlInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDqlResult> getDql(GetDqlArgs args, InvokeOptions options)
public static Output<GetDqlResult> getDql(GetDqlArgs args, InvokeOptions options)
fn::invoke:
function: dynatrace:index/getDql:getDql
arguments:
# arguments dictionary
The following arguments are supported:
- Query string
- example: fetch events | filter event.type == "davis" AND davis.status != "CLOSED" | fields timestamp, davis.title, davis.underMaintenance, davis.status | sort timestamp | limit 10
- Default
Sampling doubleRatio - In case not specified in the DQL string, the sampling ratio defined here is applied. Note that this is only applicable to log queries
- Default
Scan intLimit Gbytes - Limit in gigabytes for the amount data that will be scanned during read
- Default
Timeframe stringEnd - The query timeframe 'end' timestamp in ISO-8601 or RFC3339 format. If the timeframe 'start' parameter is missing, the whole timeframe is ignored. Note that if a timeframe is specified within the query string (query) then it has precedence over this query request parameter
- Default
Timeframe stringStart - The query timeframe 'start' timestamp in ISO-8601 or RFC3339 format. If the timeframe 'end' parameter is missing, the whole timeframe is ignored. Note that if a timeframe is specified within the query string (query) then it has precedence over this query request parameter
- Fetch
Timeout intSeconds - The query will stop reading data after reaching the fetch-timeout. The query execution will continue, providing a partial result based on the read data
- Locale string
- The query locale. If none specified, then a language/country neutral locale is chosen. The input values take the ISO-639 Language code with an optional ISO-3166 country code appended to it with an underscore. For instance, both values are valid 'en' or 'en_US'
- Max
Result intBytes - The maximum number of result bytes that this query will return
- Max
Result intRecords - The maximum number of result records that this query will return
- Request
Timeout intMilliseconds - The time a client is willing to wait for the query result. In case the query finishes within the specified timeout, the query result is returned. Otherwise, the requestToken is returned, allowing polling for the result
- Timezone string
- The query timezone. If none is specified, UTC is used as fallback. The list of valid input values matches that of the IANA Time Zone Database (TZDB). It accepts values in their canonical names like 'Europe/Paris', the abbreviated version like CET or the UTC offset format like '+01:00'
- Query string
- example: fetch events | filter event.type == "davis" AND davis.status != "CLOSED" | fields timestamp, davis.title, davis.underMaintenance, davis.status | sort timestamp | limit 10
- Default
Sampling float64Ratio - In case not specified in the DQL string, the sampling ratio defined here is applied. Note that this is only applicable to log queries
- Default
Scan intLimit Gbytes - Limit in gigabytes for the amount data that will be scanned during read
- Default
Timeframe stringEnd - The query timeframe 'end' timestamp in ISO-8601 or RFC3339 format. If the timeframe 'start' parameter is missing, the whole timeframe is ignored. Note that if a timeframe is specified within the query string (query) then it has precedence over this query request parameter
- Default
Timeframe stringStart - The query timeframe 'start' timestamp in ISO-8601 or RFC3339 format. If the timeframe 'end' parameter is missing, the whole timeframe is ignored. Note that if a timeframe is specified within the query string (query) then it has precedence over this query request parameter
- Fetch
Timeout intSeconds - The query will stop reading data after reaching the fetch-timeout. The query execution will continue, providing a partial result based on the read data
- Locale string
- The query locale. If none specified, then a language/country neutral locale is chosen. The input values take the ISO-639 Language code with an optional ISO-3166 country code appended to it with an underscore. For instance, both values are valid 'en' or 'en_US'
- Max
Result intBytes - The maximum number of result bytes that this query will return
- Max
Result intRecords - The maximum number of result records that this query will return
- Request
Timeout intMilliseconds - The time a client is willing to wait for the query result. In case the query finishes within the specified timeout, the query result is returned. Otherwise, the requestToken is returned, allowing polling for the result
- Timezone string
- The query timezone. If none is specified, UTC is used as fallback. The list of valid input values matches that of the IANA Time Zone Database (TZDB). It accepts values in their canonical names like 'Europe/Paris', the abbreviated version like CET or the UTC offset format like '+01:00'
- query String
- example: fetch events | filter event.type == "davis" AND davis.status != "CLOSED" | fields timestamp, davis.title, davis.underMaintenance, davis.status | sort timestamp | limit 10
- default
Sampling DoubleRatio - In case not specified in the DQL string, the sampling ratio defined here is applied. Note that this is only applicable to log queries
- default
Scan IntegerLimit Gbytes - Limit in gigabytes for the amount data that will be scanned during read
- default
Timeframe StringEnd - The query timeframe 'end' timestamp in ISO-8601 or RFC3339 format. If the timeframe 'start' parameter is missing, the whole timeframe is ignored. Note that if a timeframe is specified within the query string (query) then it has precedence over this query request parameter
- default
Timeframe StringStart - The query timeframe 'start' timestamp in ISO-8601 or RFC3339 format. If the timeframe 'end' parameter is missing, the whole timeframe is ignored. Note that if a timeframe is specified within the query string (query) then it has precedence over this query request parameter
- fetch
Timeout IntegerSeconds - The query will stop reading data after reaching the fetch-timeout. The query execution will continue, providing a partial result based on the read data
- locale String
- The query locale. If none specified, then a language/country neutral locale is chosen. The input values take the ISO-639 Language code with an optional ISO-3166 country code appended to it with an underscore. For instance, both values are valid 'en' or 'en_US'
- max
Result IntegerBytes - The maximum number of result bytes that this query will return
- max
Result IntegerRecords - The maximum number of result records that this query will return
- request
Timeout IntegerMilliseconds - The time a client is willing to wait for the query result. In case the query finishes within the specified timeout, the query result is returned. Otherwise, the requestToken is returned, allowing polling for the result
- timezone String
- The query timezone. If none is specified, UTC is used as fallback. The list of valid input values matches that of the IANA Time Zone Database (TZDB). It accepts values in their canonical names like 'Europe/Paris', the abbreviated version like CET or the UTC offset format like '+01:00'
- query string
- example: fetch events | filter event.type == "davis" AND davis.status != "CLOSED" | fields timestamp, davis.title, davis.underMaintenance, davis.status | sort timestamp | limit 10
- default
Sampling numberRatio - In case not specified in the DQL string, the sampling ratio defined here is applied. Note that this is only applicable to log queries
- default
Scan numberLimit Gbytes - Limit in gigabytes for the amount data that will be scanned during read
- default
Timeframe stringEnd - The query timeframe 'end' timestamp in ISO-8601 or RFC3339 format. If the timeframe 'start' parameter is missing, the whole timeframe is ignored. Note that if a timeframe is specified within the query string (query) then it has precedence over this query request parameter
- default
Timeframe stringStart - The query timeframe 'start' timestamp in ISO-8601 or RFC3339 format. If the timeframe 'end' parameter is missing, the whole timeframe is ignored. Note that if a timeframe is specified within the query string (query) then it has precedence over this query request parameter
- fetch
Timeout numberSeconds - The query will stop reading data after reaching the fetch-timeout. The query execution will continue, providing a partial result based on the read data
- locale string
- The query locale. If none specified, then a language/country neutral locale is chosen. The input values take the ISO-639 Language code with an optional ISO-3166 country code appended to it with an underscore. For instance, both values are valid 'en' or 'en_US'
- max
Result numberBytes - The maximum number of result bytes that this query will return
- max
Result numberRecords - The maximum number of result records that this query will return
- request
Timeout numberMilliseconds - The time a client is willing to wait for the query result. In case the query finishes within the specified timeout, the query result is returned. Otherwise, the requestToken is returned, allowing polling for the result
- timezone string
- The query timezone. If none is specified, UTC is used as fallback. The list of valid input values matches that of the IANA Time Zone Database (TZDB). It accepts values in their canonical names like 'Europe/Paris', the abbreviated version like CET or the UTC offset format like '+01:00'
- query str
- example: fetch events | filter event.type == "davis" AND davis.status != "CLOSED" | fields timestamp, davis.title, davis.underMaintenance, davis.status | sort timestamp | limit 10
- default_
sampling_ floatratio - In case not specified in the DQL string, the sampling ratio defined here is applied. Note that this is only applicable to log queries
- default_
scan_ intlimit_ gbytes - Limit in gigabytes for the amount data that will be scanned during read
- default_
timeframe_ strend - The query timeframe 'end' timestamp in ISO-8601 or RFC3339 format. If the timeframe 'start' parameter is missing, the whole timeframe is ignored. Note that if a timeframe is specified within the query string (query) then it has precedence over this query request parameter
- default_
timeframe_ strstart - The query timeframe 'start' timestamp in ISO-8601 or RFC3339 format. If the timeframe 'end' parameter is missing, the whole timeframe is ignored. Note that if a timeframe is specified within the query string (query) then it has precedence over this query request parameter
- fetch_
timeout_ intseconds - The query will stop reading data after reaching the fetch-timeout. The query execution will continue, providing a partial result based on the read data
- locale str
- The query locale. If none specified, then a language/country neutral locale is chosen. The input values take the ISO-639 Language code with an optional ISO-3166 country code appended to it with an underscore. For instance, both values are valid 'en' or 'en_US'
- max_
result_ intbytes - The maximum number of result bytes that this query will return
- max_
result_ intrecords - The maximum number of result records that this query will return
- request_
timeout_ intmilliseconds - The time a client is willing to wait for the query result. In case the query finishes within the specified timeout, the query result is returned. Otherwise, the requestToken is returned, allowing polling for the result
- timezone str
- The query timezone. If none is specified, UTC is used as fallback. The list of valid input values matches that of the IANA Time Zone Database (TZDB). It accepts values in their canonical names like 'Europe/Paris', the abbreviated version like CET or the UTC offset format like '+01:00'
- query String
- example: fetch events | filter event.type == "davis" AND davis.status != "CLOSED" | fields timestamp, davis.title, davis.underMaintenance, davis.status | sort timestamp | limit 10
- default
Sampling NumberRatio - In case not specified in the DQL string, the sampling ratio defined here is applied. Note that this is only applicable to log queries
- default
Scan NumberLimit Gbytes - Limit in gigabytes for the amount data that will be scanned during read
- default
Timeframe StringEnd - The query timeframe 'end' timestamp in ISO-8601 or RFC3339 format. If the timeframe 'start' parameter is missing, the whole timeframe is ignored. Note that if a timeframe is specified within the query string (query) then it has precedence over this query request parameter
- default
Timeframe StringStart - The query timeframe 'start' timestamp in ISO-8601 or RFC3339 format. If the timeframe 'end' parameter is missing, the whole timeframe is ignored. Note that if a timeframe is specified within the query string (query) then it has precedence over this query request parameter
- fetch
Timeout NumberSeconds - The query will stop reading data after reaching the fetch-timeout. The query execution will continue, providing a partial result based on the read data
- locale String
- The query locale. If none specified, then a language/country neutral locale is chosen. The input values take the ISO-639 Language code with an optional ISO-3166 country code appended to it with an underscore. For instance, both values are valid 'en' or 'en_US'
- max
Result NumberBytes - The maximum number of result bytes that this query will return
- max
Result NumberRecords - The maximum number of result records that this query will return
- request
Timeout NumberMilliseconds - The time a client is willing to wait for the query result. In case the query finishes within the specified timeout, the query result is returned. Otherwise, the requestToken is returned, allowing polling for the result
- timezone String
- The query timezone. If none is specified, UTC is used as fallback. The list of valid input values matches that of the IANA Time Zone Database (TZDB). It accepts values in their canonical names like 'Europe/Paris', the abbreviated version like CET or the UTC offset format like '+01:00'
getDql Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Query string
- example: fetch events | filter event.type == "davis" AND davis.status != "CLOSED" | fields timestamp, davis.title, davis.underMaintenance, davis.status | sort timestamp | limit 10
- Records string
- Default
Sampling doubleRatio - In case not specified in the DQL string, the sampling ratio defined here is applied. Note that this is only applicable to log queries
- Default
Scan intLimit Gbytes - Limit in gigabytes for the amount data that will be scanned during read
- Default
Timeframe stringEnd - The query timeframe 'end' timestamp in ISO-8601 or RFC3339 format. If the timeframe 'start' parameter is missing, the whole timeframe is ignored. Note that if a timeframe is specified within the query string (query) then it has precedence over this query request parameter
- Default
Timeframe stringStart - The query timeframe 'start' timestamp in ISO-8601 or RFC3339 format. If the timeframe 'end' parameter is missing, the whole timeframe is ignored. Note that if a timeframe is specified within the query string (query) then it has precedence over this query request parameter
- Fetch
Timeout intSeconds - The query will stop reading data after reaching the fetch-timeout. The query execution will continue, providing a partial result based on the read data
- Locale string
- The query locale. If none specified, then a language/country neutral locale is chosen. The input values take the ISO-639 Language code with an optional ISO-3166 country code appended to it with an underscore. For instance, both values are valid 'en' or 'en_US'
- Max
Result intBytes - The maximum number of result bytes that this query will return
- Max
Result intRecords - The maximum number of result records that this query will return
- Request
Timeout intMilliseconds - The time a client is willing to wait for the query result. In case the query finishes within the specified timeout, the query result is returned. Otherwise, the requestToken is returned, allowing polling for the result
- Timezone string
- The query timezone. If none is specified, UTC is used as fallback. The list of valid input values matches that of the IANA Time Zone Database (TZDB). It accepts values in their canonical names like 'Europe/Paris', the abbreviated version like CET or the UTC offset format like '+01:00'
- Id string
- The provider-assigned unique ID for this managed resource.
- Query string
- example: fetch events | filter event.type == "davis" AND davis.status != "CLOSED" | fields timestamp, davis.title, davis.underMaintenance, davis.status | sort timestamp | limit 10
- Records string
- Default
Sampling float64Ratio - In case not specified in the DQL string, the sampling ratio defined here is applied. Note that this is only applicable to log queries
- Default
Scan intLimit Gbytes - Limit in gigabytes for the amount data that will be scanned during read
- Default
Timeframe stringEnd - The query timeframe 'end' timestamp in ISO-8601 or RFC3339 format. If the timeframe 'start' parameter is missing, the whole timeframe is ignored. Note that if a timeframe is specified within the query string (query) then it has precedence over this query request parameter
- Default
Timeframe stringStart - The query timeframe 'start' timestamp in ISO-8601 or RFC3339 format. If the timeframe 'end' parameter is missing, the whole timeframe is ignored. Note that if a timeframe is specified within the query string (query) then it has precedence over this query request parameter
- Fetch
Timeout intSeconds - The query will stop reading data after reaching the fetch-timeout. The query execution will continue, providing a partial result based on the read data
- Locale string
- The query locale. If none specified, then a language/country neutral locale is chosen. The input values take the ISO-639 Language code with an optional ISO-3166 country code appended to it with an underscore. For instance, both values are valid 'en' or 'en_US'
- Max
Result intBytes - The maximum number of result bytes that this query will return
- Max
Result intRecords - The maximum number of result records that this query will return
- Request
Timeout intMilliseconds - The time a client is willing to wait for the query result. In case the query finishes within the specified timeout, the query result is returned. Otherwise, the requestToken is returned, allowing polling for the result
- Timezone string
- The query timezone. If none is specified, UTC is used as fallback. The list of valid input values matches that of the IANA Time Zone Database (TZDB). It accepts values in their canonical names like 'Europe/Paris', the abbreviated version like CET or the UTC offset format like '+01:00'
- id String
- The provider-assigned unique ID for this managed resource.
- query String
- example: fetch events | filter event.type == "davis" AND davis.status != "CLOSED" | fields timestamp, davis.title, davis.underMaintenance, davis.status | sort timestamp | limit 10
- records String
- default
Sampling DoubleRatio - In case not specified in the DQL string, the sampling ratio defined here is applied. Note that this is only applicable to log queries
- default
Scan IntegerLimit Gbytes - Limit in gigabytes for the amount data that will be scanned during read
- default
Timeframe StringEnd - The query timeframe 'end' timestamp in ISO-8601 or RFC3339 format. If the timeframe 'start' parameter is missing, the whole timeframe is ignored. Note that if a timeframe is specified within the query string (query) then it has precedence over this query request parameter
- default
Timeframe StringStart - The query timeframe 'start' timestamp in ISO-8601 or RFC3339 format. If the timeframe 'end' parameter is missing, the whole timeframe is ignored. Note that if a timeframe is specified within the query string (query) then it has precedence over this query request parameter
- fetch
Timeout IntegerSeconds - The query will stop reading data after reaching the fetch-timeout. The query execution will continue, providing a partial result based on the read data
- locale String
- The query locale. If none specified, then a language/country neutral locale is chosen. The input values take the ISO-639 Language code with an optional ISO-3166 country code appended to it with an underscore. For instance, both values are valid 'en' or 'en_US'
- max
Result IntegerBytes - The maximum number of result bytes that this query will return
- max
Result IntegerRecords - The maximum number of result records that this query will return
- request
Timeout IntegerMilliseconds - The time a client is willing to wait for the query result. In case the query finishes within the specified timeout, the query result is returned. Otherwise, the requestToken is returned, allowing polling for the result
- timezone String
- The query timezone. If none is specified, UTC is used as fallback. The list of valid input values matches that of the IANA Time Zone Database (TZDB). It accepts values in their canonical names like 'Europe/Paris', the abbreviated version like CET or the UTC offset format like '+01:00'
- id string
- The provider-assigned unique ID for this managed resource.
- query string
- example: fetch events | filter event.type == "davis" AND davis.status != "CLOSED" | fields timestamp, davis.title, davis.underMaintenance, davis.status | sort timestamp | limit 10
- records string
- default
Sampling numberRatio - In case not specified in the DQL string, the sampling ratio defined here is applied. Note that this is only applicable to log queries
- default
Scan numberLimit Gbytes - Limit in gigabytes for the amount data that will be scanned during read
- default
Timeframe stringEnd - The query timeframe 'end' timestamp in ISO-8601 or RFC3339 format. If the timeframe 'start' parameter is missing, the whole timeframe is ignored. Note that if a timeframe is specified within the query string (query) then it has precedence over this query request parameter
- default
Timeframe stringStart - The query timeframe 'start' timestamp in ISO-8601 or RFC3339 format. If the timeframe 'end' parameter is missing, the whole timeframe is ignored. Note that if a timeframe is specified within the query string (query) then it has precedence over this query request parameter
- fetch
Timeout numberSeconds - The query will stop reading data after reaching the fetch-timeout. The query execution will continue, providing a partial result based on the read data
- locale string
- The query locale. If none specified, then a language/country neutral locale is chosen. The input values take the ISO-639 Language code with an optional ISO-3166 country code appended to it with an underscore. For instance, both values are valid 'en' or 'en_US'
- max
Result numberBytes - The maximum number of result bytes that this query will return
- max
Result numberRecords - The maximum number of result records that this query will return
- request
Timeout numberMilliseconds - The time a client is willing to wait for the query result. In case the query finishes within the specified timeout, the query result is returned. Otherwise, the requestToken is returned, allowing polling for the result
- timezone string
- The query timezone. If none is specified, UTC is used as fallback. The list of valid input values matches that of the IANA Time Zone Database (TZDB). It accepts values in their canonical names like 'Europe/Paris', the abbreviated version like CET or the UTC offset format like '+01:00'
- id str
- The provider-assigned unique ID for this managed resource.
- query str
- example: fetch events | filter event.type == "davis" AND davis.status != "CLOSED" | fields timestamp, davis.title, davis.underMaintenance, davis.status | sort timestamp | limit 10
- records str
- default_
sampling_ floatratio - In case not specified in the DQL string, the sampling ratio defined here is applied. Note that this is only applicable to log queries
- default_
scan_ intlimit_ gbytes - Limit in gigabytes for the amount data that will be scanned during read
- default_
timeframe_ strend - The query timeframe 'end' timestamp in ISO-8601 or RFC3339 format. If the timeframe 'start' parameter is missing, the whole timeframe is ignored. Note that if a timeframe is specified within the query string (query) then it has precedence over this query request parameter
- default_
timeframe_ strstart - The query timeframe 'start' timestamp in ISO-8601 or RFC3339 format. If the timeframe 'end' parameter is missing, the whole timeframe is ignored. Note that if a timeframe is specified within the query string (query) then it has precedence over this query request parameter
- fetch_
timeout_ intseconds - The query will stop reading data after reaching the fetch-timeout. The query execution will continue, providing a partial result based on the read data
- locale str
- The query locale. If none specified, then a language/country neutral locale is chosen. The input values take the ISO-639 Language code with an optional ISO-3166 country code appended to it with an underscore. For instance, both values are valid 'en' or 'en_US'
- max_
result_ intbytes - The maximum number of result bytes that this query will return
- max_
result_ intrecords - The maximum number of result records that this query will return
- request_
timeout_ intmilliseconds - The time a client is willing to wait for the query result. In case the query finishes within the specified timeout, the query result is returned. Otherwise, the requestToken is returned, allowing polling for the result
- timezone str
- The query timezone. If none is specified, UTC is used as fallback. The list of valid input values matches that of the IANA Time Zone Database (TZDB). It accepts values in their canonical names like 'Europe/Paris', the abbreviated version like CET or the UTC offset format like '+01:00'
- id String
- The provider-assigned unique ID for this managed resource.
- query String
- example: fetch events | filter event.type == "davis" AND davis.status != "CLOSED" | fields timestamp, davis.title, davis.underMaintenance, davis.status | sort timestamp | limit 10
- records String
- default
Sampling NumberRatio - In case not specified in the DQL string, the sampling ratio defined here is applied. Note that this is only applicable to log queries
- default
Scan NumberLimit Gbytes - Limit in gigabytes for the amount data that will be scanned during read
- default
Timeframe StringEnd - The query timeframe 'end' timestamp in ISO-8601 or RFC3339 format. If the timeframe 'start' parameter is missing, the whole timeframe is ignored. Note that if a timeframe is specified within the query string (query) then it has precedence over this query request parameter
- default
Timeframe StringStart - The query timeframe 'start' timestamp in ISO-8601 or RFC3339 format. If the timeframe 'end' parameter is missing, the whole timeframe is ignored. Note that if a timeframe is specified within the query string (query) then it has precedence over this query request parameter
- fetch
Timeout NumberSeconds - The query will stop reading data after reaching the fetch-timeout. The query execution will continue, providing a partial result based on the read data
- locale String
- The query locale. If none specified, then a language/country neutral locale is chosen. The input values take the ISO-639 Language code with an optional ISO-3166 country code appended to it with an underscore. For instance, both values are valid 'en' or 'en_US'
- max
Result NumberBytes - The maximum number of result bytes that this query will return
- max
Result NumberRecords - The maximum number of result records that this query will return
- request
Timeout NumberMilliseconds - The time a client is willing to wait for the query result. In case the query finishes within the specified timeout, the query result is returned. Otherwise, the requestToken is returned, allowing polling for the result
- timezone String
- The query timezone. If none is specified, UTC is used as fallback. The list of valid input values matches that of the IANA Time Zone Database (TZDB). It accepts values in their canonical names like 'Europe/Paris', the abbreviated version like CET or the UTC offset format like '+01:00'
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.