修改金鑰對

更新時間:2017-09-27 15:19:13

描述

修改金鑰對的名稱或者描述。

請求引數

引數名引數型別是否必填引數說明
Action String

操作方法

Region String

機房標識,取值參見地域列表

Id String

金鑰標識

Name String

名稱

Description String

描述資訊

返回引數

名稱 型別 說明
Action String 執行的操作
TaskId String 請求標識

請求示例

https://api.chinac.com/?Action=ModifyKeyPairAttributes
&Region=cn-wuxi1
&AccessKeyId=6792aa42d288422ab8dd4654dfe727c4
&Description=testDescription
&Id=sk-e68hh7tamg67u
&Name=testModify
&公共引數

返回示例

{ "code": 10000, "message": "", "data":


    {
         "TaskId": "ad28h20170829103917221",
         "Action": "ModifyKeyPairAttributes",
         "TotalCount": 0
    }
}
*
*
*