Skip to content

Commit d75be7a

Browse files
niuzhenguogithub-actions[bot]
authored andcommitted
Update schema json files based-on v1.71.1
1 parent 881b2a6 commit d75be7a

34 files changed

+923
-105
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"data_source_schemas": {
5+
"huaweicloud_cse_microservice_engine_flavors": {
6+
"block": {
7+
"attributes": {
8+
"flavors": {
9+
"type": [
10+
"list",
11+
[
12+
"object",
13+
{
14+
"id": "string",
15+
"spec": [
16+
"list",
17+
[
18+
"object",
19+
{
20+
"available_cpu_memory": "string",
21+
"available_prefix": "string",
22+
"linear": "string"
23+
}
24+
]
25+
]
26+
}
27+
]
28+
],
29+
"description": "All microservice engine flavors that match the filter parameters.",
30+
"computed": true
31+
},
32+
"id": {
33+
"type": "string",
34+
"computed": true
35+
},
36+
"region": {
37+
"type": "string",
38+
"description": "The region where the microservice engine flavors are located.",
39+
"computed": true
40+
},
41+
"version": {
42+
"type": "string",
43+
"description": "The version that used to filter the microservice engine flavors.",
44+
"optional": true
45+
}
46+
}
47+
},
48+
"product": {
49+
"short": "CSE",
50+
"name": "Cloud Service Engine",
51+
"catalog": "Middleware",
52+
"name_cn": "微服务引擎",
53+
"catalog_cn": "应用中间件"
54+
}
55+
}
56+
}
57+
}
58+
}
59+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"data_source_schemas": {
5+
"huaweicloud_dds_scheduled_tasks": {
6+
"block": {
7+
"attributes": {
8+
"end_time": {
9+
"type": "string",
10+
"description": "Specifies the end time.",
11+
"optional": true
12+
},
13+
"id": {
14+
"type": "string",
15+
"computed": true
16+
},
17+
"instance_id": {
18+
"type": "string",
19+
"description": "Specifies the instance ID.",
20+
"optional": true
21+
},
22+
"job_name": {
23+
"type": "string",
24+
"description": "Specifies the task name.",
25+
"optional": true
26+
},
27+
"job_status": {
28+
"type": "string",
29+
"description": "Specifies the task execution status.",
30+
"optional": true
31+
},
32+
"region": {
33+
"type": "string",
34+
"description": "Specifies the region in which to query the resource. If omitted, the provider-level region will be used.",
35+
"computed": true
36+
},
37+
"schedules": {
38+
"type": [
39+
"list",
40+
[
41+
"object",
42+
{
43+
"create_time": "string",
44+
"end_time": "string",
45+
"instance_id": "string",
46+
"instance_name": "string",
47+
"instance_status": "string",
48+
"job_id": "string",
49+
"job_name": "string",
50+
"job_status": "string",
51+
"start_time": "string"
52+
}
53+
]
54+
],
55+
"description": "Indicates the tasks list.",
56+
"computed": true
57+
},
58+
"start_time": {
59+
"type": "string",
60+
"description": "Specifies the start time.",
61+
"optional": true
62+
}
63+
}
64+
},
65+
"product": {
66+
"short": "DDS",
67+
"name": "Document Database Service",
68+
"catalog": "Databases",
69+
"name_cn": "文档数据库服务",
70+
"catalog_cn": "数据库"
71+
}
72+
}
73+
}
74+
}
75+
}
76+
}

docs/json/data-sources/dms_kafka_consumer_groups.json

+38
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,48 @@
2121
[
2222
"object",
2323
{
24+
"assignment_strategy": "string",
2425
"coordinator_id": "number",
2526
"created_at": "string",
2627
"description": "string",
28+
"group_message_offsets": [
29+
"list",
30+
[
31+
"object",
32+
{
33+
"lag": "number",
34+
"message_current_offset": "number",
35+
"message_log_end_offset": "number",
36+
"partition": "number",
37+
"topic": "string"
38+
}
39+
]
40+
],
2741
"lag": "number",
42+
"members": [
43+
"list",
44+
[
45+
"object",
46+
{
47+
"assignment": [
48+
"list",
49+
[
50+
"object",
51+
{
52+
"partitions": [
53+
"list",
54+
"number"
55+
],
56+
"topic": "string"
57+
}
58+
]
59+
],
60+
"client_id": "string",
61+
"host": "string",
62+
"member_id": "string"
63+
}
64+
]
65+
],
2866
"name": "string",
2967
"state": "string"
3068
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"data_source_schemas": {
5+
"huaweicloud_iotda_device_messages": {
6+
"block": {
7+
"attributes": {
8+
"device_id": {
9+
"type": "string",
10+
"required": true
11+
},
12+
"id": {
13+
"type": "string",
14+
"computed": true
15+
},
16+
"messages": {
17+
"type": [
18+
"list",
19+
[
20+
"object",
21+
{
22+
"created_time": "string",
23+
"encoding": "string",
24+
"error_info": [
25+
"list",
26+
[
27+
"object",
28+
{
29+
"error_code": "string",
30+
"error_msg": "string"
31+
}
32+
]
33+
],
34+
"finished_time": "string",
35+
"id": "string",
36+
"message": "string",
37+
"name": "string",
38+
"payload_format": "string",
39+
"properties": [
40+
"list",
41+
[
42+
"object",
43+
{
44+
"correlation_data": "string",
45+
"response_topic": "string",
46+
"user_properties": [
47+
"list",
48+
[
49+
"object",
50+
{
51+
"prop_key": "string",
52+
"prop_value": "string"
53+
}
54+
]
55+
]
56+
}
57+
]
58+
],
59+
"status": "string",
60+
"topic": "string"
61+
}
62+
]
63+
],
64+
"computed": true
65+
},
66+
"region": {
67+
"type": "string",
68+
"computed": true
69+
}
70+
}
71+
},
72+
"product": {
73+
"short": "IoTDA",
74+
"name": "IoT Device Access",
75+
"catalog": "Internet of Things",
76+
"name_cn": "设备接入",
77+
"catalog_cn": "IoT物联网"
78+
}
79+
}
80+
}
81+
}
82+
}
83+
}

docs/json/data-sources/sfs_file_system.json

-7
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,6 @@
8888
"computed": true
8989
}
9090
}
91-
},
92-
"product": {
93-
"short": "SFS",
94-
"name": "Scalable File Service(General Purpose File System)",
95-
"catalog": "Storage",
96-
"name_cn": "弹性文件服务(通用文件系统)",
97-
"catalog_cn": "存储"
9891
}
9992
}
10093
}

docs/json/data-sources/sfs_turbo_data_tasks.json

-7
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,6 @@
5252
"optional": true
5353
}
5454
}
55-
},
56-
"product": {
57-
"short": "SFS",
58-
"name": "Scalable File Service(General Purpose File System)",
59-
"catalog": "Storage",
60-
"name_cn": "弹性文件服务(通用文件系统)",
61-
"catalog_cn": "存储"
6255
}
6356
}
6457
}

docs/json/data-sources/sfs_turbo_du_tasks.json

-7
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,6 @@
6262
"computed": true
6363
}
6464
}
65-
},
66-
"product": {
67-
"short": "SFS",
68-
"name": "Scalable File Service(General Purpose File System)",
69-
"catalog": "Storage",
70-
"name_cn": "弹性文件服务(通用文件系统)",
71-
"catalog_cn": "存储"
7265
}
7366
}
7467
}

docs/json/data-sources/sfs_turbo_obs_targets.json

-7
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,6 @@
6161
"computed": true
6262
}
6363
}
64-
},
65-
"product": {
66-
"short": "SFS",
67-
"name": "Scalable File Service(General Purpose File System)",
68-
"catalog": "Storage",
69-
"name_cn": "弹性文件服务(通用文件系统)",
70-
"catalog_cn": "存储"
7164
}
7265
}
7366
}

docs/json/data-sources/sfs_turbo_perm_rules.json

-7
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@
3636
"required": true
3737
}
3838
}
39-
},
40-
"product": {
41-
"short": "SFS",
42-
"name": "Scalable File Service(General Purpose File System)",
43-
"catalog": "Storage",
44-
"name_cn": "弹性文件服务(通用文件系统)",
45-
"catalog_cn": "存储"
4639
}
4740
}
4841
}

docs/json/data-sources/sfs_turbos.json

-7
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,6 @@
5959
"computed": true
6060
}
6161
}
62-
},
63-
"product": {
64-
"short": "SFS",
65-
"name": "Scalable File Service(General Purpose File System)",
66-
"catalog": "Storage",
67-
"name_cn": "弹性文件服务(通用文件系统)",
68-
"catalog_cn": "存储"
6962
}
7063
}
7164
}

0 commit comments

Comments
 (0)