All Products
Search
Document Center

Security Center:GetInstanceAuthRange

Last Updated:Mar 24, 2026

Get Instance Authorization Value Range

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

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:

  • 0: Not enabled

  • 1: Enabled

1

AntiVirusCore

string

Anti-virus core count. Values:

  • 1-2000000000: Range

  • 1: Step

1-2000000000:1

AdvancedCount

string

Advanced version count. Values:

  • 1-2000000000: Range

  • 1: Step

1-2000000000:1

EnterpriseCount

string

Enterprise version count. Range:

  • Value: 1-2000000000

  • Step: 1

1-2000000000:1

ContainerCount

string

Flagship version count. Values:

  • 1-2000000000: Range

  • 1: Step

1-2000000000:1

ContainerCore

string

Flagship version core count. Values:

  • 1-2000000000: Range

  • 1: Step

1-2000000000:1

RaspCapacity

string

Application protection count. Values:

  • 1-100000000: Range

  • 1: Step

0-100000000:1

WebLockCapacity

string

Web tamper-proof authorization count. Values:

  • 1-9999: Range

  • 1: Step

0-9999:1

ThreatAnalysisCapacity

string

Threat analysis capacity. Values:

  • 1-9999999999: Range

  • 1000: Step

0-9999999999:1000

ThreatAnalysisFlow

string

Threat analysis and response log access traffic. Values:

  • 1-9999999999: Range

  • 100: Step

0-9999999999:100

SlsCapacity

string

Log storage capacity. Values:

  • 1-600000000: Range

  • 10: Step

0-600000000:10

AntiRansomwareCapacity

string

Anti-ransomware capacity. Values:

  • 1-9000000000: Range

  • 10: Step

0-9000000000:10

ImageScanCapacity

string

Image scan authorization count. Values:

  • 1-200000: Range

  • 20: Step

0-200000:20

HoneypotCapacity

string

Number of authorized honeypots. Value:

  • 20-500:Range

  • 1:Step

20-500:1

CspmCapacity

string

Number of cloud platform configuration check scans. Value:

  • 15000-9999999999:Range

  • 55000:Step

15000-9999999999:55000

SdkCapacity

string

Number of authorized malicious file detection SDKs. Value:

  • 10-9999999999:Range

  • 10:Step

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.