GET /api/locations
200
{
"total": 2,
"subtotal": 2,
"page": 1,
"per_page": 20,
"search": null,
"sort": {
"by": null,
"order": null
},
"results": [
{
"ancestry": null,
"parent_id": null,
"parent_name": null,
"created_at": "2019-09-11 14:53:14 UTC",
"updated_at": "2019-09-11 14:53:14 UTC",
"id": 255093256,
"name": "Location 1",
"title": "Location 1",
"description": null
},
{
"ancestry": null,
"parent_id": null,
"parent_name": null,
"created_at": "2019-09-11 14:53:14 UTC",
"updated_at": "2019-09-11 14:53:14 UTC",
"id": 373111740,
"name": "Location 2",
"title": "Location 2",
"description": null
}
]
}
| Param name | Description |
|---|---|
|
location_id optional |
Scope by locations Validations:
|
|
organization_id optional |
Scope by organizations Validations:
|
|
search optional |
filter results Validations:
|
|
order optional |
Sort field and order, eg. ‘id DESC’ Validations:
|
|
page optional |
Page number, starting at 1 Validations:
|
|
per_page optional |
Number of results per page to return Validations:
|
GET /api/locations/447626439
200
{
"select_all_types": [],
"description": null,
"created_at": "2019-09-11 14:52:11 UTC",
"updated_at": "2019-09-11 14:52:11 UTC",
"ancestry": null,
"parent_id": null,
"parent_name": null,
"id": 447626439,
"name": "loc277",
"title": "loc277",
"users": [],
"smart_proxies": [],
"subnets": [],
"compute_resources": [],
"media": [],
"config_templates": [],
"ptables": [],
"provisioning_templates": [],
"domains": [],
"realms": [],
"environments": [],
"hostgroups": [],
"organizations": [],
"hosts_count": 0,
"parameters": [
{
"priority": 20,
"created_at": "2019-09-11 14:52:11 UTC",
"updated_at": "2019-09-11 14:52:11 UTC",
"id": 767575239,
"name": "foo",
"parameter_type": null,
"value": "*****"
}
]
}
| Param name | Description |
|---|---|
|
location_id optional |
Scope by locations Validations:
|
|
organization_id optional |
Scope by organizations Validations:
|
|
show_hidden_parameters optional |
Display hidden parameter values Validations:
|
|
id required |
Validations:
|
POST /api/locations
{
"location": {
"name": "loc1"
}
}
403
{
"error": {
"message": "Access denied",
"details": "Missing one of the required permissions: create_locations"
}
}
| Param name | Description |
|---|---|
|
location_id optional |
Scope by locations Validations:
|
|
organization_id optional |
Scope by organizations Validations:
|
|
location required |
Validations:
|
|
location[name] required |
Validations:
|
|
location[description] optional , nil allowed |
Validations:
|
|
location[user_ids] optional , nil allowed |
User IDs Validations:
|
|
location[smart_proxy_ids] optional , nil allowed |
Smart proxy IDs Validations:
|
|
location[compute_resource_ids] optional , nil allowed |
Compute resource IDs Validations:
|
|
location[medium_ids] optional , nil allowed |
Medium IDs Validations:
|
|
location[config_template_ids] optional , nil allowed |
Provisioning template IDs Validations:
|
|
location[ptable_ids] optional , nil allowed |
Partition template IDs Validations:
|
|
location[provisioning_template_ids] optional , nil allowed |
Provisioning template IDs Validations:
|
|
location[domain_ids] optional , nil allowed |
Domain IDs Validations:
|
|
location[realm_ids] optional , nil allowed |
Realm IDs Validations:
|
|
location[hostgroup_ids] optional , nil allowed |
Host group IDs Validations:
|
|
location[environment_ids] optional , nil allowed |
Environment IDs Validations:
|
|
location[subnet_ids] optional , nil allowed |
Subnet IDs Validations:
|
|
location[parent_id] optional , nil allowed |
Parent ID Validations:
|
|
location[ignore_types] optional , nil allowed |
List of resources types that will be automatically associated Validations:
|
|
location[organization_ids] optional , nil allowed |
Associated organization IDs Validations:
|
POST /api/locations/447626467
{
"location": {
"name": "473EPyJkvq"
}
}
201
{
"select_all_types": [],
"description": null,
"created_at": "2019-09-11 14:53:16 UTC",
"updated_at": "2019-09-11 14:53:16 UTC",
"ancestry": null,
"parent_id": null,
"parent_name": null,
"id": 447626467,
"name": "473EPyJkvq",
"title": "473EPyJkvq",
"users": [],
"smart_proxies": [],
"subnets": [],
"compute_resources": [],
"media": [],
"config_templates": [],
"ptables": [],
"provisioning_templates": [],
"domains": [],
"realms": [],
"environments": [],
"hostgroups": [],
"organizations": [],
"hosts_count": 0,
"parameters": []
}
| Param name | Description |
|---|---|
|
location_id optional |
Scope by locations Validations:
|
|
organization_id optional |
Scope by organizations Validations:
|
|
location required |
Validations:
|
|
location[name] optional |
Validations:
|
|
location[description] optional , nil allowed |
Validations:
|
|
location[user_ids] optional , nil allowed |
User IDs Validations:
|
|
location[smart_proxy_ids] optional , nil allowed |
Smart proxy IDs Validations:
|
|
location[compute_resource_ids] optional , nil allowed |
Compute resource IDs Validations:
|
|
location[medium_ids] optional , nil allowed |
Medium IDs Validations:
|
|
location[config_template_ids] optional , nil allowed |
Provisioning template IDs Validations:
|
|
location[ptable_ids] optional , nil allowed |
Partition template IDs Validations:
|
|
location[provisioning_template_ids] optional , nil allowed |
Provisioning template IDs Validations:
|
|
location[domain_ids] optional , nil allowed |
Domain IDs Validations:
|
|
location[realm_ids] optional , nil allowed |
Realm IDs Validations:
|
|
location[hostgroup_ids] optional , nil allowed |
Host group IDs Validations:
|
|
location[environment_ids] optional , nil allowed |
Environment IDs Validations:
|
|
location[subnet_ids] optional , nil allowed |
Subnet IDs Validations:
|
|
location[parent_id] optional , nil allowed |
Parent ID Validations:
|
|
location[ignore_types] optional , nil allowed |
List of resources types that will be automatically associated Validations:
|
|
location[organization_ids] optional , nil allowed |
Associated organization IDs Validations:
|
|
id required |
Validations:
|
DELETE /api/locations/373111740-Location%202
{
"location": {}
}
200
{
"id": 373111740,
"name": "Location 2",
"created_at": "2019-09-11T14:53:14.096Z",
"updated_at": "2019-09-11T14:53:14.096Z",
"ignore_types": [],
"ancestry": null,
"title": "Location 2",
"description": null
}
| Param name | Description |
|---|---|
|
location_id optional |
Scope by locations Validations:
|
|
organization_id optional |
Scope by organizations Validations:
|
|
id required |
Validations:
|