Skip to main content

Get Dl Versions

GET 

/v1/armada/datacenter_location/:dl_id/versions

Get all version history for a datacenter location

Request

Path Parameters

    dl_id uuidrequired

    The datacenter location ID

Responses

Successful Response

Schema

    versions

    object[]

    required

  • Array [

  • description Description (string)required

    Possible values: non-empty

    Which datacenter region this is in using the language of the provider. Could be things like us-east-1, us-west-2, etc.

    datacenter_location_id uuidrequired
  • ]

  • transactions

    object[]

    required

  • Array [

  • 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
  • ]

Loading...