tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
tencentcloud.getRumFetchUrlInfo
Start a Neo task
Explain and create a tencentcloud.getRumFetchUrlInfo resource
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
Use this data source to query detailed information of rum fetch_url_info
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const fetchUrlInfo = tencentcloud.getRumFetchUrlInfo({
startTime: 1625444040,
type: "top",
endTime: 1625454840,
projectId: 1,
});
import pulumi
import pulumi_tencentcloud as tencentcloud
fetch_url_info = tencentcloud.get_rum_fetch_url_info(start_time=1625444040,
type="top",
end_time=1625454840,
project_id=1)
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.GetRumFetchUrlInfo(ctx, &tencentcloud.GetRumFetchUrlInfoArgs{
StartTime: 1625444040,
Type: "top",
EndTime: 1625454840,
ProjectId: 1,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var fetchUrlInfo = Tencentcloud.GetRumFetchUrlInfo.Invoke(new()
{
StartTime = 1625444040,
Type = "top",
EndTime = 1625454840,
ProjectId = 1,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetRumFetchUrlInfoArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var fetchUrlInfo = TencentcloudFunctions.getRumFetchUrlInfo(GetRumFetchUrlInfoArgs.builder()
.startTime(1625444040)
.type("top")
.endTime(1625454840)
.projectId(1)
.build());
}
}
variables:
fetchUrlInfo:
fn::invoke:
function: tencentcloud:getRumFetchUrlInfo
arguments:
startTime: 1.62544404e+09
type: top
endTime: 1.62545484e+09
projectId: 1
Using getRumFetchUrlInfo
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 getRumFetchUrlInfo(args: GetRumFetchUrlInfoArgs, opts?: InvokeOptions): Promise<GetRumFetchUrlInfoResult>
function getRumFetchUrlInfoOutput(args: GetRumFetchUrlInfoOutputArgs, opts?: InvokeOptions): Output<GetRumFetchUrlInfoResult>def get_rum_fetch_url_info(area: Optional[str] = None,
brand: Optional[str] = None,
browser: Optional[str] = None,
cost_type: Optional[str] = None,
device: Optional[str] = None,
end_time: Optional[float] = None,
engine: Optional[str] = None,
env: Optional[str] = None,
ext_first: Optional[str] = None,
ext_second: Optional[str] = None,
ext_third: Optional[str] = None,
from_: Optional[str] = None,
id: Optional[str] = None,
is_abroad: Optional[str] = None,
isp: Optional[str] = None,
level: Optional[str] = None,
net_type: Optional[str] = None,
os: Optional[str] = None,
platform: Optional[str] = None,
project_id: Optional[float] = None,
result_output_file: Optional[str] = None,
start_time: Optional[float] = None,
type: Optional[str] = None,
url: Optional[str] = None,
version_num: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRumFetchUrlInfoResult
def get_rum_fetch_url_info_output(area: Optional[pulumi.Input[str]] = None,
brand: Optional[pulumi.Input[str]] = None,
browser: Optional[pulumi.Input[str]] = None,
cost_type: Optional[pulumi.Input[str]] = None,
device: Optional[pulumi.Input[str]] = None,
end_time: Optional[pulumi.Input[float]] = None,
engine: Optional[pulumi.Input[str]] = None,
env: Optional[pulumi.Input[str]] = None,
ext_first: Optional[pulumi.Input[str]] = None,
ext_second: Optional[pulumi.Input[str]] = None,
ext_third: Optional[pulumi.Input[str]] = None,
from_: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
is_abroad: Optional[pulumi.Input[str]] = None,
isp: Optional[pulumi.Input[str]] = None,
level: Optional[pulumi.Input[str]] = None,
net_type: Optional[pulumi.Input[str]] = None,
os: Optional[pulumi.Input[str]] = None,
platform: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[float]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
start_time: Optional[pulumi.Input[float]] = None,
type: Optional[pulumi.Input[str]] = None,
url: Optional[pulumi.Input[str]] = None,
version_num: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRumFetchUrlInfoResult]func GetRumFetchUrlInfo(ctx *Context, args *GetRumFetchUrlInfoArgs, opts ...InvokeOption) (*GetRumFetchUrlInfoResult, error)
func GetRumFetchUrlInfoOutput(ctx *Context, args *GetRumFetchUrlInfoOutputArgs, opts ...InvokeOption) GetRumFetchUrlInfoResultOutput> Note: This function is named GetRumFetchUrlInfo in the Go SDK.
public static class GetRumFetchUrlInfo
{
public static Task<GetRumFetchUrlInfoResult> InvokeAsync(GetRumFetchUrlInfoArgs args, InvokeOptions? opts = null)
public static Output<GetRumFetchUrlInfoResult> Invoke(GetRumFetchUrlInfoInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRumFetchUrlInfoResult> getRumFetchUrlInfo(GetRumFetchUrlInfoArgs args, InvokeOptions options)
public static Output<GetRumFetchUrlInfoResult> getRumFetchUrlInfo(GetRumFetchUrlInfoArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getRumFetchUrlInfo:getRumFetchUrlInfo
arguments:
# arguments dictionaryThe following arguments are supported:
- End
Time double - End time but is represented using a timestamp in seconds.
- Project
Id double - Project ID.
- Start
Time double - Start time but is represented using a timestamp in seconds.
- Type string
- Query Data type.
top: CostType Sorting order by top. - Area string
- The region where the data reporting takes place.
- Brand string
- The mobile phone brand used for data reporting.
- Browser string
- The browser type used for data reporting.
- Cost
Type string - The method used for calculating the elapsed time
50: 50th percentile,75: 75th percentile.,90: 90th percentile.,95: 95th percentile.,99: 99th percentile.,99.5: 99.5th percentile.,avg: Mean. - Device string
- The device used for data reporting.
- Engine string
- The browser engine used for data reporting.
- Env string
- The code environment where the data reporting takes place.(
production: production env,development: development env,gray: gray env,pre: pre env,daily: daily env,local: local env,others: others env). - Ext
First string - First Expansion parameter.
- Ext
Second string - Second Expansion parameter.
- Ext
Third string - Third Expansion parameter.
- From string
- The source page of the data reporting.
- Id string
- Is
Abroad string - Whether it is non-China region.
1: yes;0: no. - Isp string
- The internet service provider used for data reporting.
- Level string
- Log level for data reporting(
1: whitelist,2: normal,4: error,8: promise error,16: ajax request error,32: js resource load error,64: image resource load error,128: css resource load error,256: console.error,512: video resource load error,1024: request retcode error,2048: sdk self monitor error,4096: pv log,8192: event log). - Net
Type string - The network type used for data reporting.(
1: Wifi,2: 2G,3: 3G,4: 4G,5: 5G,6: 6G,100: Unknown). - Os string
- The operating system used for data reporting.
- Platform string
- The platform where the data reporting takes place.(
1: Android,2: IOS,3: Windows,4: Mac,5: Linux,100: Other). - Result
Output stringFile - Used to save results.
- Url string
- The URL Key where the data reporting takes place.
- Version
Num string - The SDK version used for data reporting.
- End
Time float64 - End time but is represented using a timestamp in seconds.
- Project
Id float64 - Project ID.
- Start
Time float64 - Start time but is represented using a timestamp in seconds.
- Type string
- Query Data type.
top: CostType Sorting order by top. - Area string
- The region where the data reporting takes place.
- Brand string
- The mobile phone brand used for data reporting.
- Browser string
- The browser type used for data reporting.
- Cost
Type string - The method used for calculating the elapsed time
50: 50th percentile,75: 75th percentile.,90: 90th percentile.,95: 95th percentile.,99: 99th percentile.,99.5: 99.5th percentile.,avg: Mean. - Device string
- The device used for data reporting.
- Engine string
- The browser engine used for data reporting.
- Env string
- The code environment where the data reporting takes place.(
production: production env,development: development env,gray: gray env,pre: pre env,daily: daily env,local: local env,others: others env). - Ext
First string - First Expansion parameter.
- Ext
Second string - Second Expansion parameter.
- Ext
Third string - Third Expansion parameter.
- From string
- The source page of the data reporting.
- Id string
- Is
Abroad string - Whether it is non-China region.
1: yes;0: no. - Isp string
- The internet service provider used for data reporting.
- Level string
- Log level for data reporting(
1: whitelist,2: normal,4: error,8: promise error,16: ajax request error,32: js resource load error,64: image resource load error,128: css resource load error,256: console.error,512: video resource load error,1024: request retcode error,2048: sdk self monitor error,4096: pv log,8192: event log). - Net
Type string - The network type used for data reporting.(
1: Wifi,2: 2G,3: 3G,4: 4G,5: 5G,6: 6G,100: Unknown). - Os string
- The operating system used for data reporting.
- Platform string
- The platform where the data reporting takes place.(
1: Android,2: IOS,3: Windows,4: Mac,5: Linux,100: Other). - Result
Output stringFile - Used to save results.
- Url string
- The URL Key where the data reporting takes place.
- Version
Num string - The SDK version used for data reporting.
- end
Time Double - End time but is represented using a timestamp in seconds.
- project
Id Double - Project ID.
- start
Time Double - Start time but is represented using a timestamp in seconds.
- type String
- Query Data type.
top: CostType Sorting order by top. - area String
- The region where the data reporting takes place.
- brand String
- The mobile phone brand used for data reporting.
- browser String
- The browser type used for data reporting.
- cost
Type String - The method used for calculating the elapsed time
50: 50th percentile,75: 75th percentile.,90: 90th percentile.,95: 95th percentile.,99: 99th percentile.,99.5: 99.5th percentile.,avg: Mean. - device String
- The device used for data reporting.
- engine String
- The browser engine used for data reporting.
- env String
- The code environment where the data reporting takes place.(
production: production env,development: development env,gray: gray env,pre: pre env,daily: daily env,local: local env,others: others env). - ext
First String - First Expansion parameter.
- ext
Second String - Second Expansion parameter.
- ext
Third String - Third Expansion parameter.
- from String
- The source page of the data reporting.
- id String
- is
Abroad String - Whether it is non-China region.
1: yes;0: no. - isp String
- The internet service provider used for data reporting.
- level String
- Log level for data reporting(
1: whitelist,2: normal,4: error,8: promise error,16: ajax request error,32: js resource load error,64: image resource load error,128: css resource load error,256: console.error,512: video resource load error,1024: request retcode error,2048: sdk self monitor error,4096: pv log,8192: event log). - net
Type String - The network type used for data reporting.(
1: Wifi,2: 2G,3: 3G,4: 4G,5: 5G,6: 6G,100: Unknown). - os String
- The operating system used for data reporting.
- platform String
- The platform where the data reporting takes place.(
1: Android,2: IOS,3: Windows,4: Mac,5: Linux,100: Other). - result
Output StringFile - Used to save results.
- url String
- The URL Key where the data reporting takes place.
- version
Num String - The SDK version used for data reporting.
- end
Time number - End time but is represented using a timestamp in seconds.
- project
Id number - Project ID.
- start
Time number - Start time but is represented using a timestamp in seconds.
- type string
- Query Data type.
top: CostType Sorting order by top. - area string
- The region where the data reporting takes place.
- brand string
- The mobile phone brand used for data reporting.
- browser string
- The browser type used for data reporting.
- cost
Type string - The method used for calculating the elapsed time
50: 50th percentile,75: 75th percentile.,90: 90th percentile.,95: 95th percentile.,99: 99th percentile.,99.5: 99.5th percentile.,avg: Mean. - device string
- The device used for data reporting.
- engine string
- The browser engine used for data reporting.
- env string
- The code environment where the data reporting takes place.(
production: production env,development: development env,gray: gray env,pre: pre env,daily: daily env,local: local env,others: others env). - ext
First string - First Expansion parameter.
- ext
Second string - Second Expansion parameter.
- ext
Third string - Third Expansion parameter.
- from string
- The source page of the data reporting.
- id string
- is
Abroad string - Whether it is non-China region.
1: yes;0: no. - isp string
- The internet service provider used for data reporting.
- level string
- Log level for data reporting(
1: whitelist,2: normal,4: error,8: promise error,16: ajax request error,32: js resource load error,64: image resource load error,128: css resource load error,256: console.error,512: video resource load error,1024: request retcode error,2048: sdk self monitor error,4096: pv log,8192: event log). - net
Type string - The network type used for data reporting.(
1: Wifi,2: 2G,3: 3G,4: 4G,5: 5G,6: 6G,100: Unknown). - os string
- The operating system used for data reporting.
- platform string
- The platform where the data reporting takes place.(
1: Android,2: IOS,3: Windows,4: Mac,5: Linux,100: Other). - result
Output stringFile - Used to save results.
- url string
- The URL Key where the data reporting takes place.
- version
Num string - The SDK version used for data reporting.
- end_
time float - End time but is represented using a timestamp in seconds.
- project_
id float - Project ID.
- start_
time float - Start time but is represented using a timestamp in seconds.
- type str
- Query Data type.
top: CostType Sorting order by top. - area str
- The region where the data reporting takes place.
- brand str
- The mobile phone brand used for data reporting.
- browser str
- The browser type used for data reporting.
- cost_
type str - The method used for calculating the elapsed time
50: 50th percentile,75: 75th percentile.,90: 90th percentile.,95: 95th percentile.,99: 99th percentile.,99.5: 99.5th percentile.,avg: Mean. - device str
- The device used for data reporting.
- engine str
- The browser engine used for data reporting.
- env str
- The code environment where the data reporting takes place.(
production: production env,development: development env,gray: gray env,pre: pre env,daily: daily env,local: local env,others: others env). - ext_
first str - First Expansion parameter.
- ext_
second str - Second Expansion parameter.
- ext_
third str - Third Expansion parameter.
- from_ str
- The source page of the data reporting.
- id str
- is_
abroad str - Whether it is non-China region.
1: yes;0: no. - isp str
- The internet service provider used for data reporting.
- level str
- Log level for data reporting(
1: whitelist,2: normal,4: error,8: promise error,16: ajax request error,32: js resource load error,64: image resource load error,128: css resource load error,256: console.error,512: video resource load error,1024: request retcode error,2048: sdk self monitor error,4096: pv log,8192: event log). - net_
type str - The network type used for data reporting.(
1: Wifi,2: 2G,3: 3G,4: 4G,5: 5G,6: 6G,100: Unknown). - os str
- The operating system used for data reporting.
- platform str
- The platform where the data reporting takes place.(
1: Android,2: IOS,3: Windows,4: Mac,5: Linux,100: Other). - result_
output_ strfile - Used to save results.
- url str
- The URL Key where the data reporting takes place.
- version_
num str - The SDK version used for data reporting.
- end
Time Number - End time but is represented using a timestamp in seconds.
- project
Id Number - Project ID.
- start
Time Number - Start time but is represented using a timestamp in seconds.
- type String
- Query Data type.
top: CostType Sorting order by top. - area String
- The region where the data reporting takes place.
- brand String
- The mobile phone brand used for data reporting.
- browser String
- The browser type used for data reporting.
- cost
Type String - The method used for calculating the elapsed time
50: 50th percentile,75: 75th percentile.,90: 90th percentile.,95: 95th percentile.,99: 99th percentile.,99.5: 99.5th percentile.,avg: Mean. - device String
- The device used for data reporting.
- engine String
- The browser engine used for data reporting.
- env String
- The code environment where the data reporting takes place.(
production: production env,development: development env,gray: gray env,pre: pre env,daily: daily env,local: local env,others: others env). - ext
First String - First Expansion parameter.
- ext
Second String - Second Expansion parameter.
- ext
Third String - Third Expansion parameter.
- from String
- The source page of the data reporting.
- id String
- is
Abroad String - Whether it is non-China region.
1: yes;0: no. - isp String
- The internet service provider used for data reporting.
- level String
- Log level for data reporting(
1: whitelist,2: normal,4: error,8: promise error,16: ajax request error,32: js resource load error,64: image resource load error,128: css resource load error,256: console.error,512: video resource load error,1024: request retcode error,2048: sdk self monitor error,4096: pv log,8192: event log). - net
Type String - The network type used for data reporting.(
1: Wifi,2: 2G,3: 3G,4: 4G,5: 5G,6: 6G,100: Unknown). - os String
- The operating system used for data reporting.
- platform String
- The platform where the data reporting takes place.(
1: Android,2: IOS,3: Windows,4: Mac,5: Linux,100: Other). - result
Output StringFile - Used to save results.
- url String
- The URL Key where the data reporting takes place.
- version
Num String - The SDK version used for data reporting.
getRumFetchUrlInfo Result
The following output properties are available:
- End
Time double - Id string
- Project
Id double - Result string
- Return value.
- Start
Time double - Type string
- Area string
- Brand string
- Browser string
- Cost
Type string - Device string
- Engine string
- Env string
- Ext
First string - Ext
Second string - Ext
Third string - From string
- Is
Abroad string - Isp string
- Level string
- Net
Type string - Os string
- Platform string
- Result
Output stringFile - Url string
- Version
Num string
- End
Time float64 - Id string
- Project
Id float64 - Result string
- Return value.
- Start
Time float64 - Type string
- Area string
- Brand string
- Browser string
- Cost
Type string - Device string
- Engine string
- Env string
- Ext
First string - Ext
Second string - Ext
Third string - From string
- Is
Abroad string - Isp string
- Level string
- Net
Type string - Os string
- Platform string
- Result
Output stringFile - Url string
- Version
Num string
- end
Time Double - id String
- project
Id Double - result String
- Return value.
- start
Time Double - type String
- area String
- brand String
- browser String
- cost
Type String - device String
- engine String
- env String
- ext
First String - ext
Second String - ext
Third String - from String
- is
Abroad String - isp String
- level String
- net
Type String - os String
- platform String
- result
Output StringFile - url String
- version
Num String
- end
Time number - id string
- project
Id number - result string
- Return value.
- start
Time number - type string
- area string
- brand string
- browser string
- cost
Type string - device string
- engine string
- env string
- ext
First string - ext
Second string - ext
Third string - from string
- is
Abroad string - isp string
- level string
- net
Type string - os string
- platform string
- result
Output stringFile - url string
- version
Num string
- end_
time float - id str
- project_
id float - result str
- Return value.
- start_
time float - type str
- area str
- brand str
- browser str
- cost_
type str - device str
- engine str
- env str
- ext_
first str - ext_
second str - ext_
third str - from_ str
- is_
abroad str - isp str
- level str
- net_
type str - os str
- platform str
- result_
output_ strfile - url str
- version_
num str
- end
Time Number - id String
- project
Id Number - result String
- Return value.
- start
Time Number - type String
- area String
- brand String
- browser String
- cost
Type String - device String
- engine String
- env String
- ext
First String - ext
Second String - ext
Third String - from String
- is
Abroad String - isp String
- level String
- net
Type String - os String
- platform String
- result
Output StringFile - url String
- version
Num String
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
