CES API Update -20250113 version

Reviewed-by: Ziuzko, Alevtina <alevtina.ziuzko@t-systems.com>
Co-authored-by: qiujiandong1 <qiujiandong1@huawei.com>
Co-committed-by: qiujiandong1 <qiujiandong1@huawei.com>
This commit is contained in:
2025-03-26 09:14:50 +00:00
committed by zuul
parent 13aa021d1d
commit c5d2d3b6dc
13 changed files with 865 additions and 2168 deletions

View File

@ -4,12 +4,10 @@
<div id="body1442978136052"><div class="section" id="ErrorCode__section25523120121746"><h4 class="sectiontitle">Function</h4><p id="ErrorCode__p54106806121746">If an error occurs during API calling, the system returns error information. This section describes the error codes contained in the error information for Cloud Eye APIs.</p>
</div>
<div class="section" id="ErrorCode__section3667181464912"><h4 class="sectiontitle">Example Response</h4><pre class="screen" id="ErrorCode__screen7114175295017">{
"code": 400,
"element": "Bad Request",
"message": "The system received a request which cannot be recognized",
"details": {
"details": "Some content in message body is not correct",
"code": "ces.0014"
"http_code":"403",
"message": {
"details":"Policy doesn't allow [ces:alarms:get] to be performed",
"code":"403"
}
}</pre>
</div>