Domain name for API request: cfw.tencentcloudapi.com.
This API is used to modify the publishing status of an enterprise security group.
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: ModifyEnterpriseSecurityDispatchStatus. |
Version | Yes | String | Common Params. The value used for this API: 2019-09-04. |
Region | No | String | Common Params. This parameter is not required for this API. |
Status | Yes | Integer | Status. Values: 0 (Publish now), 1 (Stop publishing) |
Parameter Name | Type | Description |
---|---|---|
Status | Integer | 0 : Modified successfully; Others: Modification failedNote: This field may return null, indicating that no valid values can be obtained. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: cfw.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ModifyEnterpriseSecurityDispatchStatus
<Common request parameters>
{
"Status": 0
}
{
"Response": {
"Status": 0,
"RequestId": "b21d7f7c-3191-41a2-bd13-9a5f6d86ab44"
}
}
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. |
InvalidParameter | Invalid parameter. |
LimitExceeded | The quota limit has been reached. |
UnauthorizedOperation | Unauthorized operation. |
Was this page helpful?