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

CreateApiDestination - 創建API端點信息

創建API端點信息。

接口說明

用于創建 API 端點信息。

調試

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

授權信息

下表是API對應的授權信息,可以在RAM權限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:

  • 操作:是指具體的權限點。
  • 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
  • 資源類型:是指操作中支持授權的資源類型。具體說明如下:
    • 對于必選的資源類型,用背景高亮的方式表示。
    • 對于不支持資源級授權的操作,用全部資源表示。
  • 條件關鍵字:是指云產品自身定義的條件關鍵字。
  • 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作訪問級別資源類型條件關鍵字關聯操作
eventbridge:CreateApiDestinationcreate
*ApiDestination
acs:eventbridge:{#regionId}:{#accountId}:apidestination/{#ApiDestinationName}

請求參數

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

API 名稱,最大長度 127 個字符。最小長度 2 個字符。

api-destination-name
ConnectionNamestring

連接配置名稱。最大長度 127 個字符。最小長度 2 個字符。

注意 需要先調用 Connection 接口創建連接配置,ConnectionName 填寫已存在的連接名稱。

connection-name
Descriptionstring

API 描述,不超過 255 個字符。

連接配置描述信息
HttpApiParametersobject

API 端點的配置信息。

Endpointstring

API 端點的接入點地址。最大長度 127 個字符。

http://127.0.0.1:8001/api
Methodstring

HTTP 請求方法。

  • GET
  • POST
  • HEAD
  • DELETE
  • PUT
  • PATCH
POST

返回參數

名稱類型描述示例值
object
RequestIdstring

請求 ID。

5DAF96FB-A4B6-548C-B999-0BFDCB22****
Messagestring

返回信息。

success
Codestring

接口狀態或 POP 錯誤碼。取值說明如下:Success:成功。

Success
Dateobject

返回創建 API 端點成功數據結構。

ApiDestinationNamestring

API 端點名稱。

ApiDestinationName

示例

正常返回示例

JSON格式

{
  "RequestId": "5DAF96FB-A4B6-548C-B999-0BFDCB22****",
  "Message": "success",
  "Code": "Success",
  "Date": {
    "ApiDestinationName": "ApiDestinationName"
  }
}

錯誤碼

HTTP status code錯誤碼錯誤信息
409RequestParameterExceptionRequest parameter exception
409RequestParameterInvalidThe ApiDestination name is invalid! Only letters a~z or A~Z, numbers 0~9, underscore (_) and dash (-) are supported.
409RequestParameterInvalidThe connection name length cannot exceed 127.
409ApiDestinationAlreadyExistThe api-destination already existed!
409ConnectionNotExistThe Connection not existed!
409HttpApiParametersIsNullHttpApiParameters is null!
409EndpointIsBlankEndpoint is blank!
409MethodMethod is blank!
409EndpointLengthExceedEndpoint length cannot exceed 127!
409ApiDestinationAlreadyExistThe api-destination already existed!
409ApiDestinationCountExceedLimitThe current count of api-destination is [{0}], which will exceed the limit quota.
500InternalErrorInternalError

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

變更歷史

變更時間變更內容概要操作
2023-09-13OpenAPI 錯誤碼發生變更查看變更詳情
2023-04-12OpenAPI 錯誤碼發生變更查看變更詳情
2023-04-06OpenAPI 錯誤碼發生變更、OpenAPI 入參發生變更查看變更詳情