Get Instance Authorization Value Range
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:GetInstanceAuthRange |
get |
*All Resource
|
None | None |
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Structure. |
||
| RequestId |
string |
The ID of the current call request, which is a unique identifier generated by Alibaba Cloud for this request and can be used to troubleshoot and locate issues. |
F8B6F758-BCD4-597A-8A2C-DA5A552C**** |
| InstanceAuthRange |
object |
Instance range validation |
|
| AntiRansomwareService |
integer |
Anti-ransomware service. Values:
|
1 |
| AntiVirusCore |
string |
Anti-virus core count. Values:
|
1-2000000000:1 |
| AdvancedCount |
string |
Advanced version count. Values:
|
1-2000000000:1 |
| EnterpriseCount |
string |
Enterprise version count. Range:
|
1-2000000000:1 |
| ContainerCount |
string |
Flagship version count. Values:
|
1-2000000000:1 |
| ContainerCore |
string |
Flagship version core count. Values:
|
1-2000000000:1 |
| RaspCapacity |
string |
Application protection count. Values:
|
0-100000000:1 |
| WebLockCapacity |
string |
Web tamper-proof authorization count. Values:
|
0-9999:1 |
| ThreatAnalysisCapacity |
string |
Threat analysis capacity. Values:
|
0-9999999999:1000 |
| ThreatAnalysisFlow |
string |
Threat analysis and response log access traffic. Values:
|
0-9999999999:100 |
| SlsCapacity |
string |
Log storage capacity. Values:
|
0-600000000:10 |
| AntiRansomwareCapacity |
string |
Anti-ransomware capacity. Values:
|
0-9000000000:10 |
| ImageScanCapacity |
string |
Image scan authorization count. Values:
|
0-200000:20 |
| HoneypotCapacity |
string |
Number of authorized honeypots. Value:
|
20-500:1 |
| CspmCapacity |
string |
Number of cloud platform configuration check scans. Value:
|
15000-9999999999:55000 |
| SdkCapacity |
string |
Number of authorized malicious file detection SDKs. Value:
|
10-9999999999:10 |
Examples
Success response
JSON format
{
"RequestId": "F8B6F758-BCD4-597A-8A2C-DA5A552C****\n",
"InstanceAuthRange": {
"AntiRansomwareService": 1,
"AntiVirusCore": "1-2000000000:1",
"AdvancedCount": "1-2000000000:1",
"EnterpriseCount": "1-2000000000:1",
"ContainerCount": "1-2000000000:1",
"ContainerCore": "1-2000000000:1",
"RaspCapacity": "0-100000000:1",
"WebLockCapacity": "0-9999:1",
"ThreatAnalysisCapacity": "0-9999999999:1000",
"ThreatAnalysisFlow": "0-9999999999:100",
"SlsCapacity": "0-600000000:10",
"AntiRansomwareCapacity": "0-9000000000:10",
"ImageScanCapacity": "0-200000:20",
"HoneypotCapacity": "20-500:1",
"CspmCapacity": "15000-9999999999:55000",
"SdkCapacity": "10-9999999999:10"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.