Get Dp Versions
GET/v1/armada/datacenter_provider/:dp_id/versions
Get all version history for a datacenter provider
Request
Path Parameters
dp_id uuidrequired
The datacenter provider ID
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Array [
]
versions
object[]
required
name Name (string)required
Possible values: non-empty and <= 64 characters
Name of the provider of this sort. Could be things like Amazon, AWS EC2, Internap.
datacenter_provider_id uuidrequired
transactions
object[]
required
id Id (integer)required
issued_at date-timerequired
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
meta
object
required
property name* string
{
"versions": [
{
"name": "string",
"datacenter_provider_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
],
"transactions": [
{
"id": 0,
"issued_at": "2024-07-29T15:51:28.071Z",
"meta": {}
}
]
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...