Modifies the configuration instance of a check scope.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ConfigId |
string |
Yes |
The ID of the scan scope configuration. Note
Call the GetCheckScopeConfig operation to obtain this parameter. |
00cfa8161da093089e6804ba6a33**** |
| AddAssetUuids |
array |
No |
The list of unique IDs of cloud assets to add. |
|
|
string |
No |
The unique ID of the cloud asset to add. Note
Call the ListCloudAssetInstances operation to obtain this parameter. |
71a819cc12912de2345a1e7d1b9***-5*2 |
|
| DeleteAssetUuids |
array |
No |
The list of unique IDs of cloud assets to delete. |
|
|
string |
No |
The unique ID of the cloud asset to delete. Note
Call the ListCloudAssetInstances operation to obtain this parameter. |
71a819cc12912de2345a1e7d1b9***-5*2 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
ChangeCheckScopeConfigInstanceResponse |
||
| RequestId |
string |
The unique identifier that Alibaba Cloud generates for the request. |
7BC55C8F-226E-5AF5-9A2C-2EC43864**** |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
| Code |
string |
The status code returned by the operation. |
200 |
| Message |
string |
The message returned for the request. |
There was an error with your request. |
Examples
Success response
JSON format
{
"RequestId": "7BC55C8F-226E-5AF5-9A2C-2EC43864****",
"Success": true,
"Code": "200",
"Message": "There was an error with your request."
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.