GET /api/locations
List all locations

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

search
opzionale

filtra i risultati

Validations:

  • Must be a String

order
opzionale

Sort field and order, eg. ‘id DESC’

Validations:

  • Must be a String

page
opzionale

Numero pagina, iniziando da 1

Validations:

  • Must be a number.

per_page
opzionale

Numero di risultati per pagina da ritornare

Validations:

  • Must be a number.

Search fields

Field name Tipo Possible values
description
id
location_id
name
title

GET /api/locations/:id
Show a location

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

show_hidden_parameters
opzionale

Display hidden parameter values

Validations:

  • Must be one of: true, false, 1, 0.

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.


POST /api/locations
Create a location

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

location
richiesto

Validations:

  • Must be a Hash

location[name]
richiesto

Validations:

  • Must be a String

location[description]
opzionale , consentito nil

Validations:

  • Must be a String

location[user_ids]
opzionale , consentito nil

ID Utenti

Validations:

  • Must be an array of any type

location[smart_proxy_ids]
opzionale , consentito nil

ID Smart proxy

Validations:

  • Must be an array of any type

location[compute_resource_ids]
opzionale , consentito nil

ID risorsa di calcolo

Validations:

  • Must be an array of any type

location[medium_ids]
opzionale , consentito nil

Medium IDs

Validations:

  • Must be an array of any type

location[ptable_ids]
opzionale , consentito nil

Partition template IDs

Validations:

  • Must be an array of any type

location[provisioning_template_ids]
opzionale , consentito nil

ID template di provisioning

Validations:

  • Must be an array of any type

location[domain_ids]
opzionale , consentito nil

ID del dominio

Validations:

  • Must be an array of any type

location[realm_ids]
opzionale , consentito nil

ID realm

Validations:

  • Must be an array of any type

location[hostgroup_ids]
opzionale , consentito nil

ID gruppo di host

Validations:

  • Must be an array of any type

location[environment_ids]
opzionale , consentito nil

ID ambiente

Validations:

  • Must be an array of any type

location[subnet_ids]
opzionale , consentito nil

ID sottoreti

Validations:

  • Must be an array of any type

location[parent_id]
opzionale , consentito nil

Parent ID

Validations:

  • Must be a number.

location[ignore_types]
opzionale , consentito nil

List of resources types that will be automatically associated

Validations:

  • Must be an array of any type

location[organization_ids]
opzionale , consentito nil

Associated organization IDs

Validations:

  • Must be an array of any type


PUT /api/locations/:id
Update a location

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

location
richiesto

Validations:

  • Must be a Hash

location[name]
opzionale

Validations:

  • Must be a String

location[description]
opzionale , consentito nil

Validations:

  • Must be a String

location[user_ids]
opzionale , consentito nil

ID Utenti

Validations:

  • Must be an array of any type

location[smart_proxy_ids]
opzionale , consentito nil

ID Smart proxy

Validations:

  • Must be an array of any type

location[compute_resource_ids]
opzionale , consentito nil

ID risorsa di calcolo

Validations:

  • Must be an array of any type

location[medium_ids]
opzionale , consentito nil

Medium IDs

Validations:

  • Must be an array of any type

location[ptable_ids]
opzionale , consentito nil

Partition template IDs

Validations:

  • Must be an array of any type

location[provisioning_template_ids]
opzionale , consentito nil

ID template di provisioning

Validations:

  • Must be an array of any type

location[domain_ids]
opzionale , consentito nil

ID del dominio

Validations:

  • Must be an array of any type

location[realm_ids]
opzionale , consentito nil

ID realm

Validations:

  • Must be an array of any type

location[hostgroup_ids]
opzionale , consentito nil

ID gruppo di host

Validations:

  • Must be an array of any type

location[environment_ids]
opzionale , consentito nil

ID ambiente

Validations:

  • Must be an array of any type

location[subnet_ids]
opzionale , consentito nil

ID sottoreti

Validations:

  • Must be an array of any type

location[parent_id]
opzionale , consentito nil

Parent ID

Validations:

  • Must be a number.

location[ignore_types]
opzionale , consentito nil

List of resources types that will be automatically associated

Validations:

  • Must be an array of any type

location[organization_ids]
opzionale , consentito nil

Associated organization IDs

Validations:

  • Must be an array of any type

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.


DELETE /api/locations/:id
Delete a location

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.