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

CreateDevice - 創建新的設備

創建新的設備。

調試

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

授權信息

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

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

請求參數

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

設備形態 ID

form-u4ilnhu64h026lrf
PhysicalSpaceIdstring

物理空間 ID

space-ez6zd3w68ma4fsd4
HostNamestring

主機名

HZYT_****
Ipstring

設備 IP

127.0.**.***
Snstring

設備 SN

2022*****
Macstring

設備 MAC 地址

01:1b***
Vendorstring

設備廠商

Alibaba
Modelstring

設備型號

SAG-1000
ServiceStatusstring

設備狀態

枚舉值:
  • preonlinepreonline
  • offlineoffline
  • onlineonline
online
SecurityDomainstring

設備安全域

Test
LoginTypestring

登錄類型

枚舉值:
  • TELNETTELNET
  • SSHSSH
  • SSH,TELNETSSH,TELNET
SSH,TELNET
LoginUsernamestring

登錄賬號

admin
LoginPasswordstring

登錄密碼

pass****
EnablePasswordstring

enable 密碼

pass****
SnmpAccountVersionstring

SNMP 版本號

v3
SnmpCommunitystring

SNMP Community

pass****
SnmpAccountTypestring

SNMP 賬號類型

get
SnmpSecurityLevelstring

SNMP 安全級別

AUTH_PRIV
SnmpUsernamestring

SNMP 用戶名

admin
SnmpAuthPassphrasestring

SNMP Auth PassPhrase

pass****
SnmpAuthProtocolstring

SNMP Auth Protocol

MD5
SnmpPrivacyPassphrasestring

SNMP Privacy Passphrase

145c44bb2f34610154e84dbe2a7ade04
SnmpPrivacyProtocolstring

SNMP Privacy Protocol

DES
ExtAttributesstring

設備額外屬性

{"role":"ASW"}
ClientTokenstring

冪等校驗 token

9388616d-2d78-48c9-87b7-3d1083c91a79
InstanceIdstring

實例 ID

cmn-cn-xxx

返回參數

名稱類型描述示例值
object

Schema of Response

RequestIdstring

請求 ID

fdb2af01-bd56-4034-812b-f257f73b4690
DeviceIdstring

設備 ID

device-evve560juend5owh

示例

正常返回示例

JSON格式

{
  "RequestId": "fdb2af01-bd56-4034-812b-f257f73b4690",
  "DeviceId": "device-evve560juend5owh"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400Missing%sYou must specify the parameter %s.必填參數沒有填。請檢查調用時是否填寫了此參數,并重試請求。
400IdempotentParameterMismatchThe request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.用了一個已經使用過的 ClientToken,但此次請求內容卻又與上一次使用該 Token 的 request 不一樣。
400ActionNotAvailableThe action is not available.操作不可用
400Duplicate%s%sThe %s %s value is already occupied.資源屬性值已經被占用
400InvalidMonitorItem.NotSameThe selected list contains different monitoring items. Please select the subscription items of the same monitoring item.列表中包含不同的監控項,請選擇相同監控項
400InvalidParameter%sThe specified parameter %s is invalid.參數無效,請檢查參數
400InvalidParameter.TooMuchYou cannot fill in device whitelist and blacklist at the same time.設備白名單和設備黑名單不能同時填寫
400InvalidScheme.NotEnableThe scheme is not enabled.方案未啟用
400InvalidScheme.StepNotAvailableSome steps of the scheme are unavailable.方案存在不可用步驟
400InvalidTimeStampThe timestamp value must not be earlier than the current time.傳入時間不得早于當前時間
400InvalidTimeStamp.FormatThe format of specified timestamp or date value is invalid.時間戳格式不對。請檢查您的時間戳的格式是否正確。
400NoAccess.ResourceInUseThe resource % is used by resource %s.使用中的資源不支持該操作
400NoMoreResourcesNo more resources are available. %s無更多資源
400QuotaTooMuchQuota exceeds limit.資源配額超過限制。
400ScriptCompileError.Line%sA compile error occurred at line %s.腳本編譯錯誤
400SignatureDoesNotMatch簽名不通過-
403NoAccess.BuiltIn%sThe built in configuration does not permit the operation.內置配置不允許操作
403NoPermission沒有權限-
404Invalid%s.NotFoundThe specified resource %s does not exist.找不到對應資源
404ServiceNotFound后端服務未找到-
500InternalError服務器內部錯誤-
503ServiceUnavailable服務不可用-

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