Compare commits

..

2 Commits

Author SHA1 Message Date
7562496176 testing rfs PR #1353 2025-07-24 16:58:05 +00:00
115b91a147 fixing wrong categoy on rfs
Reviewed-by: vladimirhasko <vladimirhasko@gmail.com>
Co-authored-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-committed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
2025-07-24 16:57:37 +00:00
34 changed files with 4984 additions and 4829 deletions

View File

@ -607,7 +607,7 @@
"node_id":"updatetemplatemetadata.xml",
"product_code":"rfs",
"code":"31",
"des":"UpdateTemplateMetadataThis API updates template metadata.This API only updates template description.PATCH /v1/{project_id}/templates/{template_name}/metadataStatus code: ",
"des":"UpdateTemplateMetadataThis API updates template metadata.This API only updates template description.You can debug this API through automatic authentication in API Explore",
"doc_type":"api",
"kw":"Updating Template Metadata,Template Management,API Reference",
"search_title":"",
@ -722,11 +722,45 @@
"title":"Obtaining Template Version Metadata",
"githuburl":""
},
{
"uri":"en-us_topic_0000001847241570.html",
"node_id":"en-us_topic_0000001847241570.xml",
"product_code":"",
"code":"37",
"des":"CreateTemplateThis API creates a template and generates its first version.The request must contain either template_uri or template_body. The former is the OBS link of the",
"doc_type":"",
"kw":"Creating a Template,Template Management,API Reference",
"search_title":"",
"metedata":[
{
}
],
"title":"Creating a Template",
"githuburl":""
},
{
"uri":"en-us_topic_0000001893401909.html",
"node_id":"en-us_topic_0000001893401909.xml",
"product_code":"",
"code":"38",
"des":"CreateTemplateVersionThis API creates a template version.The request must contain either template_uri or template_body. The former is the OBS link of the template content",
"doc_type":"",
"kw":"Creating a Template Version,Template Management,API Reference",
"search_title":"",
"metedata":[
{
}
],
"title":"Creating a Template Version",
"githuburl":""
},
{
"uri":"aos_02_0040.html",
"node_id":"aos_02_0040.xml",
"product_code":"rfs",
"code":"37",
"code":"39",
"des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"doc_type":"api",
"kw":"Appendix",
@ -746,7 +780,7 @@
"uri":"aos_02_0041.html",
"node_id":"aos_02_0041.xml",
"product_code":"rfs",
"code":"38",
"code":"40",
"des":"Table 1 describes status codes.",
"doc_type":"api",
"kw":"Status Code,Appendix,API Reference",
@ -766,7 +800,7 @@
"uri":"ErrorCode.html",
"node_id":"errorcode.xml",
"product_code":"rfs",
"code":"39",
"code":"41",
"des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"doc_type":"api",
"kw":"Error Codes,Appendix,API Reference",
@ -786,7 +820,7 @@
"uri":"aos_02_0070.html",
"node_id":"aos_02_0070.xml",
"product_code":"rfs",
"code":"40",
"code":"42",
"des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"doc_type":"api",
"kw":"Change History,API Reference",

File diff suppressed because it is too large Load Diff

View File

@ -270,7 +270,7 @@
"code":"30"
},
{
"desc":"UpdateTemplateMetadataThis API updates template metadata.This API only updates template description.PATCH /v1/{project_id}/templates/{template_name}/metadataStatus code: ",
"desc":"UpdateTemplateMetadataThis API updates template metadata.This API only updates template description.You can debug this API through automatic authentication in API Explore",
"product_code":"rfs",
"title":"Updating Template Metadata",
"uri":"UpdateTemplateMetadata.html",
@ -323,6 +323,24 @@
"p_code":"28",
"code":"36"
},
{
"desc":"CreateTemplateThis API creates a template and generates its first version.The request must contain either template_uri or template_body. The former is the OBS link of the",
"product_code":"",
"title":"Creating a Template",
"uri":"en-us_topic_0000001847241570.html",
"doc_type":"",
"p_code":"28",
"code":"37"
},
{
"desc":"CreateTemplateVersionThis API creates a template version.The request must contain either template_uri or template_body. The former is the OBS link of the template content",
"product_code":"",
"title":"Creating a Template Version",
"uri":"en-us_topic_0000001893401909.html",
"doc_type":"",
"p_code":"28",
"code":"38"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"rfs",
@ -330,7 +348,7 @@
"uri":"aos_02_0040.html",
"doc_type":"api",
"p_code":"",
"code":"37"
"code":"39"
},
{
"desc":"Table 1 describes status codes.",
@ -338,8 +356,8 @@
"title":"Status Code",
"uri":"aos_02_0041.html",
"doc_type":"api",
"p_code":"37",
"code":"38"
"p_code":"39",
"code":"40"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
@ -347,8 +365,8 @@
"title":"Error Codes",
"uri":"ErrorCode.html",
"doc_type":"api",
"p_code":"37",
"code":"39"
"p_code":"39",
"code":"41"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
@ -357,6 +375,6 @@
"uri":"aos_02_0070.html",
"doc_type":"api",
"p_code":"",
"code":"40"
"code":"42"
}
]

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -21,6 +21,10 @@
</li>
<li class="ulchildlink"><strong><a href="ShowTemplateVersionMetadata.html">Obtaining Template Version Metadata</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-us_topic_0000001847241570.html">Creating a Template</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-us_topic_0000001893401909.html">Creating a Template Version</a></strong><br>
</li>
</ul>
<div class="familylinks">

View File

@ -30,7 +30,6 @@
- docs/cse
- docs/dms
- docs/dms_rocketmq
- docs/rfs
- docs/smn
- roles
- templates
@ -160,6 +159,7 @@
- docs/config
- docs/cts
- docs/lts
- docs/rfs
- docs/rts
- docs/tms
- roles