-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update schema json files based-on v1.66.0
- Loading branch information
1 parent
27dad7c
commit a3872d6
Showing
58 changed files
with
3,753 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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与智能边缘" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "大数据" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.