Stops an ongoing fault reporting diagnostics process after a user initiates a fault report.
Operation description
Queries the detailed information of a supernode.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ReportId |
string |
Yes |
The fault report ID. |
15678327322 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| AccessDeniedDetail |
string |
The details of the access denial. |
None |
| RequestId |
string |
The request ID. |
DA4F08D4-DA54-5407-84B9-108C71D75B17 |
| Success |
boolean |
The result of the stop operation. |
True |
| ErrorMessage |
string |
The error message. |
Resource Not Found |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "None",
"RequestId": "DA4F08D4-DA54-5407-84B9-108C71D75B17",
"Success": true,
"ErrorMessage": "Resource Not Found"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Resourcenotfound | Resource does not exist. | |
| 400 | SystemError | A system error occurred while processing your request |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.