GET /api/architectures
List all architectures.

Parâmentros

Nome parâmetro Descrição
search
opcional

filtrar resultados


Value:

Must be String

order
opcional

ordenar resultados


Value:

Must be String

page
opcional

paginar resultados


Value:

Must be String

per_page
opcional

número de entradas por requisições


Value:

Must be String


GET /api/architectures/:id
Show an architecture.

Parâmentros

Nome parâmetro Descrição
id
requerido

Value:

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.

Parâmentros

Nome parâmetro Descrição
architecture
requerido

Value:

Must be a Hash

architecture[name]
requerido

Value:

Must be String

architecture[operatingsystem_ids]
opcional

Operatingsystem ID's


Value:

Must be an array of any type


PUT /api/architectures/:id
Update an architecture.

Parâmentros

Nome parâmetro Descrição
id
requerido

Value:

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

architecture
requerido

Value:

Must be a Hash

architecture[name]
opcional

Value:

Must be String

architecture[operatingsystem_ids]
opcional

Operatingsystem ID's


Value:

Must be an array of any type


DELETE /api/architectures/:id
Delete an architecture.

Parâmentros

Nome parâmetro Descrição
id
requerido

Value:

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