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

GrantSagInstanceToCcn - 將實(shí)例授權(quán)給跨賬號(hào)的云連接網(wǎng)實(shí)例

更新時(shí)間:

將智能接入網(wǎng)關(guān)實(shí)例授權(quán)給跨賬號(hào)的云連接網(wǎng)實(shí)例。

調(diào)試

您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。

授權(quán)信息

下表是API對(duì)應(yīng)的授權(quán)信息,可以在RAM權(quán)限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說明如下:

  • 操作:是指具體的權(quán)限點(diǎn)。
  • 訪問級(jí)別:是指每個(gè)操作的訪問級(jí)別,取值為寫入(Write)、讀取(Read)或列出(List)。
  • 資源類型:是指操作中支持授權(quán)的資源類型。具體說明如下:
    • 對(duì)于必選的資源類型,用背景高亮的方式表示。
    • 對(duì)于不支持資源級(jí)授權(quán)的操作,用全部資源表示。
  • 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。
  • 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時(shí)具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
操作訪問級(jí)別資源類型條件關(guān)鍵字關(guān)聯(lián)操作
smartag:GrantSagInstanceToCcnWrite
  • CloudConnectNetwork
    acs:smartag:{#regionId}:{#accountId}:ccn/{#CcnInstanceId}
  • SmartAccessGateway
    acs:smartag:{#regionId}:{#accountId}:smartag/{#SmartAGId}

請(qǐng)求參數(shù)

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

智能接入網(wǎng)關(guān)實(shí)例所屬的地域 ID。

cn-shanghai
SmartAGIdstring

智能接入網(wǎng)關(guān)實(shí)例 ID。

sag-tzirqx07bvcngm****
CcnInstanceIdstring

云連接網(wǎng)實(shí)例 ID。

ccn-n2935s1mnwv8i*****
CcnUidlong

云連接網(wǎng)實(shí)例所屬阿里云賬號(hào)(主賬號(hào))ID。

1210123456123456
GrantTrafficServiceboolean

是否給跨賬號(hào)的云連接網(wǎng)實(shí)例授權(quán)智能接入網(wǎng)關(guān)實(shí)例的流量服務(wù)能力。

授權(quán)成功后,跨賬號(hào)云連接網(wǎng)實(shí)例可以引導(dǎo)智能接入網(wǎng)關(guān)實(shí)例去往公網(wǎng)的流量做安全審計(jì)。

  • true:授權(quán)。
  • false:不授權(quán)。
說明 在您授權(quán)成功后,如果智能接入網(wǎng)關(guān)實(shí)例開啟了安全引流功能,則不允許取消授權(quán)。
true

返回參數(shù)

名稱類型描述示例值
object
RequestIdstring

請(qǐng)求 ID。

6E1674AC-083C-4031-B047-7A66E418E0C6
InstanceIdstring

授權(quán)成功后返回的授權(quán)實(shí)例 ID。

sgc-6z21oj0vjjrx6s****

示例

正常返回示例

JSON格式

{
  "RequestId": "6E1674AC-083C-4031-B047-7A66E418E0C6",
  "InstanceId": "sgc-6z21oj0vjjrx6s****"
}

錯(cuò)誤碼

HTTP status code錯(cuò)誤碼錯(cuò)誤信息描述
400CCN.InvalidUidThe specified CCN user ID is invalid.非法的云連接網(wǎng)用戶ID。
400CCN.InvalidIdYou must specify the CCN instance ID.云連接網(wǎng)實(shí)例ID不存在。
400SAG.InstanceIdEmptyYou must specify the SAG instance ID.智能接入網(wǎng)關(guān)實(shí)例ID為空。
400SAG.InstanceNoFoundThe specified SAG instance does not exist.智能接入網(wǎng)關(guān)實(shí)例不存在。
400SAG.GrantDuplicatedYou have authorized another CCN instance to bind to the specified SAG instance. Revoke the authorization first.當(dāng)前SAG實(shí)例已經(jīng)被授權(quán)給其他CCN實(shí)例,請(qǐng)先解除授權(quán)。

訪問錯(cuò)誤中心查看更多錯(cuò)誤碼。