Skip to content

Get Spa Versions

GET
/v1/armada/simple_product_assignment/{spa_id}/versions

Get versions for a simple product assignment

Authorizations

Parameters

Path Parameters

spa_id
required

The simple product assignment ID

string format: uuid

The simple product assignment ID

Responses

200

Successful Response

object
versions
required
Array<object>

This is a minimal assignment type that represents how we currently handle assignments, but should be improved upon in the future.

object
name
required

The name of the product that will be used directly by the deployment system. e.g., paladins, roco

string
>= 1 characters <= 256 characters
count
required

The number of instances of the product that will be used directly by the deployment system.

integer
host_id
required

The ID of the host this assignment is associated with

string format: uuid
simple_product_assignment_id
required
string format: uuid
transactions
required
Array<object>
object
id
required
integer
issued_at
required

Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone

string format: date-time
meta
required
object
key
additional properties
string

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string