Create CloudServer
POST/projects/:projectId/providers/Aruba.Compute/cloudServers
Create CloudServer
Request
Path Parameters
Query Parameters
The requested API version
1.1
- application/json
- text/json
- application/*+json
Body
- ITBG-Bergamo
Array [
]
Array [
]
metadata
object
Metadata of the resource
Name of the resource
location
object
Contains information about the Region of a resource
Value of the region in which the resource will be located. Available regions at present:
For more information, check the documentation.
List of tags for the resource
properties
object
For more information, check the documentation.
vpc
object
For more information, check the documentation.
elasticIp
object
bootVolume
object
For more information, check the documentation.
keyPair
object
subnets
object[]
nullable
securityGroups
object[]
nullable
Body
- ITBG-Bergamo
Array [
]
Array [
]
metadata
object
Metadata of the resource
Name of the resource
location
object
Contains information about the Region of a resource
Value of the region in which the resource will be located. Available regions at present:
For more information, check the documentation.
List of tags for the resource
properties
object
For more information, check the documentation.
vpc
object
For more information, check the documentation.
elasticIp
object
bootVolume
object
For more information, check the documentation.
keyPair
object
subnets
object[]
nullable
securityGroups
object[]
nullable
Body
- ITBG-Bergamo
Array [
]
Array [
]
metadata
object
Metadata of the resource
Name of the resource
location
object
Contains information about the Region of a resource
Value of the region in which the resource will be located. Available regions at present:
For more information, check the documentation.
List of tags for the resource
properties
object
For more information, check the documentation.
vpc
object
For more information, check the documentation.
elasticIp
object
bootVolume
object
For more information, check the documentation.
keyPair
object
subnets
object[]
nullable
securityGroups
object[]
nullable
Responses
- 201
- 400
- 500
Created
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Array [
]
metadata
object
location
object
project
object
category
object
typology
object
status
object
disableStatusInfo
object
previousStatus
object
properties
object
linkedResources
object[]
vpc
object
For more information, check the documentation.
flavor
object
template
object
bootVolume
object
keyPair
object
networkInterfaces
object[]
properties
object
nullable
{
"metadata": {
"id": "string",
"uri": "string",
"name": "string",
"location": {
"code": "string",
"country": "string",
"city": "string",
"name": "string",
"value": "string"
},
"project": {
"id": "string"
},
"tags": [
"string"
],
"category": {
"name": "string",
"provider": "string",
"typology": {
"id": "string",
"name": "string"
}
},
"creationDate": "2024-07-29T15:51:28.071Z",
"createdBy": "string",
"updateDate": "2024-07-29T15:51:28.071Z",
"updatedBy": "string",
"version": "string"
},
"status": {
"state": "string",
"creationDate": "2024-07-29T15:51:28.071Z",
"disableStatusInfo": {
"isDisabled": true,
"reasons": [
"string"
],
"previousStatus": {
"state": "string",
"creationDate": "2024-07-29T15:51:28.071Z"
}
},
"failureReason": "string"
},
"properties": {
"linkedResources": [
{
"uri": "string",
"strictCorrelation": true
}
],
"vpc": {
"uri": "string"
},
"dataCenter": "string",
"flavor": {
"id": "string",
"name": "string",
"category": "string",
"cpu": 0,
"ram": 0,
"hd": 0
},
"template": {
"uri": "string"
},
"bootVolume": {
"uri": "string"
},
"keyPair": {
"uri": "string"
},
"networkInterfaces": [
{
"subnet": "string",
"macAddress": "string",
"ips": [
"string"
],
"properties": {}
}
]
}
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Internal Server Error