These API calls are related to nested parameters for a host, domain, host group, operating system. If you are looking for <a href="common_parameters.html">global parameters</a>, go to <a href="common_parameters.html">this link</a>.


GET /api/hosts/:host_id/parameters
List all parameters for a host

GET /api/hostgroups/:hostgroup_id/parameters
List all parameters for a host group

GET /api/domains/:domain_id/parameters
List all parameters for a domain

GET /api/operatingsystems/:operatingsystem_id/parameters
List all parameters for an operating system

GET /api/locations/:location_id/parameters
ロケーションのすべてのパラメータを一覧表示

GET /api/organizations/:organization_id/parameters
List all parameters for an organization

Params

Param Name Description
host_id
Optional

ホストの ID


Value: Must be String
hostgroup_id
Optional

ホストグループの ID


Value: Must be String
domain_id
Optional

ドメインの ID


Value: Must be String
operatingsystem_id
Optional

オペレーティングシステムの ID


Value: Must be String
location_id
Optional

ロケーションの ID


Value: Must be String
organization_id
Optional

組織の ID


Value: Must be String
search
Optional

結果をフィルタ


Value: Must be String
order
Optional

結果をソート


Value: Must be String
page
Optional

結果をページ分割


Value: Must be String
per_page
Optional

リクエストあたりのエントリ数


Value: Must be String

GET /api/hosts/:host_id/parameters/:id
Show a nested parameter for a host

GET /api/hostgroups/:hostgroup_id/parameters/:id
Show a nested parameter for a host group

GET /api/domains/:domain_id/parameters/:id
Show a nested parameter for a domain

GET /api/operatingsystems/:operatingsystem_id/parameters/:id
Show a nested parameter for an operating system

GET /api/locations/:location_id/parameters/:id
Show a nested parameter for a location

GET /api/organizations/:organization_id/parameters/:id
Show a nested parameter for an organization

Params

Param Name Description
host_id
Optional

ホストの ID


Value: Must be String
hostgroup_id
Optional

ホストグループの ID


Value: Must be String
domain_id
Optional

ドメインの ID


Value: Must be String
operatingsystem_id
Optional

オペレーティングシステムの ID


Value: Must be String
location_id
Optional

ロケーションの ID


Value: Must be String
organization_id
Optional

組織の ID


Value: Must be String
id
Required

パラメータの ID


Value: Must be String

POST /api/hosts/:host_id/parameters
Create a nested parameter for a host

POST /api/hostgroups/:hostgroup_id/parameters
Create a nested parameter for a host group

POST /api/domains/:domain_id/parameters
Create a nested parameter for a domain

POST /api/operatingsystems/:operatingsystem_id/parameters
Create a nested parameter for an operating system

POST /api/locations/:location_id/parameters
Create a nested parameter for a location

POST /api/organizations/:organization_id/parameters
Create a nested parameter for an organization

Params

Param Name Description
host_id
Optional

ホストの ID


Value: Must be String
hostgroup_id
Optional

ホストグループの ID


Value: Must be String
domain_id
Optional

ドメインの ID


Value: Must be String
operatingsystem_id
Optional

オペレーティングシステムの ID


Value: Must be String
location_id
Optional

ロケーションの ID


Value: Must be String
organization_id
Optional

組織の ID


Value: Must be String
parameter
Required

Value: Must be a Hash
parameter[name]
Required

Value: Must be String
parameter[value]
Required

Value: Must be String

PUT /api/hosts/:host_id/parameters/:id
Update a nested parameter for a host

PUT /api/hostgroups/:hostgroup_id/parameters/:id
Update a nested parameter for a host group

PUT /api/domains/:domain_id/parameters/:id
Update a nested parameter for a domain

PUT /api/operatingsystems/:operatingsystem_id/parameters/:id
Update a nested parameter for an operating system

PUT /api/locations/:location_id/parameters/:id
Update a nested parameter for a location

PUT /api/organizations/:organization_id/parameters/:id
Update a nested parameter for an organization

Params

Param Name Description
host_id
Optional

ホストの ID


Value: Must be String
hostgroup_id
Optional

ホストグループの ID


Value: Must be String
domain_id
Optional

ドメインの ID


Value: Must be String
operatingsystem_id
Optional

オペレーティングシステムの ID


Value: Must be String
location_id
Optional

ロケーションの ID


Value: Must be String
organization_id
Optional

組織の ID


Value: Must be String
id
Required

パラメータの ID


Value: Must be String
parameter
Required

Value: Must be a Hash
parameter[name]
Optional

Value: Must be String
parameter[value]
Optional

Value: Must be String

DELETE /api/hosts/:host_id/parameters/:id
Delete a nested parameter for a host

DELETE /api/hostgroups/:hostgroup_id/parameters/:id
Delete a nested parameter for a host group

DELETE /api/domains/:domain_id/parameters/:id
Delete a nested parameter for a domain

DELETE /api/operatingsystems/:operatingsystem_id/parameters/:id
Delete a nested parameter for an operating system

DELETE /api/locations/:location_id/parameters/:id
Delete a nested parameter for a location

DELETE /api/organizations/:organization_id/parameters/:id
Delete a nested parameter for an organization

Params

Param Name Description
host_id
Optional

ホストの ID


Value: Must be String
hostgroup_id
Optional

ホストグループの ID


Value: Must be String
domain_id
Optional

ドメインの ID


Value: Must be String
operatingsystem_id
Optional

オペレーティングシステムの ID


Value: Must be String
location_id
Optional

ロケーションの ID


Value: Must be String
organization_id
Optional

組織の ID


Value: Must be String
id
Required

パラメータの ID


Value: Must be String

DELETE /api/hosts/:host_id/parameters
Delete all nested parameters for a host

DELETE /api/hostgroups/:hostgroup_id/parameters
Delete all nested parameters for a host group

DELETE /api/domains/:domain_id/parameters
Delete all nested parameters for a domain

DELETE /api/operatingsystems/:operatingsystem_id/parameters
Delete all nested parameters for an operating system

DELETE /api/locations/:location_id/parameters
Delete all nested parameter for a location

DELETE /api/organizations/:organization_id/parameters
Delete all nested parameter for an organization

Params

Param Name Description
host_id
Optional

ホストの ID


Value: Must be String
hostgroup_id
Optional

ホストグループの ID


Value: Must be String
domain_id
Optional

ドメインの ID


Value: Must be String
operatingsystem_id
Optional

オペレーティングシステムの ID


Value: Must be String
location_id
Optional

ロケーションの ID


Value: Must be String
organization_id
Optional

組織の ID


Value: Must be String