Get Bolt
GET
/v1/bolts/{id}Get the details of a Bolt.
Request
Path Params
id
integer
required
Header Params
Accept
string
required
Example:
application/json
Content-Type
string
required
Example:
application/json
Request samples
Responses
Success(200)
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{
"data": {
"id": 9016,
"type": "bolts",
"attributes": {
"internalName": "mysupe_9016",
"boltId": 27133,
"name": "My Super Bolt",
"customerId": 2004,
"customer": "Sergio Brighenti",
"subscriptionId": "xxx",
"plan": "Free Test Wordpress",
"enabled": true,
"hostname": "xxx",
"dedicated": false,
"location": "Oslo, NO",
"environments": 0,
"cms": "Wordpress",
"services": {
"php": "8.3"
},
"storage": {
"used": 0,
"total": 4096
},
"created": "2024-05-08T16:06:05Z",
"domains": [],
"price": null,
"isLegacy": false,
"isArchived": false
},
"relationships": {
"environments": [],
"databases": []
}
}
}
Last modified: 6 months ago