- Print
- DarkLight
Get errors and alerts of a log
The ID of the API reference
The ID of the log
Success
This is the sample response for single API reference log.
{
"api_reference_errors": [
{
"message": "Declared path parameter \"contentId\" needs to be defined as a path parameter at either the path or operation level",
"pointer": "#/paths/~1v2~1Content~1{Id}~1version~1{contentCategoryId}/delete/parameters/2/in"
}
],
"api_reference_alerts": [
{
"message": "Data and type mismatch found.",
"pointer": "#/paths/~1v2~1Content/{Id}/depete/response/200/content/application~1json/examples/Content"
}
],
"extension_data": null,
"success": true,
"errors": [],
"warnings": [],
"information": []
}
Error log response
Descriptive message represent the problem occur
Path where the problem occur
Alerts log response
Descriptive message represent the problem occur
Path where the problem occur
Status indication for customer API response
Errors in the customer API response
Stack trace for error response message
Description for error cause
Error code for Api response
Warning in the customer API response
Warning description
warning code for customer Api base response
Information passed by the customer API response
status description for customer Api response information
Bad Request
Kindly ensure that the given API reference ID is valid.
{
"api_reference_errors": [],
"api_reference_alerts": [],
"extension_data": null,
"success": true,
"errors": [
{
"extension_data": null,
"stack_trace": null,
"description": "Api reference not found.",
"error_code": null,
"custom_data": null
}
],
"warnings": [],
"information": []
}
Kindly ensure that the given log Id is in the API reference.
{
"api_reference_errors": [],
"api_reference_alerts": [],
"extension_data": null,
"success": true,
"errors": [
{
"extension_data": null,
"stack_trace": null,
"description": "Logs not found.",
"error_code": null,
"custom_data": null
}
],
"warnings": [],
"information": []
}
Error log response
Descriptive message represent the problem occur
Path where the problem occur
Alerts log response
Descriptive message represent the problem occur
Path where the problem occur
Status indication for customer API response
Errors in the customer API response
Stack trace for error response message
Description for error cause
Error code for Api response
Warning in the customer API response
Warning description
warning code for customer Api base response
Information passed by the customer API response
status description for customer Api response information