Domain name for API request: cwp.tencentcloudapi.com.
This API is used to query Java webshell event details.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DescribeJavaMemShellInfo. |
Version | Yes | String | Common Params. The value used for this API: 2018-02-28. |
Region | No | String | Common Params. This parameter is not required. |
Id | Yes | Integer | Event ID |
Parameter Name | Type | Description |
---|---|---|
Info | JavaMemShellDetail | Java webshell event details Note: This field may return null, indicating that no valid values can be obtained. |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: cwp.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeJavaMemShellInfo
<Common request parameters>
{
"Id": 1
}
{
"Response": {
"RequestId": "d92d723e-4aac-4f4a-bbf9-e5430e29d289",
"Info": {
"InstanceName": "v_llzlu-PC0",
"InstanceState": "RUNNING",
"PrivateIp": "192.168.255.10",
"PublicIp": "110.40.207.98",
"Type": 1,
"Description": "NET file loaded in Java (2845)...",
"CreateTime": "2021-01-20 16:17:11",
"RecentFoundTime": "2021-01-20 16:17:11",
"Status": 0,
"ClassLoaderName": "org.apache.jasper.servlet.JasperLoader",
"SuperClassName": "java.lang.Object",
"Md5": "37e54fce63f1ca6c82927caf7aa1c412",
"Interfaces": "java.IO.Writer,java.IO.Reader",
"Annotations": "Annotation",
"Pid": 123,
"Exe": "/usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java",
"Args": "org.apache.catalina.startup.Bootstrap start",
"ClassName": "main.class",
"ClassContent": "avewsa==...",
"ClassContentPretty": "package com.company;public class Main public static void main(String[] args) ...",
"EventDescription": "Event description",
"SecurityAdvice": "Security advice.."
}
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InternalError | Internal error |
InvalidParameter | Incorrect parameter. |
InvalidParameter.InvalidFormat | Incorrect parameter format. |
InvalidParameter.MissingParameter | Missing parameter. |
InvalidParameter.ParsingError | Incorrect parameter parsing. |
InvalidParameterValue | Invalid parameter value. |
MissingParameter | Missing parameter error. |
ResourceNotFound | The resource does not exist. |
Was this page helpful?