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

GetDeviceForm - 根據(jù)ID查詢?cè)O(shè)備形態(tài)詳情

更新時(shí)間:

根據(jù)ID查詢?cè)O(shè)備形態(tài)詳情。

調(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)限策略語(yǔ)句的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)操作
cmn:GetDeviceFormget
  • DeviceForm
    acs:cmn:{#regionId}:{#accountId}:deviceform/{#FormId}

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

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

設(shè)備形態(tài) ID。

form-u4ilnhu64h026lrf
InstanceIdstring

實(shí)例 ID。

cmn-cn-xxxx

返回參數(shù)

名稱類型描述示例值
object

Schema of Response。

RequestIdstring

請(qǐng)求 ID。

6d439436-ddde-4f26-aaf6-0470099b5c35
DeviceFormobject

設(shè)備形態(tài)對(duì)象。

ConfigCompareboolean

是否支持配置生成。

true
AttributeListarray<object>

設(shè)備形態(tài)屬性列表。

object

設(shè)備形態(tài)。

AttributeKeystring

設(shè)備形態(tài)屬性主鍵。

serviceStatus
AttributeNamestring

設(shè)備形態(tài)屬性名稱。

服務(wù)狀態(tài)
AttributeRequirementboolean

設(shè)備形態(tài)屬性是否必填。

true
AttributeUniquenessboolean

設(shè)備形態(tài)屬性是否唯一。

false
AttributeFormatstring

設(shè)備形態(tài)屬性值格式。

STRING
AttributeTypestring

設(shè)備形態(tài)屬性值類型。

ENUMS
AttributeReferencestring

設(shè)備形態(tài)屬性關(guān)聯(lián)對(duì)象。

status
AttributeTableDisplayboolean

設(shè)備形態(tài)屬性是否表格可見。

true
AttributePlaceholderstring

前端查詢控件占位符。

前端占位符說明
AttributeQueryboolean

前端是否展示對(duì)應(yīng)的查詢控件。

false
AttributeFuzzyQueryboolean

前端查詢控件是否支持模糊搜索。

false
AttributeBuiltInboolean

設(shè)備形態(tài)屬性是否內(nèi)置。

true
AttributeSequenceinteger

前端展示次序。

1
DeviceFormIdstring

設(shè)備形態(tài) ID。

form-u4ilnhu64h026lrf
DeviceFormNamestring

設(shè)備形態(tài)名稱。

網(wǎng)絡(luò)設(shè)備
FormBuiltInboolean

設(shè)備形態(tài)是否內(nèi)置。

true
AccountConfigboolean

是否需要賬號(hào)配置。

true
DetailDisplayboolean

是否展示設(shè)備詳情。

true
UniqueKeystring

設(shè)備形態(tài)主鍵。

SN
Scriptstring

設(shè)備配置采集腳本。

@login_device\r\ndef config_backup():\r\n exec_cli('config', strict=False, timeout=120)\r\n return exec_cli('show configuration interface ethernet0/1', timeout=180)
ResourceUsestring

資源用途。

DEV_OPS

示例

正常返回示例

JSON格式

{
  "RequestId": "6d439436-ddde-4f26-aaf6-0470099b5c35",
  "DeviceForm": {
    "ConfigCompare": true,
    "AttributeList": [
      {
        "AttributeKey": "serviceStatus",
        "AttributeName": "服務(wù)狀態(tài)",
        "AttributeRequirement": true,
        "AttributeUniqueness": false,
        "AttributeFormat": "STRING",
        "AttributeType": "ENUMS",
        "AttributeReference": "status",
        "AttributeTableDisplay": true,
        "AttributePlaceholder": "前端占位符說明",
        "AttributeQuery": false,
        "AttributeFuzzyQuery": false,
        "AttributeBuiltIn": true,
        "AttributeSequence": 1
      }
    ],
    "DeviceFormId": "form-u4ilnhu64h026lrf",
    "DeviceFormName": "網(wǎng)絡(luò)設(shè)備",
    "FormBuiltIn": true,
    "AccountConfig": true,
    "DetailDisplay": true,
    "UniqueKey": "SN",
    "Script": "@login_device\\r\\ndef config_backup():\\r\\n    exec_cli('config', strict=False, timeout=120)\\r\\n    return exec_cli('show configuration interface ethernet0/1', timeout=180)",
    "ResourceUse": "DEV_OPS"
  }
}

錯(cuò)誤碼

HTTP status code錯(cuò)誤碼錯(cuò)誤信息描述
400Missing%sYou must specify the parameter %s.必填參數(shù)沒有填。請(qǐng)檢查調(diào)用時(shí)是否填寫了此參數(shù),并重試請(qǐng)求。
400SignatureDoesNotMatch簽名不通過-
403NoPermission沒有權(quán)限-
404Invalid%s.NotFoundThe specified resource %s does not exist.找不到對(duì)應(yīng)資源
404ServiceNotFound后端服務(wù)未找到-
500InternalError服務(wù)器內(nèi)部錯(cuò)誤-
503ServiceUnavailable服務(wù)不可用-

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