GET /api/architectures
List all architectures

GET /api/operatingsystems/:operatingsystem_id/architectures
List all architectures for operating system

Examples

GET /api/architectures
200
{
  "total": 21,
  "subtotal": 21,
  "page": 1,
  "per_page": 21,
  "search": null,
  "sort": {
    "by": null,
    "order": null
  },
  "results": [
    {
      "created_at": "2022-03-29 08:35:10 UTC",
      "updated_at": "2022-03-29 08:35:10 UTC",
      "name": "x86_64",
      "id": 501905019
    },
    {
      "created_at": "2022-03-29 08:35:10 UTC",
      "updated_at": "2022-03-29 08:35:10 UTC",
      "name": "sparc",
      "id": 331892513
    },
    {
      "created_at": "2022-03-29 08:35:10 UTC",
      "updated_at": "2022-03-29 08:35:10 UTC",
      "name": "s390",
      "id": 381564594
    },
    {
      "created_at": "2022-03-29 08:35:10 UTC",
      "updated_at": "2022-03-29 08:35:10 UTC",
      "name": "s390x",
      "id": 820784047
    },
    {
      "created_at": "2022-03-29 08:35:10 UTC",
      "updated_at": "2022-03-29 08:35:10 UTC",
      "name": "ASIC",
      "id": 578327757
    },
    {
      "created_at": "2022-03-29 08:35:10 UTC",
      "updated_at": "2022-03-29 08:35:10 UTC",
      "name": "ppc64",
      "id": 922134521
    },
    {
      "created_at": "2022-03-29 08:35:41 UTC",
      "updated_at": "2022-03-29 08:35:41 UTC",
      "name": "x86_64-219",
      "id": 922134528
    },
    {
      "created_at": "2022-03-29 08:35:41 UTC",
      "updated_at": "2022-03-29 08:35:41 UTC",
      "name": "x86_64-220",
      "id": 922134529
    },
    {
      "created_at": "2022-03-29 08:35:41 UTC",
      "updated_at": "2022-03-29 08:35:41 UTC",
      "name": "x86_64-221",
      "id": 922134530
    },
    {
      "created_at": "2022-03-29 08:35:41 UTC",
      "updated_at": "2022-03-29 08:35:41 UTC",
      "name": "x86_64-222",
      "id": 922134531
    },
    {
      "created_at": "2022-03-29 08:35:41 UTC",
      "updated_at": "2022-03-29 08:35:41 UTC",
      "name": "x86_64-223",
      "id": 922134532
    },
    {
      "created_at": "2022-03-29 08:35:41 UTC",
      "updated_at": "2022-03-29 08:35:41 UTC",
      "name": "x86_64-224",
      "id": 922134533
    },
    {
      "created_at": "2022-03-29 08:35:41 UTC",
      "updated_at": "2022-03-29 08:35:41 UTC",
      "name": "x86_64-225",
      "id": 922134534
    },
    {
      "created_at": "2022-03-29 08:35:41 UTC",
      "updated_at": "2022-03-29 08:35:41 UTC",
      "name": "x86_64-226",
      "id": 922134535
    },
    {
      "created_at": "2022-03-29 08:35:41 UTC",
      "updated_at": "2022-03-29 08:35:41 UTC",
      "name": "x86_64-227",
      "id": 922134536
    },
    {
      "created_at": "2022-03-29 08:35:41 UTC",
      "updated_at": "2022-03-29 08:35:41 UTC",
      "name": "x86_64-228",
      "id": 922134537
    },
    {
      "created_at": "2022-03-29 08:35:41 UTC",
      "updated_at": "2022-03-29 08:35:41 UTC",
      "name": "x86_64-229",
      "id": 922134538
    },
    {
      "created_at": "2022-03-29 08:35:41 UTC",
      "updated_at": "2022-03-29 08:35:41 UTC",
      "name": "x86_64-230",
      "id": 922134539
    },
    {
      "created_at": "2022-03-29 08:35:41 UTC",
      "updated_at": "2022-03-29 08:35:41 UTC",
      "name": "x86_64-231",
      "id": 922134540
    },
    {
      "created_at": "2022-03-29 08:35:41 UTC",
      "updated_at": "2022-03-29 08:35:41 UTC",
      "name": "x86_64-232",
      "id": 922134541
    },
    {
      "created_at": "2022-03-29 08:35:41 UTC",
      "updated_at": "2022-03-29 08:35:41 UTC",
      "name": "x86_64-233",
      "id": 922134542
    }
  ]
}

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

search
optional

filter results

Validations:

  • Must be a String

order
optional

Sort and order by a searchable field, e.g. ‘

Maruku could not parse this XML/HTML: 
<field> DESC'

Validations:

  • Must be a String

page
optional

Page number, starting at 1

Validations:

  • Must be a number.

per_page
optional

Number of results per page to return, ‘all’ to return all results

Validations:

  • Must match regular expression /\A([1-9]\d|all)\Z$/.

operatingsystem_id
optional

ID of operating system

Validations:

  • Must be a number.

Search fields

Field name Type Possible values
id integer
name string

GET /api/architectures/:id
Show an architecture

Examples

GET /api/architectures/501905019-x86_64
200
{
  "created_at": "2022-03-29 09:01:06 UTC",
  "updated_at": "2022-03-29 09:01:06 UTC",
  "name": "x86_64",
  "id": 501905019,
  "operatingsystems": [
    {
      "id": 309172073,
      "name": "centos",
      "title": "centos 5.3"
    },
    {
      "id": 750842046,
      "name": "OpenSuse",
      "title": "OpenSuSE 12.3"
    },
    {
      "id": 1073012828,
      "name": "Redhat",
      "title": "RHEL 6.1"
    },
    {
      "id": 331303656,
      "name": "Ubuntu",
      "title": "Ubuntu 10.10"
    },
    {
      "id": 272342666,
      "name": "Ubuntu",
      "title": "Ubuntu 12.10"
    }
  ],
  "images": [
    {
      "id": 980190962,
      "name": "centos-1"
    },
    {
      "id": 298486374,
      "name": "centos-2"
    }
  ]
}

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
required

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.


POST /api/architectures
Create an architecture

Examples

POST /api/architectures
{
  "architecture": {
    "name": "i386"
  }
}
201
{
  "created_at": "2022-03-29 09:01:31 UTC",
  "updated_at": "2022-03-29 09:01:31 UTC",
  "name": "i386",
  "id": 922134527,
  "operatingsystems": [],
  "images": []
}

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

architecture
required

Validations:

  • Must be a Hash

architecture[name]
required

Validations:

  • Must be a String

architecture[operatingsystem_ids]
optional , nil allowed

Operating system IDs

Validations:

  • Must be an array of any type


PUT /api/architectures/:id
Update an architecture

Examples

PUT /api/architectures/501905019-x86_64
{
  "architecture": {
    "name": "newx86_64"
  }
}
403
{
  "error": {
    "message": "Access denied",
    "details": "Missing one of the required permissions: edit_architectures",
    "missing_permissions": [
      "edit_architectures"
    ]
  }
}

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
required

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

architecture
required

Validations:

  • Must be a Hash

architecture[name]
optional

Validations:

  • Must be a String

architecture[operatingsystem_ids]
optional , nil allowed

Operating system IDs

Validations:

  • Must be an array of any type


DELETE /api/architectures/:id
Delete an architecture

Examples

DELETE /api/architectures/381564594-s390
{
  "architecture": {}
}
200
{
  "id": 381564594,
  "name": "s390",
  "created_at": "2022-03-29T09:01:06.739Z",
  "updated_at": "2022-03-29T09:01:06.739Z"
}

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
required

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.