Name | Type | Description |
---|---|---|
code | Int | Error code of the returned result. 0: success; other values: failure. For more information about the error code, see Error Codes. |
message | String | Request results. |
Example:
Sample requests with common parameters:
https://domain/v2/index.php?Action=DescribeInstances&SecretId=xxxxxxx&Region=gz
&Timestamp=1402992826&Nonce=345122&Signature=mysignature&instanceId=101
Possible response:
{
"code":0,
"message": "success",
"instanceSet":
[{
"instanceId":"qcvm1234",
"cpu":1,
"mem":2,
"disk":20,
"bandwidth":65535,
"os":"centos_62_64",
"lanIp":"10.207.248.186",
"wanIp":null,
"status":0
}]
}
문제 해결에 도움이 되었나요?