Skip to content

Commit 0037e66

Browse files
niuzhenguogithub-actions[bot]
authored andcommitted
Update schema json files based-on v1.72.2
1 parent 920b90c commit 0037e66

File tree

79 files changed

+4444
-40
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+4444
-40
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"data_source_schemas": {
5+
"huaweicloud_access_analyzer_archive_rules": {
6+
"block": {
7+
"attributes": {
8+
"analyzer_id": {
9+
"type": "string",
10+
"required": true
11+
},
12+
"archive_rules": {
13+
"type": [
14+
"list",
15+
[
16+
"object",
17+
{
18+
"created_at": "string",
19+
"filters": [
20+
"list",
21+
[
22+
"object",
23+
{
24+
"criterion": [
25+
"list",
26+
[
27+
"object",
28+
{
29+
"contains": [
30+
"list",
31+
"string"
32+
],
33+
"eq": [
34+
"list",
35+
"string"
36+
],
37+
"exists": "string",
38+
"neq": [
39+
"list",
40+
"string"
41+
]
42+
}
43+
]
44+
],
45+
"key": "string"
46+
}
47+
]
48+
],
49+
"id": "string",
50+
"name": "string",
51+
"updated_at": "string",
52+
"urn": "string"
53+
}
54+
]
55+
],
56+
"computed": true
57+
},
58+
"id": {
59+
"type": "string",
60+
"computed": true
61+
},
62+
"region": {
63+
"type": "string",
64+
"computed": true
65+
}
66+
}
67+
}
68+
}
69+
}
70+
}
71+
}
72+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"data_source_schemas": {
5+
"huaweicloud_access_analyzers": {
6+
"block": {
7+
"attributes": {
8+
"analyzers": {
9+
"type": [
10+
"list",
11+
[
12+
"object",
13+
{
14+
"configuration": [
15+
"list",
16+
[
17+
"object",
18+
{
19+
"unused_access": [
20+
"list",
21+
[
22+
"object",
23+
{
24+
"unused_access_age": "number"
25+
}
26+
]
27+
]
28+
}
29+
]
30+
],
31+
"created_at": "string",
32+
"id": "string",
33+
"last_analyzed_resource": "string",
34+
"last_resource_analyzed_at": "string",
35+
"name": "string",
36+
"organization_id": "string",
37+
"status": "string",
38+
"status_reason": [
39+
"list",
40+
[
41+
"object",
42+
{
43+
"code": "string",
44+
"details": "string"
45+
}
46+
]
47+
],
48+
"tags": [
49+
"map",
50+
"string"
51+
],
52+
"type": "string",
53+
"urn": "string"
54+
}
55+
]
56+
],
57+
"description": "The list of the analyzers.",
58+
"computed": true
59+
},
60+
"id": {
61+
"type": "string",
62+
"computed": true
63+
},
64+
"region": {
65+
"type": "string",
66+
"computed": true
67+
},
68+
"type": {
69+
"type": "string",
70+
"description": "Specifies the type of the analyzer.",
71+
"optional": true
72+
}
73+
}
74+
}
75+
}
76+
}
77+
}
78+
}
79+
}
+77
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"data_source_schemas": {
5+
"huaweicloud_cae_components": {
6+
"block": {
7+
"attributes": {
8+
"application_id": {
9+
"type": "string",
10+
"description": "The ID of the application to which the components belong.",
11+
"required": true
12+
},
13+
"components": {
14+
"type": [
15+
"list",
16+
[
17+
"object",
18+
{
19+
"annotations": [
20+
"map",
21+
"string"
22+
],
23+
"created_at": "string",
24+
"id": "string",
25+
"name": "string",
26+
"spec": [
27+
"list",
28+
[
29+
"object",
30+
{
31+
"available_replica": "number",
32+
"build": "string",
33+
"environment_id": "string",
34+
"image_url": "string",
35+
"replica": "number",
36+
"resource_limit": "string",
37+
"runtime": "string",
38+
"source": "string",
39+
"status": "string"
40+
}
41+
]
42+
],
43+
"updated_at": "string"
44+
}
45+
]
46+
],
47+
"description": "All queried components.",
48+
"computed": true
49+
},
50+
"environment_id": {
51+
"type": "string",
52+
"description": "The ID of the environment to which the components belong.",
53+
"required": true
54+
},
55+
"id": {
56+
"type": "string",
57+
"computed": true
58+
},
59+
"region": {
60+
"type": "string",
61+
"description": "The region where the components are located.",
62+
"computed": true
63+
}
64+
}
65+
},
66+
"product": {
67+
"short": "CAE",
68+
"name": "Cloud Application Engine",
69+
"catalog": "CodeArts",
70+
"name_cn": "云应用引擎",
71+
"catalog_cn": "软件开发生产线"
72+
}
73+
}
74+
}
75+
}
76+
}
77+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
{
2+
"provider_schemas": {
3+
"huaweicloud/huaweicloud": {
4+
"data_source_schemas": {
5+
"huaweicloud_ces_metric_data": {
6+
"block": {
7+
"attributes": {
8+
"datapoints": {
9+
"type": [
10+
"list",
11+
[
12+
"object",
13+
{
14+
"average": "number",
15+
"max": "number",
16+
"min": "number",
17+
"sum": "number",
18+
"timestamp": "number",
19+
"unit": "string",
20+
"variance": "number"
21+
}
22+
]
23+
],
24+
"description": "The metric data list.",
25+
"computed": true
26+
},
27+
"dim_0": {
28+
"type": "string",
29+
"description": "Specifies the level-1 dimension of a metric.",
30+
"required": true
31+
},
32+
"dim_1": {
33+
"type": "string",
34+
"description": "Specifies the level-2 dimension of a metric.",
35+
"optional": true
36+
},
37+
"dim_2": {
38+
"type": "string",
39+
"description": "Specifies the level-3 dimension of a metric.",
40+
"optional": true
41+
},
42+
"dim_3": {
43+
"type": "string",
44+
"description": "Specifies the level-4 dimension of a metric.",
45+
"optional": true
46+
},
47+
"filter": {
48+
"type": "string",
49+
"description": "Specifies the data aggregation method.",
50+
"required": true
51+
},
52+
"from": {
53+
"type": "string",
54+
"description": "Specifies the start time of the query.",
55+
"required": true
56+
},
57+
"id": {
58+
"type": "string",
59+
"computed": true
60+
},
61+
"metric_name": {
62+
"type": "string",
63+
"description": "Specifies the resource metric name.",
64+
"required": true
65+
},
66+
"namespace": {
67+
"type": "string",
68+
"description": "Specifies the metric namespace.",
69+
"required": true
70+
},
71+
"period": {
72+
"type": "number",
73+
"description": "Specifies how often Cloud Eye aggregates data.",
74+
"required": true
75+
},
76+
"region": {
77+
"type": "string",
78+
"description": "Specifies the region in which to query the resource. If omitted, the provider-level region will be used.",
79+
"computed": true
80+
},
81+
"to": {
82+
"type": "string",
83+
"description": "Specifies the end time of the query.",
84+
"required": true
85+
}
86+
}
87+
},
88+
"product": {
89+
"short": "CES",
90+
"name": "Cloud Eye",
91+
"catalog": "Management & Governance",
92+
"name_cn": "云监控服务",
93+
"catalog_cn": "管理与监管"
94+
}
95+
}
96+
}
97+
}
98+
}
99+
}

0 commit comments

Comments
 (0)