GET /api/organizations
List all organizations

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

search
optionel

filtrer les résultats

Validations:

  • Must be a String

order
optionel

Champ et sens de tri, ex: 'id DESC'

Validations:

  • Must be a String

page
optionel

Numéro de la page, commençant par 1

Validations:

  • Must be a number.

per_page
optionel

Nombre de résultats par page à renvoyer

Validations:

  • Must be a number.

Rechercher les champs

Nom du champ Type Valeurs possibles
description
id
name
organization_id
title

GET /api/organizations/:id
Show an organization

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

show_hidden_parameters
optionel

Afficher les valeurs de paramètre masquées

Validations:

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

id
requis

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/organizations
Create an organization

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

organization
requis

Validations:

  • Must be a Hash

organization[name]
requis

Validations:

  • Must be a String

organization[description]
optionel , nil autorisé

Validations:

  • Must be a String

organization[user_ids]
optionel , nil autorisé

ID des utilisateurs

Validations:

  • Must be an array of any type

organization[smart_proxy_ids]
optionel , nil autorisé

ID des Smart proxies

Validations:

  • Must be an array of any type

organization[compute_resource_ids]
optionel , nil autorisé

ID de ressources de calcul

Validations:

  • Must be an array of any type

organization[medium_ids]
optionel , nil autorisé

ID Medium

Validations:

  • Must be an array of any type

organization[ptable_ids]
optionel , nil autorisé

ID des modèles de partitionnement

Validations:

  • Must be an array of any type

organization[provisioning_template_ids]
optionel , nil autorisé

ID des modèles de provisioning

Validations:

  • Must be an array of any type

organization[domain_ids]
optionel , nil autorisé

ID de domaines

Validations:

  • Must be an array of any type

organization[realm_ids]
optionel , nil autorisé

ID des domaines

Validations:

  • Must be an array of any type

organization[hostgroup_ids]
optionel , nil autorisé

ID des groupes

Validations:

  • Must be an array of any type

organization[environment_ids]
optionel , nil autorisé

ID des environnements

Validations:

  • Must be an array of any type

organization[subnet_ids]
optionel , nil autorisé

ID des sous-réseaux

Validations:

  • Must be an array of any type

organization[parent_id]
optionel , nil autorisé

ID du parent

Validations:

  • Must be a number.

organization[ignore_types]
optionel , nil autorisé

Lister les types de ressources qui seront associées automatiquement

Validations:

  • Must be an array of any type

organization[location_ids]
optionel , nil autorisé

Associated location IDs

Validations:

  • Must be an array of any type


PUT /api/organizations/:id
Update an organization

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

organization
requis

Validations:

  • Must be a Hash

organization[name]
optionel

Validations:

  • Must be a String

organization[description]
optionel , nil autorisé

Validations:

  • Must be a String

organization[user_ids]
optionel , nil autorisé

ID des utilisateurs

Validations:

  • Must be an array of any type

organization[smart_proxy_ids]
optionel , nil autorisé

ID des Smart proxies

Validations:

  • Must be an array of any type

organization[compute_resource_ids]
optionel , nil autorisé

ID de ressources de calcul

Validations:

  • Must be an array of any type

organization[medium_ids]
optionel , nil autorisé

ID Medium

Validations:

  • Must be an array of any type

organization[ptable_ids]
optionel , nil autorisé

ID des modèles de partitionnement

Validations:

  • Must be an array of any type

organization[provisioning_template_ids]
optionel , nil autorisé

ID des modèles de provisioning

Validations:

  • Must be an array of any type

organization[domain_ids]
optionel , nil autorisé

ID de domaines

Validations:

  • Must be an array of any type

organization[realm_ids]
optionel , nil autorisé

ID des domaines

Validations:

  • Must be an array of any type

organization[hostgroup_ids]
optionel , nil autorisé

ID des groupes

Validations:

  • Must be an array of any type

organization[environment_ids]
optionel , nil autorisé

ID des environnements

Validations:

  • Must be an array of any type

organization[subnet_ids]
optionel , nil autorisé

ID des sous-réseaux

Validations:

  • Must be an array of any type

organization[parent_id]
optionel , nil autorisé

ID du parent

Validations:

  • Must be a number.

organization[ignore_types]
optionel , nil autorisé

Lister les types de ressources qui seront associées automatiquement

Validations:

  • Must be an array of any type

organization[location_ids]
optionel , nil autorisé

Associated location IDs

Validations:

  • Must be an array of any type

id
requis

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/organizations/:id
Delete an organization

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

id
requis

Validations:

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