DatacenterListModel

Datacenter information with region and country details for hierarchy listing

  • code
    Type: string nullable
    required

    Short datacenter code (e.g., AMS-1, CHI-1, LAS-1)

  • countryAbbreviation
    Type: string
    required

    Country abbreviation (e.g., US, UK)

  • countryId
    Type: stringFormat: uuid
    required

    Country ID (system_countries UUID)

  • countryName
    Type: string
    required

    Country name

  • id
    Type: stringFormat: uuid
    required

    Datacenter ID

  • name
    Type: string
    required

    Datacenter name

  • regionId
    Type: integer
    required

    Region ID this datacenter belongs to

  • regionName
    Type: string
    required

    Region name

  • continentCode
    Type: stringenum nullable

    Business region code (AMER, APAC, EMEA)

    values
    • AMER
    • APAC
    • EMEA
  • continentName
    Type: string nullable

    Business region name (Americas, Asia Pacific, Europe, Middle East, and Africa)