Modify Multi-Account Instance Configuration
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:UpdateMultiUserInstances |
update |
*All Resource
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| MemberInstances |
array<object> |
No |
Member instances. |
|
|
array<object> |
No |
Structure. |
||
| OptType |
string |
No |
Operation type. Values:
|
CHANGE |
| ChargeType |
string |
No |
Charge type, values:
|
PREPAID |
| AliUid |
integer |
No |
The Alibaba Cloud account UID of the member. |
1766185894104675 |
| InstanceId |
string |
No |
The Cloud Security Center instance ID purchased by the member account. |
sas-p0anpb26my69 |
| Version |
string |
No |
The version of Cloud Security Center protection to be bound. Values:
|
7 |
| Status |
integer |
No |
Status of the member account instance. Values:
|
1 |
| SlsCapacity |
integer |
No |
Log storage capacity allocated to the member, in GB. |
10 |
| AntiRansomwareCapacity |
integer |
No |
Anti-ransomware capacity allocated to the member, in GB. |
10 |
| RaspCapacity |
integer |
No |
Application protection count allocated to the member. Unit: per month. |
0 |
| CspmCapacity |
integer |
No |
Cloud platform configuration check scan count allocated to the member. Unit: times per month. |
0 |
| ThreatAnalysisCapacity |
integer |
No |
Threat analysis capacity allocated to the member. Unit: GB. |
10 |
| ThreatAnalysisFlow |
integer |
No |
Threat analysis and response log access traffic allocated to the member. Unit: GB/day. |
0 |
| ImageScanCapacity |
integer |
No |
Image scan authorization count allocated to the member. |
1 |
| WebLockCapacity |
integer |
No |
Web tamper-proof authorization count allocated to the member. |
0 |
| HoneypotCapacity |
integer |
No |
Honeypot authorization count allocated to the member. |
0 |
| SdkCapacity |
integer |
No |
Malicious file detection SDK authorization count allocated to the member. |
10 |
| VersionSummary |
array<object> |
No |
Member account authorization usage information. |
|
|
object |
No |
Structure. |
||
| Version |
integer |
No |
Version of the Cloud Security Center for the member account. Values:
|
5 |
| EcsCount |
integer |
No |
Number of authorizations allocated to the member. |
3 |
| CoreCount |
integer |
No |
Number of cores authorized for the member. |
6 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Structure. |
||
| RequestId |
string |
The ID of this call request, which is a unique identifier generated by Alibaba Cloud for this request and can be used for troubleshooting and problem location. |
F8B6F758-BCD4-597A-8A2C-DA5A552C**** |
| Result |
array<object> |
Request processing result. |
|
|
object |
Structure. |
||
| AliUid |
integer |
User UID. |
****185894**** |
| InstanceId |
string |
The Cloud Security Center instance ID purchased by the member account. |
sas-p0anpb26**** |
| UpdateStatus |
string |
Update status. Values:
|
1 |
| ErrorMessage |
string |
Error message returned when the call fails. |
Failed to update multi-user instance configuration |
Examples
Success response
JSON format
{
"RequestId": "F8B6F758-BCD4-597A-8A2C-DA5A552C****",
"Result": [
{
"AliUid": 0,
"InstanceId": "sas-p0anpb26****\n",
"UpdateStatus": "1",
"ErrorMessage": "Failed to update multi-user instance configuration"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.