Skip to content

Commit 7cb6868

Browse files
niuzhenguogithub-actions[bot]
authored andcommitted
Update schema json files based-on v1.73.3
1 parent d3d588b commit 7cb6868

9 files changed

+924
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"data_source_schemas": {
5+
"huaweicloud_ces_agent_maintenance_tasks": {
6+
"block": {
7+
"attributes": {
8+
"id": {
9+
"type": "string",
10+
"computed": true
11+
},
12+
"instance_id": {
13+
"type": "string",
14+
"description": "Specifies the server ID.",
15+
"optional": true
16+
},
17+
"instance_type": {
18+
"type": "string",
19+
"description": "Specifies the server type.",
20+
"optional": true
21+
},
22+
"invocation_id": {
23+
"type": "string",
24+
"description": "Specifies the task ID.",
25+
"optional": true
26+
},
27+
"invocation_target": {
28+
"type": "string",
29+
"description": "Specifies the task object. Only **telescope** is supported.",
30+
"optional": true
31+
},
32+
"invocation_type": {
33+
"type": "string",
34+
"description": "Specifies the task type.",
35+
"optional": true
36+
},
37+
"invocations": {
38+
"type": [
39+
"list",
40+
[
41+
"object",
42+
{
43+
"create_time": "number",
44+
"current_version": "string",
45+
"elastic_ips": [
46+
"list",
47+
"string"
48+
],
49+
"instance_id": "string",
50+
"instance_name": "string",
51+
"instance_type": "string",
52+
"intranet_ips": [
53+
"list",
54+
"string"
55+
],
56+
"invocation_id": "string",
57+
"invocation_status": "string",
58+
"invocation_target": "string",
59+
"invocation_type": "string",
60+
"target_version": "string",
61+
"update_time": "number"
62+
}
63+
]
64+
],
65+
"description": "The task list.",
66+
"computed": true
67+
},
68+
"region": {
69+
"type": "string",
70+
"description": "Specifies the region in which to query the resource. If omitted, the provider-level region will be used.",
71+
"computed": true
72+
}
73+
}
74+
},
75+
"product": {
76+
"short": "CES",
77+
"name": "Cloud Eye",
78+
"catalog": "Management & Governance",
79+
"name_cn": "云监控服务",
80+
"catalog_cn": "管理与监管"
81+
}
82+
}
83+
}
84+
}
85+
}
86+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"data_source_schemas": {
5+
"huaweicloud_ces_agent_statuses": {
6+
"block": {
7+
"attributes": {
8+
"agent_status": {
9+
"type": [
10+
"list",
11+
[
12+
"object",
13+
{
14+
"extensions": [
15+
"list",
16+
[
17+
"object",
18+
{
19+
"name": "string",
20+
"status": "string",
21+
"version": "string"
22+
}
23+
]
24+
],
25+
"instance_id": "string",
26+
"uniagent_status": "string"
27+
}
28+
]
29+
],
30+
"description": "The agent statuses.",
31+
"computed": true
32+
},
33+
"extension_name": {
34+
"type": "string",
35+
"description": "Specifies the agent name.",
36+
"optional": true
37+
},
38+
"extension_status": {
39+
"type": "string",
40+
"description": "Specifies the agent status.",
41+
"optional": true
42+
},
43+
"id": {
44+
"type": "string",
45+
"computed": true
46+
},
47+
"instance_ids": {
48+
"type": [
49+
"list",
50+
"string"
51+
],
52+
"description": "Specifies the cloud server ID list.",
53+
"required": true
54+
},
55+
"region": {
56+
"type": "string",
57+
"description": "Specifies the region in which to query the resource. If omitted, the provider-level region will be used.",
58+
"computed": true
59+
},
60+
"uniagent_status": {
61+
"type": "string",
62+
"description": "Specifies the uniagent status.",
63+
"optional": true
64+
}
65+
}
66+
},
67+
"product": {
68+
"short": "CES",
69+
"name": "Cloud Eye",
70+
"catalog": "Management & Governance",
71+
"name_cn": "云监控服务",
72+
"catalog_cn": "管理与监管"
73+
}
74+
}
75+
}
76+
}
77+
}
78+
}

docs/json/data-sources/ims_tags.json

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"data_source_schemas": {
5+
"huaweicloud_ims_tags": {
6+
"block": {
7+
"attributes": {
8+
"id": {
9+
"type": "string",
10+
"computed": true
11+
},
12+
"region": {
13+
"type": "string",
14+
"computed": true
15+
},
16+
"tags": {
17+
"type": [
18+
"list",
19+
[
20+
"object",
21+
{
22+
"key": "string",
23+
"values": [
24+
"list",
25+
"string"
26+
]
27+
}
28+
]
29+
],
30+
"computed": true
31+
}
32+
}
33+
},
34+
"product": {
35+
"short": "IMS",
36+
"name": "Image Management Service",
37+
"catalog": "Compute",
38+
"name_cn": "镜像服务",
39+
"catalog_cn": "计算"
40+
}
41+
}
42+
}
43+
}
44+
}
45+
}

0 commit comments

Comments
 (0)