GET /api/organizations
200
{
"total": 3,
"subtotal": 3,
"page": 1,
"per_page": 20,
"search": null,
"sort": {
"by": null,
"order": null
},
"results": [
{
"ancestry": null,
"parent_id": null,
"parent_name": null,
"created_at": "2019-02-20 13:25:27 UTC",
"updated_at": "2019-02-20 13:25:27 UTC",
"id": 114267492,
"name": "Empty Organization",
"title": "Empty Organization",
"description": null
},
{
"ancestry": null,
"parent_id": null,
"parent_name": null,
"created_at": "2019-02-20 13:25:27 UTC",
"updated_at": "2019-02-20 13:25:27 UTC",
"id": 447626438,
"name": "Organization 1",
"title": "Organization 1",
"description": null
},
{
"ancestry": null,
"parent_id": null,
"parent_name": null,
"created_at": "2019-02-20 13:25:27 UTC",
"updated_at": "2019-02-20 13:25:27 UTC",
"id": 61304186,
"name": "Organization 2",
"title": "Organization 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 |
paginate results Validations:
|
|
per_page optional |
number of entries per request Validations:
|
GET /api/organizations/447626455-org81
404
{
"error": {
"message": "Resource organization not found by id '447626455-org81'"
}
}
| 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/organizations
{
"organization": {
"name": "uejNzgEBTX"
}
}
201
{
"select_all_types": [],
"description": null,
"created_at": "2019-02-20 13:25:42 UTC",
"updated_at": "2019-02-20 13:25:42 UTC",
"ancestry": null,
"parent_id": null,
"parent_name": null,
"id": 447626456,
"name": "uejNzgEBTX",
"title": "uejNzgEBTX",
"users": [],
"smart_proxies": [],
"subnets": [],
"compute_resources": [],
"media": [],
"config_templates": [],
"ptables": [],
"provisioning_templates": [],
"domains": [],
"realms": [],
"environments": [],
"hostgroups": [],
"locations": [],
"hosts_count": 0,
"parameters": []
}
| Param name | Description |
|---|---|
|
location_id optional |
Scope by locations Validations:
|
|
organization_id optional |
Scope by organizations Validations:
|
|
organization required |
Validations:
|
|
organization[name] required |
Validations:
|
|
organization[description] optional , nil allowed |
Validations:
|
|
organization[user_ids] optional , nil allowed |
User IDs Validations:
|
|
organization[smart_proxy_ids] optional , nil allowed |
Smart proxy IDs Validations:
|
|
organization[compute_resource_ids] optional , nil allowed |
Compute resource IDs Validations:
|
|
organization[medium_ids] optional , nil allowed |
Medium IDs Validations:
|
|
organization[config_template_ids] optional , nil allowed |
Provisioning template IDs Validations:
|
|
organization[ptable_ids] optional , nil allowed |
Partition template IDs Validations:
|
|
organization[provisioning_template_ids] optional , nil allowed |
Provisioning template IDs Validations:
|
|
organization[domain_ids] optional , nil allowed |
Domain IDs Validations:
|
|
organization[realm_ids] optional , nil allowed |
Realm IDs Validations:
|
|
organization[hostgroup_ids] optional , nil allowed |
Host group IDs Validations:
|
|
organization[environment_ids] optional , nil allowed |
Environment IDs Validations:
|
|
organization[subnet_ids] optional , nil allowed |
Subnet IDs Validations:
|
|
organization[parent_id] optional , nil allowed |
Parent ID Validations:
|
|
organization[ignore_types] optional , nil allowed |
List of resources types that will be automatically associated Validations:
|
POST /api/organizations/447626453
{
"organization": {
"name": "MSwkRmjQMJjBgfjkEdpN"
}
}
201
{
"select_all_types": [],
"description": null,
"created_at": "2019-02-20 13:25:41 UTC",
"updated_at": "2019-02-20 13:25:41 UTC",
"ancestry": null,
"parent_id": null,
"parent_name": null,
"id": 447626453,
"name": "MSwkRmjQMJjBgfjkEdpN",
"title": "MSwkRmjQMJjBgfjkEdpN",
"users": [],
"smart_proxies": [],
"subnets": [],
"compute_resources": [],
"media": [],
"config_templates": [],
"ptables": [],
"provisioning_templates": [],
"domains": [],
"realms": [],
"environments": [],
"hostgroups": [],
"locations": [],
"hosts_count": 0,
"parameters": []
}
| Param name | Description |
|---|---|
|
location_id optional |
Scope by locations Validations:
|
|
organization_id optional |
Scope by organizations Validations:
|
|
organization required |
Validations:
|
|
organization[name] optional |
Validations:
|
|
organization[description] optional , nil allowed |
Validations:
|
|
organization[user_ids] optional , nil allowed |
User IDs Validations:
|
|
organization[smart_proxy_ids] optional , nil allowed |
Smart proxy IDs Validations:
|
|
organization[compute_resource_ids] optional , nil allowed |
Compute resource IDs Validations:
|
|
organization[medium_ids] optional , nil allowed |
Medium IDs Validations:
|
|
organization[config_template_ids] optional , nil allowed |
Provisioning template IDs Validations:
|
|
organization[ptable_ids] optional , nil allowed |
Partition template IDs Validations:
|
|
organization[provisioning_template_ids] optional , nil allowed |
Provisioning template IDs Validations:
|
|
organization[domain_ids] optional , nil allowed |
Domain IDs Validations:
|
|
organization[realm_ids] optional , nil allowed |
Realm IDs Validations:
|
|
organization[hostgroup_ids] optional , nil allowed |
Host group IDs Validations:
|
|
organization[environment_ids] optional , nil allowed |
Environment IDs Validations:
|
|
organization[subnet_ids] optional , nil allowed |
Subnet IDs Validations:
|
|
organization[parent_id] optional , nil allowed |
Parent ID Validations:
|
|
organization[ignore_types] optional , nil allowed |
List of resources types that will be automatically associated Validations:
|
|
id required |
Validations:
|
| Param name | Description |
|---|---|
|
location_id optional |
Scope by locations Validations:
|
|
organization_id optional |
Scope by organizations Validations:
|
|
id required |
Validations:
|