調用ModifyResourceProfile修改資源參數集。

調試

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

請求參數

名稱 類型 是否必選 示例值 描述
Action String ModifyResourceProfile

系統規定參數。取值:ModifyResourceProfile

ResourceProfileId String 3

待修改的資源參數集ID。

ResourceProfileName String name

資源參數集名稱。

長度為[2,128]個英文或中文字符。必須以大小字母或中文開頭,不能以http:// 和https:// 開頭。可以包含數字、半角冒號(:)、下劃線(_)或者連字符(-)。

RegionId String cn-shanghai

地域ID。

ResourceProfileParams.N.Key String xxx

資源參數集的參數鍵。

一旦傳入該值,則不允許為空字符串。最多支持64個字符,不能以aliyun、acs:、http:// 或者https:// 開頭。

ResourceProfileParams.N.Value String xxx

資源參數集的參數值。

一旦傳入該值,則不允許為空字符串。最多支持128個字符,不能以aliyun、acs:、http:// 或者https:// 開頭。

返回數據

名稱 類型 示例值 描述
RequestId String E175B041-75A2-4335-B3AC-0FD008F93627

請求ID。

示例

請求示例


http(s)://[Endpoint]/?Action=ModifyResourceProfile
&ResourceProfileId=3
&ResourceProfileName=name
&<公共請求參數>

正常返回示例

XML 格式

<ModifyResourceProfileResponse>
      <RequestId>E175B041-75A2-4335-B3AC-0FD008F93627</RequestId>
</ModifyResourceProfileResponse>

JSON 格式

{
	"RequestId":"E175B041-75A2-4335-B3AC-0FD008F93627"
}

錯誤碼

HttpCode 錯誤碼 錯誤信息 描述
400 InvalidName.Malformed The specified Name is incorrectly formatted. 指定的Name格式不合法。
400 InvalidName.Duplicate The specified name already exists. 指定的名稱已存在。
403 InvalidParameter.KeyNotSupported One or more parameter keys are not supported. 至少存在一個不支持的參數鍵。
403 MissingParameter You must specify the required resource parameters. 資源參數缺少必需項。
404 InvalidResourceProfileId.NotFound The specified resource profile does not exist. 指定的資源參數集不存在。

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