ionoscloud 6.0.0 → 6.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +70 -0
- data/README.md +10 -1
- data/docs/README.md +2 -2
- data/docs/api/BackupUnitsApi.md +14 -14
- data/docs/api/ContractResourcesApi.md +2 -2
- data/docs/api/DataCentersApi.md +15 -15
- data/docs/api/DefaultApi.md +2 -2
- data/docs/api/FirewallRulesApi.md +14 -14
- data/docs/api/FlowLogsApi.md +2 -2
- data/docs/api/IPBlocksApi.md +14 -14
- data/docs/api/ImagesApi.md +10 -10
- data/docs/api/KubernetesApi.md +30 -30
- data/docs/api/LANsApi.md +22 -22
- data/docs/api/LabelsApi.md +54 -54
- data/docs/api/LoadBalancersApi.md +22 -22
- data/docs/api/LocationsApi.md +6 -6
- data/docs/api/NATGatewaysApi.md +26 -26
- data/docs/api/NetworkInterfacesApi.md +14 -14
- data/docs/api/NetworkLoadBalancersApi.md +38 -38
- data/docs/api/PrivateCrossConnectsApi.md +10 -10
- data/docs/api/RequestsApi.md +8 -8
- data/docs/api/ServersApi.md +62 -52
- data/docs/api/SnapshotsApi.md +10 -10
- data/docs/api/UserManagementApi.md +50 -50
- data/docs/api/UserS3KeysApi.md +12 -12
- data/docs/api/VolumesApi.md +18 -18
- data/docs/models/AttachedVolumes.md +1 -1
- data/docs/models/BackupUnits.md +1 -1
- data/docs/models/BalancedNics.md +1 -1
- data/docs/models/Cdroms.md +1 -1
- data/docs/models/Contracts.md +1 -1
- data/docs/models/Datacenters.md +1 -1
- data/docs/models/ErrorMessage.md +1 -1
- data/docs/models/FirewallRules.md +1 -1
- data/docs/models/FirewallruleProperties.md +1 -1
- data/docs/models/FlowLogs.md +1 -1
- data/docs/models/GroupMembers.md +1 -1
- data/docs/models/GroupShares.md +1 -1
- data/docs/models/GroupUsers.md +1 -1
- data/docs/models/Groups.md +1 -1
- data/docs/models/Images.md +1 -1
- data/docs/models/IpBlocks.md +3 -3
- data/docs/models/KubernetesClusterProperties.md +3 -1
- data/docs/models/KubernetesClusterPropertiesForPost.md +3 -1
- data/docs/models/KubernetesClusterPropertiesForPut.md +1 -1
- data/docs/models/KubernetesClusters.md +1 -1
- data/docs/models/KubernetesNodePoolProperties.md +4 -1
- data/docs/models/KubernetesNodePoolPropertiesForPost.md +4 -1
- data/docs/models/KubernetesNodePoolPropertiesForPut.md +1 -1
- data/docs/models/KubernetesNodePools.md +1 -1
- data/docs/models/KubernetesNodes.md +1 -1
- data/docs/models/LabelResources.md +1 -1
- data/docs/models/Labels.md +1 -1
- data/docs/models/LanNics.md +1 -1
- data/docs/models/Lans.md +1 -1
- data/docs/models/Loadbalancers.md +1 -1
- data/docs/models/Locations.md +1 -1
- data/docs/models/NatGatewayProperties.md +1 -1
- data/docs/models/NatGatewayRules.md +1 -1
- data/docs/models/NatGateways.md +1 -1
- data/docs/models/NetworkLoadBalancerForwardingRuleHealthCheck.md +4 -4
- data/docs/models/NetworkLoadBalancerForwardingRuleProperties.md +5 -5
- data/docs/models/NetworkLoadBalancerForwardingRuleTarget.md +3 -3
- data/docs/models/NetworkLoadBalancerForwardingRuleTargetHealthCheck.md +3 -3
- data/docs/models/NetworkLoadBalancerForwardingRules.md +1 -1
- data/docs/models/NetworkLoadBalancerProperties.md +2 -2
- data/docs/models/NetworkLoadBalancers.md +1 -1
- data/docs/models/NicProperties.md +3 -3
- data/docs/models/Nics.md +1 -1
- data/docs/models/PrivateCrossConnects.md +1 -1
- data/docs/models/Requests.md +3 -3
- data/docs/models/ResourceGroups.md +1 -1
- data/docs/models/Resources.md +1 -1
- data/docs/models/ResourcesUsers.md +1 -1
- data/docs/models/S3Keys.md +1 -1
- data/docs/models/Servers.md +1 -1
- data/docs/models/Snapshots.md +1 -1
- data/docs/models/Templates.md +1 -1
- data/docs/models/Users.md +1 -1
- data/docs/models/VolumeProperties.md +4 -2
- data/docs/models/Volumes.md +1 -1
- data/git_push.sh +0 -3
- data/lib/ionoscloud/api/_api.rb +2 -2
- data/lib/ionoscloud/api/backup_units_api.rb +14 -14
- data/lib/ionoscloud/api/contract_resources_api.rb +2 -2
- data/lib/ionoscloud/api/data_centers_api.rb +16 -16
- data/lib/ionoscloud/api/firewall_rules_api.rb +14 -14
- data/lib/ionoscloud/api/flow_logs_api.rb +2 -2
- data/lib/ionoscloud/api/images_api.rb +10 -10
- data/lib/ionoscloud/api/ip_blocks_api.rb +14 -14
- data/lib/ionoscloud/api/kubernetes_api.rb +30 -30
- data/lib/ionoscloud/api/labels_api.rb +54 -54
- data/lib/ionoscloud/api/lans_api.rb +22 -22
- data/lib/ionoscloud/api/load_balancers_api.rb +22 -22
- data/lib/ionoscloud/api/locations_api.rb +6 -6
- data/lib/ionoscloud/api/nat_gateways_api.rb +26 -26
- data/lib/ionoscloud/api/network_interfaces_api.rb +14 -14
- data/lib/ionoscloud/api/network_load_balancers_api.rb +38 -38
- data/lib/ionoscloud/api/private_cross_connects_api.rb +10 -10
- data/lib/ionoscloud/api/requests_api.rb +8 -8
- data/lib/ionoscloud/api/servers_api.rb +52 -52
- data/lib/ionoscloud/api/snapshots_api.rb +10 -10
- data/lib/ionoscloud/api/user_management_api.rb +50 -50
- data/lib/ionoscloud/api/user_s3_keys_api.rb +12 -12
- data/lib/ionoscloud/api/volumes_api.rb +19 -19
- data/lib/ionoscloud/api_client.rb +1 -1
- data/lib/ionoscloud/models/attached_volumes.rb +1 -1
- data/lib/ionoscloud/models/backup_units.rb +1 -1
- data/lib/ionoscloud/models/balanced_nics.rb +1 -1
- data/lib/ionoscloud/models/cdroms.rb +1 -1
- data/lib/ionoscloud/models/contracts.rb +1 -1
- data/lib/ionoscloud/models/datacenters.rb +1 -1
- data/lib/ionoscloud/models/error_message.rb +1 -1
- data/lib/ionoscloud/models/firewall_rules.rb +1 -1
- data/lib/ionoscloud/models/firewallrule_properties.rb +6 -1
- data/lib/ionoscloud/models/flow_logs.rb +1 -1
- data/lib/ionoscloud/models/group_members.rb +1 -1
- data/lib/ionoscloud/models/group_shares.rb +1 -1
- data/lib/ionoscloud/models/group_users.rb +1 -1
- data/lib/ionoscloud/models/groups.rb +1 -1
- data/lib/ionoscloud/models/image_properties.rb +2 -2
- data/lib/ionoscloud/models/images.rb +1 -1
- data/lib/ionoscloud/models/ip_blocks.rb +3 -3
- data/lib/ionoscloud/models/kubernetes_cluster_properties.rb +22 -2
- data/lib/ionoscloud/models/kubernetes_cluster_properties_for_post.rb +22 -2
- data/lib/ionoscloud/models/kubernetes_cluster_properties_for_put.rb +1 -1
- data/lib/ionoscloud/models/kubernetes_clusters.rb +1 -1
- data/lib/ionoscloud/models/kubernetes_node_pool_properties.rb +21 -3
- data/lib/ionoscloud/models/kubernetes_node_pool_properties_for_post.rb +21 -3
- data/lib/ionoscloud/models/kubernetes_node_pool_properties_for_put.rb +1 -1
- data/lib/ionoscloud/models/kubernetes_node_pools.rb +1 -1
- data/lib/ionoscloud/models/kubernetes_nodes.rb +1 -1
- data/lib/ionoscloud/models/label_resources.rb +1 -1
- data/lib/ionoscloud/models/labels.rb +1 -1
- data/lib/ionoscloud/models/lan_nics.rb +1 -1
- data/lib/ionoscloud/models/lans.rb +1 -1
- data/lib/ionoscloud/models/loadbalancer_properties.rb +1 -0
- data/lib/ionoscloud/models/loadbalancers.rb +1 -1
- data/lib/ionoscloud/models/locations.rb +1 -1
- data/lib/ionoscloud/models/nat_gateway_properties.rb +1 -1
- data/lib/ionoscloud/models/nat_gateway_rules.rb +1 -1
- data/lib/ionoscloud/models/nat_gateways.rb +1 -1
- data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_health_check.rb +4 -4
- data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_properties.rb +5 -5
- data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_target.rb +3 -3
- data/lib/ionoscloud/models/network_load_balancer_forwarding_rule_target_health_check.rb +3 -3
- data/lib/ionoscloud/models/network_load_balancer_forwarding_rules.rb +1 -1
- data/lib/ionoscloud/models/network_load_balancer_properties.rb +2 -2
- data/lib/ionoscloud/models/network_load_balancers.rb +1 -1
- data/lib/ionoscloud/models/nic_properties.rb +4 -3
- data/lib/ionoscloud/models/nics.rb +1 -1
- data/lib/ionoscloud/models/private_cross_connects.rb +1 -1
- data/lib/ionoscloud/models/requests.rb +3 -3
- data/lib/ionoscloud/models/resource_groups.rb +1 -1
- data/lib/ionoscloud/models/resources.rb +1 -1
- data/lib/ionoscloud/models/resources_users.rb +1 -1
- data/lib/ionoscloud/models/s3_keys.rb +1 -1
- data/lib/ionoscloud/models/servers.rb +1 -1
- data/lib/ionoscloud/models/snapshot_properties.rb +2 -2
- data/lib/ionoscloud/models/snapshots.rb +1 -1
- data/lib/ionoscloud/models/templates.rb +1 -1
- data/lib/ionoscloud/models/users.rb +1 -1
- data/lib/ionoscloud/models/volume_properties.rb +25 -7
- data/lib/ionoscloud/models/volumes.rb +1 -1
- data/lib/ionoscloud/version.rb +1 -1
- data/lib/test_driver.rb +119 -0
- metadata +7 -5
data/docs/api/RequestsApi.md
CHANGED
|
@@ -39,7 +39,7 @@ request_id = 'request_id_example' # String | The unique ID of the request.
|
|
|
39
39
|
opts = {
|
|
40
40
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
41
41
|
depth: 56, # Integer | 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
|
|
42
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
42
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
begin
|
|
@@ -76,7 +76,7 @@ end
|
|
|
76
76
|
| **request_id** | **String** | The unique ID of the request. | |
|
|
77
77
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
78
78
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
79
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
79
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
80
80
|
|
|
81
81
|
### Return type
|
|
82
82
|
|
|
@@ -121,7 +121,7 @@ api_instance = Ionoscloud::RequestsApi.new
|
|
|
121
121
|
opts = {
|
|
122
122
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
123
123
|
depth: 56, # Integer | 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
|
|
124
|
-
x_contract_number: 56, # Integer | Users with multiple contracts must provide the contract number,
|
|
124
|
+
x_contract_number: 56, # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
125
125
|
filter_status: 'filter_status_example', # String | Filter the list by request status [QUEUED, RUNNING, DONE, FAILED]. Filter is not affected by the depth query parameter.
|
|
126
126
|
filter_created_after: 'filter_created_after_example', # String | Filter the list to only include the requests created after the date, specified in the yyyy-MM-dd HH:mm:ss format. Filter is not affected by the depth query parameter.
|
|
127
127
|
filter_created_before: 'filter_created_before_example', # String | Filter the list to only include the requests created before the date, specified in the yyyy-MM-dd HH:mm:ss format. Filter is not affected by the depth query parameter.
|
|
@@ -133,7 +133,7 @@ opts = {
|
|
|
133
133
|
filter_headers: 'filter_headers_example', # String | Filter the list to only include the requests that contain the specified headers. The value is not case-sensitive, and the filter requires that the depth query parameter value is greater than zero.
|
|
134
134
|
filter_body: 'filter_body_example', # String | Filter the list to only include the requests that contain the specified body. The value is not case-sensitive, and the filter requires that the depth query parameter value is greater than zero.
|
|
135
135
|
filter_url: 'filter_url_example', # String | Filter the list to only include the requests that contain the specified URL. The value is not case-sensitive, and the filter requires that the depth query parameter value is greater than zero.
|
|
136
|
-
offset: 56, # Integer | The first element (from the complete list of the elements) to include in the response (
|
|
136
|
+
offset: 56, # Integer | The first element (from the complete list of the elements) to include in the response (used together with <b><i>limit</i></b> for pagination).
|
|
137
137
|
limit: 56 # Integer | The maximum number of elements to return (use together with offset for pagination).
|
|
138
138
|
}
|
|
139
139
|
|
|
@@ -170,7 +170,7 @@ end
|
|
|
170
170
|
| ---- | ---- | ----------- | ----- |
|
|
171
171
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
172
172
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
173
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
173
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
174
174
|
| **filter_status** | **String** | Filter the list by request status [QUEUED, RUNNING, DONE, FAILED]. Filter is not affected by the depth query parameter. | [optional] |
|
|
175
175
|
| **filter_created_after** | **String** | Filter the list to only include the requests created after the date, specified in the yyyy-MM-dd HH:mm:ss format. Filter is not affected by the depth query parameter. | [optional] |
|
|
176
176
|
| **filter_created_before** | **String** | Filter the list to only include the requests created before the date, specified in the yyyy-MM-dd HH:mm:ss format. Filter is not affected by the depth query parameter. | [optional] |
|
|
@@ -182,7 +182,7 @@ end
|
|
|
182
182
|
| **filter_headers** | **String** | Filter the list to only include the requests that contain the specified headers. The value is not case-sensitive, and the filter requires that the depth query parameter value is greater than zero. | [optional] |
|
|
183
183
|
| **filter_body** | **String** | Filter the list to only include the requests that contain the specified body. The value is not case-sensitive, and the filter requires that the depth query parameter value is greater than zero. | [optional] |
|
|
184
184
|
| **filter_url** | **String** | Filter the list to only include the requests that contain the specified URL. The value is not case-sensitive, and the filter requires that the depth query parameter value is greater than zero. | [optional] |
|
|
185
|
-
| **offset** | **Integer** | The first element (from the complete list of the elements) to include in the response (
|
|
185
|
+
| **offset** | **Integer** | The first element (from the complete list of the elements) to include in the response (used together with <b><i>limit</i></b> for pagination). | [optional][default to 0] |
|
|
186
186
|
| **limit** | **Integer** | The maximum number of elements to return (use together with offset for pagination). | [optional][default to 1000] |
|
|
187
187
|
|
|
188
188
|
### Return type
|
|
@@ -229,7 +229,7 @@ request_id = 'request_id_example' # String | The unique ID of the request.
|
|
|
229
229
|
opts = {
|
|
230
230
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
231
231
|
depth: 56, # Integer | 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
|
|
232
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
232
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
233
233
|
}
|
|
234
234
|
|
|
235
235
|
begin
|
|
@@ -266,7 +266,7 @@ end
|
|
|
266
266
|
| **request_id** | **String** | The unique ID of the request. | |
|
|
267
267
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
268
268
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
269
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
269
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
270
270
|
|
|
271
271
|
### Return type
|
|
272
272
|
|
data/docs/api/ServersApi.md
CHANGED
|
@@ -60,7 +60,7 @@ cdrom_id = 'cdrom_id_example' # String | The unique ID of the CD-ROM.
|
|
|
60
60
|
opts = {
|
|
61
61
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
62
62
|
depth: 56, # Integer | 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
|
|
63
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
63
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
begin
|
|
@@ -98,7 +98,7 @@ end
|
|
|
98
98
|
| **cdrom_id** | **String** | The unique ID of the CD-ROM. | |
|
|
99
99
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
100
100
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
101
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
101
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
102
102
|
|
|
103
103
|
### Return type
|
|
104
104
|
|
|
@@ -146,7 +146,7 @@ cdrom_id = 'cdrom_id_example' # String | The unique ID of the CD-ROM.
|
|
|
146
146
|
opts = {
|
|
147
147
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
148
148
|
depth: 56, # Integer | 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
|
|
149
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
149
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
begin
|
|
@@ -185,7 +185,7 @@ end
|
|
|
185
185
|
| **cdrom_id** | **String** | The unique ID of the CD-ROM. | |
|
|
186
186
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
187
187
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
188
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
188
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
189
189
|
|
|
190
190
|
### Return type
|
|
191
191
|
|
|
@@ -232,8 +232,8 @@ server_id = 'server_id_example' # String | The unique ID of the server.
|
|
|
232
232
|
opts = {
|
|
233
233
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
234
234
|
depth: 56, # Integer | 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
|
|
235
|
-
x_contract_number: 56, # Integer | Users with multiple contracts must provide the contract number,
|
|
236
|
-
offset: 56, # Integer | The first element (from the complete list of the elements) to include in the response (
|
|
235
|
+
x_contract_number: 56, # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
236
|
+
offset: 56, # Integer | The first element (from the complete list of the elements) to include in the response (used together with <b><i>limit</i></b> for pagination).
|
|
237
237
|
limit: 56 # Integer | The maximum number of elements to return (use together with offset for pagination).
|
|
238
238
|
}
|
|
239
239
|
|
|
@@ -272,8 +272,8 @@ end
|
|
|
272
272
|
| **server_id** | **String** | The unique ID of the server. | |
|
|
273
273
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
274
274
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
275
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
276
|
-
| **offset** | **Integer** | The first element (from the complete list of the elements) to include in the response (
|
|
275
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
276
|
+
| **offset** | **Integer** | The first element (from the complete list of the elements) to include in the response (used together with <b><i>limit</i></b> for pagination). | [optional][default to 0] |
|
|
277
277
|
| **limit** | **Integer** | The maximum number of elements to return (use together with offset for pagination). | [optional][default to 1000] |
|
|
278
278
|
|
|
279
279
|
### Return type
|
|
@@ -322,7 +322,7 @@ cdrom = Ionoscloud::Image.new({properties: Ionoscloud::ImageProperties.new({lice
|
|
|
322
322
|
opts = {
|
|
323
323
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
324
324
|
depth: 56, # Integer | 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
|
|
325
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
325
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
326
326
|
}
|
|
327
327
|
|
|
328
328
|
begin
|
|
@@ -361,7 +361,7 @@ end
|
|
|
361
361
|
| **cdrom** | [**Image**](Image.md) | The CD-ROM to be attached. | |
|
|
362
362
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
363
363
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
364
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
364
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
365
365
|
|
|
366
366
|
### Return type
|
|
367
367
|
|
|
@@ -408,7 +408,7 @@ server_id = 'server_id_example' # String | The unique ID of the server.
|
|
|
408
408
|
opts = {
|
|
409
409
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
410
410
|
depth: 56, # Integer | 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
|
|
411
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
411
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
412
412
|
}
|
|
413
413
|
|
|
414
414
|
begin
|
|
@@ -445,7 +445,7 @@ end
|
|
|
445
445
|
| **server_id** | **String** | The unique ID of the server. | |
|
|
446
446
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
447
447
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
448
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
448
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
449
449
|
|
|
450
450
|
### Return type
|
|
451
451
|
|
|
@@ -492,7 +492,7 @@ server_id = 'server_id_example' # String | The unique ID of the server.
|
|
|
492
492
|
opts = {
|
|
493
493
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
494
494
|
depth: 56, # Integer | 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
|
|
495
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
495
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
496
496
|
}
|
|
497
497
|
|
|
498
498
|
begin
|
|
@@ -530,7 +530,7 @@ end
|
|
|
530
530
|
| **server_id** | **String** | The unique ID of the server. | |
|
|
531
531
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
532
532
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
533
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
533
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
534
534
|
|
|
535
535
|
### Return type
|
|
536
536
|
|
|
@@ -577,8 +577,8 @@ opts = {
|
|
|
577
577
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
578
578
|
depth: 56, # Integer | 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
|
|
579
579
|
upgrade_needed: true, # Boolean | Filter servers that can or that cannot be upgraded.
|
|
580
|
-
x_contract_number: 56, # Integer | Users with multiple contracts must provide the contract number,
|
|
581
|
-
offset: 56, # Integer | The first element (from the complete list of the elements) to include in the response (
|
|
580
|
+
x_contract_number: 56, # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
581
|
+
offset: 56, # Integer | The first element (from the complete list of the elements) to include in the response (used together with <b><i>limit</i></b> for pagination).
|
|
582
582
|
limit: 56 # Integer | The maximum number of elements to return (use together with offset for pagination).
|
|
583
583
|
}
|
|
584
584
|
|
|
@@ -617,8 +617,8 @@ end
|
|
|
617
617
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
618
618
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
619
619
|
| **upgrade_needed** | **Boolean** | Filter servers that can or that cannot be upgraded. | [optional] |
|
|
620
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
621
|
-
| **offset** | **Integer** | The first element (from the complete list of the elements) to include in the response (
|
|
620
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
621
|
+
| **offset** | **Integer** | The first element (from the complete list of the elements) to include in the response (used together with <b><i>limit</i></b> for pagination). | [optional][default to 0] |
|
|
622
622
|
| **limit** | **Integer** | The maximum number of elements to return (use together with offset for pagination). | [optional][default to 1000] |
|
|
623
623
|
|
|
624
624
|
### Return type
|
|
@@ -667,7 +667,7 @@ server = Ionoscloud::ServerProperties.new({cores: 4, ram: 4096}) # ServerPropert
|
|
|
667
667
|
opts = {
|
|
668
668
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
669
669
|
depth: 56, # Integer | 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
|
|
670
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
670
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
671
671
|
}
|
|
672
672
|
|
|
673
673
|
begin
|
|
@@ -706,7 +706,7 @@ end
|
|
|
706
706
|
| **server** | [**ServerProperties**](ServerProperties.md) | The properties of the server to be updated. | |
|
|
707
707
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
708
708
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
709
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
709
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
710
710
|
|
|
711
711
|
### Return type
|
|
712
712
|
|
|
@@ -753,7 +753,7 @@ server = Ionoscloud::Server.new({properties: Ionoscloud::ServerProperties.new({c
|
|
|
753
753
|
opts = {
|
|
754
754
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
755
755
|
depth: 56, # Integer | 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
|
|
756
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
756
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
757
757
|
}
|
|
758
758
|
|
|
759
759
|
begin
|
|
@@ -791,7 +791,7 @@ end
|
|
|
791
791
|
| **server** | [**Server**](Server.md) | The server to create. | |
|
|
792
792
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
793
793
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
794
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
794
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
795
795
|
|
|
796
796
|
### Return type
|
|
797
797
|
|
|
@@ -839,7 +839,7 @@ server = Ionoscloud::Server.new({properties: Ionoscloud::ServerProperties.new({c
|
|
|
839
839
|
opts = {
|
|
840
840
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
841
841
|
depth: 56, # Integer | 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
|
|
842
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
842
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
843
843
|
}
|
|
844
844
|
|
|
845
845
|
begin
|
|
@@ -878,7 +878,7 @@ end
|
|
|
878
878
|
| **server** | [**Server**](Server.md) | The modified server | |
|
|
879
879
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
880
880
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
881
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
881
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
882
882
|
|
|
883
883
|
### Return type
|
|
884
884
|
|
|
@@ -925,7 +925,7 @@ server_id = 'server_id_example' # String | The unique ID of the server.
|
|
|
925
925
|
opts = {
|
|
926
926
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
927
927
|
depth: 56, # Integer | 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
|
|
928
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
928
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
929
929
|
}
|
|
930
930
|
|
|
931
931
|
begin
|
|
@@ -962,7 +962,7 @@ end
|
|
|
962
962
|
| **server_id** | **String** | The unique ID of the server. | |
|
|
963
963
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
964
964
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
965
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
965
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
966
966
|
|
|
967
967
|
### Return type
|
|
968
968
|
|
|
@@ -1009,7 +1009,7 @@ server_id = 'server_id_example' # String | The unique ID of the server.
|
|
|
1009
1009
|
opts = {
|
|
1010
1010
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1011
1011
|
depth: 56, # Integer | 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
|
|
1012
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
1012
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1013
1013
|
}
|
|
1014
1014
|
|
|
1015
1015
|
begin
|
|
@@ -1047,7 +1047,7 @@ end
|
|
|
1047
1047
|
| **server_id** | **String** | The unique ID of the server. | |
|
|
1048
1048
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
1049
1049
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
1050
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
1050
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
1051
1051
|
|
|
1052
1052
|
### Return type
|
|
1053
1053
|
|
|
@@ -1094,7 +1094,7 @@ server_id = 'server_id_example' # String | The unique ID of the server.
|
|
|
1094
1094
|
opts = {
|
|
1095
1095
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1096
1096
|
depth: 56, # Integer | 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
|
|
1097
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
1097
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1098
1098
|
}
|
|
1099
1099
|
|
|
1100
1100
|
begin
|
|
@@ -1131,7 +1131,7 @@ end
|
|
|
1131
1131
|
| **server_id** | **String** | The unique ID of the server. | |
|
|
1132
1132
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
1133
1133
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
1134
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
1134
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
1135
1135
|
|
|
1136
1136
|
### Return type
|
|
1137
1137
|
|
|
@@ -1178,7 +1178,7 @@ server_id = 'server_id_example' # String | The unique ID of the server.
|
|
|
1178
1178
|
opts = {
|
|
1179
1179
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1180
1180
|
depth: 56, # Integer | 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
|
|
1181
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
1181
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1182
1182
|
}
|
|
1183
1183
|
|
|
1184
1184
|
begin
|
|
@@ -1215,7 +1215,7 @@ end
|
|
|
1215
1215
|
| **server_id** | **String** | The unique ID of the server. | |
|
|
1216
1216
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
1217
1217
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
1218
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
1218
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
1219
1219
|
|
|
1220
1220
|
### Return type
|
|
1221
1221
|
|
|
@@ -1262,7 +1262,7 @@ server_id = 'server_id_example' # String | The unique ID of the server.
|
|
|
1262
1262
|
opts = {
|
|
1263
1263
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1264
1264
|
depth: 56, # Integer | 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
|
|
1265
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
1265
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1266
1266
|
}
|
|
1267
1267
|
|
|
1268
1268
|
begin
|
|
@@ -1299,7 +1299,7 @@ end
|
|
|
1299
1299
|
| **server_id** | **String** | The unique ID of the server. | |
|
|
1300
1300
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
1301
1301
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
1302
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
1302
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
1303
1303
|
|
|
1304
1304
|
### Return type
|
|
1305
1305
|
|
|
@@ -1346,7 +1346,7 @@ server_id = 'server_id_example' # String | The unique ID of the server.
|
|
|
1346
1346
|
opts = {
|
|
1347
1347
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1348
1348
|
depth: 56, # Integer | 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
|
|
1349
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
1349
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1350
1350
|
}
|
|
1351
1351
|
|
|
1352
1352
|
begin
|
|
@@ -1383,7 +1383,7 @@ end
|
|
|
1383
1383
|
| **server_id** | **String** | The unique ID of the server. | |
|
|
1384
1384
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
1385
1385
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
1386
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
1386
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
1387
1387
|
|
|
1388
1388
|
### Return type
|
|
1389
1389
|
|
|
@@ -1430,7 +1430,7 @@ server_id = 'server_id_example' # String | The unique ID of the server.
|
|
|
1430
1430
|
opts = {
|
|
1431
1431
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1432
1432
|
depth: 56, # Integer | 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
|
|
1433
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
1433
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1434
1434
|
}
|
|
1435
1435
|
|
|
1436
1436
|
begin
|
|
@@ -1468,7 +1468,7 @@ end
|
|
|
1468
1468
|
| **server_id** | **String** | The unique ID of the server. | |
|
|
1469
1469
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
1470
1470
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
1471
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
1471
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
1472
1472
|
|
|
1473
1473
|
### Return type
|
|
1474
1474
|
|
|
@@ -1515,7 +1515,7 @@ server_id = 'server_id_example' # String | The unique ID of the server.
|
|
|
1515
1515
|
opts = {
|
|
1516
1516
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1517
1517
|
depth: 56, # Integer | 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
|
|
1518
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
1518
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1519
1519
|
}
|
|
1520
1520
|
|
|
1521
1521
|
begin
|
|
@@ -1552,7 +1552,7 @@ end
|
|
|
1552
1552
|
| **server_id** | **String** | The unique ID of the server. | |
|
|
1553
1553
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
1554
1554
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
1555
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
1555
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
1556
1556
|
|
|
1557
1557
|
### Return type
|
|
1558
1558
|
|
|
@@ -1600,7 +1600,7 @@ volume_id = 'volume_id_example' # String | The unique ID of the volume.
|
|
|
1600
1600
|
opts = {
|
|
1601
1601
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1602
1602
|
depth: 56, # Integer | 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
|
|
1603
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
1603
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1604
1604
|
}
|
|
1605
1605
|
|
|
1606
1606
|
begin
|
|
@@ -1638,7 +1638,7 @@ end
|
|
|
1638
1638
|
| **volume_id** | **String** | The unique ID of the volume. | |
|
|
1639
1639
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
1640
1640
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
1641
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
1641
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
1642
1642
|
|
|
1643
1643
|
### Return type
|
|
1644
1644
|
|
|
@@ -1686,7 +1686,7 @@ volume_id = 'volume_id_example' # String | The unique ID of the volume.
|
|
|
1686
1686
|
opts = {
|
|
1687
1687
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1688
1688
|
depth: 56, # Integer | 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
|
|
1689
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
1689
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1690
1690
|
}
|
|
1691
1691
|
|
|
1692
1692
|
begin
|
|
@@ -1725,7 +1725,7 @@ end
|
|
|
1725
1725
|
| **volume_id** | **String** | The unique ID of the volume. | |
|
|
1726
1726
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
1727
1727
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
1728
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
1728
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
1729
1729
|
|
|
1730
1730
|
### Return type
|
|
1731
1731
|
|
|
@@ -1759,6 +1759,11 @@ Ionoscloud.configure do |config|
|
|
|
1759
1759
|
# Configure HTTP basic authorization: Basic Authentication
|
|
1760
1760
|
config.username = 'YOUR USERNAME'
|
|
1761
1761
|
config.password = 'YOUR PASSWORD'
|
|
1762
|
+
|
|
1763
|
+
# Configure API key authorization: Token Authentication
|
|
1764
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
|
1765
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1766
|
+
# config.api_key_prefix['Authorization'] = 'Bearer'
|
|
1762
1767
|
end
|
|
1763
1768
|
|
|
1764
1769
|
api_instance = Ionoscloud::ServersApi.new
|
|
@@ -1767,8 +1772,8 @@ server_id = 'server_id_example' # String | The unique ID of the server.
|
|
|
1767
1772
|
opts = {
|
|
1768
1773
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1769
1774
|
depth: 56, # Integer | 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
|
|
1770
|
-
x_contract_number: 56, # Integer | Users with multiple contracts must provide the contract number,
|
|
1771
|
-
offset: 56, # Integer | The first element (from the complete list of the elements) to include in the response (
|
|
1775
|
+
x_contract_number: 56, # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1776
|
+
offset: 56, # Integer | The first element (from the complete list of the elements) to include in the response (used together with <b><i>limit</i></b> for pagination).
|
|
1772
1777
|
limit: 56 # Integer | The maximum number of elements to return (use together with offset for pagination).
|
|
1773
1778
|
}
|
|
1774
1779
|
|
|
@@ -1807,8 +1812,8 @@ end
|
|
|
1807
1812
|
| **server_id** | **String** | The unique ID of the server. | |
|
|
1808
1813
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
1809
1814
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
1810
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
1811
|
-
| **offset** | **Integer** | The first element (from the complete list of the elements) to include in the response (
|
|
1815
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
1816
|
+
| **offset** | **Integer** | The first element (from the complete list of the elements) to include in the response (used together with <b><i>limit</i></b> for pagination). | [optional][default to 0] |
|
|
1812
1817
|
| **limit** | **Integer** | The maximum number of elements to return (use together with offset for pagination). | [optional][default to 1000] |
|
|
1813
1818
|
|
|
1814
1819
|
### Return type
|
|
@@ -1817,7 +1822,7 @@ end
|
|
|
1817
1822
|
|
|
1818
1823
|
### Authorization
|
|
1819
1824
|
|
|
1820
|
-
Basic Authentication
|
|
1825
|
+
Basic Authentication, Token Authentication
|
|
1821
1826
|
|
|
1822
1827
|
### HTTP request headers
|
|
1823
1828
|
|
|
@@ -1843,6 +1848,11 @@ Ionoscloud.configure do |config|
|
|
|
1843
1848
|
# Configure HTTP basic authorization: Basic Authentication
|
|
1844
1849
|
config.username = 'YOUR USERNAME'
|
|
1845
1850
|
config.password = 'YOUR PASSWORD'
|
|
1851
|
+
|
|
1852
|
+
# Configure API key authorization: Token Authentication
|
|
1853
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
|
1854
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1855
|
+
# config.api_key_prefix['Authorization'] = 'Bearer'
|
|
1846
1856
|
end
|
|
1847
1857
|
|
|
1848
1858
|
api_instance = Ionoscloud::ServersApi.new
|
|
@@ -1852,7 +1862,7 @@ volume = Ionoscloud::Volume.new({properties: Ionoscloud::VolumeProperties.new({s
|
|
|
1852
1862
|
opts = {
|
|
1853
1863
|
pretty: true, # Boolean | Controls whether the response is pretty-printed (with indentations and new lines).
|
|
1854
1864
|
depth: 56, # Integer | 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
|
|
1855
|
-
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number,
|
|
1865
|
+
x_contract_number: 56 # Integer | Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
|
|
1856
1866
|
}
|
|
1857
1867
|
|
|
1858
1868
|
begin
|
|
@@ -1891,7 +1901,7 @@ end
|
|
|
1891
1901
|
| **volume** | [**Volume**](Volume.md) | The volume to be attached (or created and attached). | |
|
|
1892
1902
|
| **pretty** | **Boolean** | Controls whether the response is pretty-printed (with indentations and new lines). | [optional][default to true] |
|
|
1893
1903
|
| **depth** | **Integer** | 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 | [optional][default to 0] |
|
|
1894
|
-
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number,
|
|
1904
|
+
| **x_contract_number** | **Integer** | Users with multiple contracts must provide the contract number, for which all API requests are to be executed. | [optional] |
|
|
1895
1905
|
|
|
1896
1906
|
### Return type
|
|
1897
1907
|
|
|
@@ -1899,7 +1909,7 @@ end
|
|
|
1899
1909
|
|
|
1900
1910
|
### Authorization
|
|
1901
1911
|
|
|
1902
|
-
Basic Authentication
|
|
1912
|
+
Basic Authentication, Token Authentication
|
|
1903
1913
|
|
|
1904
1914
|
### HTTP request headers
|
|
1905
1915
|
|