CaaS / CVPC API Developer Center

CVPC

Description

describeVpcs is used to list the detailed information on more than one set of CVPC. If there are no parameters vpcBusinessServiceId or orderUuid, the information on all the CVPCs would be listed.

Request Parameter

Parameter Description Note
vpcBusinessServiceId

(Not a necessary parameter)

vpcBusinessService id list
Type : String
Default Value : No
Whether it is plural : Yes
Multiple values can be supported.
orderUuid

(Not a necessary parameter)

order uuid
Type : String
Default Value : No
Whether it is plural : Yes
Multiple values can be supported.

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
VpcList CVPC list
Type : JSON value : array
Whether it is plural : Yes
VpcEntry List

Request Example

ex 1:
https://hws.hicloud.hinet.net/cloud_hws/api/hws/?action=describeVpcs
&chtAuthType=hwspass
&version=${version}
&expires=${expires}
&accessKey=${accessKey}
&signature=${signature}

ex 2:
https://hws.hicloud.hinet.net/cloud_hws/api/hws/?action=describeVpcs
&vpcBusinessServiceId=VV55020001IOSE
&chtAuthType=hwspass
&version=${version}
&expires=${expires}
&accessKey=${accessKey}
&signature=${signature}


		

Response Example

[
	"requestId": "2c957f615809be7c015809f807ca0001",
    "vpcList": [
        {
            "applyDate": "2016-08-19T08:26:05Z",
            "businessTag": "a2931aa4-8751-4f09-8df3-bcc0d18f8b75",
            "description": "testhws",
            "endDate": null,
            "name": "20160819vpc",
            "orderUuid": "4d68e319-dbf8-44e0-9a54-b4379ab64da4",
            "provisionMessage": "PROVISION_SUCCESS",
            "provisionStatus": "provisionok",
            "regionId": "region-tw-1",
            "startDate": "2016-08-19T08:30:01Z",
            "throughput": 0,
            "vpcBusinessServiceId": "VV55020001IOSE"
        },
	 {
            "applyDate": "2016-10-05T03:08:18Z",
            "businessTag": "a2931aa4-8751-4f09-8df3-bcc0d18f8b75",
            "description": "CVPC_testTWNIC",
            "endDate": "2016-10-26T06:16:22Z",
            "name": "CVPC_testTWNIC",
            "orderUuid": "2900ec0f-3064-4db1-9cf5-4fa1f6739067",
            "provisionMessage": "PROVISION_SUCCESS",
            "provisionStatus": "provisionok",
            "regionId": "region-tw-1",
            "startDate": "2016-10-06T00:29:00Z",
            "throughput": 0,
            "vpcBusinessServiceId": "VV55020001IOSF"
        }
]


		

Related Links

createVpc
deleteVpc

Error Code

OrderProcessFail