All Products
Search
Document Center

Security Center:AddCheckInstanceResultWhiteList

Last Updated:Nov 22, 2024

Adds instances on which risks are detected based on check items of the configuration assessment feature to a whitelist.

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:AddCheckInstanceResultWhiteListcreate
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
CheckGroupIdstringNo

The ID of the group to which the check item belongs.

cQFq20UzZ49K6gRSJD1301****
CheckIdlongNo

The ID of the check item.

Note You can call the ListCheckResult operation to query the IDs of check items.
132
InstanceIdsarrayNo

The instance IDs of the assets.

stringNo

The instance ID of the asset.

Note You can call the ListCheckInstanceResult operation to query the instance IDs of assets.
rr-uf69i5n62hyqu****
InstanceListarray<object>No

The asset instances.

objectNo

The information about the asset instance.

RegionIdstringNo

The region ID of the asset.

Note You can call the ListCheckInstanceResult operation to query the region ID of the asset.
cn-hongkong
InstanceIdstringNo

The instance ID of the asset.

Note You can call the ListCheckInstanceResult operation to query the instance IDs of assets.
i-wz9fdluqx20mp2x7****
RuleTypestringNo

The type of the rule. Default value: WHITE. Valid value:

  • WHITE: adds check items to the whitelist.
WHITE
RemarkstringNo

The description. The value of this parameter can be up to 65,535 bytes in length.

test

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

Dataobject

The data returned. This parameter is deprecated.

xxx
RequestIdstring

The ID of the request.

ADE57832-9666-511C-9A80-B87DE2E8****
RuleIdstring

The ID of the whitelist rule.

381049

Examples

Sample success responses

JSONformat

{
  "Data": {
    "test": "test",
    "test2": 1
  },
  "RequestId": "ADE57832-9666-511C-9A80-B87DE2E8****",
  "RuleId": "381049"
}

Error codes

HTTP status codeError codeError messageDescription
400IllegalParamIllegal param-
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
2024-08-06The Error code has changed. The request parameters of the API has changed. The response structure of the API has changedView Change Details
2024-07-11The Error code has changedView Change Details
2023-01-11API Description Update. The API operation is not deprecated.. The Error code has changedView Change Details