GET /api/hosts/:host_id/packages
List packages installed on the host

Params

Param Name Description
host_id
Required

ID of the host

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..


PUT /api/hosts/:host_id/packages/install
Installazione pacchetti remota

Params

Param Name Description
host_id
Required

ID of the host

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..

packages
Optional

Elenco nomi dei pacchetti

Validations:

  • Must be an array of any type

groups
Optional

Elenco nomi dei gruppi di pacchetti

Validations:

  • Must be an array of any type


PUT /api/hosts/:host_id/packages/upgrade
Aggiornamento pacchetti remoto

Params

Param Name Description
host_id
Required

ID of the host

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..

packages
Required

elenco nomi dei pacchetti

Validations:

  • Must be an array of any type


PUT /api/hosts/:host_id/packages/upgrade_all
Aggiornamento pacchetti remoto

Params

Param Name Description
host_id
Required

ID of the host

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..


PUT /api/hosts/:host_id/packages/remove
Rimozione pacchetti remota

Params

Param Name Description
host_id
Required

ID of the host

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..

packages
Optional

Elenco nomi dei pacchetti

Validations:

  • Must be an array of any type

groups
Optional

Elenco nomi dei gruppi di pacchetti

Validations:

  • Must be an array of any type