tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getRumGroupLog
Start a Neo task
Explain and create a tencentcloud.getRumGroupLog resource
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Use this data source to query detailed information of rum group_log
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const groupLog = tencentcloud.getRumGroupLog({
orderBy: "desc",
startTime: "1625444040000",
query: "id:123 AND type:\"log\"",
endTime: "1625454840000",
projectId: 1,
groupField: "level",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
group_log = tencentcloud.get_rum_group_log(order_by="desc",
start_time="1625444040000",
query="id:123 AND type:\"log\"",
end_time="1625454840000",
project_id=1,
group_field="level")
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.GetRumGroupLog(ctx, &tencentcloud.GetRumGroupLogArgs{
OrderBy: "desc",
StartTime: "1625444040000",
Query: "id:123 AND type:\"log\"",
EndTime: "1625454840000",
ProjectId: 1,
GroupField: "level",
}, 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 groupLog = Tencentcloud.GetRumGroupLog.Invoke(new()
{
OrderBy = "desc",
StartTime = "1625444040000",
Query = "id:123 AND type:\"log\"",
EndTime = "1625454840000",
ProjectId = 1,
GroupField = "level",
});
});
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.GetRumGroupLogArgs;
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 groupLog = TencentcloudFunctions.getRumGroupLog(GetRumGroupLogArgs.builder()
.orderBy("desc")
.startTime("1625444040000")
.query("id:123 AND type:\"log\"")
.endTime("1625454840000")
.projectId(1)
.groupField("level")
.build());
}
}
variables:
groupLog:
fn::invoke:
function: tencentcloud:getRumGroupLog
arguments:
orderBy: desc
startTime: 1.62544404e+12
query: id:123 AND type:"log"
endTime: 1.62545484e+12
projectId: 1
groupField: level
Using getRumGroupLog
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 getRumGroupLog(args: GetRumGroupLogArgs, opts?: InvokeOptions): Promise<GetRumGroupLogResult>
function getRumGroupLogOutput(args: GetRumGroupLogOutputArgs, opts?: InvokeOptions): Output<GetRumGroupLogResult>def get_rum_group_log(end_time: Optional[str] = None,
group_field: Optional[str] = None,
id: Optional[str] = None,
order_by: Optional[str] = None,
project_id: Optional[float] = None,
query: Optional[str] = None,
result_output_file: Optional[str] = None,
start_time: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRumGroupLogResult
def get_rum_group_log_output(end_time: Optional[pulumi.Input[str]] = None,
group_field: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
order_by: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[float]] = None,
query: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
start_time: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRumGroupLogResult]func GetRumGroupLog(ctx *Context, args *GetRumGroupLogArgs, opts ...InvokeOption) (*GetRumGroupLogResult, error)
func GetRumGroupLogOutput(ctx *Context, args *GetRumGroupLogOutputArgs, opts ...InvokeOption) GetRumGroupLogResultOutput> Note: This function is named GetRumGroupLog in the Go SDK.
public static class GetRumGroupLog
{
public static Task<GetRumGroupLogResult> InvokeAsync(GetRumGroupLogArgs args, InvokeOptions? opts = null)
public static Output<GetRumGroupLogResult> Invoke(GetRumGroupLogInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRumGroupLogResult> getRumGroupLog(GetRumGroupLogArgs args, InvokeOptions options)
public static Output<GetRumGroupLogResult> getRumGroupLog(GetRumGroupLogArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getRumGroupLog:getRumGroupLog
arguments:
# arguments dictionaryThe following arguments are supported:
- End
Time string - End time but is represented using a timestamp in milliseconds.
- Group
Field string - The field used for group.
- Order
By string - Sorting method.
desc:Descending order;asc: Ascending order. - Project
Id double - Project ID.
- Query string
- Log Query syntax statement.
- Start
Time string - Start time but is represented using a timestamp in milliseconds.
- Id string
- Result
Output stringFile - Used to save results.
- End
Time string - End time but is represented using a timestamp in milliseconds.
- Group
Field string - The field used for group.
- Order
By string - Sorting method.
desc:Descending order;asc: Ascending order. - Project
Id float64 - Project ID.
- Query string
- Log Query syntax statement.
- Start
Time string - Start time but is represented using a timestamp in milliseconds.
- Id string
- Result
Output stringFile - Used to save results.
- end
Time String - End time but is represented using a timestamp in milliseconds.
- group
Field String - The field used for group.
- order
By String - Sorting method.
desc:Descending order;asc: Ascending order. - project
Id Double - Project ID.
- query String
- Log Query syntax statement.
- start
Time String - Start time but is represented using a timestamp in milliseconds.
- id String
- result
Output StringFile - Used to save results.
- end
Time string - End time but is represented using a timestamp in milliseconds.
- group
Field string - The field used for group.
- order
By string - Sorting method.
desc:Descending order;asc: Ascending order. - project
Id number - Project ID.
- query string
- Log Query syntax statement.
- start
Time string - Start time but is represented using a timestamp in milliseconds.
- id string
- result
Output stringFile - Used to save results.
- end_
time str - End time but is represented using a timestamp in milliseconds.
- group_
field str - The field used for group.
- order_
by str - Sorting method.
desc:Descending order;asc: Ascending order. - project_
id float - Project ID.
- query str
- Log Query syntax statement.
- start_
time str - Start time but is represented using a timestamp in milliseconds.
- id str
- result_
output_ strfile - Used to save results.
- end
Time String - End time but is represented using a timestamp in milliseconds.
- group
Field String - The field used for group.
- order
By String - Sorting method.
desc:Descending order;asc: Ascending order. - project
Id Number - Project ID.
- query String
- Log Query syntax statement.
- start
Time String - Start time but is represented using a timestamp in milliseconds.
- id String
- result
Output StringFile - Used to save results.
getRumGroupLog Result
The following output properties are available:
- End
Time string - Group
Field string - Id string
- Order
By string - Project
Id double - Query string
- Result string
- Return value.
- Start
Time string - Result
Output stringFile
- End
Time string - Group
Field string - Id string
- Order
By string - Project
Id float64 - Query string
- Result string
- Return value.
- Start
Time string - Result
Output stringFile
- end
Time String - group
Field String - id String
- order
By String - project
Id Double - query String
- result String
- Return value.
- start
Time String - result
Output StringFile
- end
Time string - group
Field string - id string
- order
By string - project
Id number - query string
- result string
- Return value.
- start
Time string - result
Output stringFile
- end_
time str - group_
field str - id str
- order_
by str - project_
id float - query str
- result str
- Return value.
- start_
time str - result_
output_ strfile
- end
Time String - group
Field String - id String
- order
By String - project
Id Number - query String
- result String
- Return value.
- start
Time String - result
Output StringFile
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
