Creating a DevServer Instance
Function
This API is used to create a DevServer instance.
Constraints
No constraints
Debugging
You can debug this API through automatic authentication in API Explorer or use the SDK sample code generated by API Explorer.
URI
POST /v1/{project_id}/dev-servers
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Project ID. For details, see Obtaining a Project ID and Name. |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
admin_pass |
No |
String |
Password for logging in to the server. Note that either admin_pass or key_pair_name must be specified. The password must meet the following requirements:
|
arch |
No |
String |
Server architecture. The options are as follows:
|
availability_zone |
No |
String |
AZ |
charging_info |
No |
ChargingInfo object |
Charging information of the server |
count |
No |
Integer |
Number of servers purchased at a time |
enterprise_project_id |
No |
String |
Project ID |
flavor |
Yes |
String |
Server flavor name |
image_id |
Yes |
String |
Server image ID |
key_pair_name |
No |
String |
Name of the key pair for logging in to the server. Note that either admin_pass or key_pair_name must be specified. |
name |
Yes |
String |
Server name |
network |
Yes |
ServerNetwork object |
Server network information |
root_volume |
No |
EvsVolume object |
System disk information of the server |
server_type |
No |
String |
Server type. Enums:
|
userdata |
No |
String |
Data defined by users during server creation |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
charging_mode |
Yes |
String |
Charging mode. Enums:
|
is_auto_pay |
No |
Boolean |
is auto pay |
is_auto_renew |
No |
Boolean |
is auto renew |
period_num |
Yes |
Integer |
period num |
period_type |
Yes |
String |
Period type.
|
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
ipv6_enable |
No |
Boolean |
Whether to enable IPv6 for the server to be created |
roce_id |
No |
String |
RoCE network ID of the server |
security_group_id |
Yes |
String |
ID of security group to which the server belongs |
subnet_id |
Yes |
String |
ID of the subnet where the server is located |
vpc_id |
Yes |
String |
ID of the VPC to which the server belongs |
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
create_at |
Long |
Creation time |
update_at |
Long |
Update time |
charging_mode |
String |
Billing mode.
|
cloud_server |
CloudServer object |
Cloud service information |
endpoints_response |
Array of Endpoints objects |
Private IP address of the instance |
flavor |
String |
Instance flavor name |
id |
String |
Instance ID |
key_pair_name |
String |
Key pair name |
name |
String |
Instance name |
order_id |
String |
Order ID |
server_image_response |
ServerImageResponse object |
Instance image |
status |
String |
Instance status.
|
vpc_id |
String |
ID of the VPC to which the instance belongs |
endpoints |
Array of EndpointsRes objects |
Private IP address of the server |
image |
ServerImageResponse object |
Server image information |
Parameter |
Type |
Description |
---|---|---|
id |
String |
Server resource ID |
type |
String |
DevServer type. Enums:
|
Parameter |
Type |
Description |
---|---|---|
allowed_access_ips |
Array of strings |
Whitelisted public IP addresses that are allowed to access notebook instances through SSH. By default, all public IP addresses can access the notebook instances. If this parameter is specified, only the clients at the specified IP addresses can access the notebook instances. |
dev_service |
String |
Supported service. Enums:
|
extensions |
Map<String,String> |
App-specific URL for accessing the remote development mode of the App. |
ssh_keys |
Array of strings |
List of SSH key pairs. You can set multiple key pairs to access an SSH instance at the same time. |
Parameter |
Type |
Description |
---|---|---|
allowed_access_ips |
Array of strings |
Whitelist of public IP addresses that are allowed to access the notebook instance through SSH. By default, all public IP addresses can access the notebook instance. If this parameter is specified, only the clients with the specified IP addresses can access the notebook instance. |
dev_service |
String |
Supported service. Options:
|
ssh_keys |
Array of strings |
List of SSH key pairs. You can set multiple key pairs to access an SSH instance at the same time. |
service |
String |
Supported service. The options are:
|
uri |
String |
Private IP address of the instance |
Example Requests
POST https://{endpoint}/v1/{project_id}/dev-servers { "name" : "EI-evs-1107", "flavor" : "Si2.large.4", "image_id" : "c90fb553-2cdb-4b81-b56a-ef68812c6cf7", "network" : { "security_group_id" : "150a2c76-1334-45f6-b28f-419f9b1d1742", "subnet_id" : "38cf274a-98f9-4f6f-b622-5ed0e4a3db54", "vpc_id" : "05982b48-a70f-43a1-a2b0-1fe36a236172" }, "admin_pass" : "@DevServer" }
Example Responses
Status code: 200
OK
{ "charging_mode" : "PRE_PAID", "cloud_server" : { "type" : "ECS" }, "create_at" : 1699348284990, "flavor" : "Si2.large.4", "id" : "62383738-e52a-450a-9f84-f9e705402be8", "image" : { "arch" : "X86", "image_id" : "c90fb553-2cdb-4b81-b56a-ef68812c6cf7", "name" : "Ubuntu18.04_x86_64_CPU", "server_type" : "ECS" }, "name" : "EI-evs-1107", "status" : "CREATING", "update_at" : 1699348285077 }
Status Codes
Status Code |
Description |
---|---|
200 |
OK |
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.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot