CaaS / CVPC API Developer Center

Image

Description

modify VPC attribute

Request Parameter

Parameter Description Note
vpcBusinessServiceId vpcBusinessService id
Type : String
Default Value : No
Whether it is plural : No
name name
Type : String
Default Value : No
Whether it is plural : No

description

description
Type : String
Default Value : No
Whether it is plural : No

Response Parameter

Parameter Description Note

requestId

(Not a necessary parameter)

Request ID
Type : JSON value : string
Whether it is plural : No
Automatically produced by the system
statusMap image-status map
Type : JSON value : object
Whether it is plural : Yes
object is {string,string}
ex:
{ "VV55020001IOSE": "process success ", "VV55020001IOSW": "process fail " }

Request Example

https://hws.hicloud.hinet.net/cloud_hws/api/hws/?action=modifyVpcAttribute
&vpcBusinessServiceId=VV55020001IOSE
&name=20160819vpc
&description=testhws
&chtAuthType=hwspass
&version=${version}
&expires=${expires}
&accessKey=${accessKey}
&signature=${signature}

		

Response Example

{
    "requestId": "2c957f615809be7c01580a0906720002",
    "statusMap": {
        "VV55020001IOSE": "success"
    }
}
		

Related Links

createVpc
describeVpcs