Domain name for API request: csip.intl.tencentcloudapi.com.
This API is used to modify the intranet alert and asset scope configuration for rebound Shell.
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: ModifyReverseShellSystemPolicyConfig. |
| Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
| Region | No | String | Common Params. This parameter is not required. |
| MemberId.N | No | Array of String | Group account member id |
| InnerNetAlarmShow | No | Boolean | Intranet alert display |
| InnerIPShow | No | Boolean | Display internal ip |
| CWPScope | No | Integer | Host range: 0-Specified 1-All 2-Professional Edition 3-Flagship Edition 4-Professional + Flagship |
| InstanceIDsWithAppId.N | No | Array of InstanceIDWithAppIdItem | Specified host list (used when CWPScope=0) |
| ExcludeInstanceIDsWithAppId.N | No | Array of InstanceIDWithAppIdItem | Host exclusion list |
| TagIDs.N | No | Array of String | Tag ID list |
| TCSSScope | No | Integer | Container scope: 0-within specified clusters 1-all clusters |
| ClusterIDsWithAppId.N | No | Array of ClusterIDWithAppIdItem | Specify the cluster list (used when TCSSScope=0) |
| ExcludeClusterIDsWithAppId.N | No | Array of ClusterIDWithAppIdItem | Cluster exclusion list |
| Parameter Name | Type | Description |
|---|---|---|
| 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: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ModifyReverseShellSystemPolicyConfig
<Common request parameters>
{
"MemberId": [
"mem-tencent-b624e485fee5fe29"
],
"InnerNetAlarmShow": true,
"InnerIPShow": true,
"CWPScope": 0,
"InstanceIDsWithAppId": [
{
"AppId": 260200475,
"InstanceID": "ins-q4pf14qs"
}
],
"ExcludeInstanceIDsWithAppId": [
{
"AppId": 260200475,
"InstanceID": "ins-q4pf14qs"
}
]
}
{
"Response": {
"RequestId": "d47b4a30-2082-4721-8843-594e0ce89108"
}
}
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 |
|---|---|
| FailedOperation | Operation failed. |
| InternalError | Internal error. |
| InvalidParameter | Parameter error. |
| InvalidParameterValue | Parameter value error. |
| MissingParameter | Parameters are missing. |
| OperationDenied | Operation denied. |
| ResourceNotFound | The resource does not exist. |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback