GET /api/provisioning_templates/:provisioning_template_id/template_combinations
Elenca combinazione del template

GET /api/hostgroups/:hostgroup_id/template_combinations
Elenca combinazione del template

GET /api/environments/:environment_id/template_combinations
Elenca combinazione del template

Parametri

Nome parametro Descrizione
location_id
opzionale

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
opzionale

Set the current organization context for the request

Validations:

  • Must be a Integer

provisioning_template_id
opzionale

ID of config template

Validations:

  • Must be a String

hostgroup_id
opzionale

ID gruppo di host

Validations:

  • Must be a String

environment_id
opzionale

ID dell'ambiente

Validations:

  • Must be a String


POST /api/provisioning_templates/:provisioning_template_id/template_combinations
Aggiungi una combinazione di template

POST /api/hostgroups/:hostgroup_id/template_combinations
Aggiungi una combinazione di template

POST /api/environments/:environment_id/template_combinations
Aggiungi una combinazione di template

Parametri

Nome parametro Descrizione
location_id
opzionale

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
opzionale

Set the current organization context for the request

Validations:

  • Must be a Integer

provisioning_template_id
opzionale

ID of config template

Validations:

  • Must be a String

hostgroup_id
opzionale

ID gruppo di host

Validations:

  • Must be a String

environment_id
opzionale

ID dell'ambiente

Validations:

  • Must be a String

template_combination
richiesto

Validations:

  • Must be a Hash

template_combination[environment_id]
opzionale , consentito nil

id ambiente

Validations:

  • Must be a number.

template_combination[hostgroup_id]
opzionale , consentito nil

id gruppo di host

Validations:

  • Must be a number.


GET /api/template_combinations/:id
Mostra combinazione template

GET /api/provisioning_templates/:provisioning_template_id/template_combinations/:id
Mostra combinazione template

GET /api/hostgroups/:hostgroup_id/template_combinations/:id
Mostra combinazione template

GET /api/environments/:environment_id/template_combinations/:id
Mostra combinazione template

Parametri

Nome parametro Descrizione
location_id
opzionale

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
opzionale

Set the current organization context for the request

Validations:

  • Must be a Integer

provisioning_template_id
opzionale

ID of config template

Validations:

  • Must be a String

hostgroup_id
opzionale

ID gruppo di host

Validations:

  • Must be a String

environment_id
opzionale

ID dell'ambiente

Validations:

  • Must be a String

id
richiesto

Validations:

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


PUT /api/provisioning_templates/:provisioning_template_id/template_combinations/:id
Update template combination

PUT /api/hostgroups/:hostgroup_id/template_combinations/:id
Update template combination

PUT /api/environments/:environment_id/template_combinations/:id
Update template combination

Parametri

Nome parametro Descrizione
location_id
opzionale

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
opzionale

Set the current organization context for the request

Validations:

  • Must be a Integer

id
richiesto

Validations:

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

provisioning_template_id
opzionale

ID of config template

Validations:

  • Must be a String

hostgroup_id
opzionale

ID gruppo di host

Validations:

  • Must be a String

environment_id
opzionale

ID dell'ambiente

Validations:

  • Must be a String

template_combination
richiesto

Validations:

  • Must be a Hash

template_combination[environment_id]
opzionale , consentito nil

id ambiente

Validations:

  • Must be a number.

template_combination[hostgroup_id]
opzionale , consentito nil

id gruppo di host

Validations:

  • Must be a number.


DELETE /api/template_combinations/:id
Cancella una combinazione di template

Parametri

Nome parametro Descrizione
location_id
opzionale

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
opzionale

Set the current organization context for the request

Validations:

  • Must be a Integer

id
richiesto

Validations:

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