All Products
Search
Document Center

Simple Application Server:CreateOrder

Last Updated:May 07, 2026

Get pricing for Simple Application Server.

Operation description

An Alibaba Cloud SSH key pair uses the SSH protocol to provide secure login authentication by verifying identity and encrypting communication. Each key pair consists of a public key and a private key and can be used only with Linux instances.

  • You can use key pairs to log in only to Simple Application Server instances that run Linux.

  • An Alibaba Cloud account can have a maximum of 10 key pairs in each region.

  • In the console, you can create only RSA 2048-bit key pairs.

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

swas-open:CreateOrder

list

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

RegionId

string

Yes

The ID of the region. Call the ListRegions operation to query available regions.

cn-shenzhen

OrderType

string

No

The type of the order.

  • Buy

Default value: Buy

Buy

Commodity

object

Yes

The commodity details.

Period

integer

Yes

The subscription period of the Simple Application Server instance. Valid values: 1 to 20. Default value: 1.

1

PeriodUnit

string

Yes

The unit of the subscription period. Valid values:

  • Month

  • Year

Default value: Month

Month

PayType

string

No

The payment type.

  • Prepaid: The subscription payment type.

Prepaid

CommodityType

string

No

The type of resource to purchase.

Server

PlanId

string

Yes

The plan ID. Call the ListPlans operation to query available plans in a region.

swas.s.c2m1s30b1.linux

ImageId

string

Yes

The image ID. Call the ListImages operation to query available images in a region.

3e8eea0c00a04ff0b34a3ad8f1df455a

Amount

integer

No

The number of Simple Application Server instances to create. Valid values: 1 to 20.

Default value: 1

1

DataDiskSize

integer

No

The data disk capacity in GB. The value must be an integer from 0 to 16,380 and a multiple of 20.

Default value: 0

0

AutoPay

boolean

No

Specifies whether to enable automatic payment for the order. Valid values:

  • true: Enables automatic payment.

  • false: Disables automatic payment.

false

AutoRenew

boolean

No

Specifies whether to enable auto-renewal. Valid values:

  • true: Enables auto-renewal.

  • false: Disables auto-renewal.

Default value: false

false

AutoRenewPeriod

integer

No

The auto-renewal period. This parameter is required if you set AutoRenew to true. Valid values:

  • If PeriodUnit is set to Year: 1, 2, and 3.

  • If PeriodUnit is set to Month: 1, 2, 3, 6, 12, 24, 36, 48, and 60.

Default value: 1.

1

BusinessInfo

object

No

Additional business information.

UseCoupon

boolean

No

Specifies whether to use a coupon. Valid values:

  • true: Use a coupon.

  • false: Do not use a coupon.

Default value: false.

false

OrderSource

string

No

The source of the order.

-

PromotionOptions

object

No

The promotion options.

PromotionOptionNo

string

No

The coupon ID.

802681580959

PromotionOptionCode

string

No

The promotion option code.

youhui_quan

PromotionFilter

object

No

The promotion conditions.

UseCoupon

boolean

No

Specifies whether to use a coupon. Valid values:

  • true: Use a coupon.

  • false: Do not use a coupon.

Default value: false.

False

ActivityId

string

No

AliyunLang

string

No

The language of the response. Default value: zh.

zh

FromApp

string

No

The source of the request. Valid values:

  • OpenApi: The request is from an API call.

  • mongo_buy: The request is from the console.

Buy

CouponNo

string

No

The coupon code. The default value is youhuiquan_promotion_option_id_for_blank.

772339720881

Response elements

Element

Type

Description

Example

object

The response schema.

RequestId

string

The request ID.

4D10F506-E583-517D-A937-4378BF0C665B

OrderId

string

The order ID.

276025619780639

Examples

Success response

JSON format

{
  "RequestId": "4D10F506-E583-517D-A937-4378BF0C665B",
  "OrderId": "276025619780639"
}

Error codes

HTTP status code

Error code

Error message

Description

400 CSS_SYSTEM_ERROR The sales system encountered an error. There was an error in the selling system.
400 SWAS_NOT_ENOUGH_ACTIVITY_STOCK The configuration you selected is sold out in the current region. Please try to select another configuration or region. The configuration you selected is sold out in the current region. Please try to select another configuration or region.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.