Skip to content

Commit

Permalink
Update schema json files based-on v1.66.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niuzhenguo authored and github-actions[bot] committed Jun 29, 2024
1 parent 27dad7c commit a3872d6
Show file tree
Hide file tree
Showing 58 changed files with 3,753 additions and 27 deletions.
23 changes: 20 additions & 3 deletions docs/json/data-sources/apig_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,12 @@
"object",
{
"authorizer_id": "string",
"function_alias_urn": "string",
"function_urn": "string",
"id": "string",
"invocation_type": "string",
"network_type": "string",
"request_protocol": "string",
"timeout": "number",
"version": "string"
}
Expand Down Expand Up @@ -130,10 +133,13 @@
]
],
"effective_mode": "string",
"function_alias_urn": "string",
"function_urn": "string",
"id": "string",
"invocation_type": "string",
"name": "string",
"network_type": "string",
"request_protocol": "string",
"timeout": "number",
"version": "string"
}
Expand Down Expand Up @@ -179,7 +185,8 @@
{
"authorizer_id": "string",
"id": "string",
"response": "string"
"response": "string",
"status_code": "number"
}
]
],
Expand Down Expand Up @@ -230,7 +237,8 @@
"effective_mode": "string",
"id": "string",
"name": "string",
"response": "string"
"response": "string",
"status_code": "number"
}
]
],
Expand Down Expand Up @@ -283,7 +291,8 @@
"name": "string",
"passthrough": "bool",
"required": "bool",
"type": "string"
"type": "string",
"valid_enable": "number"
}
]
],
Expand Down Expand Up @@ -320,6 +329,14 @@
"description": "The example response for a successful request.",
"computed": true
},
"tags": {
"type": [
"set",
"string"
],
"description": "The list of tags configuration.",
"computed": true
},
"type": {
"type": "string",
"description": "The type of the API.",
Expand Down
4 changes: 4 additions & 0 deletions docs/json/data-sources/apig_api_basic_configurations.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
"request_protocol": "string",
"security_authentication": "string",
"simple_authentication": "bool",
"tags": [
"set",
"string"
],
"type": "string",
"updated_at": "string"
}
Expand Down
63 changes: 63 additions & 0 deletions docs/json/data-sources/cdn_logs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"provider_schemas": {
"huaweicloud/huaweicloud": {
"data_source_schemas": {
"huaweicloud_cdn_logs": {
"block": {
"attributes": {
"domain_name": {
"type": "string",
"description": "Specifies the domain name to which the logs belong.",
"required": true
},
"end_time": {
"type": "number",
"description": "Specifies the end time for querying logs (excluding the end time point).",
"optional": true
},
"enterprise_project_id": {
"type": "string",
"description": "Specifies the enterprise project ID to which the domain name belongs.",
"optional": true
},
"id": {
"type": "string",
"computed": true
},
"logs": {
"type": [
"list",
[
"object",
{
"domain_name": "string",
"end_time": "number",
"link": "string",
"name": "string",
"size": "number",
"start_time": "number"
}
]
],
"description": "The list of Logs.",
"computed": true
},
"start_time": {
"type": "number",
"description": "Specifies the start time for querying logs.",
"optional": true
}
}
},
"product": {
"short": "CDN",
"name": "Content Delivery Network",
"catalog": "Content Delivery & Edge Computing",
"name_cn": "内容分发网络",
"catalog_cn": "CDN与智能边缘"
}
}
}
}
}
}
70 changes: 70 additions & 0 deletions docs/json/data-sources/css_log_backup_records.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"provider_schemas": {
"huaweicloud/huaweicloud": {
"data_source_schemas": {
"huaweicloud_css_log_backup_records": {
"block": {
"attributes": {
"cluster_id": {
"type": "string",
"description": "Specifies the ID of the CSS cluster.",
"required": true
},
"id": {
"type": "string",
"computed": true
},
"job_id": {
"type": "string",
"description": "Specifies the ID of the log backup job.",
"optional": true
},
"records": {
"type": [
"list",
[
"object",
{
"cluster_id": "string",
"create_at": "string",
"failed_msg": "string",
"finished_at": "string",
"id": "string",
"log_path": "string",
"status": "string",
"type": "string"
}
]
],
"description": "The list of the CSS cluster log backup records.",
"computed": true
},
"region": {
"type": "string",
"description": "Specifies the region in which to query the resource. If omitted, the provider-level region will be used.",
"computed": true
},
"status": {
"type": "string",
"description": "Specifies the status of the log backup job.",
"optional": true
},
"type": {
"type": "string",
"description": "Specifies the type of the log backup job.",
"optional": true
}
}
},
"product": {
"short": "CSS",
"name": "Cloud Search Service",
"catalog": "Analytics",
"name_cn": "云搜索服务",
"catalog_cn": "大数据"
}
}
}
}
}
}
Loading

0 comments on commit a3872d6

Please sign in to comment.