日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

ListActions - 查詢可用動作

查詢可用動作,包括原子動作和云產品動作。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

當前API暫無授權信息透出。

請求參數

名稱類型必填描述示例值
RegionIdstring

地域 ID

cn-hangzhou
OOSActionNamestring

動作名稱。名稱未包含關系,最終列出包含所填動作名稱的所有動作。

MyTemplate
MaxResultsinteger

分頁大小。取值范圍:10-100。默認為 50。

50
NextTokenstring

翻頁標記的 Token。

-

返回參數

名稱類型描述示例值
object
NextTokenstring

翻頁標記的 Token

xxx
RequestIdstring

請求 ID

F9154C02-F847-4563-BB6A-6DD01A4F0
MaxResultsinteger

分頁大小

50
Actionsarray<object>

動作列表

Actionobject
Popularityinteger

使用熱度

5
ActionTypestring

動作類型。

  1. 原子動作
    • Atomic.API
    • Atomic.Trigger
    • Atomic.Control
    • Atomic.Embedded
  2. 云產品動作
    • Product.ECS
    • Product.RDS
    • Product.VPC
    • Product.FC
    • …..
ACS::Template
Descriptionstring

動作說明

ReplaceSystemDisk
CreatedDatestring

動作創建時間

2019-05-16T10:26:14Z
TemplateVersionstring

動作所對應的模板版本。

說明 對于原子動作,該字段不返回。
v1
OOSActionNamestring

動作名稱

ACS::ECS::ReplaceSystemDisk
Propertiesstring

動作參數

{ "ImageId": { "Description": "The mirror ID you will use when resetting the system", "Type": "String" }, "InstanceId": { "Description": "the instance id that you will handle .", "Type": "String" } }

示例

正常返回示例

JSON格式

{
  "NextToken": "xxx",
  "RequestId": "F9154C02-F847-4563-BB6A-6DD01A4F0",
  "MaxResults": 50,
  "Actions": [
    {
      "Popularity": 5,
      "ActionType": "ACS::Template",
      "Description": "ReplaceSystemDisk",
      "CreatedDate": "2019-05-16T10:26:14Z",
      "TemplateVersion": "v1",
      "OOSActionName": "ACS::ECS::ReplaceSystemDisk",
      "Properties": "{ \"ImageId\": { \"Description\": \"The mirror ID you will use when resetting the system\", \"Type\": \"String\" }, \"InstanceId\": { \"Description\": \"the instance id that you will handle .\", \"Type\": \"String\" } }"
    }
  ]
}

錯誤碼

訪問錯誤中心查看更多錯誤碼。

變更歷史

變更時間變更內容概要操作
2024-12-12OpenAPI 描述信息更新查看變更詳情
2023-08-14API 內部配置變更,不影響調用查看變更詳情