Modifying CBH Instance Network Settings
Function
This API is used to modify CBH instance network settings.
URI
POST /v1/{project_id}/cbs/{server_id}/network/change
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Project ID. You can obtain the project ID by referring to https://support.huaweicloud.com/intl/en-us/api-cbh/cbh_02_0020.html. |
server_id |
Yes |
String |
CBH instance ID, in the UUID format. |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
type |
Yes |
String |
CBH instance status. The value can be:
|
security_groups |
Yes |
Array of SecurityGroup objects |
New security group that the CBH instance belongs to. |
nics |
Yes |
Array of Nics objects |
New NIC that the CBH instance uses. |
server_id |
No |
String |
CBH instance ID. This parameter is mandatory when the status is renewals or change. |
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
status |
String |
Status. |
security_grp_status |
String |
Security group. |
firewall_status |
Boolean |
Firewall status. |
public_eip_status |
Boolean |
EIP status. |
nics |
Boolean |
Firewall status (compatible). |
public_eip_statu |
Boolean |
EIP status (compatible). |
Status code: 400
Parameter |
Type |
Description |
---|---|---|
error_code |
String |
Error Code |
error_description |
String |
Incorrect request parameter. |
Status code: 401
Parameter |
Type |
Description |
---|---|---|
error_code |
String |
Error Code |
error_description |
String |
Failed to verify the token. |
Status code: 403
Parameter |
Type |
Description |
---|---|---|
error_code |
String |
Error Code |
error_description |
String |
Permissions required. |
Status code: 404
Parameter |
Type |
Description |
---|---|---|
error_code |
String |
Error Code |
error_description |
String |
CBH instances not found. |
Example Requests
{ "type" : "create", "security_groups" : [ { "id" : "02dcf62d-b84d-4a14-aad3-c310f2ceea55" } ], "nics" : [ { "subnet_id" : "dd08a6a9-ced7-484b-ace6-1b821854a772", "ip_address" : "100.93.5.36" } ] }
Example Responses
Status code: 200
Cbh ChangeInstanceNetwork Success
{ "status" : false, "security_grp_status" : true, "firewall_status" : false, "public_eip_status" : true }
Status Codes
Status Code |
Description |
---|---|
200 |
Cbh ChangeInstanceNetwork Success |
400 |
Bad Request |
401 |
Unauthorized |
403 |
Forbidden |
404 |
Not Found |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.