Obtaining Raw Data Details
Function
This API is used to obtain raw data details.
URI
POST /v1/apm2/openapi/view/metric/get-clob-detail
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
x-business-id |
Yes |
Long |
Application ID. |
X-Auth-Token |
Yes |
String |
User token obtained from IAM. |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
env_id |
Yes |
Long |
Environment ID. |
clob_id |
Yes |
String |
CLOB ID. |
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
clob_string |
String |
CLOB details. |
Example Requests
The input parameters are the environment ID and clob_id. Obtain raw data details.
/v1/apm2/openapi/view/metric/get-clob-detail { "clob_id" : "6-4bc170d880f65de1776984774fd7f03d50f3c7de7667d51259f797f44770ed14", "env_id" : "913" }
Example Responses
Status code: 200
OK: The request is successful.
{ "clob_string" : "java.lang.ClassCastException: *****" }
Status Codes
Status Code |
Description |
---|---|
200 |
OK: The request is successful. |
401 |
Unauthorized: No permissions. |
403 |
Forbidden: Access forbidden. |
404 |
Not Found: The requested resource is not found. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot