ServerApi
Last updated
Last updated
All URIs are relative to https://api.ionos.com/cloudapi/v5
Method | HTTP request | Description |
---|---|---|
Object datacenters_servers_cdroms_delete(datacenter_id, server_id, cdrom_id, opts)
Detach a CD-ROM
This will detach a CD-ROM from the server
This returns an Array which contains the response data, status code and headers.
<Array(Object, Integer, Hash)> datacenters_servers_cdroms_delete_with_http_info(datacenter_id, server_id, cdrom_id, opts)
Object
Basic Authentication, Token Authentication
Content-Type: Not defined
Accept: application/json
datacenters_servers_cdroms_find_by_id(datacenter_id, server_id, cdrom_id, opts)
Retrieve an attached CD-ROM
You can retrieve a specific CD-ROM attached to the server
This returns an Array which contains the response data, status code and headers.
<Array(, Integer, Hash)> datacenters_servers_cdroms_find_by_id_with_http_info(datacenter_id, server_id, cdrom_id, opts)
Basic Authentication, Token Authentication
Content-Type: Not defined
Accept: application/json
datacenters_servers_cdroms_get(datacenter_id, server_id, opts)
List attached CD-ROMs
You can retrieve a list of CD-ROMs attached to the server.
This returns an Array which contains the response data, status code and headers.
<Array(, Integer, Hash)> datacenters_servers_cdroms_get_with_http_info(datacenter_id, server_id, opts)
Basic Authentication, Token Authentication
Content-Type: Not defined
Accept: application/json
datacenters_servers_cdroms_post(datacenter_id, server_id, cdrom, opts)
Attach a CD-ROM
You can attach a CD-ROM to an existing server. You can attach up to 2 CD-ROMs to one server.
This returns an Array which contains the response data, status code and headers.
<Array(, Integer, Hash)> datacenters_servers_cdroms_post_with_http_info(datacenter_id, server_id, cdrom, opts)
Basic Authentication, Token Authentication
Content-Type: application/json
Accept: application/json
Object datacenters_servers_delete(datacenter_id, server_id, opts)
Delete a Server
This will remove a server from your datacenter; however, it will not remove the storage volumes attached to the server. You will need to make a separate API call to perform that action
This returns an Array which contains the response data, status code and headers.
<Array(Object, Integer, Hash)> datacenters_servers_delete_with_http_info(datacenter_id, server_id, opts)
Object
Basic Authentication, Token Authentication
Content-Type: Not defined
Accept: application/json
datacenters_servers_find_by_id(datacenter_id, server_id, opts)
Retrieve a Server
Returns information about a server such as its configuration, provisioning status, etc.
This returns an Array which contains the response data, status code and headers.
<Array(, Integer, Hash)> datacenters_servers_find_by_id_with_http_info(datacenter_id, server_id, opts)
Basic Authentication, Token Authentication
Content-Type: Not defined
Accept: application/json
datacenters_servers_get(datacenter_id, opts)
List Servers
You can retrieve a list of servers within a datacenter
This returns an Array which contains the response data, status code and headers.
<Array(, Integer, Hash)> datacenters_servers_get_with_http_info(datacenter_id, opts)
Basic Authentication, Token Authentication
Content-Type: Not defined
Accept: application/json
datacenters_servers_patch(datacenter_id, server_id, server, opts)
Partially modify a Server
You can use update attributes of a server
This returns an Array which contains the response data, status code and headers.
<Array(, Integer, Hash)> datacenters_servers_patch_with_http_info(datacenter_id, server_id, server, opts)
Basic Authentication, Token Authentication
Content-Type: application/json
Accept: application/json
datacenters_servers_post(datacenter_id, server, opts)
Create a Server
Creates a server within an existing datacenter. You can configure the boot volume and connect the server to an existing LAN.
This returns an Array which contains the response data, status code and headers.
<Array(, Integer, Hash)> datacenters_servers_post_with_http_info(datacenter_id, server, opts)
Basic Authentication, Token Authentication
Content-Type: application/json
Accept: application/json
datacenters_servers_put(datacenter_id, server_id, server, opts)
Modify a Server
Allows to modify the attributes of a Server. From v5 onwards 'allowReboot' attribute will no longer be available. For certain server property change it was earlier forced to be provided. Now this behaviour is implicit and backend will do this automatically e.g. in earlier versions, when CPU family changes, the 'allowReboot' property was required to be set to true which will no longer be the case and the server will be rebooted automatically
This returns an Array which contains the response data, status code and headers.
<Array(, Integer, Hash)> datacenters_servers_put_with_http_info(datacenter_id, server_id, server, opts)
Basic Authentication, Token Authentication
Content-Type: application/json
Accept: application/json
Object datacenters_servers_reboot_post(datacenter_id, server_id, opts)
Reboot a Server
This will force a hard reboot of the server. Do not use this method if you want to gracefully reboot the machine. This is the equivalent of powering off the machine and turning it back on.
This returns an Array which contains the response data, status code and headers.
<Array(Object, Integer, Hash)> datacenters_servers_reboot_post_with_http_info(datacenter_id, server_id, opts)
Object
Basic Authentication, Token Authentication
Content-Type: Not defined
Accept: application/json
Object datacenters_servers_start_post(datacenter_id, server_id, opts)
Start a Server
This will start a server. If the server's public IP was deallocated then a new IP will be assigned
This returns an Array which contains the response data, status code and headers.
<Array(Object, Integer, Hash)> datacenters_servers_start_post_with_http_info(datacenter_id, server_id, opts)
Object
Basic Authentication, Token Authentication
Content-Type: Not defined
Accept: application/json
Object datacenters_servers_stop_post(datacenter_id, server_id, opts)
Stop a Server
This will stop a server. The machine will be forcefully powered off, billing will cease, and the public IP, if one is allocated, will be deallocated. The operation is not supported for Cube servers.
This returns an Array which contains the response data, status code and headers.
<Array(Object, Integer, Hash)> datacenters_servers_stop_post_with_http_info(datacenter_id, server_id, opts)
Object
Basic Authentication, Token Authentication
Content-Type: Not defined
Accept: application/json
Object datacenters_servers_upgrade_post(datacenter_id, server_id, opts)
Upgrade a Server
This will upgrade the version of the server, if needed. To verify if there is an upgrade available for a server, call '/datacenters/{datacenterId}/servers?upgradeNeeded=true'
This returns an Array which contains the response data, status code and headers.
<Array(Object, Integer, Hash)> datacenters_servers_upgrade_post_with_http_info(datacenter_id, server_id, opts)
Object
Basic Authentication, Token Authentication
Content-Type: Not defined
Accept: application/json
Object datacenters_servers_volumes_delete(datacenter_id, server_id, volume_id, opts)
Detach a volume
This will detach the volume from the server. This will not delete the volume from your datacenter. You will need to make a separate request to perform a deletion
This returns an Array which contains the response data, status code and headers.
<Array(Object, Integer, Hash)> datacenters_servers_volumes_delete_with_http_info(datacenter_id, server_id, volume_id, opts)
Object
Basic Authentication, Token Authentication
Content-Type: Not defined
Accept: application/json
datacenters_servers_volumes_find_by_id(datacenter_id, server_id, volume_id, opts)
Retrieve an attached volume
This will retrieve the properties of an attached volume.
This returns an Array which contains the response data, status code and headers.
<Array(, Integer, Hash)> datacenters_servers_volumes_find_by_id_with_http_info(datacenter_id, server_id, volume_id, opts)
Basic Authentication, Token Authentication
Content-Type: Not defined
Accept: application/json
datacenters_servers_volumes_get(datacenter_id, server_id, opts)
List Attached Volumes
You can retrieve a list of volumes attached to the server
This returns an Array which contains the response data, status code and headers.
<Array(, Integer, Hash)> datacenters_servers_volumes_get_with_http_info(datacenter_id, server_id, opts)
Basic Authentication
Content-Type: Not defined
Accept: application/json
datacenters_servers_volumes_post(datacenter_id, server_id, volume, opts)
Attach a volume
This will attach a pre-existing storage volume to the server. It is also possible to create and attach a volume in one step just by providing a new volume description as payload. Combine count of Nics and volumes attached to the server should not exceed size 24.
This returns an Array which contains the response data, status code and headers.
<Array(, Integer, Hash)> datacenters_servers_volumes_post_with_http_info(datacenter_id, server_id, volume, opts)
Basic Authentication
Content-Type: application/json
Accept: application/json
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
DELETE /datacenters/{datacenterId}/servers/{serverId}/cdroms/{cdromId}
Detach a CD-ROM
GET /datacenters/{datacenterId}/servers/{serverId}/cdroms/{cdromId}
Retrieve an attached CD-ROM
GET /datacenters/{datacenterId}/servers/{serverId}/cdroms
List attached CD-ROMs
POST /datacenters/{datacenterId}/servers/{serverId}/cdroms
Attach a CD-ROM
DELETE /datacenters/{datacenterId}/servers/{serverId}
Delete a Server
GET /datacenters/{datacenterId}/servers/{serverId}
Retrieve a Server
GET /datacenters/{datacenterId}/servers
List Servers
PATCH /datacenters/{datacenterId}/servers/{serverId}
Partially modify a Server
POST /datacenters/{datacenterId}/servers
Create a Server
PUT /datacenters/{datacenterId}/servers/{serverId}
Modify a Server
POST /datacenters/{datacenterId}/servers/{serverId}/reboot
Reboot a Server
POST /datacenters/{datacenterId}/servers/{serverId}/start
Start a Server
POST /datacenters/{datacenterId}/servers/{serverId}/stop
Stop a Server
POST /datacenters/{datacenterId}/servers/{serverId}/upgrade
Upgrade a Server
DELETE /datacenters/{datacenterId}/servers/{serverId}/volumes/{volumeId}
Detach a volume
GET /datacenters/{datacenterId}/servers/{serverId}/volumes/{volumeId}
Retrieve an attached volume
GET /datacenters/{datacenterId}/servers/{serverId}/volumes
List Attached Volumes
POST /datacenters/{datacenterId}/servers/{serverId}/volumes
Attach a volume
datacenter_id
String
The unique ID of the Datacenter
server_id
String
The unique ID of the Server
cdrom_id
String
The unique ID of the CD-ROM
pretty
Boolean
Controls whether response is pretty-printed (with indentation and new lines)
[optional][default to true]
depth
Integer
Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
[optional][default to 0]
x_contract_number
Integer
Users having more than 1 contract need to provide contract number, against which all API requests should be executed
[optional]
datacenter_id
String
The unique ID of the Datacenter
server_id
String
The unique ID of the Server
cdrom_id
String
The unique ID of the CD-ROM
pretty
Boolean
Controls whether response is pretty-printed (with indentation and new lines)
[optional][default to true]
depth
Integer
Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
[optional][default to 0]
x_contract_number
Integer
Users having more than 1 contract need to provide contract number, against which all API requests should be executed
[optional]
datacenter_id
String
The unique ID of the Datacenter
server_id
String
The unique ID of the Server
pretty
Boolean
Controls whether response is pretty-printed (with indentation and new lines)
[optional][default to true]
depth
Integer
Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
[optional][default to 0]
x_contract_number
Integer
Users having more than 1 contract need to provide contract number, against which all API requests should be executed
[optional]
offset
Integer
the first element (of the total list of elements) to include in the response (use together with <code>limit</code> for pagination)
[optional][default to 0]
limit
Integer
the maximum number of elements to return (use together with <code>offset</code> for pagination)
[optional][default to 1000]
datacenter_id
String
The unique ID of the Datacenter
server_id
String
The unique ID of the Server
cdrom
CD-ROM to be attached
pretty
Boolean
Controls whether response is pretty-printed (with indentation and new lines)
[optional][default to true]
depth
Integer
Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
[optional][default to 0]
x_contract_number
Integer
Users having more than 1 contract need to provide contract number, against which all API requests should be executed
[optional]
datacenter_id
String
The unique ID of the datacenter
server_id
String
The unique ID of the Server
pretty
Boolean
Controls whether response is pretty-printed (with indentation and new lines)
[optional][default to true]
depth
Integer
Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
[optional][default to 0]
x_contract_number
Integer
Users having more than 1 contract need to provide contract number, against which all API requests should be executed
[optional]
datacenter_id
String
The unique ID of the datacenter
server_id
String
The unique ID of the Server
pretty
Boolean
Controls whether response is pretty-printed (with indentation and new lines)
[optional][default to true]
depth
Integer
Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
[optional][default to 0]
x_contract_number
Integer
Users having more than 1 contract need to provide contract number, against which all API requests should be executed
[optional]
datacenter_id
String
The unique ID of the datacenter
pretty
Boolean
Controls whether response is pretty-printed (with indentation and new lines)
[optional][default to true]
depth
Integer
Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
[optional][default to 0]
upgrade_needed
Boolean
It can be used to filter which servers can be upgraded which can not be upgraded.
[optional]
x_contract_number
Integer
Users having more than 1 contract need to provide contract number, against which all API requests should be executed
[optional]
offset
Integer
the first element (of the total list of elements) to include in the response (use together with <code>limit</code> for pagination)
[optional][default to 0]
limit
Integer
the maximum number of elements to return (use together with <code>offset</code> for pagination)
[optional][default to 1000]
datacenter_id
String
The unique ID of the datacenter
server_id
String
The unique ID of the server
server
Modified properties of Server
pretty
Boolean
Controls whether response is pretty-printed (with indentation and new lines)
[optional][default to true]
depth
Integer
Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
[optional][default to 0]
x_contract_number
Integer
Users having more than 1 contract need to provide contract number, against which all API requests should be executed
[optional]
datacenter_id
String
The unique ID of the datacenter
server
Server to be created
pretty
Boolean
Controls whether response is pretty-printed (with indentation and new lines)
[optional][default to true]
depth
Integer
Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
[optional][default to 0]
x_contract_number
Integer
Users having more than 1 contract need to provide contract number, against which all API requests should be executed
[optional]
datacenter_id
String
The unique ID of the datacenter
server_id
String
The unique ID of the server
server
Modified Server
pretty
Boolean
Controls whether response is pretty-printed (with indentation and new lines)
[optional][default to true]
depth
Integer
Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
[optional][default to 0]
x_contract_number
Integer
Users having more than 1 contract need to provide contract number, against which all API requests should be executed
[optional]
datacenter_id
String
The unique ID of the datacenter
server_id
String
The unique ID of the Server
pretty
Boolean
Controls whether response is pretty-printed (with indentation and new lines)
[optional][default to true]
depth
Integer
Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
[optional][default to 0]
x_contract_number
Integer
Users having more than 1 contract need to provide contract number, against which all API requests should be executed
[optional]
datacenter_id
String
The unique ID of the datacenter
server_id
String
The unique ID of the Server
pretty
Boolean
Controls whether response is pretty-printed (with indentation and new lines)
[optional][default to true]
depth
Integer
Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
[optional][default to 0]
x_contract_number
Integer
Users having more than 1 contract need to provide contract number, against which all API requests should be executed
[optional]
datacenter_id
String
The unique ID of the datacenter
server_id
String
The unique ID of the Server
pretty
Boolean
Controls whether response is pretty-printed (with indentation and new lines)
[optional][default to true]
depth
Integer
Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
[optional][default to 0]
x_contract_number
Integer
Users having more than 1 contract need to provide contract number, against which all API requests should be executed
[optional]
datacenter_id
String
The unique ID of the datacenter
server_id
String
The unique ID of the Server
pretty
Boolean
Controls whether response is pretty-printed (with indentation and new lines)
[optional][default to true]
depth
Integer
Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
[optional][default to 0]
x_contract_number
Integer
Users having more than 1 contract need to provide contract number, against which all API requests should be executed
[optional]
datacenter_id
String
The unique ID of the Datacenter
server_id
String
The unique ID of the Server
volume_id
String
The unique ID of the Volume
pretty
Boolean
Controls whether response is pretty-printed (with indentation and new lines)
[optional][default to true]
depth
Integer
Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
[optional][default to 0]
x_contract_number
Integer
Users having more than 1 contract need to provide contract number, against which all API requests should be executed
[optional]
datacenter_id
String
The unique ID of the Datacenter
server_id
String
The unique ID of the Server
volume_id
String
The unique ID of the Volume
pretty
Boolean
Controls whether response is pretty-printed (with indentation and new lines)
[optional][default to true]
depth
Integer
Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
[optional][default to 0]
x_contract_number
Integer
Users having more than 1 contract need to provide contract number, against which all API requests should be executed
[optional]
datacenter_id
String
The unique ID of the Datacenter
server_id
String
The unique ID of the Server
pretty
Boolean
Controls whether response is pretty-printed (with indentation and new lines)
[optional][default to true]
depth
Integer
Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
[optional][default to 0]
x_contract_number
Integer
Users having more than 1 contract need to provide contract number, against which all API requests should be executed
[optional]
offset
Integer
the first element (of the total list of elements) to include in the response (use together with <code>limit</code> for pagination)
[optional][default to 0]
limit
Integer
the maximum number of elements to return (use together with <code>offset</code> for pagination)
[optional][default to 1000]
datacenter_id
String
The unique ID of the Datacenter
server_id
String
The unique ID of the Server
volume
Volume to be attached (created and attached)
pretty
Boolean
Controls whether response is pretty-printed (with indentation and new lines)
[optional][default to true]
depth
Integer
Controls the details depth of response objects. Eg. GET /datacenters/[ID] - depth=0: only direct properties are included. Children (servers etc.) are not included - depth=1: direct properties and children references are included - depth=2: direct properties and children properties are included - depth=3: direct properties and children properties and children's children are included - depth=... and so on
[optional][default to 0]
x_contract_number
Integer
Users having more than 1 contract need to provide contract number, against which all API requests should be executed
[optional]