Get HPC services
GET/projects/:projectId/providers/Aruba.Baremetal/hpcs/:id/services
Get HPC services
Request
Path Parameters
Query Parameters
The requested API version
1Responses
- 200
- 404
- 500
OK
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
Array [
]
values
object[]
Possible values: [Unknown, Server, Switch, Firewall]
Possible values: [Activating, Active, Suspended, Spianato]
Possible values: [unknown, BaremetalServer, BaremetalSwitch, BaremetalNetwork]
{
"total": 0,
"self": "string",
"prev": "string",
"next": "string",
"first": "string",
"last": "string",
"values": [
{
"hpcServiceID": 0,
"hpcServiceName": "string",
"hpcidArticoloServizio": 0,
"hpcServiceType": "Unknown",
"hpcServiceStatus": "Activating",
"hpcServiceTypeCategory": "unknown"
}
]
}
- Schema
- Example (from schema)
Schema
Array [
]
values
object[]
Possible values: [Unknown, Server, Switch, Firewall]
Possible values: [Activating, Active, Suspended, Spianato]
Possible values: [unknown, BaremetalServer, BaremetalSwitch, BaremetalNetwork]
{
"total": 0,
"self": "string",
"prev": "string",
"next": "string",
"first": "string",
"last": "string",
"values": [
{
"hpcServiceID": 0,
"hpcServiceName": "string",
"hpcidArticoloServizio": 0,
"hpcServiceType": "Unknown",
"hpcServiceStatus": "Activating",
"hpcServiceTypeCategory": "unknown"
}
]
}
- Schema
- Example (from schema)
Schema
Array [
]
values
object[]
Possible values: [Unknown, Server, Switch, Firewall]
Possible values: [Activating, Active, Suspended, Spianato]
Possible values: [unknown, BaremetalServer, BaremetalSwitch, BaremetalNetwork]
{
"total": 0,
"self": "string",
"prev": "string",
"next": "string",
"first": "string",
"last": "string",
"values": [
{
"hpcServiceID": 0,
"hpcServiceName": "string",
"hpcidArticoloServizio": 0,
"hpcServiceType": "Unknown",
"hpcServiceStatus": "Activating",
"hpcServiceTypeCategory": "unknown"
}
]
}
Not Found
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Internal Server Error