IP blocks
List all reserved IP blocks.
Controls whether the response is pretty-printed (with indentations and new lines).
true
Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) 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
0
The first element (from the complete list of the elements) to include in the response (used together with limit for pagination).
0
The maximum number of elements to return (use together with offset for pagination).
100
Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
GET /cloudapi/v6/ipblocks HTTP/1.1
Host: api.ionos.com
Authorization: Basic username:password
Accept: */*
{
"id": "15f67991-0f51-4efc-a8ad-ef1fb31a480c",
"type": "collection",
"href": "<RESOURCE-URI>",
"items": [
{
"id": "15f67991-0f51-4efc-a8ad-ef1fb31a480c",
"type": "ipblock",
"href": "<RESOURCE-URI>",
"metadata": {
"etag": "45480eb3fbfc31f1d916c1eaa4abdcc3",
"createdDate": "2015-12-04T14:34:09.809Z",
"createdBy": "[email protected]",
"createdByUserId": "[email protected]",
"lastModifiedDate": "2015-12-04T14:34:09.809Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByUserId": "63cef532-26fe-4a64-a4e0-de7c8a506c90",
"state": "AVAILABLE"
},
"properties": {
"ips": [
"22.231.113.64",
"22.231.113.65",
"22.231.113.66"
],
"location": "us/las",
"size": 5,
"name": "My resource",
"ipConsumers": [
{
"ip": "192.18.2.11",
"mac": "02:01:3f:52:6e:57",
"nicId": "0e8ee463-1174-46f2-87ba-a5c79c14d8e5",
"serverId": "e6a3466f-8d6e-4cb6-8001-f4e245f222b7",
"serverName": "Unnamed Server",
"datacenterId": "6e54a9ec-aace-4176-8ee4-1c3a704fccfc",
"datacenterName": "IpConsumerDC",
"k8sNodePoolUuid": "6e54a9ec-aace-4176-8ee4-1c3a704fcc12",
"k8sClusterUuid": "6e54a9ec-aace-4176-8ee4-1c3a704fcc23"
}
]
}
}
],
"offset": 0,
"limit": 1000,
"_links": {
"prev": "<PREVIOUS-PAGE-URI>",
"self": "<THIS-PAGE-URI>",
"next": "<NEXT-PAGE-URI>"
}
}
Reserves a new IP block.
Controls whether the response is pretty-printed (with indentations and new lines).
true
Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) 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
0
Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
The resource's unique identifier.
15f67991-0f51-4efc-a8ad-ef1fb31a480c
The type of object that has been created.
ipblock
URL to the object representation (absolute path).
<RESOURCE-URI>
POST /cloudapi/v6/ipblocks HTTP/1.1
Host: api.ionos.com
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 97
{
"type": "ipblock",
"metadata": {},
"properties": {
"location": "us/las",
"size": 5,
"name": "My resource"
}
}
{
"id": "15f67991-0f51-4efc-a8ad-ef1fb31a480c",
"type": "ipblock",
"href": "<RESOURCE-URI>",
"metadata": {
"etag": "45480eb3fbfc31f1d916c1eaa4abdcc3",
"createdDate": "2015-12-04T14:34:09.809Z",
"createdBy": "[email protected]",
"createdByUserId": "[email protected]",
"lastModifiedDate": "2015-12-04T14:34:09.809Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByUserId": "63cef532-26fe-4a64-a4e0-de7c8a506c90",
"state": "AVAILABLE"
},
"properties": {
"ips": [
"22.231.113.64",
"22.231.113.65",
"22.231.113.66"
],
"location": "us/las",
"size": 5,
"name": "My resource",
"ipConsumers": [
{
"ip": "192.18.2.11",
"mac": "02:01:3f:52:6e:57",
"nicId": "0e8ee463-1174-46f2-87ba-a5c79c14d8e5",
"serverId": "e6a3466f-8d6e-4cb6-8001-f4e245f222b7",
"serverName": "Unnamed Server",
"datacenterId": "6e54a9ec-aace-4176-8ee4-1c3a704fccfc",
"datacenterName": "IpConsumerDC",
"k8sNodePoolUuid": "6e54a9ec-aace-4176-8ee4-1c3a704fcc12",
"k8sClusterUuid": "6e54a9ec-aace-4176-8ee4-1c3a704fcc23"
}
]
}
}
Retrieve the properties of the specified IP block.
The unique ID of the IP block.
Controls whether the response is pretty-printed (with indentations and new lines).
true
Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) 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
0
Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
GET /cloudapi/v6/ipblocks/{ipblockId} HTTP/1.1
Host: api.ionos.com
Authorization: Basic username:password
Accept: */*
{
"id": "15f67991-0f51-4efc-a8ad-ef1fb31a480c",
"type": "ipblock",
"href": "<RESOURCE-URI>",
"metadata": {
"etag": "45480eb3fbfc31f1d916c1eaa4abdcc3",
"createdDate": "2015-12-04T14:34:09.809Z",
"createdBy": "[email protected]",
"createdByUserId": "[email protected]",
"lastModifiedDate": "2015-12-04T14:34:09.809Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByUserId": "63cef532-26fe-4a64-a4e0-de7c8a506c90",
"state": "AVAILABLE"
},
"properties": {
"ips": [
"22.231.113.64",
"22.231.113.65",
"22.231.113.66"
],
"location": "us/las",
"size": 5,
"name": "My resource",
"ipConsumers": [
{
"ip": "192.18.2.11",
"mac": "02:01:3f:52:6e:57",
"nicId": "0e8ee463-1174-46f2-87ba-a5c79c14d8e5",
"serverId": "e6a3466f-8d6e-4cb6-8001-f4e245f222b7",
"serverName": "Unnamed Server",
"datacenterId": "6e54a9ec-aace-4176-8ee4-1c3a704fccfc",
"datacenterName": "IpConsumerDC",
"k8sNodePoolUuid": "6e54a9ec-aace-4176-8ee4-1c3a704fcc12",
"k8sClusterUuid": "6e54a9ec-aace-4176-8ee4-1c3a704fcc23"
}
]
}
}
Modifies the properties of the specified IP block.
The unique ID of the IP block.
Controls whether the response is pretty-printed (with indentations and new lines).
true
Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) 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
0
Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
The resource's unique identifier.
15f67991-0f51-4efc-a8ad-ef1fb31a480c
The type of object that has been created.
ipblock
URL to the object representation (absolute path).
<RESOURCE-URI>
PUT /cloudapi/v6/ipblocks/{ipblockId} HTTP/1.1
Host: api.ionos.com
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 97
{
"type": "ipblock",
"metadata": {},
"properties": {
"location": "us/las",
"size": 5,
"name": "My resource"
}
}
{
"id": "15f67991-0f51-4efc-a8ad-ef1fb31a480c",
"type": "ipblock",
"href": "<RESOURCE-URI>",
"metadata": {
"etag": "45480eb3fbfc31f1d916c1eaa4abdcc3",
"createdDate": "2015-12-04T14:34:09.809Z",
"createdBy": "[email protected]",
"createdByUserId": "[email protected]",
"lastModifiedDate": "2015-12-04T14:34:09.809Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByUserId": "63cef532-26fe-4a64-a4e0-de7c8a506c90",
"state": "AVAILABLE"
},
"properties": {
"ips": [
"22.231.113.64",
"22.231.113.65",
"22.231.113.66"
],
"location": "us/las",
"size": 5,
"name": "My resource",
"ipConsumers": [
{
"ip": "192.18.2.11",
"mac": "02:01:3f:52:6e:57",
"nicId": "0e8ee463-1174-46f2-87ba-a5c79c14d8e5",
"serverId": "e6a3466f-8d6e-4cb6-8001-f4e245f222b7",
"serverName": "Unnamed Server",
"datacenterId": "6e54a9ec-aace-4176-8ee4-1c3a704fccfc",
"datacenterName": "IpConsumerDC",
"k8sNodePoolUuid": "6e54a9ec-aace-4176-8ee4-1c3a704fcc12",
"k8sClusterUuid": "6e54a9ec-aace-4176-8ee4-1c3a704fcc23"
}
]
}
}
Remove the specified IP block.
The unique ID of the IP block.
Controls whether the response is pretty-printed (with indentations and new lines).
true
Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) 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
0
Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
DELETE /cloudapi/v6/ipblocks/{ipblockId} HTTP/1.1
Host: api.ionos.com
Authorization: Basic username:password
Accept: */*
No content
Update the properties of the specified IP block.
The unique ID of the IP block.
Controls whether the response is pretty-printed (with indentations and new lines).
true
Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) 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
0
Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
Collection of IPs, associated with the IP Block.
["22.231.113.64","22.231.113.65","22.231.113.66"]
Location of that IP block. Property cannot be modified after it is created (disallowed in update requests).
us/las
The size of the IP block.
5
The name of the resource.
My resource
PATCH /cloudapi/v6/ipblocks/{ipblockId} HTTP/1.1
Host: api.ionos.com
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 51
{
"location": "us/las",
"size": 5,
"name": "My resource"
}
{
"id": "15f67991-0f51-4efc-a8ad-ef1fb31a480c",
"type": "ipblock",
"href": "<RESOURCE-URI>",
"metadata": {
"etag": "45480eb3fbfc31f1d916c1eaa4abdcc3",
"createdDate": "2015-12-04T14:34:09.809Z",
"createdBy": "[email protected]",
"createdByUserId": "[email protected]",
"lastModifiedDate": "2015-12-04T14:34:09.809Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByUserId": "63cef532-26fe-4a64-a4e0-de7c8a506c90",
"state": "AVAILABLE"
},
"properties": {
"ips": [
"22.231.113.64",
"22.231.113.65",
"22.231.113.66"
],
"location": "us/las",
"size": 5,
"name": "My resource",
"ipConsumers": [
{
"ip": "192.18.2.11",
"mac": "02:01:3f:52:6e:57",
"nicId": "0e8ee463-1174-46f2-87ba-a5c79c14d8e5",
"serverId": "e6a3466f-8d6e-4cb6-8001-f4e245f222b7",
"serverName": "Unnamed Server",
"datacenterId": "6e54a9ec-aace-4176-8ee4-1c3a704fccfc",
"datacenterName": "IpConsumerDC",
"k8sNodePoolUuid": "6e54a9ec-aace-4176-8ee4-1c3a704fcc12",
"k8sClusterUuid": "6e54a9ec-aace-4176-8ee4-1c3a704fcc23"
}
]
}
}
Was this helpful?