All Products
Search
Document Center

Security Center:AddContainerPluginRule

Last Updated:Nov 14, 2024

Creates a defense rule against container escapes.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

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.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-sas:AddContainerPluginRulecreate
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
LangstringNo

The language of the content within the request and response. Default value: zh. Valid values:

  • zh: Chinese
  • en: English
zh
RuleNamestringYes

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
RuleTemplateIdintegerYes

The ID of the rule template. You can call the ListSystemClientRules operation to query the ID of the rule template.

86863
ModeintegerYes

The action that you want to specify for the rule. Valid values:

  • 1: triggers alerts.
  • 2: blocks escapes.
1
SelectedPolicyarrayYes

The check items that are enabled for the rule.

stringYes

The check item that is enabled for the rule.

system_triggered_task
RuleTypeintegerNo

The type of the rule. Valid values:

  • 0: custom rule
  • 1: system rule
0
WhiteImagesarrayNo

The images that are added to the whitelist.

stringNo

The image that is added to the whitelist.

centos

Response parameters

ParameterTypeDescriptionExample
object
Dataobject

The data returned.

RuleIdlong

The ID of the rule.

219
RuleNamestring

The name of the rule.

test2
SwitchIdstring

The ID of the switch.

USER-CONTAINER-RULE-SWITCH-TYPE_xxxx
RequestIdstring

The request ID.

24A20733-10A0-4AF6-BE6B-E3322413BB68

Examples

Sample success responses

JSONformat

{
  "Data": {
    "RuleId": 219,
    "RuleName": "test2",
    "SwitchId": "USER-CONTAINER-RULE-SWITCH-TYPE_xxxx"
  },
  "RequestId": "24A20733-10A0-4AF6-BE6B-E3322413BB68"
}

Error codes

HTTP status codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history