Creates a defense rule against container escapes.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
yundun-sas:AddContainerPluginRule | create |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Lang | string | No | The language of the content within the request and response. Default value: zh. Valid values:
| zh |
RuleName | string | Yes | The name of the rule. The name must be 1 to 80 characters in length, and can contain letters, digits, hyphens (-), forward slashes (/), periods (.), and underscores (_). The names of rules that are created for the same user must be unique. | tyest111 |
RuleTemplateId | integer | Yes | The ID of the rule template. You can call the ListSystemClientRules operation to query the ID of the rule template. | 86863 |
Mode | integer | Yes | The action that you want to specify for the rule. Valid values:
| 1 |
SelectedPolicy | array | Yes | The check items that are enabled for the rule. | |
string | Yes | The check item that is enabled for the rule. | system_triggered_task | |
RuleType | integer | No | The type of the rule. Valid values:
| 0 |
WhiteImages | array | No | The images that are added to the whitelist. | |
string | No | The image that is added to the whitelist. | centos |
Response parameters
Examples
Sample success responses
JSON
format
{
"Data": {
"RuleId": 219,
"RuleName": "test2",
"SwitchId": "USER-CONTAINER-RULE-SWITCH-TYPE_xxxx"
},
"RequestId": "24A20733-10A0-4AF6-BE6B-E3322413BB68"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|