Skip to content

Commit a1a9e30

Browse files
committed
Merge branch 'master' into GAAP_test_fix
2 parents 2b8307e + af8ff50 commit a1a9e30

5 files changed

+7
-7
lines changed

website/docs/d/gaap_custom_header.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Use this data source to query detailed information of gaap custom header
1515

1616
```hcl
1717
data "tencentcloud_gaap_custom_header" "custom_header" {
18-
rule_id = "rule-9sdhv655"
18+
rule_id = "rule-hddrxgpd"
1919
}
2020
```
2121

website/docs/d/gaap_proxy_detail.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Use this data source to query detailed information of gaap proxy detail
1515

1616
```hcl
1717
data "tencentcloud_gaap_proxy_detail" "proxy_detail" {
18-
proxy_id = "link-8lpyo88p"
18+
proxy_id = "link-m9t4yho9"
1919
}
2020
```
2121

website/docs/d/gaap_proxy_group_statistics.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Use this data source to query detailed information of gaap proxy group statistic
1515

1616
```hcl
1717
data "tencentcloud_gaap_proxy_group_statistics" "proxy_group_statistics" {
18-
group_id = "link-8lpyo88p"
18+
group_id = "link-m9t4yho9"
1919
start_time = "2023-10-09 00:00:00"
2020
end_time = "2023-10-09 23:59:59"
2121
metric_names = ["InBandwidth", "OutBandwidth", "InFlow", "OutFlow"]

website/docs/d/gaap_proxy_groups.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ data "tencentcloud_gaap_proxy_groups" "proxy_groups" {
1818
project_id = 0
1919
filters {
2020
name = "GroupId"
21-
values = ["lg-5anbbou5"]
21+
values = ["lg-8h33uhwd"]
2222
}
2323
}
2424
```

website/docs/d/gaap_proxy_statistics.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Use this data source to query detailed information of gaap proxy statistics
1515

1616
```hcl
1717
data "tencentcloud_gaap_proxy_statistics" "proxy_statistics" {
18-
proxy_id = "link-8lpyo88p"
19-
start_time = "2023-10-09 00:00:00"
20-
end_time = "2023-10-09 23:59:59"
18+
proxy_id = "link-m9t4yho9"
19+
start_time = "2024-05-20 00:00:00"
20+
end_time = "2024-05-20 23:59:59"
2121
metric_names = ["InBandwidth", "OutBandwidth", "InFlow", "OutFlow", "InPackets", "OutPackets", "Concurrent", "HttpQPS", "HttpsQPS", "Latency", "PacketLoss"]
2222
granularity = 300
2323
}

0 commit comments

Comments
 (0)