GET /api/operatingsystems/:operatingsystem_id/os_default_templates
lijst met standaard template combinaties voor een besturingssysteem

GET /api/provisioning_templates/:provisioning_template_id/os_default_templates
Som besturingssystemen op waar dit template als standaard is ingesteld

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

operatingsystem_id
optional

ID van het besturingssysteem

Validations:

  • Must be a String

provisioning_template_id
optional

ID van een uitrol template

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

Validations:

  • Must be a number.


GET /api/operatingsystems/:operatingsystem_id/os_default_templates/:id
Bekijk een standaard template combinatie voor een besturingssysteem

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

operatingsystem_id
optional

ID van het besturingssysteem

Validations:

  • Must be a String

id
required

Validations:

  • Must be a number.


POST /api/operatingsystems/:operatingsystem_id/os_default_templates
Maak een standaard template combinatie voor een besturingssysteem

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

operatingsystem_id
optional

ID van het besturingssysteem

Validations:

  • Must be a String

os_default_template
required

Validations:

  • Must be a Hash

os_default_template[template_kind_id]
optional , nil allowed

Validations:

  • Must be a number.

os_default_template[provisioning_template_id]
optional , nil allowed

ID van een uitrol template

Validations:

  • Must be a number.


PUT /api/operatingsystems/:operatingsystem_id/os_default_templates/:id
Wijzig een standaard template combinatie voor een besturingssysteem

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

operatingsystem_id
optional

ID van het besturingssysteem

Validations:

  • Must be a String

id
required

Validations:

  • Must be a String

os_default_template
required

Validations:

  • Must be a Hash

os_default_template[template_kind_id]
optional , nil allowed

Validations:

  • Must be a number.

os_default_template[provisioning_template_id]
optional , nil allowed

ID van een uitrol template

Validations:

  • Must be a number.


DELETE /api/operatingsystems/:operatingsystem_id/os_default_templates/:id
Verwijder een standaard template combinatie voor een besturingssysteem

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

operatingsystem_id
optional

ID van het besturingssysteem

Validations:

  • Must be a String

id
required

Validations:

  • Must be a String