详情页标题前

阿里云ECS云服务器DescribePrice-云淘科技

详情页1

调用DescribePrice查询云服务器ECS资源的最新价格

接口说明

  • 查询不同类型资源的价格时,必需参数也有所不同,具体说明如下:
    • 参数ResourceType=instance时,您必须同时指定参数InstanceType
    • 参数ResourceType=disk时,您必须同时指定参数DataDisk.1.CategoryDataDisk.1.Size。查询disk资源的价格时,只返回云盘按量付费的价格,即参数PriceUnit只能取值为Hour
    • 查询ResourceType=ddh时,您必须同时指定参数DedicatedHostType
    • 查询ResourceType=ElasticityAssurance时,必须同时指定参数InstanceType
    • 查询ResourceType=CapacityReservation时,必须同时指定参数InstanceType
  • 查询ResourceType=bandwidth时,只返回按流量计费(PayByTraffic)的价格。
  • 参数ResourceType=instance时,仅支持查询四块以内数据盘的价格。
  • 默认查询付费方式(ChargeType)为按量付费(PostPaid)的价格,您可以通过指定PriceUnit参数查询云服务器ECS不同计费周期的价格。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称

类型

是否必选

示例值

描述

Action String DescribePrice

系统规定参数。取值:DescribePrice

RegionId String cn-hangzhou

地域ID。您可以调用DescribeRegions查看最新的阿里云地域列表。

ResourceType String instance

目标资源的类型。取值范围:

  • instance:查询ECS实例的最新价格列表。当取值为instance时,必须同时指定参数InstanceType
  • disk:查询云盘的最新价格列表。当取值为disk时,必须同时指定参数DataDisk.1.CategoryDataDisk.1.Size
  • bandwidth:查询带宽的最新价格列表。
  • ddh:查询专有宿主机的最新价格列表。
  • ElasticityAssurance:查询弹性保障服务的价格信息。当取值为ElasticityAssurance时,必须同时指定参数InstanceType
  • CapacityReservation:查询容量预定服务的价格信息。当取值为CapacityReservation时,必须同时指定参数InstanceType

默认值:instance。

ImageId String centos_7_05_64_20G_alibase_20181212.vhd

仅当参数ResourceType的值为instance时,该参数生效。

镜像ID,表示启动实例时希望装载的运行环境。您可以调用DescribeImages查询您可用的镜像资源。如果不指定,默认查询Linux系统镜像的价格。

InstanceType String ecs.g6.large

实例的资源规格。参数ResourceType的值为instance时,您必须同时指定该参数。更多详情,请参见实例规格族,也可以调用DescribeInstanceTypes接口获得最新的规格表。

DedicatedHostType String ddh.c5

专有宿主机的规格。您可以调用DescribeDedicatedHostTypes接口获得最新的专有宿主机规格表。

IoOptimized String optimized

查询的实例是否为I/O优化实例。取值范围:

  • none:非I/O优化。
  • optimized:I/O优化。

当InstanceType为系列I的规格时,默认值为none。

当InstanceType为非系列I的规格时,默认值为optimized。

InstanceNetworkType String vpc

实例的网络类型。取值范围:

  • classic:实例的网络类型为经典网络(Classic)。
  • vpc:实例的网络类型为专有网络(VPC)。

默认值:vpc。

InternetChargeType String PayByTraffic

网络带宽计费方式。取值范围:

  • PayByBandwidth:按固定带宽计费。
  • PayByTraffic:按带宽流量计费。

默认值:PayByTraffic。

InternetMaxBandwidthOut Integer 5

公网出带宽最大值,单位为Mbit/s(Megabit per second)。取值范围:0~100。

默认值:0。

SystemDisk.Category String cloud_ssd

系统盘的云盘种类。取值范围:

  • cloud:普通云盘。
  • cloud_efficiency:高效云盘。
  • cloud_ssd:SSD云盘。
  • ephemeral_ssd:本地SSD盘。
  • cloud_essd:ESSD云盘。
  • cloud_auto:ESSD AutoPL云盘。

  • cloud_essd_entry:ESSD Entry云盘。

参数默认值说明:

  • 当InstanceType为已停售的实例规格,且参数IoOptimized取值为none时,该参数默认值为cloud
  • 其它情况下,该参数默认值为cloud_efficiency

说明 查询系统盘价格时,必须同时指定ImageId

SystemDisk.SizeInteger80

系统盘大小,单位为GiB。取值范围:20~500。

默认值:max{20, 参数ImageId对应的镜像大小}。

SystemDisk.PerformanceLevel String PL1

系统盘类型为ESSD云盘时,区分性能等级。仅当SystemDiskCategory=cloud_essd时该参数有效。取值范围:

PL0。

PL1(默认)。

PL2。

PL3。

DataDisk.1.Size Integer 2000

为提高扩展性,建议您使用DataDisk.N.Size参数。

DataDisk.1.Category String cloud_ssd

为提高扩展性,建议您使用DataDisk.N.Category参数。

DataDisk.1.PerformanceLevel String PL1

为提高扩展性,建议您使用DataDisk.N.PerformanceLevel参数。

DataDisk.2.Size Integer 200

为提高扩展性,建议您使用DataDisk.N.Size参数。

DataDisk.2.Category String cloud_ssd

为提高扩展性,建议您使用DataDisk.N.Category参数。

DataDisk.2.PerformanceLevel String PL1

为提高扩展性,建议您使用DataDisk.N.PerformanceLevel参数。

DataDisk.3.Size Integer 2000

为提高扩展性,建议您使用DataDisk.N.Size参数。

DataDisk.3.Category String cloud_ssd

为提高扩展性,建议您使用DataDisk.N.Category参数。

DataDisk.3.PerformanceLevel String PL1

为提高扩展性,建议您使用DataDisk.N.PerformanceLevel参数。

DataDisk.4.Size Integer 2000

为提高扩展性,建议您使用DataDisk.N.Size参数。

DataDisk.4.Category String cloud_ssd

为提高扩展性,建议您使用DataDisk.N.Category参数。

DataDisk.4.PerformanceLevel String PL1

为提高扩展性,建议您使用DataDisk.N.PerformanceLevel参数。

Period Integer 1

云服务器ECS的计费时长。取值范围:

  • 当参数PriceUnit取值为Month时:1~9。
  • 当参数PriceUnit取值为Year时:1~5。
  • 当参数PriceUnit取值为Hour时:1。
  • 当参数PriceUnit取值为Week时:1~4。

默认值:1。

PriceUnit String Year

查询云服务器ECS不同计费周期的价格。取值范围:

  • Month:按月计费的价格单位。
  • Year:按年计费的价格单位。
  • Hour(默认):按小时计费的价格单位。
  • Week:按周计费的价格单位。
Amount Integer 1

查询批量购买某种配置的云服务器ECS的价格。取值范围:1~1000。

默认值:1。

OfferingType String All Upfront

预留实例券的付款类型。取值范围:

  • No Upfront:零预付。
  • Partial Upfront:部分预付。
  • All Upfront:全预付。
InstanceAmount Integer 100

在一个实例规格内,需要预留的实例的总数量。

取值范围:1~1000。

Scope String Zone

预留实例券的范围。取值范围:

  • Region:地域级别。
  • Zone:可用区级别。

默认值:Region。

Platform String Linux

实例使用的镜像的操作系统类型。取值范围:

  • Windows:Windows Server类型的操作系统。
  • Linux:Linux及类Unix类型的操作系统。
Capacity Integer 1024

容量大小,单位为GiB。

AssuranceTimes String Unlimited

弹性保障的总次数。取值:Unlimited,目前仅支持在服务生效期内的无限次模式。

默认值:Unlimited。

InstanceCpuCoreCount Integer 1024

弹性保障内支持实例的vCPU总数量。调用API时系统会根据用户指定的InstanceType换算出需要弹性保证内支持实例的数量(向上取整)。

说明 当调用API查询弹性保障价格时,参数InstanceCoreCpuCount和InstanceAmount只能指定其中一个。

IspStringcmcc

互联网服务运营商,取值范围:

  • cmcc:移动。
  • telecom:电信。
  • unicom:联通。
  • multiCarrier:多线。
InstanceTypeList.N String ecs.c6.xlarge

实例规格。目前仅支持无限次保障服务设置单个实例规格。

SpotStrategy String NoSpot

按量付费实例的抢占策略。取值范围:

  • NoSpot:正常按量付费实例。
  • SpotWithPriceLimit:设置上限价格的抢占式实例。
  • SpotAsPriceGo:系统自动出价,最高按量付费价格。

默认值:NoSpot。

说明 PriceUnit=HourPeriod=1时,该参数才有效。由于PriceUnit默认值为HourPeriod默认值为1,因此您在设置该参数值时,无需设置PriceUnitPeriod参数值。

SpotDurationInteger1

抢占式实例的保留时长,单位为小时。取值范围:0~6。

  • 保留时长2~6请提交工单申请,并填写如下信息。
    • 所需资源规格和数量,如ecs.g6.8xlarge 1000台。
    • 资源使用地域,如华北2(北京)。
    • 每日集中使用时间,如每天集中在1:00~4::00使用。
  • 取值为0,则为无保护期模式。

默认值:1。

ZoneId String cn-hagzhou-i

可用区ID。

说明 抢占式实例不同可用区价格可能不同,查询抢占式实例价格时,建议传入ZoneId查询指定可用区的抢占式实例价格。

DataDisk.N.CategoryStringcloud_ssd

第N块数据盘的云盘种类。取值范围:

  • cloud:普通云盘。
  • cloud_efficiency:高效云盘。
  • cloud_ssd:SSD云盘。
  • ephemeral_ssd:本地SSD盘。
  • cloud_essd:ESSD云盘。
  • cloud_auto:ESSD AutoPL云盘。

  • cloud_essd_entry:ESSD Entry云盘。

N的取值范围:1~16。

DataDisk.N.Size Long 2000

第N块数据盘的容量大小,内存单位为GiB。取值范围:

  • cloud:5~2000。
  • cloud_efficiency:20~32768。
  • cloud_ssd:20~32768。
  • cloud_auto:40~32768。

  • cloud_essd_entry:10~32768。

  • cloud_essd:具体取值范围与DataDisk.N.PerformanceLevel的取值有关。
    • PL0:40~32768。
    • PL1:20~32768。
    • PL2:461~32768。
    • PL3:1261~32768。
  • ephemeral_ssd:5~800。

N的取值范围:1~16。

DataDisk.N.PerformanceLevel String PL1

第N块数据盘类型为ESSD云盘时,区分性能等级。仅当DataDisk.N.Category=cloud_essd时该参数有效。取值范围:

  • PL0。
  • PL1(默认)。
  • PL2。
  • PL3。

N的取值范围:1~16。

SchedulerOptions.DedicatedHostId String dh-bp67acfmxazb4p****

仅当参数ResourceType的值为instance时,该参数生效。

专有宿主机ID。您可以通过DescribeDedicatedHosts 查询专有宿主机ID列表。

返回数据

名称

类型

示例值

描述

RequestId String 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E

请求ID。

PriceInfo Object

价格信息类型(Price),包括价格和优惠规则。

Rules Array of Rule

活动规则。

Rule
Description String 买满1年,立享官网价格8.5折优惠。

活动规则描述。

RuleId Long 587

活动规则ID。

Price Object

价格。

OriginalPrice Float 4368

原价。

ReservedInstanceHourPrice Float 1

0预付或部分预付的预留实例券的小时价。

DiscountPrice Float 655.2

折扣。

Currency String CNY

货币单位。

中国站:CNY。

国际站:USD。

TradePrice Float 3712.8

最终价,为原价减去折扣。

DetailInfos Array of ResourcePriceModel

价格的详细信息。

说明 该返回值正在邀测中,暂未开放使用。

ResourcePriceModel
ResourceStringinstance

资源名称。

OriginalPrice Float 4368

原价。

DiscountPrice Float 655.2

折扣价。

TradePrice Float 3712.8

成交价。

SubRules Array of Rule

定价规则子集。

Rule
Description String 买满1年,立享官网价格8.5折优惠

规则子集描述。

RuleId Long 587

活动规则ID。

示例

请求示例

http(s)://ecs.aliyuncs.com/?Action=DescribePrice
&RegionId=cn-hangzhou
&ResourceType=instance
&InstanceType=ecs.g6.large
&ImageId=centos_7_05_64_20G_alibase_20181212.vhd
&InstanceNetworkType=vpc
&InternetChargeType=PayByTraffic
&InternetMaxBandwidthOut=5
&公共请求参数

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml


    04F0F334-1335-436C-A1D7-6C044FE73368
    
        
            CNY
            655.2
            0
            4368
            3712.8
        
        
            
                买满1年,立享官网价格8.5折优惠。
                ONE_YEAR_85_PERCENT
            
        
    

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "04F0F334-1335-436C-A1D7-6C044FE73368",
  "PriceInfo" : {
    "Price" : {
      "Currency" : "CNY",
      "DiscountPrice" : 655.2,
      "ReservedInstanceHourPrice" : 0,
      "OriginalPrice" : 4368,
      "TradePrice" : 3712.8
    },
    "Rules" : {
      "Rule" : [ {
        "Description" : "买满1年,立享官网价格8.5折优惠。",
        "RuleId" : "ONE_YEAR_85_PERCENT"
      } ]
    }
  }
}

错误码

HttpCode

错误码

错误信息

描述

400 InvalidSpotAuthorized The specified Spot param is unauthorized. 指定的 SpotDuration 参数值未获得授权。
400 InvalidInstanceType.ValueUnauthorized The specified InstanceType is not authorized. 指定的实例规格未授权使用。
400 InvalidInstanceType.ValueNotSupported The specified InstanceType does not exist or beyond the permitted range. 您指定的实例规格不存在,或者您没有权限操作此规格的实例。
400 InvalidInternetChargeType.ValueNotSupported The specified InternetChargeType is not valid. 暂不支持指定的网络付费类型的实例,请确认相关参数是否正确。
400 InvalidDataDiskSize.ValueNotSupported The specified DataDisk.n.Size beyond the permitted range, or the capacity of snapshot exceeds the size limit of the specified disk category. 指定的 DataDisk.n.Size 超出允许范围,或者快照的容量超过指定磁盘类别的大小限制。
400 InvalidParameter.Conflict The specified image does not support the specified instance type. 指定的镜像不能用于指定的实例规格。
400 InvalidIoOptimizedValue.ValueNotSupported IoOptimized value not supported. 不支持指定的I/O优化值。
400 InvalidPeriod The specified period is not valid. 指定的时段不合法。
400 InstanceDiskCategoryLimitExceed The specified DataDisk.n.Size beyond the permitted range, or the capacity of snapshot exceeds the size limit of the specified disk category. 指定的 DataDisk.n.Size 超出允许范围,或者快照的容量超过了指定磁盘类别的大小限制。
400 InvalidInternetMaxBandwidthOut.ValueNotSupported The specified vm bandwidth is not valid. 指定的虚拟机带宽无效。
400 InvalidSystemDiskCategory.ValueNotSupported The specified parameter SystemDisk.Category is not valid. 指定的SystemDisk.Category不合法。
400 InvalidInternetMaxBandwidthOut.ValueNotSupported The specified parameter Bandwidth is not valid. 指定的 Bandwidth 不合法。
400 InstanceDiskNumber.LimitExceed The total number of specified disk in an instance exceeds. 实例下磁盘数目超过限制。
400 InvalidInternetMaxBandwidthOut.ValueNotSupported %s 参数 InternetMaxBandwidthOut 无效。
400 InvalidDataDiskCategory.ValueNotSupported %s 指定的数据磁盘类型无效。%s为变量,将根据调用API的实际情况动态返回错误信息。
400 InvalidSystemDiskCategory.ValueNotSupported %s 当前操作不支持此系统磁盘类型。
400 InvalidParameter.Conflict %s 您输入的参数无效,请检查参数之间是否冲突。%s为变量,将根据调用API的实际情况动态返回错误信息。
400 InvalidInternetChargeType.ValueNotSupported %s 该实例不支持指定的 InternetChargeType。
400 InvalidInstanceType.ValueNotSupported %s 该操作暂不支持指定的实例类型。
400 RegionUnauthorized %s 该地域未被授权。%s为变量,将根据调用API的实际情况动态返回错误信息。
400 InvalidSystemDiskSize.ValueNotSupported %s 当前操作不支持设置的系统盘大小。
400 InvalidDataDiskSize.ValueNotSupported %s 指定的数据盘容量无效。%s为变量,将根据调用API的实际情况动态返回错误信息。
400 Throttling Request was denied due to request throttling. 请求被流控。
400 PriceNotFound The price of your queried resource is not available now, please try other resources. 未找到价格,请修改相应的参数值重试。
400 InvalidResourceType.ValueNotSupported The specified parameter ResourceType is not valid. 指定的资源类型不合法。
400 InvalidPriceUnit.ValueNotSupported The specified parameter PriceUnit is not valid. 指定的单价不合法。
400 InvalidInternetMaxBandwidthOut.ValueNotSupported The specified parameter InternetMaxBandwidthOut is not valid. 指定的 InternetMaxBandwidthOut 参数不合法。
400 EncryptedOption.Conflict %s 参数不支持(加密盘)。%s为变量,将根据调用API的实际情况动态返回错误信息。
400 IncorrectImageStatus The specified image is an Alibaba Cloud Marketplace image. The sale of this image has ended. For more information, contact the image service provider. 指定的镜像为阿里云市场镜像。此镜像的售卖已经结束。更多信息请联系镜像服务提供商。
400 InvalidAssuranceTimes.NotSupported The value of AssuranceTimes is not supported. AssuranceTimes参数值不支持。
400 InvalidParameter.Platform The specified parameter Platform is invalid. 指定的 Platform 参数非法。
400 InvalidOperation.InstanceRenewWithDowngradeInPlan The operation is denied due to the specified instance has renew with downgrade record in plan. 存在未生效的续费降配订单。订单生效前不允许此操作。
403 ImageNotSubscribed The specified image has not be subscribed. 指定的镜像未在云市场镜像中订阅。
403 OperationDenied The specified Image is disabled or is deleted. 指定的镜像被禁用或被删除。
403 InvalidSystemDiskCategory.ValueUnauthorized The disk category is not authorized. 该磁盘类别未经授权。
403 InstanceDiskCategoryLimitExceed The total size of specified disk category in an instance exceeds. 磁盘种类总容量超过实例限制。
403 ImageRemovedInMarket The specified market image is not available, Or the specified user defined image includes product code because it is based on an image subscribed from marketplace, and that image in marketplace includeing exact the same product code has been removed. 指定的市场镜像不可用,或者指定的用户定义镜像包含产品代码,因为它基于从市场订购的镜像,并且市场中包含完全相同的产品代码的镜像已被删除。
403 QuotaExceed.PortableCloudDisk The quota of portable cloud disk exceeds. 可卸载磁盘数量已达上限。
403 Forbbiden User not authorized to operate on the specified resource. 用户未被授权操作指定的资源。
403 InstanceDiskNumLimitExceed The number of specified disk in an instance exceeds. 实例下磁盘数目超过限制。
403 IoOptimized.NotSupported The specified image is not support IoOptimized Instance. 指定的镜像不支持 I/O 优化型实例。
403 ImageNotSupportInstanceType The specified image don’t support the InstanceType instance. 指定的镜像不支持选定实例规格的实例。
403 InvalidDiskSize.TooSmall Specified disk size is less than the size of snapshot. 指定的磁盘容量小于快照容量。
403 OperationDenied The type of the disk does not support the operation. 此磁盘种类不支持指定的操作。
403 InvalidDiskCategory.Mismatch The specified disk categories combination is not supported. 不支持的磁盘种类搭配。
403 InvalidDiskCategory.NotSupported The specified disk category is not support the specified instance type. 指定的磁盘种类不支持该实例规格。
403 InvalidDiskCategory.NotSupported The upgrade operation of instance does not support this category of disk. 实例的升级操作不支持此类磁盘。
403 InvalidParameter.ResourceOwnerAccount ResourceOwnerAccount is Invalid. 指定的 ResourceOwnerAccount 不合法。
403 RegionUnauthorized There is no authority to create instance in the specified region. 用户未被授权在指定的地域创建实例。
403 OperationDenied The resource is out of usage. 该实例不在运行状态,请您启动实例或检查操作是否合理。
403 InstanceType.Offline %s 实例规格因停售、供货不足等原因,不支持该操作。
403 OperationDenied The specified parameter InstanceNetworkType is not authorized. 用户未被授权指定的实例网络类型。
403 InvalidAmount.Malformed The specified parameter Amount is not valid. 参数 Amount 格式错误。
403 InvalidDiskIds.NotFound Some of the specified disks do not exist. 指定的磁盘不存在。
403 InvalidDiskCategory.NotSupported The specified disk category is not supported. 指定的云盘类型不支持当前操作。
403 PrePaidInstance.Expired The prePaid instance has expired. 包年包月实例已到期。
403 InvalidAction.Unauthorized The specified action is not valid. 指定的操作无效。
403 InvalidInstanceType.NotSupportDiskCategory The instanceType of the specified instance does not support this disk category. 指定的实例规格(InstanceType)不支持当前实例的云盘类别。请尝试更换其它实例规格。关于实例规格支持的云盘类型,请参见实例规格族文档。
404 InvalidImageId.NotFound The specified ImageId does not exist. 指定的镜像在该用户账号下不存在,请您检查镜像 ID 是否正确。
404 InvalidInstanceChargeType.NotFound The InstanceChargeType does not exist in our records. 指定的实例计费方式不存在。
404 DependencyViolation.IoOptimized The specified instancetype must be IoOptimized instance. 指定的实例规格必须为I/O优化实例,请您检查实例规格是否正确。
404 InvalidSystemDiskSize.LessThanImageSize The specified parameter SystemDisk.Size is less than the image size. 指定的 SystemDisk.Size 小于镜像大小。
404 InvalidSystemDiskSize.LessThanMinSize The specified parameter SystemDisk.Size is less than the minimum size. 指定的 SystemDisk.Size 低于最小值。
404 InvalidSystemDiskSize.ValueNotSupported The specified parameter SystemDisk.Size is invalid. 指定的 SystemDisk.Size 不合法。
404 InvalidInstanceType.Missing The InstanceType parameter that is mandatory for processing the request is not provided. InstanceType 参数为必填参数。
404 InvalidNetworkType.ValueNotSupported The specified parameter NetworkType is not valid. 指定的网络类型不合法。
404 InvalidDiskCategory.Missing The DataDisk.1.Category parameter that is mandatory for processing the request is not provided. 没有指定数据盘类型。
404 Invalid.InstanceId.NotFound The Instance provided does not exist. 指定的实例不存在。
404 InvalidMarketImage.NotFound The specified marketplace image does not exist, please change the imageId and try again. 指定的市场镜像不存在,请更改参数后重试。
404 InvalidDiskIds.NotPortable The specified DiskId is not portable. 指定的磁盘是不可移植的。
404 InvalidSystemDisk.NotFound The specified system disk does not exist. 指定的系统盘不存在。
404 InvalidResourceGroup.NotFound The ResourceGroup provided does not exist in our records. 资源组并不在记录中。
500 InternalError The request processing has failed due to some unknown error. 内部错误,请重试。
500 InternalError %s 内部错误。

访问错误中心查看更多错误码。

腾讯云1折,限时活动,即将结束: 马上收藏
同尘科技为腾讯云授权服务中心。
购买腾讯云产品享受折上折,更有现金返利。同意关联立享优惠

转转请注明出处:https://www.yunxiaoer.com/151526.html

(0)
上一篇 2023年12月9日
下一篇 2023年12月9日
详情页2

相关推荐

  • 阿里云负载均衡CLB计费FAQ-云淘科技

    文本介绍传统型负载均衡CLB(Classic Load Balancer)计费相关的常见问题。 CLB实例如何计费? CLB是否对入流量计费? 健康检查产生的流量是否会被计费? ECS加入CLB的后端服务器资源池是否影响CLB计费? 攻击流量是否会被计费? CLB实例的所有后端ECS都停止,或者没有挂载ECS时,是否会收取公网网络费用? CLB实例停机后是否…

    2023年12月10日
  • 阿里云ECS云服务器搭建Hadoop环境-云淘科技

    本教程介绍如何在Linux操作系统的ECS实例上快速搭建Hadoop伪分布式环境。 前提条件 已创建ECS实例。具体操作,请参见自定义购买实例。 本教程示例场景中,ECS实例的配置如下: 实例规格:ecs.g6.large 操作系统:公共镜像CentOS 7.7 64位 网络类型:专有网络VPC IP地址:公网IP 说明 由于操作系统和版本不同,操作时命令可…

    阿里云服务器 2023年12月9日
  • 信息流广告,信息流部分建议宽度830px,只针对默认列表样式,顺序随机
  • 阿里云ECS云服务器ResetDisk-云淘科技

    调用ResetDisk使用云盘的历史快照回滚至某一阶段的云盘状态。 接口说明 调用该接口时,您需要注意: 云盘的状态必须为使用中(In_Use)或空闲(Available)的状态。 云盘挂载的实例的状态必须为已停止(Stopped)。您可以调用StopInstances停止实例。 指定的参数SnapshotId必须是由DiskId创建的历史快照。 通过Des…

    阿里云服务器 2023年12月9日
  • 阿里云RDS数据库设置独享代理连接地址-云淘科技

    独享代理目前提供一个默认代理地址,代理终端功能绑定该地址。您可以额外新增代理地址、修改代理地址或删除代理地址。 前提条件 开通并配置数据库代理服务 代理地址类型 代理地址共分三种类型:内网地址(专有网络)、内网地址(经典网络)和外网地址。 开启独享代理时,您可以选择默认的代理地址类型,默认的代理地址创建后,您还可以新增代理地址,不同类型实例支持的代理地址类型…

    2023年12月9日
  • 阿里云大数据开发治理平台 DataWorksGetDataServiceApplication-云淘科技

    调用GetDataServiceApplication查询数据服务App的详情。 调试 您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。 请求参数 名称 类型 是否必选 示例值 描述 Action String 是 GetDataServiceApplic…

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信
本站为广大会员提供阿里云、腾讯云、华为云、百度云等一线大厂的购买,续费优惠,保证底价,买贵退差。